summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-02-08revert debug changes. reyk would like debug to remain a counter.Ted Unangst
2015-02-08flags should be flags, not counters. from martijn van durenTed Unangst
2015-02-08Implement octet counting for sending syslog over TCP and TLS streams.Alexander Bluhm
2015-02-08Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns()Reyk Floeter
2015-02-08Use AI_ADDRCONFIG when resolv hosts on startup.Reyk Floeter
2015-02-08move a log_warnx() to a DPRINTF, as it's information intendedBret Lambert
2015-02-08Use ebuf[ERRBUFSIZE] instead of ebuf[256] everywhere.Reyk Floeter
2015-02-08spacingReyk Floeter
2015-02-07spacingReyk Floeter
2015-02-07Remove server_load_file() in favor of tls_load_file(3)Reyk Floeter
2015-02-07use strtonum() instead of atoi(); ok bluhmTheo de Raadt
2015-02-07Close appropriate ends of pfpipe. Lets pf table process die when dhcpdKenneth R Westerback
2015-02-07double word fix;Jason McIntyre
2015-02-07Document tls dhe and tls ecdhe options.Joel Sing
2015-02-07Add httpd configuration options to allow the specification of DHEJoel Sing
2015-02-07port NSEC3 and TLSA parsing code into dig(1) from ISC BIND 9.10.1-P1Martin Pelikan
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2015-02-07Add support for blocking, dropping, and redirecting requests.Reyk Floeter
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-06add iwm to the possible_drivers listStuart Henderson
2015-02-06Fix log options in locations.Reyk Floeter
2015-02-06Handle hibernate button in the same way as suspend does: send anDavid Coppa
2015-02-06Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().Reyk Floeter
2015-02-06To get reliable TCP and TLS logging, report when messages get lost.Alexander Bluhm
2015-02-05Fix potential NULL pointer dereference.Reyk Floeter
2015-02-05compat for check-lib-dependsMarc Espie
2015-02-05Add missing error case to free allocated server_config on failure.Reyk Floeter
2015-02-05The pf table process should die if the pipe to the dhcpd process isKenneth R Westerback
2015-02-04potential double free in while-loopHenning Brauer
2015-02-04Fix potentional double free in do-while-loop.Alexander Bluhm
2015-02-03fix odd error recovery (noticed by kili@): fw_update -d with !installedMarc Espie
2015-02-03merge back a part of rev 1.15Brad Smith
2015-02-03merge conflictsBrad Smith
2015-02-03zap scp urls from quirks update for fw_updateMarc Espie
2015-02-03update to NSD 4.1.1, ok sthen@Brad Smith
2015-02-03document the one non-intuitive test there, as I spent 5 mn looking at itMarc Espie
2015-02-03Fix -aMarc Espie
2015-02-02As a result of the recommendations in RFC 5424, 5425, 5426 set theAlexander Bluhm
2015-01-31Merge in a commit from upstream..Brad Smith
2015-01-31The error buffer in syslogd might be too small for the TLS errors.Alexander Bluhm
2015-01-30Document the syslogd certificate validation options.Alexander Bluhm
2015-01-30Start TLS after the TCP connect has finished. Call the TLS connectAlexander Bluhm
2015-01-30Fix the default interactive level to install the "default" dependencies.Marc Espie
2015-01-29Fix a regression that removed support for using service names insteadReyk Floeter
2015-01-28When comparing the LSA with the Ack, also check the age field. ThisAlexander Bluhm
2015-01-28If not explicitly disabled, syslogd verifies the x509 certificateAlexander Bluhm
2015-01-28Remove ssl_by_mem_ctrl() and x509_mem_lookup to unbreak the build. ItReyk Floeter
2015-01-28jcs found another remnant of cool running modeTed Unangst
2015-01-27fix messages of FwUpdateMarc Espie
2015-01-26Merge in a commit from upstream..Brad Smith