summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-01-16SSL_CTX_use_certificate_chain() has been added to LibreSSL and thereReyk Floeter
2015-01-16Adapt to <limits.h> universe.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h>Theo de Raadt
2015-01-16The SSL/TLS session Id context is limited to 32 bytes. Instead ofReyk Floeter
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-16Merge in a commit from upstream..Brad Smith
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2015-01-15switch to PATH_MAXTheo de Raadt
2015-01-15do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>Theo de Raadt
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2015-01-15fully remove disabled mschap support, which does weird DES things.Ted Unangst
2015-01-15Be sure to print time_t with the appropriate format specifier. RepairsMiod Vallat
2015-01-15oops, forgotten back-pointer to state for error messagesMarc Espie
2015-01-15When the connection to a TCP syslog server fails or the TCP connectionAlexander Bluhm
2015-01-15when enqueueing offline mails from within the daemon session, we should notGilles Chehade
2015-01-15not supposed to include sys/ttycom.h (these may have rpcgen history)Theo de Raadt
2015-01-14Switch drift file format to ppm for compatibility with the ntp.orgChristian Weisgerber
2015-01-14Use reallocarray() instead of calloc() when making a copy of theTodd C. Miller
2015-01-14Replace MAXHOSTNAMELEN with HOST_NAME_MAX+1 and MAXNAMLEN with NAME_MAXTodd C. Miller
2015-01-14Use HAVE_FOO for BSD-specific features instead of relying on theTodd C. Miller
2015-01-14Use standard types for wait, readdir, signals and pids.Todd C. Miller
2015-01-14Remove compatibility defines for ancient systems. We assume aTodd C. Miller
2015-01-14recipient and sender lists now support the user+TAG notation, allowingGilles Chehade
2015-01-14bring back reverted commits, the crash was unrelatedGilles Chehade
2015-01-13bump failure to set the initial time from debug to warningBrent Cook
2015-01-13bump copyright yearReyk Floeter
2015-01-13bump copyright yearReyk Floeter
2015-01-13Abort if fcgi_chunked is not true to avoid sending additional garbageReyk Floeter
2015-01-13Give tcpdrop a proper usage() like other programs in the tree.Lawrence Teo
2015-01-13fix some memory leaks in dns handling.Brent Cook
2015-01-13prefer sizeof(thing) to sizeof(type)Brent Cook
2015-01-12oops, don't load quirks prematurely. noticed by many, myself includedMarc Espie
2015-01-12Make sure the given user exists.Antoine Jacoutot
2015-01-12Use proper casts for ctype functions. This is already fixed in nsdTodd C. Miller
2015-01-12Make it possible to reset "timeout" to the default value.Antoine Jacoutot
2015-01-12"timeout" must be a positive integer.Antoine Jacoutot
2010-01-15NSD v3.2.4Jakob Schlyter
2015-01-11replace fw_update (shell script) with a specialized version of pkg_add.Marc Espie
2015-01-11revert two latest commits until a crash is fixedGilles Chehade
2015-01-11unbreak the delivery_filename backend, now that it no longer prepends theGilles Chehade
2015-01-10don't check for a return value that host() doesn't return, so futureTed Unangst
2015-01-10revert host() back to correct behavior.Brent Cook
2015-01-09return -1 on host() address parsing failure, not 1.Brent Cook
2015-01-09return -1 on host() address parsing failure, not 1.Brent Cook
2015-01-09Document that ftp-proxy breaks explicit RFC4217 FTP TLS. While here,Stefan Sperling
2015-01-09rename a variable to avoid a warningGilles Chehade
2015-01-09move the ignore-microsec-timestamp bit from mrt_parse to mrt_parse_dump_mpHenning Brauer
2015-01-09remove excessive/wrong use of sys/param.hTheo de Raadt
2015-01-08Use the field f_file also for the forwarding file descriptor. RemoveAlexander Bluhm
2015-01-08"default" is gone.Antoine Jacoutot