OpenBSD CVS

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


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16, Wed May 7 11:55:20 2008 UTC (16 years ago) by claudio
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -1 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.15 / (download) - annotate - [select for diffs], Tue Feb 20 01:44:16 2007 UTC (17 years, 3 months ago) by ray
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
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Change hard coded numbers to sizeof(buf).  Also change some
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@.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 24 19:44:29 2006 UTC (17 years, 7 months ago) by moritz
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13 (colored)

Ignore NUL lines returned by fgets(3), so we don't
access one byte before the lbuf buffer.

OK cloder@ henning@

Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 12 15:26:47 2005 UTC (19 years, 1 month ago) by cloder
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

A little bit of cleanup (missing format string arguments, some signed/
unsigned conversion). OK henning

Revision 1.12 / (download) - annotate - [select for diffs], Sun Mar 14 22:21:31 2004 UTC (20 years, 2 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.11: +9 -4 lines
Diff to previous 1.11 (colored)

fd and mem leak, most of patch from Patrick Latifi

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 11 08:39:48 2004 UTC (20 years, 2 months ago) by otto
Branch: MAIN
Changes since 1.10: +11 -20 lines
Diff to previous 1.10 (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.10 / (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.9: +2 -6 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 3 18:04:03 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

trivial snprintf

Revision 1.8 / (download) - annotate - [select for diffs], Thu Mar 13 09:09:27 2003 UTC (21 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.7: +4 -3 lines
Diff to previous 1.7 (colored)

lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 8 14:00:24 2002 UTC (21 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

Use & to test if bits are set, not &&; art@ ok.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 30 23:28:43 1997 UTC (26 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, 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, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.5: +177 -463 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Wed Jul 30 22:24:44 1997 UTC (26 years, 10 months ago) by mickey
Branch: MAIN
Changes since 1.4: +462 -176 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jan 17 07:12:22 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

r?index -> strr?chr

Revision 1.3 / (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.2: +15 -7 lines
Diff to previous 1.2 (colored)

update to the latest version from Sep 12.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 22 20:48:13 1996 UTC (27 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

Fix OpenBSD tags

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

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

Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 5 13:58:55 1996 UTC (27 years, 9 months ago) by mickey
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.