summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2001-08-27Send a reset request for every packet received when our encryptionbrian
2001-08-27o) AUTHOR -> AUTHORS;Mike Pechkin
2001-08-26Fix typo: 'On after defining ...' -> 'After defining ...'Kenneth R Westerback
2001-08-26Fix two typos that had the effect that ethernet addresses where always loggedMatthieu Herrb
2001-08-25Remove dangling comma.Aaron Campbell
2001-08-25Lower syslog priority from NOTICE to INFO to avoidCamiel Dobbelaar
2001-08-24Remove references to non-existant stuffBruno Rohee
2001-08-23recieve -> receiveAaron Campbell
2001-08-23typo fixes (/var/rnu -> /var/run) by itojun.Kenjiro Cho
2001-08-22More manpage mania. Crontab entries are comprised of a certain numberHugh Graham
2001-08-22 o System crontab has seven (7) fieldsHeikki Korpela
2001-08-22ftp-proxyBob Beck
2001-08-22must quote set device line; mcbride@countersiege.com (pr2020... I can patch c...Jason Wright
2001-08-22snprintf() return audit. sync with kameJun-ichiro itojun Hagino
2001-08-22ether_hton(3) -> ether_hostton(3)Brad Smith
2001-08-21adjust dummy salt: normal users have 6 blowfish roundsCamiel Dobbelaar
2001-08-21use FLOCKCamiel Dobbelaar
2001-08-21Enable IFF_MULTICAST when first opening the tun devicebrian
2001-08-21BSD license; Thomas H. PtacekJakob Schlyter
2001-08-21Add some comments to make it clearer how we're handling signals.brian
2001-08-21Treat an interface address as conflicting if it's destination addressbrian
2001-08-21Handle snprintf() returning < -1brian
2001-08-21Restore whitespace clobbered with the last commitbrian
2001-08-21Remove some conflicting copyright lines.brian
2001-08-20fix the misuse of snprintf return values.Kenjiro Cho
2001-08-20fix a bug that steps over the array boundary.Kenjiro Cho
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-20Powered by @mantoya.Mike Pechkin
2001-08-20When attempting to change the default route under FreeBSD, don't writebrian
2001-08-19Add IPv6 support.brian
2001-08-19first pass at some cleanup hereEric Jackson
2001-08-19Better file change detection:Todd C. Miller
2001-08-19libexec is the wrong place for popa3d, since it can be started WITHOUT inetdTheo de Raadt
2001-08-18Deal with snprintf returns properlybrian
2001-08-18Deal with snprintf() return codes properlybrian
2001-08-18Mention in SEE ALSO that "Amd - The 4.4 BSD Automounter" is available byPeter Valchev
2001-08-18be careful with snprintf/strlcpy - account for cases where theyBob Beck
2001-08-18A better fixbrian
2001-08-18Fix a possible buffer overflow; theobrian
2001-08-18undup -f Flag.Marc Espie
2001-08-17more cleanup of FILESTheo de Raadt
2001-08-17changes for new kqueue iface, make sure to make includes firstMichael Shalayeff
2001-08-17fix FILESTheo de Raadt
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-08-16extra arg to pw_mkdbTodd C. Miller
2001-08-16Add -s flag to only update secure .db file (/etc/spwd.db). Can beTodd C. Miller
2001-08-16sync with KAME.Kenjiro Cho
2001-08-16Spelling.Peter Valchev
2001-08-15When updating the MTU for the default route, pass the mask and gatewaybrian
2001-08-15fix -pa to display properly initialized adjustment; ok beck@ pjanzen@Kevin Steves