Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-31 | document net.inet.tcp.rfc3390; ok jmc@ | Markus Friedl | |
2004-01-29 | another typo | Michael Shalayeff | |
2004-01-29 | typo | Michael Shalayeff | |
2004-01-29 | oops missing \ | Theo de Raadt | |
2004-01-29 | cats will have these | Theo de Raadt | |
2004-01-29 | cats will have fdisk | Theo de Raadt | |
2004-01-29 | will be needed for cats too | Theo de Raadt | |
2004-01-29 | Clean up 'pfctl -s all' output. | Ryan Thomas McBride | |
ok deraadt@ henning@ | |||
2004-01-28 | Repair build links for pegosos, and also build for amd64 | Theo de Raadt | |
2004-01-27 | correct address resolution logic via getaddrinfo(3). henning and markus ok | Jun-ichiro itojun Hagino | |
2004-01-27 | pass -spi for tcpmd5, too; ok hshoexer@ | Markus Friedl | |
2004-01-26 | we must not omit printing the netmask when it is all zero, this is dangerous - | Henning Brauer | |
1.2.3.4/0 is not equal to 1.2.3.4... this "helped" to make failure already only omit the netmask when both the addr and the mask itself are all zero (the "any" case) ok dhartmei@ mcbride@ | |||
2004-01-26 | -we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment. | Henning Brauer | |
-we don't need the socket any more either; remove. ok deraadt@ | |||
2004-01-26 | Added 2-clause license | Niklas Hallqvist | |
2004-01-25 | random generation numbers; millert ok | Theo de Raadt | |
2004-01-25 | This fix was made WITHOUT RUNNING REGRESS. Henning, you are being | Theo de Raadt | |
extremely unfluffy, King Bula is coming for your head. | |||
2004-01-25 | when dealing with structs in packets, be paranoid in case sometime | Theo de Raadt | |
in the future they end up being misaligned; itojun ok | |||
2004-01-24 | minor knf | Theo de Raadt | |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre | |
discussed with todd@ | |||
2004-01-22 | to parse v4 adresses, only use inet_net_pton when we find a /, otherwise | Henning Brauer | |
use inet_pton. helps bob who likes to type 1.2 3.4 instead of 1.2.3.4 and wonders why this results in two addresses. PR3638, bob ok | |||
2004-01-21 | fix wording; from Ross L Richardson (PR 3641); | Jason McIntyre | |
while i'm here, `\\' -> `\e' and kill a nasty Pp; | |||
2004-01-19 | little wflag fallout spotted by atle kristensen | Ted Unangst | |
2004-01-18 | Create log files if they do not already exist, but do not follow | Can Erkin Acar | |
symlinks. ok markus@ | |||
2004-01-18 | print link state for RTM_IFINFO messages, flush stdout correctly | Markus Friedl | |
if message contains no address; ok mpf@, deraadt@, mcbride@ | |||
2004-01-18 | this is where dhclient will start surgery | Theo de Raadt | |
2004-01-16 | Use __packed instead of __attribute__((packed)). | Alexander Yurchenko | |
ok millert@ | |||
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-01-16 | - standard option order | Jason McIntyre | |
- sync usage() - new sentence, new line - Dv (not Va) for signals - other nits ok canacar@ | |||
2004-01-15 | Try to preserve the integrity of the log file in case of errors/unexpected | Can Erkin Acar | |
shutdowns etc. Also check logfile integrity on startup and suspend logging if an inconsistency is detected. ok dhartmei@ | |||
2004-01-15 | Synchronize with syslogd privsep: When reading a new command fails, | Can Erkin Acar | |
terminate the loop instead of exiting directly, suggested by avsm@ Also get rid of trailing comma in enum, makes lint(1) happier, from Andrey Matveev andrushock at korovino dot net | |||
2004-01-15 | document tcpmd5; with jmc, hshoexer | Markus Friedl | |
2004-01-15 | print RTM_IFANNOUNCE message; netbsd; ok itojun@, henning@ | Markus Friedl | |
2004-01-15 | support for rfc 2385 tcp md5 'signature' keys | Markus Friedl | |
(e.g. ipsecadm tcpmd5 -src ::1 -dst ::1 -key deadbeef) | |||
2004-01-14 | Fix printf format string. ok deraadt@ | Otto Moerbeek | |
2004-01-14 | eliminate the predefined special qids so that qids become simple | Kenjiro Cho | |
identifiers without embedded meanings. this also allows us to make the semantics of the qid assignment in line with the tag assignment in the next step. ok, henning@ | |||
2004-01-13 | s/wd1/wd0/; from Andrey Matveev <andrushock@korovino.net> | Alexander Yurchenko | |
2004-01-13 | Use correct type for magic number. | Otto Moerbeek | |
ok marc@ millert@ | |||
2004-01-13 | Use = for assignment, not == | Otto Moerbeek | |
ok millert@ | |||
2004-01-13 | new sentence, new line; | Jason McIntyre | |
add section number to .Xr; | |||
2004-01-13 | Document ability to display all interfaces of given type by omitting unit | Ryan Thomas McBride | |
number. | |||
2004-01-13 | Allow ifconfig to print out all interfaces of a given type. | Ryan Thomas McBride | |
ie. 'ifconfig carp' prints out all carp interfaces. ok hshoexer@ tdeval@ | |||
2004-01-13 | quiet warnings. better diff suggested by tom@ ok deraadt@ | Ted Unangst | |
2004-01-12 | - avoid variable sized static array (from millert@) | Anil Madhavapeddy | |
- check for snprintf overflow - errx -> err for strdup commit #1000! | |||
2004-01-11 | Trivial changes to pass through -Wall | Alexander Yurchenko | |
ok millert@ | |||
2004-01-11 | -DANCACHE belongs to CPPFLAGS, not CFLAGS. | Alexander Yurchenko | |
ok millert@ | |||
2004-01-11 | remove the temporary -O flag.. | Theo de Raadt | |
2004-01-11 | Print output as "var=value" instead of "var = value". Also, any assignment | Theo de Raadt | |
implies -w. I have despised the existing behaviour for years. ok from henning, millert, grange | |||
2004-01-09 | call nc correctly (nc has changed a while ago). | Hans-Joerg Hoexer | |
ok markus@ | |||
2004-01-09 | route -q is supposed to be totally quiet | Theo de Raadt | |