OpenBSD CVS

CVS log for src/usr.sbin/rip6query/Attic/rip6query.c


[BACK] Up to [local] / src / usr.sbin / rip6query

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17, Mon Oct 26 13:07:14 2015 UTC (8 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +1 -1 lines
FILE REMOVED

rip6query goes to the attic.  Hopefully route6d (rip6d?) will get some
love instead, prod prod.
ok claudio jca mpi

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 20 22:39:29 2015 UTC (8 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

stdlib.h is in scope; do not cast malloc/calloc/realloc*
ok millert krw

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 18 18:28:38 2015 UTC (9 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.14: +6 -2 lines
Diff to previous 1.14 (colored)

Convert many atoi() calls to strtonum(), adding range checks and failure
handling along the way.
Reviews by Brendan MacDonell, Jeremy Devenport, florian, doug, millert

Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 19 14:02:24 2014 UTC (10 years, 2 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.13: +1 -4 lines
Diff to previous 1.13 (colored)

Remove #ifdef FreeBSD.

Revision 1.13 / (download) - annotate - [select for diffs], Sat May 17 23:31:52 2008 UTC (16 years ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

documentation tweaks.

ok (some time ago) jmc@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jul 9 16:22:04 2004 UTC (19 years, 11 months ago) by deraadt
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, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.11: +5 -8 lines
Diff to previous 1.11 (colored)

ansi

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jun 26 19:47:10 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.10: +2 -4 lines
Diff to previous 1.10 (colored)

strict proto cleanups

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 15 07:22:45 2003 UTC (21 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

avoid hardcoding 12; use NI_MAXSERV.  deraadt ok

Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 14 22:24:58 2003 UTC (21 years, 2 months ago) by pvalchev
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

%d is 12 chars big, not 10; ok deraadt

Revision 1.8 / (download) - annotate - [select for diffs], Sun Sep 8 01:36:37 2002 UTC (21 years, 9 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.7: +5 -4 lines
Diff to previous 1.7 (colored)

socklen_t audit.  from deraadt.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 2 06:42:29 2002 UTC (22 years ago) by deraadt
Branch: MAIN
Changes since 1.6: +8 -9 lines
Diff to previous 1.6 (colored)

minor KNF

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 16 21:28:08 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.5: +6 -6 lines
Diff to previous 1.5 (colored)

Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Nov 17 19:49:40 2001 UTC (22 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

use volatile sig_atomic_t where possible; simply volatile i other places

Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 16 07:16:48 2001 UTC (22 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.3: +28 -14 lines
Diff to previous 1.3 (colored)

sync with latest kame.  terminate only if ripng response is not received
for 5 seconds (or length specified by -w).

Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 26 06:23:02 2001 UTC (22 years, 7 months ago) by mpech
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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

itojun@ ok

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 9 03:24:10 2001 UTC (23 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

exit(-#) is wrong

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 19 08:13:01 2000 UTC (24 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7

add rip6query(8)

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.