Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-05 | when running as supplier and asked about a defualt route but we have no, | Henning Brauer | |
do not try to fake one when the query comes from a non-local network, i. e. ifp is NULL, which caused a segfault. PR3841, William J Hulley <jonny@abduction.org> | |||
2004-04-25 | unifdef -DSMALL_KERNEL | Jun-ichiro itojun Hagino | |
2004-04-25 | have a localcopy of radix.c here | Jun-ichiro itojun Hagino | |
2004-04-25 | unbreak tree | Markus Friedl | |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-03-14 | fd and mem leak, most of patch from Patrick Latifi | Ted Unangst | |
2004-03-11 | Fix byte ordering problems with network info read from /etc/gateways | Otto Moerbeek | |
or -P and -F options. Based on NetBSD. Resolves PR 3704. ok deraadt@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-07-03 | strncpy->strlcpy | Anil Madhavapeddy | |
krw@ ok | |||
2003-06-11 | ansification | Theo de Raadt | |
2003-06-10 | boring cleanups | Theo de Raadt | |
2003-06-03 | - section reorder | Jason McIntyre | |
- some mdoc fixes | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-09 | No longer need -lcompat | Todd C. Miller | |
2003-04-26 | strcpy -> strlcpy. | Kenneth R Westerback | |
ok dhartmei@ deraadt@ (and tdeval@ with stylistic reservations) | |||
2003-04-21 | a few string cleanups; ok dhartmei | Theo de Raadt | |
2003-04-17 | use asprintf; fix (remove) some incorrectly sized buffers in the process | Peter Valchev | |
help & ok millert, miod, deraadt, tedu | |||
2003-04-06 | string handling; ok millert | Theo de Raadt | |
2003-04-04 | knf & one snprintf; tedu ok | Theo de Raadt | |
2003-04-03 | trivial snprintf | Theo de Raadt | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-03-13 | zap two sprintf, more to go | Theo de Raadt | |
2003-03-11 | strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.de | Theo de Raadt | |
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-02-11 | typos; | Jason McIntyre | |
raidctl(8) ok millert@ mknetid(8) help maja@ | |||
2002-11-20 | wow, a format string bug in a Makefile. Not surprised we missed this | Theo de Raadt | |
one; peterw@ifost.org.au | |||
2002-11-09 | remove references to unexistent manpages; miod ok. | Federico G. Schwindt | |
2002-09-06 | socklen_t | Theo de Raadt | |
2002-09-06 | missing arg in a msglog(); silvio@big.net.au | Theo de Raadt | |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-08 | Fix arc4random() usage; add more randomness to intvl_random(). | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Instead of #defining random() as arc4random(), just use arc4random() inline | Todd C. Miller | |
instead of srandom() / random(). | |||
2001-11-06 | fix compiler warning for INADDR_ALLROUTERS_GROUP; goeran@cdg.chalmers.se | Jakob Schlyter | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-08-02 | pet peeve, insure vs ensure | Hugh Graham | |
insure is to indemnify against some contingency ensure is to make sure | |||
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt | |
2001-06-13 | more va_start/end fixes, ok deraadt@ | Markus Friedl | |
2001-03-08 | whack exit(-#) | Theo de Raadt | |
2001-02-26 | spelling | Todd T. Fries | |
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2001-01-16 | fd_set overflow handling | Theo de Raadt | |
2001-01-05 | Fix sending/receiving passwords (james@oaktree.co.uk) | Angelos D. Keromytis | |
2001-01-05 | Mention that if=xxx should be used for most lines in /etc/gateways | Angelos D. Keromytis | |
2001-01-05 | There's no "no_ripv1_out" and "no_ripv2_out", so paraphrase. | Angelos D. Keromytis | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. |