Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-23 | bye bye | Theo de Raadt | |
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-21 | gotta prune your objdir after makefile changes...; cleandir was not broken | Michael Shalayeff | |
2003-07-21 | no, you broke cleandir | Theo de Raadt | |
2003-07-21 | do not symlink .x file -- build right out of include dir and only link .h; ↵ | Michael Shalayeff | |
deraadt@ ok | |||
2003-07-21 | use __progname | Michael Shalayeff | |
2003-07-21 | protos | Theo de Raadt | |
2003-07-21 | use more defines; andrushock@korovino.net | Theo de Raadt | |
2003-07-20 | ignore backwards going entries | Michael Shalayeff | |
2003-07-18 | add missing includes | David Krause | |
ok tedu@ | |||
2003-07-18 | remove the extra / in path | David Krause | |
ok deraadt@ millert@ | |||
2003-07-18 | #include "http_main.h" for the chroot functions | David Krause | |
fixes some implicit declaration warnings ok henning@ | |||
2003-07-17 | add support for ESP decryption; ok deraadt@; feedback mickey@; | Markus Friedl | |
many manpage fixes from jmc@ | |||
2003-07-16 | kill a rake of .br's and .Pp's that worked around the spacing bug. should | Jason McIntyre | |
help postscript output too. | |||
2003-07-15 | protos and repairs | Theo de Raadt | |
2003-07-14 | - new sentence, new line | Jason McIntyre | |
- .Bk/.Ek for SYNOPSIS - kill whitespace at EOL - some macro fixes ok henning@ | |||
2003-07-14 | macro fixes; | Jason McIntyre | |
2003-07-14 | fix a list; | Jason McIntyre | |
2003-07-14 | - escape "It" so groff doesn't try to expand it | Jason McIntyre | |
- macro cleanup | |||
2003-07-14 | fix a width specifier and remove some .Pp's before lists/displays; | Jason McIntyre | |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger | |
- remove the tableaddrs and tableaddr yacc production and reuse host_list instead. - produce better error messages. - do not load addresses from external file when it is not required (like with -R option). - store initializers in a new node_tinit linked list before putting them into the address buffer (see next point). - add a new print_tabledef() function, which makes "pfctl -nvf" print something useful for table definitions, which in turn makes it possible to write better regress tests (see first chunk of the diff) and bring table definition consistant with other parsed rules. ok dhartmei@ | |||
2003-07-10 | trivial protos | Theo de Raadt | |
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 | |