7237 Commits (ae32145624bd347d0b981aa0674a22bcbbc0ee24)
 

Author SHA1 Message Date
  florian ae32145624 Disable db file. It is believed to be a saner default for the common 9 years ago
  giovanni f60bcf4eae fix pkgnames version 9 years ago
  aoyama 478bf6767c sync 9 years ago
  aoyama 543e7562fe Add com(4) and wd(4) to use them on PCMCIA. 9 years ago
  miod 64e337e151 Do not use sha512-parisc for now, as it is subtly bugged - passes the sha 9 years ago
  millert 9b1817bc73 Update comment to match code; Caspar Schutijser 9 years ago
  bcook 8448b71210 remove unused variable 9 years ago
  tedu 236787ace7 we don't let strtonum errors bleed through now. 9 years ago
  tedu 6e172aaf1a Set errno to EINVAL, instead of letting ERANGE escape out. 9 years ago
  jsing c9efcf7f21 Bump libcrypto and libssl majors, due to various recent churn. 9 years ago
  jsing 33ac287472 Rename tls_config_insecure_noverifyhost() to 9 years ago
  jsing a2efc33261 Set the TLS ciphers to "compat" mode, restoring the previous behaviour. 9 years ago
  tedu ade522ddbc update siphash manpages to reflect change in return type spelling. 9 years ago
  tedu 6b550eb5a9 Use standard spelling for types, and rename local variable from "free". 9 years ago
  sthen 128c8abdc7 Make sure to replace an existing /usr/include/ssl symlink, otherwise repeated 9 years ago
  rpe 0e969b9afd Remove old cruft, that make no sense at all on OpenBSD. 9 years ago
  sthen 28611e7e8a Add class section for unbound, using openfiles-cur=512 rather 10 years ago
  sthen dc86b5bb95 Put the _unbound user in "unbound" login class; unbound uses setusercontext 10 years ago
  miod ac5112d544 Fix library ordering on the link line for the sake of static arches. It's, in 10 years ago
  jmc 5a29dde418 some fixes from max fillinger, tweaked a little by myself; 10 years ago
  tedu e90ccb31ce stop deleting the openssl include directory, causing unnecessary rebuilds. 10 years ago
  reyk 19285c609b Fix example, syntax is "constraint from www.example.com" (with "from"). 10 years ago
  tedu f560a5c78d lsearch and lfind return void * 10 years ago
  reyk 57c6dae142 Allow constraints URL without leading path (eg. "https://www.openbsd.org"). 10 years ago
  reyk 2c0d96f390 Use ntpd's deferred DNS resolving for constraints as well. This 10 years ago
  jmc a4b14a72e4 use a width specifier for lists, and Sq rather than Dq for single letters 10 years ago
  tedu 486708efb7 the possible algos for pref should be documented here 10 years ago
  reyk 609076da6a Remove dead code (IMSG_HOST_DNS has been moved from the parent to 10 years ago
  reyk f80fe4f691 Be less chatty on constraint errors. 10 years ago
  jmc 4ea8526f95 tweak previous; 10 years ago
  jsing 9282f51280 unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to 10 years ago
  reyk 2a9806d4a4 spacing 10 years ago
  jsing 71b2d0a64a Remove RC5 code - this is not currently enabled and is not likely to ever 10 years ago
  reyk 61d9dff620 After successfully getting a constraint from an HTTPS server, there is 10 years ago
  reyk 65816fa1ac Don't show the subseconds when displaying the constraint offset. 10 years ago
  jsing 2b9dce95cd Remove crypto/store - part of which is "currently highly experimental". 10 years ago
  reyk 5f9d0ecf71 Move the constraints in a new section and add a preamble to explain 10 years ago
  reyk 7433fa0bce Add support for "constraints": when configured, ntpd(8) will query the 10 years ago
  bcook 3885488dfe be more verbose when logging privsep errors. 10 years ago
  bcook 948680b913 use correct formatters for s/size_t data types. 10 years ago
  millert cec1070829 Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLE 10 years ago
  reyk a32a1a544c Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns() 10 years ago
  tedu e8e1175e68 add restrict to strtol like functions. ok guenther 10 years ago
  jsing e928a301f0 Crank major for libcrypto since symbols have been removed. 10 years ago
  dlg eed98717a6 userland gets static on functions only used within a file. 10 years ago
  jsing b22634d3c6 Combine c_allc.c and c_alld.c into c_all.c - there is not much point having 10 years ago
  millert b1bfe035b7 Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ 10 years ago
  schwarze cdb05c968a macro fixes from Kaspars at Bankovskis dot net; 10 years ago
  florian 3e930c04e4 Typo 10 years ago
  schwarze 72a38c830c Use .Rv where appropriate, and move it to RETURN VALUES; 10 years ago