summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* More session_socket_blockmode() removal. While there make the main UDPclaudio2015-02-094-45/+16
* More SOCK_NONBLOCK | SOCK_CLOEXEC love and one less session_socket_blockmodeclaudio2015-02-096-54/+21
* Initialise a variable to please gcc.claudio2015-02-091-2/+2
* Oups forgot to remove the enumsclaudio2015-02-091-6/+1
* Kill another session_socket_blockmode() ... 6 or so to go.claudio2015-02-093-38/+13
* Kill session_socket_blockmode() and replace it with SOCK_CLOEXEC orclaudio2015-02-097-61/+30
* stop trying to workaround malloc bugs that have not existed for 20 years.tedu2015-02-091-2/+2
* oops, this little bit is unneeded and actually breaks some other stuffespie2015-02-091-2/+2
* full fix for check-lib-depends... previous patch did only half the workespie2015-02-091-4/+3
* Fix format string of -m error message.bluhm2015-02-091-2/+2
* fix fd leaks in error pathsjsg2015-02-091-5/+13
* revert debug changes. reyk would like debug to remain a counter.tedu2015-02-082-5/+4
* flags should be flags, not counters. from martijn van durentedu2015-02-082-5/+6
* Implement octet counting for sending syslog over TCP and TLS streams.bluhm2015-02-081-9/+46
* Add a comment that ntpd MUST NOT use AI_ADDRCONFIG in host_dns()reyk2015-02-081-1/+2
* Use AI_ADDRCONFIG when resolv hosts on startup.reyk2015-02-084-4/+8
* move a log_warnx() to a DPRINTF, as it's information intendedblambert2015-02-081-3/+4
* Use ebuf[ERRBUFSIZE] instead of ebuf[256] everywhere.reyk2015-02-081-9/+10
* spacingreyk2015-02-085-10/+12
* spacingreyk2015-02-071-11/+12
* Remove server_load_file() in favor of tls_load_file(3)reyk2015-02-073-44/+17
* use strtonum() instead of atoi(); ok bluhmderaadt2015-02-071-2/+6
* Close appropriate ends of pfpipe. Lets pf table process die when dhcpdkrw2015-02-071-1/+3
* double word fix;jmc2015-02-071-2/+2
* Document tls dhe and tls ecdhe options.jsing2015-02-071-1/+11
* Add httpd configuration options to allow the specification of DHEjsing2015-02-073-7/+51
* port NSEC3 and TLSA parsing code into dig(1) from ISC BIND 9.10.1-P1pelikan2015-02-0716-5/+1987
* Add support for blocking, dropping, and redirecting requests.reyk2015-02-076-11/+143
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-3/+3
* add iwm to the possible_drivers liststhen2015-02-061-2/+2
* Fix log options in locations.reyk2015-02-063-9/+14
* Handle hibernate button in the same way as suspend does: send andcoppa2015-02-061-3/+8
* Rename SSL_CTX_use_certificate_chain() to SSL_CTX_use_certificate_chain_mem().reyk2015-02-062-4/+4
* To get reliable TCP and TLS logging, report when messages get lost.bluhm2015-02-061-7/+67
* Fix potential NULL pointer dereference.reyk2015-02-051-5/+6
* compat for check-lib-dependsespie2015-02-051-1/+2
* Add missing error case to free allocated server_config on failure.reyk2015-02-051-2/+7
* The pf table process should die if the pipe to the dhcpd process iskrw2015-02-051-1/+4
* potential double free in while-loophenning2015-02-041-2/+2
* Fix potentional double free in do-while-loop.bluhm2015-02-041-3/+3
* fix odd error recovery (noticed by kili@): fw_update -d with !installedespie2015-02-031-5/+7
* merge back a part of rev 1.15brad2015-02-031-6/+1
* merge conflictsbrad2015-02-0325-136/+672
* zap scp urls from quirks update for fw_updateespie2015-02-033-3/+7
* update to NSD 4.1.1, ok sthen@brad2015-02-0311-6/+200
* document the one non-intuitive test there, as I spent 5 mn looking at itespie2015-02-031-1/+2
* Fix -aespie2015-02-031-7/+23
* As a result of the recommendations in RFC 5424, 5425, 5426 set thebluhm2015-02-021-10/+17
* Merge in a commit from upstream..brad2015-01-313-0/+48
* The error buffer in syslogd might be too small for the TLS errors.bluhm2015-01-311-22/+22