summaryrefslogtreecommitdiff
path: root/sbin/routed/main.c
AgeCommit message (Collapse)Author
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-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
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-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-13more va_start/end fixes, ok deraadt@Markus Friedl
2001-01-19mark signal races i cannot fix at the momentTheo de Raadt
2001-01-16fd_set overflow handlingTheo de Raadt
1998-07-09MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1Theo de Raadt
1997-07-30new routed DOES NOT EVEN COMPILE LET ALONE WORK. TEST YOUR WORK!Theo de Raadt
Also, put back the damn security check in input.c that has been deleted TWO SEPERATE TIMES NOW! I CURSE anyone who deletes that check again.
1997-07-30update to sgi-02apr97Michael Shalayeff
still have problems w/ defaults from pppd
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-02update to the latest version from Sep 12.Michael Shalayeff
1996-09-05fix import.Michael Shalayeff
mention that routed is from vjs@sgi.com
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt