Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-07 | RIP routed. | Claudio Jeker | |
You were a nice thing in the 4.2BSD times but now it is time for you to go. Superseded by the shiny privseped ripd that does not have the evil habit to use kernel internals in userland. OK everybody in the onsen 'cause it unbreaks the tree | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2007-12-30 | usage messages should have the form "usage: command [arguments]" | Igor Sobrado | |
ok jmc@ | |||
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-20 | Change hard coded numbers to sizeof(buf). Also change some | Ray Lai | |
sizeof(buf) - 1 to sizeof(buf), since fgets takes the whole buffer size. Based on diff from Charles Longeau <chl at tuxfamily dot org> long ago. OK millert@. | |||
2006-11-16 | only look at routing table 0 (main one) | Henning Brauer | |
2006-10-24 | Ignore NUL lines returned by fgets(3), so we don't | Moritz Jodeit | |
access one byte before the lbuf buffer. OK cloder@ henning@ | |||
2006-06-16 | Make routed no longer use kernel API prototypes for own functions -- this is | Claudio Jeker | |
totaly braindead and will break as soon as we change something in radix.h. Instead pull in the needed defines and prototypes into defs.h. OK henning@, hshoexer@ | |||
2006-06-16 | Don't use rmx_hopcount any longer. The kernel ignores it anyway. | Claudio Jeker | |
OK henning@, norby@, hshoexer@ | |||
2006-05-10 | () macro params; jan.niemann@tu-bs.de | Theo de Raadt | |
2006-02-06 | typo from alexey dobriyan; | Jason McIntyre | |
2005-04-12 | A little bit of cleanup (missing format string arguments, some signed/ | Chad Loder | |
unsigned conversion). OK henning | |||
2005-03-23 | - remove non-existent -p option | Jason McIntyre | |
- sort options - sync usage() - various formatting tweaks - -A reworded for clarity - update SEE ALSO much help + ok henning@ claudio@ | |||
2005-03-23 | - remove references to gated | Jason McIntyre | |
- add -t to synopsis - sort options - sync usage() - use Rs/Re for references - fix list placement - make clear that rtquery queries ripv1/2 routing daemons much help + ok henning@ claudio@ | |||
2005-03-22 | don't step on ospfd routes, claudio yayayaya | Henning Brauer | |
2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ | David Krause | |
2004-09-08 | routed assumes it alone controls the routing table and tinkers with | Henning Brauer | |
routes it is not supposed to touch trying to aggregate them, which has unwanted effects when other routing daemons (bgpd) are running. note that bgpd behaves and only touches its own routes. workaround by ignoring routes with RTF_PROTO1 set, which bgpd sets for its routes. from a discussion with Arvid Grotting <arvidg@netfonds.no>, who tested a diff of same functionality (basically only formatting and comment different). ok deraadt | |||
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 |