summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-09-16remove unused variablesTheo de Raadt
2004-09-15unused functionsTheo de Raadt
2004-09-15lint demands little cleanupsTheo de Raadt
2004-09-15use ftello() instead of ftell() where betterTheo de Raadt
2004-09-15spelling from jon olsson;Jason McIntyre
2004-09-15make examples match format specified in man page;Jason McIntyre
2004-09-15ARGSUSED, remove unused, ...Theo de Raadt
2004-09-15variable set but not usedTheo de Raadt
2004-09-15removed unused; avoid aliasing to libc functionsTheo de Raadt
2004-09-15no \n in error() calls and minor KNF, from Moritz Jodeit <moritz@jodeit.org>Henning Brauer
2004-09-15print attr cache parameters in verbose mode. ok pedro@ millert@Otto Moerbeek
2004-09-15Restore correct noac option parsing.Miod Vallat
2004-09-14df is a flag, not some u_char thing with -1 value; millert okTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14remove unused variableTheo de Raadt
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-09-14do not alias over libc ttyname(3)Theo de Raadt
2004-09-10Bail out on errors when making very small filesystems. ok deraadt@Otto Moerbeek
2004-09-08routed assumes it alone controls the routing table and tinkers withHenning Brauer
2004-09-07make -netmask work again; ok henning, mcbride, deraadtMarkus Friedl
2004-08-30Avoid spinning if the server gives us a bogus zero lease time, byOtto Moerbeek
2004-08-26sync usage for -aJared Yanovich
2004-08-26update w.r.t. recursive anchorsJared Yanovich
2004-08-25add -E to usage(); from weissmanndudeMichael Shalayeff
2004-08-24revert r1.16, dhclient has to work without a config file at least on theHenning Brauer
2004-08-24spelling corrections; ok jmc@David Krause
2004-08-23We need to set sa->initiator before checking if the newly created SAHakan Olsson
2004-08-23Default enable DPD (Dead Peer Detection) support. hshoexer@ okHakan Olsson
2004-08-23Indent nit.Hakan Olsson
2004-08-22mention where more can be learned about ifgroupsJared Yanovich
2004-08-20check for the tid arg; from netbsdMichael Shalayeff
2004-08-20Unbreak processing of options when given a command line with multipleOtto Moerbeek
2004-08-19- sort options and sync usage()Jason McIntyre
2004-08-19document -QZ options; pt out by david hillMichael Shalayeff
2004-08-17missing inet_ntoa proto and fix an error it uncovers; form Moritz Jodeit <mor...Michael Shalayeff
2004-08-17check for msg->isakmpg_sa being NULL before referencingHans-Joerg Hoexer
2004-08-15escape some minus signs, and keep -Tps happy;Jason McIntyre
2004-08-15Document max file system size and warn user that using non-standardOtto Moerbeek
2004-08-14When using -K (keynote disabled), check peers' proposal against isakmpd.conf.Hans-Joerg Hoexer
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-08-12Fix compiler warning on alpha.Hans-Joerg Hoexer
2004-08-12Avoid memleak on error (Linux/KAME). Found by Benjamin Pineau.Hakan Olsson
2004-08-12Prevent core dump on large block sizes by checking block size againstOtto Moerbeek
2004-08-10update to realityJared Yanovich
2004-08-10spacingTheo de Raadt
2004-08-10Add SADB_X_EXT_LIFETIME_LASTUSE. hshoexer@ okHakan Olsson
2004-08-10Better implementation of the Dead Peer Detection protocol, RFC 3706.Hakan Olsson
2004-08-10Linux has AES (and DES). From Benjamin Pineau.Hakan Olsson
2004-08-10If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau.Hakan Olsson
2004-08-09minor cleanupTheo de Raadt