summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2006-04-13fix more signal races; ok moritzTheo de Raadt
2006-04-13put "dump: filename " at the start of each ^T message...Theo de Raadt
2006-04-12document that tunnel and transport mode can be specified for SAs.Hans-Joerg Hoexer
2006-04-12add a few words about how groups of interfaces can be used.Alexandre Anriot
2006-04-10minimal cleanups prompted by lint; ok ottoTheo de Raadt
2006-04-08Remove unused variables.David Hill
2006-04-08document "powerdown" in rc.shutdown;Jason McIntyre
2006-04-08Plug simple memory leak. ``Don't forget to free tcpopts when youRay Lai
2006-04-08Remove a little bit of dead code; minburst is set to 2 earlier, andRay Lai
2006-04-08Memory leak on fork error plus change time variable to preventRay Lai
2006-04-07fsck needs to unset FS_FLAGS_UPDATED if it changes the super blockPedro Martelletto
2006-04-06allow lists inside lists for address specs, has been in my tree forHenning Brauer
2006-04-06if "/etc/rc shutdown" exits 2, attempt powerdown. it does so ifHenning Brauer
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
2006-04-02use SEEK_* for lseek()Theo de Raadt
2006-04-01Do not attempt to print parameters which turned out to be dead; fixes PR#5066.Miod Vallat
2006-03-31tweaks;Jason McIntyre
2006-03-31Be careful when accessing the external destination address, as it is not setHans-Joerg Hoexer
2006-03-31wenn dumping rules always show type, srcid and dstid (if set).Hans-Joerg Hoexer
2006-03-31allow do delete dynamic rulesHans-Joerg Hoexer
2006-03-31allow specification of encapsulated protocol for ike; ok hshoexerMarkus Friedl
2006-03-31allow specification of encapsulated protocol for flows; ok hshoexerMarkus Friedl
2006-03-31uppercase `ip';Jason McIntyre
2006-03-31Super block changes for FFS2, thanks to all who tested.Pedro Martelletto
2006-03-30when resolving interface names to ip adresses, set netmask to all bits 1Hans-Joerg Hoexer
2006-03-30Print the "Encap" heading only when the sadb is not empty.Hans-Joerg Hoexer
2006-03-30allow specification of outer local ips in flows (SADB_EXT_ADDRESS_SRC); ok hs...Markus Friedl
2006-03-30document -encap. ok claudio@Hans-Joerg Hoexer
2006-03-30If an address family is specified do not print IPSec "routes". AdditionallyClaudio Jeker
2006-03-30Minor cleanup and start using rmx_refcnt to show the refcount instead of 0.Claudio Jeker
2006-03-30Really ignore sendpipe, recvpipe, rtt, rttvar, etc. in route(8) instead ofClaudio Jeker
2006-03-30Document 'F' as an answer to fsck, okay deraadt@ jolan@Pedro Martelletto
2006-03-30when asking y or n, accept "F" which forces yes from the on. i haveTheo de Raadt
2006-03-29Use sysctl to get information about encap routes (aka ipsec). NowHans-Joerg Hoexer
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