Age | Commit message (Expand) | Author |
2014-07-13 | Close connection/remove event handler when msgbuf_write() hits an | Kenneth R Westerback |
2014-07-13 | Make error messages more obvious to the user. | Bob Beck |
2014-07-13 | Also ignore examplessum. | Antoine Jacoutot |
2014-07-13 | improve log output for relays. adjust regress tests | Sebastian Benoit |
2014-07-13 | repair matching of headers, add regress test for this error | Sebastian Benoit |
2014-07-12 | Use Comic Sans (or Chalkboard) as the default font for HTTP error | Reyk Floeter |
2014-07-12 | Add httpd(8), an attempt to turn the relayd(8) codebase into a simple | Reyk Floeter |
2014-07-12 | don't check_security on newer *after* making sure the set doesn't have | Marc Espie |
2014-07-12 | egsum -> examplessum | Antoine Jacoutot |
2014-07-12 | zap trailing whitespace; | Jason McIntyre |
2014-07-12 | Close connections when msgbuf_write() returns 0. | Kenneth R Westerback |
2014-07-12 | Fix a potential bug. privsep.c didn't check the interface name | YASUOKA Masahiko |
2014-07-12 | oh well, remove -Q entirely... I'm probably the only one who ever used that. | Marc Espie |
2014-07-12 | security check in quirks | Marc Espie |
2014-07-12 | undocument -Q | Marc Espie |
2014-07-12 | finish killing old experiment, less confusing code | Marc Espie |
2014-07-12 | @endfake died a while ago | Marc Espie |
2014-07-12 | so, pkg_check can now troll thru the whole file system. Either use | Marc Espie |
2014-07-12 | Fix error in previous. | YASUOKA Masahiko |
2014-07-12 | msgbuf_write() <= 0 for a few more daemons. | Kenneth R Westerback |
2014-07-12 | andone last (i hope) accept_rtadv sysctl remnant, also found by jmc | Henning Brauer |
2014-07-12 | Extend output a bit. | Antoine Jacoutot |
2014-07-12 | Use sha256(1) for compared files, just like we do for examples. | Antoine Jacoutot |
2014-07-12 | fix relay "append header" action, add regression test for append | Sebastian Benoit |
2014-07-12 | Initial support for /etc/examples. | Antoine Jacoutot |
2014-07-12 | Fix the sentence in the BUGS section. Colon is usable for password. | YASUOKA Masahiko |
2014-07-12 | Move HTTP error codes into http.h. | Reyk Floeter |
2014-07-12 | Sync msgbuf_write() changes from relayd. | Reyk Floeter |
2014-07-12 | Use imsg(3) for the IPC between the privileged process and the | YASUOKA Masahiko |
2014-07-12 | The hosts.lpd file must exist, or no permission is granted. Change the | Theo de Raadt |
2014-07-11 | optimize a FALLTHROUGH | Sebastian Benoit |
2014-07-11 | Limit HTTP header length to about 8K (based on the default of 4-8K in | Reyk Floeter |
2014-07-11 | 8 bits is enough for sslflags | Reyk Floeter |
2014-07-11 | Sometimes I just sort the tokens in parse.y | Reyk Floeter |
2014-07-11 | Add support for EDH to provide perfect forward secrecy for older SSL | Reyk Floeter |
2014-07-11 | Fix DHCPINFORM not to lookup the lease database, not to fill the yiaddr | YASUOKA Masahiko |
2014-07-11 | some say it is kinda likely you want autoconf if you run rtsol/rtsold on | Henning Brauer |
2014-07-11 | Close the control fd when it has reported EOF. | Kenneth R Westerback |
2014-07-11 | Tweak error checking for msgbuf_write() as recommended by the imsg | Kenneth R Westerback |
2014-07-11 | missing prototypes | Florian Obser |
2014-07-11 | tweak previous; | Jason McIntyre |
2014-07-11 | use the merged 4.4BSD.dist mtree if BSD.local is gone | Marc Espie |
2014-07-11 | display the extraction tally only if verbose | Marc Espie |
2014-07-11 | with out-of-order extraction, match tempnames to item names | Marc Espie |
2014-07-11 | Simplify the code that handles the HTTP headers by using an RB tree | Reyk Floeter |
2014-07-11 | Fix typo | YASUOKA Masahiko |
2014-07-11 | Add -u option to bind UDP port as a socket to answer DHCPINFORM from | YASUOKA Masahiko |
2014-07-11 | we wont ship this table in base anymore | Gilles Chehade |
2014-07-11 | a failed socket is -1. from Doug Hogan | Ted Unangst |
2014-07-11 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |