Age | Commit message (Expand) | Author |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-16 | Merge in a commit from upstream.. | Brad Smith |
2015-01-16 | first batch of cleanup to programs based upon the namespace cleanups | Theo de Raadt |
2015-01-15 | switch to PATH_MAX | Theo de Raadt |
2015-01-15 | do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h> | Theo de Raadt |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2015-01-15 | fully remove disabled mschap support, which does weird DES things. | Ted Unangst |
2015-01-15 | Be sure to print time_t with the appropriate format specifier. Repairs | Miod Vallat |
2015-01-15 | oops, forgotten back-pointer to state for error messages | Marc Espie |
2015-01-15 | When the connection to a TCP syslog server fails or the TCP connection | Alexander Bluhm |
2015-01-15 | when enqueueing offline mails from within the daemon session, we should not | Gilles Chehade |
2015-01-15 | not supposed to include sys/ttycom.h (these may have rpcgen history) | Theo de Raadt |
2015-01-14 | Switch drift file format to ppm for compatibility with the ntp.org | Christian Weisgerber |
2015-01-14 | Use reallocarray() instead of calloc() when making a copy of the | Todd C. Miller |
2015-01-14 | Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAX | Todd C. Miller |
2015-01-14 | Use HAVE_FOO for BSD-specific features instead of relying on the | Todd C. Miller |
2015-01-14 | Use standard types for wait, readdir, signals and pids. | Todd C. Miller |
2015-01-14 | Remove compatibility defines for ancient systems. We assume a | Todd C. Miller |
2015-01-14 | recipient and sender lists now support the user+TAG notation, allowing | Gilles Chehade |
2015-01-14 | bring back reverted commits, the crash was unrelated | Gilles Chehade |
2015-01-13 | bump failure to set the initial time from debug to warning | Brent Cook |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-13 | bump copyright year | Reyk Floeter |
2015-01-13 | Abort if fcgi_chunked is not true to avoid sending additional garbage | Reyk Floeter |
2015-01-13 | Give tcpdrop a proper usage() like other programs in the tree. | Lawrence Teo |
2015-01-13 | fix some memory leaks in dns handling. | Brent Cook |
2015-01-13 | prefer sizeof(thing) to sizeof(type) | Brent Cook |
2015-01-12 | oops, don't load quirks prematurely. noticed by many, myself included | Marc Espie |
2015-01-12 | Make sure the given user exists. | Antoine Jacoutot |
2015-01-12 | Use proper casts for ctype functions. This is already fixed in nsd | Todd C. Miller |
2015-01-12 | Make it possible to reset "timeout" to the default value. | Antoine Jacoutot |
2015-01-12 | "timeout" must be a positive integer. | Antoine Jacoutot |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-01-11 | replace fw_update (shell script) with a specialized version of pkg_add. | Marc Espie |
2015-01-11 | revert two latest commits until a crash is fixed | Gilles Chehade |
2015-01-11 | unbreak the delivery_filename backend, now that it no longer prepends the | Gilles Chehade |
2015-01-10 | don't check for a return value that host() doesn't return, so future | Ted Unangst |
2015-01-10 | revert host() back to correct behavior. | Brent Cook |
2015-01-09 | return -1 on host() address parsing failure, not 1. | Brent Cook |
2015-01-09 | return -1 on host() address parsing failure, not 1. | Brent Cook |
2015-01-09 | Document that ftp-proxy breaks explicit RFC4217 FTP TLS. While here, | Stefan Sperling |
2015-01-09 | rename a variable to avoid a warning | Gilles Chehade |
2015-01-09 | move the ignore-microsec-timestamp bit from mrt_parse to mrt_parse_dump_mp | Henning Brauer |
2015-01-09 | remove excessive/wrong use of sys/param.h | Theo de Raadt |
2015-01-08 | Use the field f_file also for the forwarding file descriptor. Remove | Alexander Bluhm |
2015-01-08 | "default" is gone. | Antoine Jacoutot |
2015-01-08 | Clarify and simplify. | Antoine Jacoutot |
2015-01-08 | Count number of sessions correctly. | YASUOKA Masahiko |
2015-01-08 | log as LOG_DAEMON in log_init again. | Brent Cook |
2015-01-08 | sync log.c from smtpd. | Brent Cook |