summaryrefslogtreecommitdiff
path: root/sbin/routed
AgeCommit message (Collapse)Author
2004-12-22some -Wimplicit-function-declaration cleaning; ok millert@David Krause
2004-09-08routed assumes it alone controls the routing table and tinkers withHenning 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-05when 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-25unifdef -DSMALL_KERNELJun-ichiro itojun Hagino
2004-04-25have a localcopy of radix.c hereJun-ichiro itojun Hagino
2004-04-25unbreak treeMarkus Friedl
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
handler below. millert@ ok
2004-03-14fd and mem leak, most of patch from Patrick LatifiTed Unangst
2004-03-11Fix byte ordering problems with network info read from /etc/gatewaysOtto Moerbeek
or -P and -F options. Based on NetBSD. Resolves PR 3704. ok deraadt@
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-07-03strncpy->strlcpyAnil Madhavapeddy
krw@ ok
2003-06-11ansificationTheo de Raadt
2003-06-10boring cleanupsTheo de Raadt
2003-06-03- section reorderJason McIntyre
- some mdoc fixes
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-09No longer need -lcompatTodd C. Miller
2003-04-26strcpy -> strlcpy.Kenneth R Westerback
ok dhartmei@ deraadt@ (and tdeval@ with stylistic reservations)
2003-04-21a few string cleanups; ok dhartmeiTheo de Raadt
2003-04-17use asprintf; fix (remove) some incorrectly sized buffers in the processPeter Valchev
help & ok millert, miod, deraadt, tedu
2003-04-06string handling; ok millertTheo de Raadt
2003-04-04knf & one snprintf; tedu okTheo de Raadt
2003-04-03trivial snprintfTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-13zap two sprintf, more to goTheo de Raadt
2003-03-11strcpy -> strlcpy; Hans-Joerg.Hoexer@yerbouti.franken.deTheo de Raadt
2003-02-18copyrights added;Jason McIntyre
these are all Regents of the University of California
2003-02-11typos;Jason McIntyre
raidctl(8) ok millert@ mknetid(8) help maja@
2002-11-20wow, a format string bug in a Makefile. Not surprised we missed thisTheo de Raadt
one; peterw@ifost.org.au
2002-11-09remove references to unexistent manpages; miod ok.Federico G. Schwindt
2002-09-06socklen_tTheo de Raadt
2002-09-06missing arg in a msglog(); silvio@big.net.auTheo de Raadt
2002-08-08Use & to test if bits are set, not &&; art@ ok.Aaron Campbell
2002-05-26pid_t cleanupTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-08Fix arc4random() usage; add more randomness to intvl_random().Mike Pechkin
millert@ ok
2002-02-16Instead of #defining random() as arc4random(), just use arc4random() inlineTodd C. Miller
instead of srandom() / random().
2001-11-06fix compiler warning for INADDR_ALLROUTERS_GROUP; goeran@cdg.chalmers.seJakob Schlyter
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-02pet peeve, insure vs ensureHugh Graham
insure is to indemnify against some contingency ensure is to make sure
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-13more va_start/end fixes, ok deraadt@Markus Friedl
2001-03-08whack exit(-#)Theo de Raadt
2001-02-26spellingTodd T. Fries
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2001-01-16fd_set overflow handlingTheo de Raadt
2001-01-05Fix sending/receiving passwords (james@oaktree.co.uk)Angelos D. Keromytis
2001-01-05Mention that if=xxx should be used for most lines in /etc/gatewaysAngelos D. Keromytis
2001-01-05There's no "no_ripv1_out" and "no_ripv2_out", so paraphrase.Angelos D. Keromytis
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell