Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2004-02-19 | Makes pfctl -ss and pfctl -sq use optional -i argument. | Cedric Berger | |
ok dhartmei@ markus@ mcbride@ | |||
2004-02-19 | Makes pfctl -Fs and pfctl -w works with the optional -i specifier. | Cedric Berger | |
Kernel/Userland Sync needed. ok dhartmei@ jmc@ markus@ mcbride@ | |||
2004-02-19 | Oops. | Alexander Yurchenko | |
2004-02-19 | wdc logs parser, now not only costa@ can read it. | Alexander Yurchenko | |
ok costa@ | |||
2004-02-19 | small cleanup of log messages. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-02-19 | With -d, SIGINT should do a clean shutdown. | Hakan Olsson | |
Without -d, logs should be sent to syslog, level LOG_INFO. | |||
2004-02-19 | Cleanup. | Hakan Olsson | |
2004-02-19 | now that qids are managed entirely in the kernel, the qid related code | Kenjiro Cho | |
is no longer needed in pfctl. ok, henning@ | |||
2004-02-17 | add -i flag, use it for -sI as a start. ok henning@, ok+test mcbride@ | Cedric Berger | |
2004-02-16 | check for isakmp_sa->transport != NULL; noticed by bluhm at genua.de ok ↵ | Markus Friedl | |
hshoexer@ | |||
2004-02-16 | no need for extra param; Mathias@enloco.net | Theo de Raadt | |
2004-02-14 | lotsa KNF, no binary change | Henning Brauer | |
2004-02-13 | cleanup signal handling; close descriptors. | Otto Moerbeek | |
ok avsm@ millert@ canacar@ | |||
2004-02-12 | - sort SYNOPSIS and options list | Jason McIntyre | |
- add -p to SYNOPSIS - uppercase start of sentence - sync usage() w/ SYNOPSIS | |||
2004-02-12 | add -p flag to specify the device - ok mcbride@, henning@ with no objections | Bob Beck | |
from deraadt@ | |||
2004-02-11 | Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon. | Cedric Berger | |
Fix "antispoof for foo" when foo has no addresses. ok+help dhartmei@, ok mcbride@ | |||
2004-02-11 | typo; from Olivier Cherrier; | Jason McIntyre | |
2004-02-10 | KNF | Daniel Hartmeier | |
2004-02-10 | KNF | Henning Brauer | |