summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2006-03-26fix output of ``ccdconfig -gv'': one typo, and one missing \tAlexander von Gernler
2006-03-23Print the lladdr on carp interfaces.Ryan Thomas McBride
2006-03-23Fix pretty-print of carp link addresses by making them print like IFT_ETHER.Ryan Thomas McBride
2006-03-23sloppy style to cast the sockaddrs backwards, and then potentially wrong size...Theo de Raadt
2006-03-22earlier asprintf diff caused malloc in signal handler. clarify theTheo de Raadt
2006-03-22add support for macros in ipsec.conf(5). some bits have already beenReyk Floeter
2006-03-22No need to specify the DOI, make examples more consistent.Hans-Joerg Hoexer
2006-03-21Correctly check for the end of the cmds table. There is no need to check forClaudio Jeker
2006-03-21instead of sizeof(array) / sizeof(element) computation, use the existingDaniel Hartmeier
2006-03-20NetBSD Coverity CID 2298: Fix memory leak.David Hill
2006-03-20Don't increment a pointer *before* testing it for NULLDavid Hill
2006-03-20NetBSD Coverity CID 2302: Free fat if fatal error to avoid leak.David Hill
2006-03-20NetBSD Coverity CID 774: Don't increment a pointer *before* testing it for NULL!David Hill
2006-03-20NetBSD Coverity CID 2074: Fix memory leak.David Hill
2006-03-20NetBSD Coverity CID 1745: Fix memory leak.David Hill
2006-03-20NetBSD Coverity CID 2305: Fix memory leak.David Hill
2006-03-20When being verbose while deleting ike rules (-dv), print deletions instead ofHans-Joerg Hoexer
2006-03-20When adding a connection, do not explicitly start that connectionHans-Joerg Hoexer
2006-03-20make sure the command fifo is ready before isakmpd returns. ThisHans-Joerg Hoexer
2006-03-19Fix mem leaks in error path. From NetBSD's coverity analysis. ok pat@Otto Moerbeek
2006-03-17Off-by-one; from NetBSD's coverity analysis; ok millert@Otto Moerbeek
2006-03-16typo.Alexandre Anriot
2006-03-14implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4)Damien Miller
2006-03-13Cleanup and plug a fe memleaks and; from Davif Hill with a twist fromOtto Moerbeek
2006-03-12Add the -s flag, meaning: skip mount if the file system isOtto Moerbeek
2006-03-12use asprintf instead of a static buffer; dhill, tested by pedroTheo de Raadt
2006-03-09Remove -n from synopsis tooPedro Martelletto
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()Pedro Martelletto
2006-03-07add support for special "bypass" and "deny" flows.Reyk Floeter
2006-03-07add an ike option for road warrior setups (hosts with dynamic ipReyk Floeter
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2006-02-21improvements from claudio:Jason McIntyre
2006-02-21The new default encryption algorithm for main mode is AES instead of 3DES.Hans-Joerg Hoexer
2006-02-20bit more consistent...Jason McIntyre
2006-02-20- note that "deletetunnel" is for gif(4) and gre(4) devices onlyJason McIntyre
2006-02-14Define a wsdisplay type for the Sun ZX/Leo frame buffer.Miod Vallat
2006-02-06typo from alexey dobriyan;Jason McIntyre
2006-02-03override authentication tag as well; ok hshoexer@Christian Weisgerber
2006-02-02Two fixes: generate default main mode config when using PSK, added missingHans-Joerg Hoexer
2006-02-02Small cleanup to avoid gotos, from Andrey Matveev.Hans-Joerg Hoexer
2006-02-01double semicolon; from Daniel Matic in PR 4929Otto Moerbeek
2006-02-01noted by lint: include <string.h> instead of <strings.h>, add tow ARGSUSED1Hans-Joerg Hoexer
2006-02-01NTP is described by RFC 1305, not 1035;Jason McIntyre
2006-01-28zap unused functionHenning Brauer
2006-01-25spell fall through as FALLTHROUGHTed Unangst
2006-01-20initialize authtype->string in case of RSA to avoid bad free()Christian Weisgerber
2006-01-17wrap long lines (no binary change)Reyk Floeter
2006-01-17spacingTheo de Raadt
2006-01-17no , after last element in enumTheo de Raadt
2006-01-16add support for pre-shared keys with "ike esp" using the new keywordReyk Floeter