OpenBSD CVS

CVS log for src/usr.sbin/rtadvd/Attic/dump.c


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.24, Mon Jul 23 12:04:46 2018 UTC (5 years, 10 months ago) by florian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.23: +1 -1 lines
FILE REMOVED

Remove rtadvd(8), it's time to switch to rad(8).

Revision 1.23 / (download) - annotate - [select for diffs], Wed Apr 5 13:38:18 2017 UTC (7 years, 2 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.22: +15 -8 lines
Diff to previous 1.22 (colored)

Don't rely on asprintf setting pointer to NULL on failure.

ok millert@ deraadt@ tom@

Revision 1.22 / (download) - annotate - [select for diffs], Sun Apr 2 22:57:20 2017 UTC (7 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.21: +9 -6 lines
Diff to previous 1.21 (colored)

Always use return value of asprintf to determine success/failure,
don't rely upon *ret becoming NULL
ok millert, tom

Revision 1.21 / (download) - annotate - [select for diffs], Tue Aug 2 17:00:09 2016 UTC (7 years, 10 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.20: +12 -8 lines
Diff to previous 1.20 (colored)

Move to libevent; ok florian@

Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 29 14:19:38 2016 UTC (7 years, 11 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.19: +4 -6 lines
Diff to previous 1.19 (colored)

Spring cleanup

- pointless casts, kill caddr_t or replace it with char *
- signed counters
- simplify if_getmtu, only one method is needed and SIOCGIFMTU is the
  cheapest
- we no longer have drivers for IFT_FDDI
- hide details of iflist management
- if (dflag) log_debug -> log_debug
- dead code and comments
- etc etc

Input from and ok florian@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Feb 8 23:19:00 2016 UTC (8 years, 4 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

Kill trailing whitespace.

Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 8 22:44:37 2016 UTC (8 years, 4 months ago) by jca
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Print MAX addresses padded with a leading zero.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Dec 11 20:15:52 2015 UTC (8 years, 5 months ago) by mmcc
Branch: MAIN
Changes since 1.16: +5 -9 lines
Diff to previous 1.16 (colored)

Remove NULL-checks before free().

Revision 1.16 / (download) - annotate - [select for diffs], Sun Oct 25 22:11:34 2015 UTC (8 years, 7 months ago) by jca
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15 (colored)

ansify

Revision 1.15 / (download) - annotate - [select for diffs], Wed Jun 3 02:24:36 2015 UTC (9 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

Do not assume that asprintf() clears the pointer on failure, which
is non-portable.  Also add missing asprintf() return value checks.
OK deraadt@ guenther@ doug@

Revision 1.14 / (download) - annotate - [select for diffs], Tue Nov 12 22:27:13 2013 UTC (10 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)

ensure there are prototypes

Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 30 12:29:04 2013 UTC (11 years, 1 month ago) by florian
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.12: +9 -7 lines
Diff to previous 1.12 (colored)

move variables to type time_t; fix format strings

test/ok sthen@

Revision 1.12 / (download) - annotate - [select for diffs], Tue Apr 2 03:21:20 2013 UTC (11 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.11: +6 -8 lines
Diff to previous 1.11 (colored)

tv_sec is not neccessarily the same type (or size) as time_t
ok guenther

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jul 8 10:46:00 2012 UTC (11 years, 11 months ago) by phessler
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.10: +27 -1 lines
Diff to previous 1.10 (colored)

Add support for advertising dns servers and search paths in router
advertisements, according to RFC 6106.

original diff from Stephane A. Sezer on tech@, many thanks!

OK phessler@, todd@

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 21 19:14:15 2008 UTC (15 years, 10 months ago) by rainer
Branch: MAIN
CVS Tags: 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.9: +5 -5 lines
Diff to previous 1.9 (colored)

fix ugly debug dump output. found with bluhm@

ok thib@, bluhm@

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 8 21:08:57 2008 UTC (16 years ago) by rainer
Branch: MAIN
Changes since 1.8: +81 -81 lines
Diff to previous 1.8 (colored)

Send debug output to syslog instead of a file when receiving SIGUSR1.
This is a preparation for dropping privileges.

ok henning@, pyr@

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 23 10:17:50 2008 UTC (16 years, 1 month ago) by pyr
Branch: MAIN
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

Replace handrolled lists with SLISTs or TAILQs.
Timers remain and will be handled later.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 21 20:40:55 2008 UTC (16 years, 1 month ago) by rainer
Branch: MAIN
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored)

Clean up logging by introducing the logging API used in
other daemons and clean up the command line options.
For details, see rtadvd(8).

ok bluhm@, pyr@

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 10 19:57:35 2002 UTC (22 years ago) by espie
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, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Kill __FUNCTION__.
ok itojun@

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 29 14:34:05 2002 UTC (22 years ago) by itojun
Branch: MAIN
Changes since 1.4: +36 -50 lines
Diff to previous 1.4 (colored)

KNF, strlcpy, cleanups from kame

Revision 1.4 / (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.3: +3 -3 lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Mon Jan 15 11:06:25 2001 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.2: +24 -6 lines
Diff to previous 1.2 (colored)

sync with latest kame tree.
- reduce chances for signal handler rae condition
- decrease chances for misconfiguration
- feedbacks from router renumbering protocol bakeoff
- cleanups related to mtu handling

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 6 10:14:46 2000 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.1: +9 -2 lines
Diff to previous 1.1 (colored)

sync with router renumber struct decl change.
more logs.  make it very sure to close temporary socket.

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 23 11:33:47 2000 UTC (24 years ago) by itojun
Branch: MAIN

forgot to cvs add dump.[ch]
strict prototype

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.