summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2006-04-21document retreiving a subset of sysctls;Jason McIntyre
2006-04-20print timedelta; ok dlgTheo de Raadt
2006-04-20adjust comments as to what keywords are legal; from fkrTheo de Raadt
2006-04-20Instead of printing useless metrics like recvpipe and sendpipe printClaudio Jeker
2006-04-20constify char *infile here, too. noticed by lint.Hans-Joerg Hoexer
2006-04-20solve some signal races; from fsck_ffs; ok pedroTheo de Raadt
2006-04-19add support for interface groups.Hans-Joerg Hoexer
2006-04-19small cleanup: no need to strdup here.Hans-Joerg Hoexer
2006-04-19"type" keyword to specify flow type (require, use, etc.)Hans-Joerg Hoexer
2006-04-19add hostname resolver.Hans-Joerg Hoexer
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2006-04-18Discussed with jason@ that pfail means "partial fail". Now it translatesMarco Peereboom
2006-04-17more signal handler cleaningTheo de Raadt
2006-04-17solve half of the signal race issuesTheo de Raadt
2006-04-17prettier code; ok pedroTheo de Raadt
2006-04-17Remove "l:" from getopt(3) string, since the option wasMoritz Jodeit
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2006-04-14Remove duplicate code, okay ray@Pedro Martelletto
2006-04-13Add support for "local" to ike rules. Allows to specify the local IP to beHans-Joerg Hoexer
2006-04-13Change how hw.sensors prints. Much simpler format, easier to read. WhileTheo de Raadt
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