OpenBSD CVS

CVS log for src/sbin/routed/Attic/main.c


[BACK] Up to [local] / src / sbin / routed

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.21, Wed May 7 11:55:20 2008 UTC (16 years, 1 month ago) by claudio
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -2 lines
FILE REMOVED

RIP routed.

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

Revision 1.20 / (download) - annotate - [select for diffs], Sun Apr 13 00:22:17 2008 UTC (16 years, 2 months ago) by djm
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19 (colored)

Use arc4random_buf() when requesting more than a single word of output

Use arc4random_uniform() when the desired random number upper bound
is not a power of two

ok deraadt@ millert@

Revision 1.19 / (download) - annotate - [select for diffs], Wed Mar 23 18:06:07 2005 UTC (19 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

 - remove non-existent -p option
 - sort options
 - sync usage()
 - various formatting tweaks
 - -A reworded for clarity
 - update SEE ALSO

much help + ok henning@ claudio@

Revision 1.18 / (download) - annotate - [select for diffs], Wed Apr 7 14:09:35 2004 UTC (20 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Remove those option letters from the getopt string which do not have a case
handler below. millert@ ok

Revision 1.17 / (download) - annotate - [select for diffs], Thu Mar 11 08:39:48 2004 UTC (20 years, 3 months ago) by otto
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

Fix byte ordering problems with network info read from /etc/gateways
or -P and -F options. Based on NetBSD. Resolves PR 3704.
ok deraadt@

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jun 2 20:06:17 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.15: +3 -7 lines
Diff to previous 1.15 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 14 16:44:24 2002 UTC (22 years, 3 months ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

kill more registers.

millert@ ok

Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 8 11:06:17 2002 UTC (22 years, 3 months ago) by mpech
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Fix arc4random() usage; add more randomness to intvl_random().

millert@ ok

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 16 20:25:02 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.12: +4 -5 lines
Diff to previous 1.12 (colored)

Instead of #defining random() as arc4random(), just use arc4random() inline
instead of srandom() / random().

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 7 18:26:20 2001 UTC (22 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.11: +5 -4 lines
Diff to previous 1.11 (colored)

major -Wall cleanup, almost complete

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 13 20:13:29 2001 UTC (23 years ago) by markus
Branch: MAIN
Changes since 1.10: +8 -2 lines
Diff to previous 1.10 (colored)

more va_start/end fixes, ok deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 19 17:57:42 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored)

mark signal races i cannot fix at the moment

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 16 03:06:08 2001 UTC (23 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +39 -27 lines
Diff to previous 1.8 (colored)

fd_set overflow handling

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 9 06:12:45 1998 UTC (25 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

MAXHOSTNAMELEN, not MAXHOSTNAMELEN+1

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 30 23:28:42 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.6: +55 -165 lines
Diff to previous 1.6 (colored)

new routed DOES NOT EVEN COMPILE LET ALONE WORK.  TEST YOUR WORK!
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.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 30 22:24:43 1997 UTC (26 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.5: +167 -57 lines
Diff to previous 1.5 (colored)

update to sgi-02apr97
still have problems w/ defaults from pppd

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 15 23:41:12 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

getopt(3) returns -1 when out of args, not EOF, whee!

Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 2 06:51:45 1996 UTC (27 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +12 -9 lines
Diff to previous 1.3 (colored)

update to the latest version from Sep 12.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 5 14:31:32 1996 UTC (27 years, 9 months ago) by mickey
Branch: MAIN
Changes since 1.2: +743 -255 lines
Diff to previous 1.2 (colored)

fix import.
mention that routed is from vjs@sgi.com

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Thu Sep 5 13:58:51 1996 UTC (27 years, 9 months ago) by mickey
Branch: SGI082896
CVS Tags: mickey
Changes since 1.1.1.1: +742 -255 lines
Diff to previous 1.1.1.1 (colored)

new routed from SGI.
rip1, rip2, icmp, rdisc.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jun 23 14:32:29 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

update rcsid

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:48 1995 UTC (28 years, 7 months ago) by deraadt
Branch: SGI082896
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:48 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.