Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-09 | AVoid core dump when package name in package is not valid. | Otto Moerbeek | |
2003-07-08 | protos; avsm ok | Theo de Raadt | |
2003-07-08 | Update to work with new kernel changes | Nathan Binkert | |
2003-07-08 | Fix a bug that caused removal of previous users' rules when more then one | Daniel Hartmeier | |
user loggged in concurrently. And fix a smaller bug which prevented complete removal of a user's state entries on logout. Bug report and testing by Ed Powers. | |||
2003-07-08 | print ip_{src,dst} again; ok henning@ | Markus Friedl | |
2003-07-08 | declare chroot and etag functions in the .h files | David Krause | |
and get rid of some implicit declaration warnings ok henning@ | |||
2003-07-08 | oupsie, error in code we don't compile | Henning Brauer | |
found bu david | |||
2003-07-08 | dont silently truncate a domain socket specified via the -p argument; | Anil Madhavapeddy | |
error out instead if its too long. deraadt@ ok | |||
2003-07-07 | bye bye piece of crud | Theo de Raadt | |
2003-07-07 | protos | Theo de Raadt | |
2003-07-06 | ansi rpcgen | Theo de Raadt | |
2003-07-06 | protos | Theo de Raadt | |
2003-07-06 | protos and ansi | Theo de Raadt | |
2003-07-04 | 'static const char rcsid[]' to make it -Wall clean | Anil Madhavapeddy | |
2003-07-04 | - use sizeof(var) instead of hardcoding length in functions that need it | Anil Madhavapeddy | |
- krw@ rewrote make_preserve_name() to get rid of some hard to read string code - some trivial strn{cpy,cat} - > strl{cpy,cat} conversions ok krw@ | |||
2003-07-03 | Bye bye atexit(), bye bye globals... | Cedric Berger | |
The pfctl.c part will probably need some further improvements. ok henning@ | |||
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger | |
and a couple of parsing functions moved to parse.y or pfctl_parser where they belong. I also took the opportunity to replace "void" functions with exit(1) or err() inside by "int" functions, with the caller checking the return value for errors (much cleaner and an old request from Theo) ok dhartmei@ henning@ | |||
2003-07-02 | bump mktemp/mkstemp randomness from 6 -> 10 X's | Anil Madhavapeddy | |
henning@ ok | |||
2003-07-02 | .Ic Ar -> .Ar | Jason McIntyre | |
from wiz@netbsd; | |||
2003-07-02 | simplify macro usage; | Jason McIntyre | |
from wiz@netbsd | |||
2003-07-02 | fix broken escape; from wiz@netbsd | Jason McIntyre | |
cleanup from myself; | |||
2003-07-02 | bump mktemp randomness from 6 to 10 X's | Anil Madhavapeddy | |
2003-06-28 | () to (void) | Theo de Raadt | |
2003-06-28 | ansi | Theo de Raadt | |
2003-06-28 | ansi & prototype cleanup. tested in mkr on most arch's. ok dhartmei | Theo de Raadt | |
2003-06-27 | bye bye | Theo de Raadt | |
2003-06-27 | missing include | Vincent Labrecque | |
ok deraadt | |||
2003-06-27 | remove unneeded proto | Theo de Raadt | |
2003-06-27 | memory leak; andrushock@korovino.net | Theo de Raadt | |
2003-06-27 | remove unused variables | Theo de Raadt | |
2003-06-27 | string cleaning; "Put it in. If it breaks, tough" Theo. | Todd T. Fries | |
work by me, useful feedback from krw, jakob, tedu, and tholo | |||
2003-06-27 | /etc/authpf.allow -> /etc/authpf/authpf.allow in comments | Henning Brauer | |
spotted by Joel Knight again | |||
2003-06-26 | proto | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-26 | err() cleanup; andrushock@korovino.net | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | strict proto cleanups | Theo de Raadt | |
2003-06-26 | remove superfluous .Ek; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | correct an example, and fix BUGS; | Jason McIntyre | |
ok millert@ | |||
2003-06-26 | Quote % characters in macro lines; | Jason McIntyre | |
from wiz@netbsd. Also better format of SYNOPSIS. | |||
2003-06-26 | avoid using floating point for a random in [a, b] and kill a false comment | Michael Shalayeff | |
2003-06-26 | two missing protos | Theo de Raadt | |
2003-06-25 | remove excess proto | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | proto cleanup | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | ansi | Theo de Raadt | |
2003-06-25 | mdoc version of the dhcp pages; | Jason McIntyre | |
from myself and pjanzen@. input and ok in dhclient-script.8 from krw@ | |||
2003-06-25 | "addrs" is not needed any more | Jun-ichiro itojun Hagino | |