summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-01-31document net.inet.tcp.rfc3390; ok jmc@Markus Friedl
2004-01-29another typoMichael Shalayeff
2004-01-29typoMichael Shalayeff
2004-01-29oops missing \Theo de Raadt
2004-01-29cats will have theseTheo de Raadt
2004-01-29cats will have fdiskTheo de Raadt
2004-01-29will be needed for cats tooTheo de Raadt
2004-01-29Clean up 'pfctl -s all' output.Ryan Thomas McBride
2004-01-28Repair build links for pegosos, and also build for amd64Theo de Raadt
2004-01-27correct address resolution logic via getaddrinfo(3). henning and markus okJun-ichiro itojun Hagino
2004-01-27pass -spi for tcpmd5, too; ok hshoexer@Markus Friedl
2004-01-26we must not omit printing the netmask when it is all zero, this is dangerous -Henning Brauer
2004-01-26-we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment.Henning Brauer
2004-01-26Added 2-clause licenseNiklas Hallqvist
2004-01-25random generation numbers; millert okTheo de Raadt
2004-01-25This fix was made WITHOUT RUNNING REGRESS. Henning, you are beingTheo de Raadt
2004-01-25when dealing with structs in packets, be paranoid in case sometimeTheo de Raadt
2004-01-24minor knfTheo de Raadt
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
2004-01-22to parse v4 adresses, only use inet_net_pton when we find a /, otherwiseHenning Brauer
2004-01-21fix wording; from Ross L Richardson (PR 3641);Jason McIntyre
2004-01-19little wflag fallout spotted by atle kristensenTed Unangst
2004-01-18Create log files if they do not already exist, but do not followCan Erkin Acar
2004-01-18print link state for RTM_IFINFO messages, flush stdout correctlyMarkus Friedl
2004-01-18this is where dhclient will start surgeryTheo de Raadt
2004-01-16Use __packed instead of __attribute__((packed)).Alexander Yurchenko
2004-01-16Added -v option. Enables logging of successful exchange completion.Hans-Joerg Hoexer
2004-01-16- standard option orderJason McIntyre
2004-01-15Try to preserve the integrity of the log file in case of errors/unexpectedCan Erkin Acar
2004-01-15Synchronize with syslogd privsep: When reading a new command fails,Can Erkin Acar
2004-01-15document tcpmd5; with jmc, hshoexerMarkus Friedl
2004-01-15print RTM_IFANNOUNCE message; netbsd; ok itojun@, henning@Markus Friedl
2004-01-15support for rfc 2385 tcp md5 'signature' keysMarkus Friedl
2004-01-14Fix printf format string. ok deraadt@Otto Moerbeek
2004-01-14eliminate the predefined special qids so that qids become simpleKenjiro Cho
2004-01-13s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net>Alexander Yurchenko
2004-01-13Use correct type for magic number.Otto Moerbeek
2004-01-13Use = for assignment, not ==Otto Moerbeek
2004-01-13new sentence, new line;Jason McIntyre
2004-01-13Document ability to display all interfaces of given type by omitting unitRyan Thomas McBride
2004-01-13Allow ifconfig to print out all interfaces of a given type.Ryan Thomas McBride
2004-01-13quiet warnings. better diff suggested by tom@ ok deraadt@Ted Unangst
2004-01-12- avoid variable sized static array (from millert@)Anil Madhavapeddy
2004-01-11Trivial changes to pass through -WallAlexander Yurchenko
2004-01-11-DANCACHE belongs to CPPFLAGS, not CFLAGS.Alexander Yurchenko
2004-01-11remove the temporary -O flag..Theo de Raadt
2004-01-11Print output as "var=value" instead of "var = value". Also, any assignmentTheo de Raadt
2004-01-09call nc correctly (nc has changed a while ago).Hans-Joerg Hoexer
2004-01-09route -q is supposed to be totally quietTheo de Raadt
2004-01-09Tell the user to run ps if they try to view things under KERN_PROC2Todd C. Miller