Age | Commit message (Expand) | Author |
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 |
2014-07-10 | make quirks slightly more special, grab the whole packing-list always, | Marc Espie |
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-10 | Print "%s (removed)" into relayd log and test for that string. | Alexander Bluhm |
2014-07-10 | make the control process broadcast verbose/profile admin requests directly, | Eric Faurot |
2014-07-10 | Improve the scheduler, better and simpler. | Eric Faurot |
2014-07-10 | Tweak accept pacing in pptp. Add handling when accept_add() fails and | YASUOKA Masahiko |
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-10 | /var/games/tetris.scores will move away from the etc set. | Antoine Jacoutot |
2014-07-10 | prevent users from adding timestamp themselves | Marc Espie |
2014-07-10 | add a separate timestamp annotation to have this as metadata | Marc Espie |
2014-07-10 | Fix another free error. | Reyk Floeter |
2014-07-09 | When copying structures via imsg, the contents should not contain | Reyk Floeter |
2014-07-09 | Don't assign garbage in kv_extend(). | Reyk Floeter |
2014-07-09 | tweak previous; | Jason McIntyre |
2014-07-09 | The "tag" keyword in redirections has been renamed to "pftag". | Reyk Floeter |
2014-07-09 | Replace the protocol directives for HTTP with a new generic filtering | Reyk Floeter |
2014-07-09 | Fix classless-{ms-,}static-routes to comply RFC 3442. Number of | YASUOKA Masahiko |
2014-07-09 | add a "no-dsn" listener option to disable DSN extension. | Eric Faurot |
2014-07-09 | config parser improvements: | Eric Faurot |
2014-07-09 | various fixes in experimental ldap backend and add support for mailaddr service. | Eric Faurot |
2014-07-08 | update filter configuration parsing (not plugged yet) | Eric Faurot |
2014-07-08 | send correct imsg when enabling profiling at runtime | Eric Faurot |
2014-07-08 | partially revert bogus commit | Eric Faurot |
2014-07-08 | get rid of mfa leftovers | Eric Faurot |
2014-07-08 | Fix a double free bug in parsing the config. It had occurred when a | YASUOKA Masahiko |
2014-07-08 | Fix npppd not to access freed memory when it is exiting. | YASUOKA Masahiko |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | Cleanup of getopt argument: -p is not supported anymore. | Tobias Stoeckmann |
2014-07-08 | don't really bother cleaning up the callback, it will go away soon enough | Marc Espie |
2014-07-08 | in case we say("Some parameter #1 blabla there") but we | Marc Espie |
2014-07-08 | Prettify the list of "required by" package names by sorting it. | Vadim Zhukov |
2014-07-08 | various queue improvements: | Eric Faurot |
2014-07-08 | remove dead code. these imsgs are handled in pony.c. | Eric Faurot |
2014-07-08 | make the filter API move forward (still not plugged). | Eric Faurot |
2014-07-08 | zap trailing tab | Eric Faurot |
2014-07-08 | Update the table API: lookup functions can take an optional parameters | Eric Faurot |
2014-07-08 | make sure to clear the WAIT flag when cancelling the connector timeout. | Eric Faurot |
2014-07-08 | fatalx(errorstr) -> fatalx("%s", errorstr) | Eric Faurot |
2014-07-08 | Change fatal/fatalx to use a format string. Expand in a static buffer | Eric Faurot |