summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2015-01-08Clarify and simplify.Antoine Jacoutot
2015-01-08Count number of sessions correctly.YASUOKA Masahiko
2015-01-08log as LOG_DAEMON in log_init again.Brent Cook
2015-01-08sync log.c from smtpd.Brent Cook
2015-01-08use the correct format string for refidBrent Cook
2015-01-07fix ctype casting bug spotted by Jonas 'Sortie' TermansenGilles Chehade
2015-01-07Tweaks from jmc@Antoine Jacoutot
2015-01-07SVG is common enough to add it to the default types.Reyk Floeter
2015-01-07Relax configuration list parsing to allow multi-line blocks for tls,Reyk Floeter
2015-01-07Start tweaking a bit.Antoine Jacoutot
2015-01-06Make httpd return "404 not found" if an intermediate component of a requestedStefan Sperling
2015-01-06I missed one goto abort instead of free(line).Reyk Floeter
2015-01-06Simplify special vars argument checking; invalidating some bogus constructsAntoine Jacoutot
2015-01-06Only open a socket once for each unique "listen on" statement. ThisReyk Floeter
2015-01-06Instead of calling free(line) in each error case, call it once in fail:.Reyk Floeter
2015-01-06Return "400 Bad Request" instead of "500 Internal Server Error" forReyk Floeter
2015-01-06While on death-row, 'rcctl status' still is still allowed for now -- soAntoine Jacoutot
2015-01-06Sync with new rcctl usage. Will get some much needed love within the nextAntoine Jacoutot
2015-01-06Rename some internal variables (flag and flags is way too error-prone):Antoine Jacoutot
2015-01-06Major rcctl(8) rewrite to simplify it and add new features. It can nowAntoine Jacoutot
2015-01-06move the message parser init earlier to avoid a possible use after free inGilles Chehade
2015-01-06fix whitespace and indentation, by Kyle MilzGilles Chehade
2015-01-05some third-party mda require a prepended From separator line, so remove theGilles Chehade
2015-01-05a few tweaks to match the old script better (for now)Marc Espie