Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-15 | variable set but not used | Theo de Raadt | |
2004-09-15 | removed unused; avoid aliasing to libc functions | Theo de Raadt | |
2004-09-15 | no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org> | Henning Brauer | |
2004-09-15 | print attr cache parameters in verbose mode. ok pedro@ millert@ | Otto Moerbeek | |
2004-09-15 | Restore correct noac option parsing. | Miod Vallat | |
ok otto@ | |||
2004-09-14 | df is a flag, not some u_char thing with -1 value; millert ok | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | remove unused variable | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | do not alias over libc ttyname(3) | Theo de Raadt | |
2004-09-10 | Bail out on errors when making very small filesystems. ok deraadt@ | Otto Moerbeek | |
2004-09-08 | routed assumes it alone controls the routing table and tinkers with | Henning Brauer | |
routes it is not supposed to touch trying to aggregate them, which has unwanted effects when other routing daemons (bgpd) are running. note that bgpd behaves and only touches its own routes. workaround by ignoring routes with RTF_PROTO1 set, which bgpd sets for its routes. from a discussion with Arvid Grotting <arvidg@netfonds.no>, who tested a diff of same functionality (basically only formatting and comment different). ok deraadt | |||
2004-09-07 | make -netmask work again; ok henning, mcbride, deraadt | Markus Friedl | |
2004-08-30 | Avoid spinning if the server gives us a bogus zero lease time, by | Otto Moerbeek | |
enforcing a minimum lease time of 60s. ok deraadt@ henning@ | |||
2004-08-26 | sync usage for -a | Jared Yanovich | |
reminded by jmc, ok deraadt | |||
2004-08-26 | update w.r.t. recursive anchors | Jared Yanovich | |
includes: - simplify -a syntax - change an anchor example to mention authpf, which is more useful - document "pfctl -a anchor -vsA" for showing anchors recursively ok dhartmei jmc henning | |||
2004-08-25 | add -E to usage(); from weissmanndude | Michael Shalayeff | |
2004-08-24 | revert r1.16, dhclient has to work without a config file at least on the | Henning Brauer | |
install media, theo ok | |||
2004-08-24 | spelling corrections; ok jmc@ | David Krause | |
2004-08-23 | We need to set sa->initiator before checking if the newly created SA | Hakan Olsson | |
replaces an old one, or the id_i/id_r check will mismatch. Previous behaviour was mostly harmless, but wasted some resources (until normal SA expiration). hshoexer@ "haven't tried, but think it's ok" | |||
2004-08-23 | Default enable DPD (Dead Peer Detection) support. hshoexer@ ok | Hakan Olsson | |
2004-08-23 | Indent nit. | Hakan Olsson | |
2004-08-22 | mention where more can be learned about ifgroups | Jared Yanovich | |
prodded by jmc, idea from Michael Knudsen | |||
2004-08-20 | check for the tid arg; from netbsd | Michael Shalayeff | |
2004-08-20 | Unbreak processing of options when given a command line with multiple | Otto Moerbeek | |
-o options. All of them are relevant, not only the last one. ok miod@ claudio@ marius@ | |||
2004-08-19 | - sort options and sync usage() | Jason McIntyre | |
- a few other tweaks ok mickey@ | |||
2004-08-19 | document -QZ options; pt out by david hill | Michael Shalayeff | |
2004-08-17 | missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit ↵ | Michael Shalayeff | |
<moritz@jodeit.org> | |||
2004-08-17 | check for msg->isakmpg_sa being NULL before referencing | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-08-15 | escape some minus signs, and keep -Tps happy; | Jason McIntyre | |
2004-08-15 | Document max file system size and warn user that using non-standard | Otto Moerbeek | |
block or fragment sizes may hurt. ok a bunch of people@ | |||
2004-08-14 | When using -K (keynote disabled), check peers' proposal against isakmpd.conf. | Hans-Joerg Hoexer | |
ok ho@ henning@ | |||
2004-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller | |
2004-08-12 | Fix compiler warning on alpha. | Hans-Joerg Hoexer | |
Noted by and ok ho@ | |||
2004-08-12 | Avoid memleak on error (Linux/KAME). Found by Benjamin Pineau. | Hakan Olsson | |
2004-08-12 | Prevent core dump on large block sizes by checking block size against | Otto Moerbeek | |
MAXBSIZE. ok millert@ | |||
2004-08-10 | update to reality | Jared Yanovich | |
- fix syntax usage - remove source routing stuff - mention bgpd - document -t, -genmask (from FreeBSD), and -label - move -rtt, -rttvar, -recvpipe ... into HISTORY - remove ISO mention mdoc fixes sort list of and add syntax usage for sub-commands list supported address families in a separate table consistency and reorganizational fixes elaborate on some topics (some from NetBSD) punctuation, grammar, and rewording fixes add some FILES and cross-refs requested by, help, and ok henning help and ok jmc | |||
2004-08-10 | spacing | Theo de Raadt | |
2004-08-10 | Add SADB_X_EXT_LIFETIME_LASTUSE. hshoexer@ ok | Hakan Olsson | |
2004-08-10 | Better implementation of the Dead Peer Detection protocol, RFC 3706. | Hakan Olsson | |
hshoexer@ ok. | |||
2004-08-10 | Linux has AES (and DES). From Benjamin Pineau. | Hakan Olsson | |
2004-08-10 | If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau. | Hakan Olsson | |
2004-08-09 | minor cleanup | Theo de Raadt | |
2004-08-08 | spacing | Theo de Raadt | |
2004-08-08 | spacing | Theo de Raadt | |
2004-08-06 | this will be ok on sgi too (pci arch) | Theo de Raadt | |
2004-08-06 | not sgimips, be careful | Theo de Raadt | |
2004-08-06 | add sgi | Per Fogelstrom | |
2004-08-06 | build on hppa | Michael Shalayeff | |
2004-08-05 | better signal cache printf | Michael Shalayeff | |