summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2005-12-06Remove fdescfsPedro Martelletto
2005-12-06more appropriate error messages; ok hshoexerMarkus Friedl
2005-12-06ipip support: ip-in-ip w/o gif(4); ok hshoexerMarkus Friedl
2005-12-05Avoid an out-of-bounds array access in editor_delete() for invalid partitionMiod Vallat
2005-12-02make lint a bit happierTheo de Raadt
2005-12-02mark signal racesTheo de Raadt
2005-12-02more sig_atomic_tTheo de Raadt
2005-12-01spacingTheo de Raadt
2005-12-01do not choke and dump core when printing bypass flows. noticed by jacobHans-Joerg Hoexer
2005-11-30add a sensor type for drive status and hook esm up with it.David Gwynne
2005-11-30handle that pfkey_ipsec_flush() can fail.Hans-Joerg Hoexer
2005-11-28do not overflow ifr.ifr_addr; ok mpf, henning, hshoexer, deraadtMarkus Friedl
2005-11-27BINMODE not neededTheo de Raadt
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-27.Xr vnconfig 8Jason McIntyre
2005-11-27sanity check constraints for transforms.Hans-Joerg Hoexer
2005-11-27truly permit auth/enc/comp expressions to be in any orderTheo de Raadt
2005-11-26allow specficiation of encryption and authentication algorithms to be swapped.Hans-Joerg Hoexer
2005-11-26get rid of some leftovers from a cleanup during c2k5. From Andrey MatveevHans-Joerg Hoexer
2005-11-26enable the bpf filter-drop option in dhclientReyk Floeter
2005-11-24"hmac" not "hmc", notice by <gwyllion at ulyssis dot org>Hans-Joerg Hoexer
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-24Make clear we only have "hmac-sha1" and "hmac-md5".Hans-Joerg Hoexer
2005-11-24Remove old-style keyed sha1/md5. We only support hmac-sha1/md5.Hans-Joerg Hoexer
2005-11-21Accept and pass through -b option for fsck_ffs and fsck_ext2fsTodd C. Miller
2005-11-21Fix memory leaks. From Andrey Matveev <evol at online dot ptt dot ru>,Hans-Joerg Hoexer
2005-11-21Replace default DEV_BSIZE sector conversion factor with disklabel'sKenneth R Westerback
2005-11-17typo, ok hshoexer@Alexander von Gernler
2005-11-17for pfctl -f rules, open the file before resetting options. when openingDaniel Hartmeier
2005-11-17add a free() which got lost in r1.104. ok hshoexer@ deraadt@Moritz Jodeit
2005-11-16Avoid printing a NULL string. ok hshoexerChad Loder
2005-11-16Fix conversion of K units to handle case where sector size > 1024. e.g.Kenneth R Westerback
2005-11-15Add support for light sensors.Mark Kettenis
2005-11-15Be cleaner about signed vs. unsigned when it's easy to do so. OK hshoexerChad Loder
2005-11-15Add a new raw2hex function and yank out several pieces of code in otherChad Loder
2005-11-15More typos (especially indicies -> indices), checked with jmc@Miod Vallat
2005-11-15add "-description" to usage();Jason McIntyre
2005-11-14use snprintf; ok cloder. also looked at by a few other peopleTheo de Raadt
2005-11-14use asprintfTheo de Raadt
2005-11-14add -descr / -description to clear the interface description, noticed toddHenning Brauer
2005-11-13missing fclose(); from dhill@mindcry.orgTheo de Raadt
2005-11-13missing fclose(); dhill@mindcry.orgTheo de Raadt
2005-11-13spacingTheo de Raadt
2005-11-13fclose() file descriptor of the rule file when we are done with it.Hans-Joerg Hoexer
2005-11-13zap unused variable and silence gcc.Hans-Joerg Hoexer
2005-11-12spacingHans-Joerg Hoexer
2005-11-12add support for interface names as host specificationsHans-Joerg Hoexer
2005-11-12FILE * leak, missing fclose(); evol@online.ptt.ruTheo de Raadt
2005-11-12return; at end of function is dorkyTheo de Raadt
2005-11-12left a free() behind, spotted by cloderTheo de Raadt