summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2001-08-29Fix buffer oflow reading from queue file. While we are at it, crankTodd C. Miller
the size of buffers that can hold filenames to MAXPATHLEN.
2001-08-28fix a segfault occuring in dhclient when the server specifies his name.Matthieu Herrb
ok beck@
2001-08-27Send a reset request for every packet received when our encryptionbrian
dictionaries are out of sync. This avoids the complications that happen when our original reset request gets lost in transit (quite likely in hind sight, given a lossy link) when we end up ignoring the peer for the next (up to) 256 packets.
2001-08-27o) AUTHOR -> AUTHORS;Mike Pechkin
o) fix broken sentence; millert@ ok.
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
as <null> and that hostname lookups didn't work, forcing people to use IP adresses instead of names. ok krw@
2001-08-25Remove dangling comma.Aaron Campbell
2001-08-25Lower syslog priority from NOTICE to INFO to avoidCamiel Dobbelaar
logging ending up in daemon _and_ messages. ok millert@, solar
2001-08-24Remove references to non-existant stuffBruno Rohee
Reference some interresting stuff Standardize a little, but it's not mdoc
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
of fixed fields (the time spec, etc) and a command which may itself be one or more fields long. Make this clear.
2001-08-22 o System crontab has seven (7) fieldsHeikki Korpela
o User crontab has six (6) fields o Closes PR 2021; thanks jamesez@cerberus.jimz.net o Okay millert@
2001-08-22ftp-proxyBob Beck
2001-08-22must quote set device line; mcbride@countersiege.com (pr2020... I can patch ↵Jason Wright
clearly now the rej is gone...)
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
from Solar; ran it by millert@
2001-08-21Enable IFF_MULTICAST when first opening the tun devicebrian
Don't bring the interface up immediately Don't complain about unrecognised interface flags in ``show iface''.
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
matches any existing destination addresses on the interface. This unbreaks ``enable iface-alias''.
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
spotted by deraadt@.
2001-08-20fix a bug that steps over the array boundary.Kenjiro Cho
it hasn't been noticed until the recent code restructure. report by deraadt@.
2001-08-20Powered by @mantoya.Mike Pechkin
o) we don't like .Nd without argument, except next line starts with a new tag; millert@ ok
2001-08-20Powered by @mantoya.Mike Pechkin
o) fix bogus .Xr usage; millert@ ok.
2001-08-20When attempting to change the default route under FreeBSD, don't writebrian
the gateway and mask to the routing socket, otherwise the update fails. The code here was broken for FreeBSD when IPv6 support was added, but worked for OpenBSD. OpenBSD expects the gateway and mask to be supplied and fails the update otherwise.
2001-08-19Add IPv6 support.brian
IPV6CP support is crude for now, and hasn't been tested against any other implementations. RADIUS and IPv6 are independent of eachother for now. ppp.linkup/ppp.linkdown aren't currently used by IPV6CP Understand all protocols(5) in filter rules rather than only a select few. Allow a mask specification for the ``delete'' command. It's now possible to specifically delete one of two conflicting routes. When creating and deleting proxy arp entries, do it for all IPv4 interface addresses rather than doing it just for the ``current'' peer address. When iface-alias isn't in effect, don't blow away manually (via ``iface add'') added interface addresses. When listening on a tcp server (diagnostic) socket, bind so that a tcp46 socket is created -- allowing both IPv4 and IPv6 connections. When displaying ICMP traffic, don't display the icmp type twice. When display traffic, display at least some information about unrecognised traffic. Bump version
2001-08-19first pass at some cleanup hereEric Jackson
- use standard functions,, dont roll our own (strdup, strcasecmp, etc) - style(9) - share common headers.. more readable. doesnt address some of the other problems (cacheing), yet
2001-08-19Better file change detection:Todd C. Miller
o when copying to temp file set utimes on temp file equal to original o use st_mtimespec instead of st_mtime for better granularity
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
running ``info amd''; ok millert
2001-08-18be careful with snprintf/strlcpy - account for cases where theyBob Beck
can return values bigger than the length specified.
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
o) "start sentence on new line" issues; o) minimal -mdoc improvements; millert@ ok
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
used in conjunction with -u user when only the password has changed.
2001-08-16sync with KAME.Kenjiro Cho
altq userland cleanup: - string operation audit - remove variable names from function prototypes - clean up error messages
2001-08-16Spelling.Peter Valchev