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