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