Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-27 | Remove dead code. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-27 | Add group 14 (modp2048) to predefined suites. Manpage also updated. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-27 | mention ifconfig create; update gif(4) examples; ok henning, deraadt, fries | Markus Friedl | |
2004-02-27 | make pfctl -s all a bit more useful again by not printing a lllooooooottttt of | Henning Brauer | |
OS fingerprints and a list of interface drivers... cedric deraadt ok | |||
2004-02-27 | (C)-2004 | Hakan Olsson | |
2004-02-27 | Follow RFC 2408 more closely regarding how to better check the proposal | Hakan Olsson | |
returned by the other peer (the responder). Some implementations (notably the Cisco PIX) does not follow a SHOULD in section 4.2 of the RFC. With certain proposal combinations this caused us to setup the wrong SA resulting in us being unable to process incoming IPsec traffic (over this tunnel). Tested against a number of different IKE implementations. hshoexer@ ok. | |||
2004-02-26 | Deal correctly with printing interfaces with multiple trailing digits. | Todd C. Miller | |
E.g. "ifconfig vlan1" should only match vlan1, not vlan1, vlan10, vlan11, etc. OK tdeval@, hshoexer@, otto@. Closes PR 3693. | |||
2004-02-26 | Fix/Simplify printing of titles with "pfctl -s all". ok mcbride@ | Cedric Berger | |
2004-02-26 | remove unused code. noticed by ho@ | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-26 | Fix pfctl -sa output. Found by David Krause, ok mcbride@ | Cedric Berger | |
2004-02-26 | tweak; | Jason McIntyre | |
ok hshoexer@ | |||
2004-02-25 | Add and document configuration options Logverbose and Loglevel. As log.c now | Hans-Joerg Hoexer | |
depends on conf.c and some regression tests use log.c, add conf.c to Makefiles where necessary. ok ho@ | |||
2004-02-25 | doesn't quite make sense to have a wrapper to a wrapper to the incredible | Henning Brauer | |
amount of ~ 20 lines of code in their own file... and another one bites the dust | |||
2004-02-25 | Don't clear global stuff when an anchor is given in addition to -Fa. | Cedric Berger | |
Ok mcbride@ pb@ | |||
2004-02-25 | note that -w is optional and adjust accordingly; | Jason McIntyre | |
remove -w from EXAMPLES; diffs from Paul de Weerd; ok deraadt@ | |||
2004-02-25 | correct NOMAN= case | Theo de Raadt | |
2004-02-24 | deal with bpf node | Ted Unangst | |
2004-02-24 | 'max-src-nodes' requires 'source-track rule'. Set that automatically, | Ryan Thomas McBride | |
unless 'source-track global' is explicit, in which case error out. Lots of help from cedric@. ok cedric@ henning@ | |||
2004-02-24 | not used | Henning Brauer | |
2004-02-24 | whack unused token ring code and a few empty functions | Henning Brauer | |
2004-02-24 | zap more unused crap | Henning Brauer | |
2004-02-24 | bye bye | Henning Brauer | |
2004-02-24 | get rid of tons of structs we never use, a lot of new_someotherjunk functions | Henning Brauer | |
in alloc.c we never call, and a shitload of genius comments like char *script_name; /* name of script */ char *server_name; /* name of server */ etc etc etc... | |||
2004-02-24 | discover_interfaces doesn't run in multiple modes any more - kill unreachable | Henning Brauer | |
code, partitally server-only | |||
2004-02-24 | kill debug crap | Henning Brauer | |
2004-02-24 | fixup. | Cedric Berger | |
2004-02-24 | remove dynamic port gunk | Henning Brauer | |
2004-02-24 | cut unreachable code | Henning Brauer | |
2004-02-24 | sort options; | Jason McIntyre | |
2004-02-24 | cut more crap - no binary change | Henning Brauer | |
2004-02-24 | kill pidfile gunk | Henning Brauer | |
2004-02-24 | teach dhclient about another invention of the last century: getopt(3) | Henning Brauer | |
also fix usage() that was a big lie pb sez ok | |||
2004-02-24 | remove ill-advised interface discovery-scan, and require an interface to be | Henning Brauer | |
always given. theo agrees with removal, pb ok | |||
2004-02-24 | Check for 'source-track rule' with 'max-src-nodes'. | Ryan Thomas McBride | |
ok cedric@ henning@ | |||
2004-02-24 | cut debug crap | Henning Brauer | |
2004-02-23 | goodbye VOIDPTR | Henning Brauer | |
2004-02-23 | scratch the PTRSIZE64 define, the gunk that was using it was in some of the | Henning Brauer | |
files killed in the last hour | |||
2004-02-23 | remove time_t related crud; henning ok | Theo de Raadt | |
2004-02-23 | remove prototypes we don't implement | Henning Brauer | |
2004-02-23 | not used not needed | Henning Brauer | |
2004-02-23 | remove allocation/storage/search code for subnets, shared networks, and | Henning Brauer | |
leases - it is server-only code. | |||
2004-02-23 | -sparc64 is always 64bit on openbsd | Henning Brauer | |
-add amd64 | |||
2004-02-23 | scrap dead code | Henning Brauer | |
2004-02-23 | no token ring | Henning Brauer | |
2004-02-23 | remove a bunch of unused defines | Henning Brauer | |
2004-02-23 | dhclient always uses bpf on openbsd no matter what, it works, and we don't | Henning Brauer | |
need to fallback to their raw socket code suddenly dhclient is so fast... pb tested and sez ok | |||
2004-02-22 | oops; always man page | Theo de Raadt | |
2004-02-21 | commit man page always, on all architectures | Theo de Raadt | |
2004-02-20 | More small adjustments of log messages. | Hans-Joerg Hoexer | |
2004-02-20 | Fix some double free errors. While around, adjust a log message. | Hans-Joerg Hoexer | |
ok ho@ |