Up to [cvs.NetBSD.org] / src / usr.sbin / rtadvd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.82 / (download) - annotate - [select for diffs], Tue Mar 23 18:13:07 2021 UTC (2 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Changes since 1.81: +2 -1
lines
Diff to previous 1.81 (colored)
call tzset() before chroot so we initialize our timezone data
Revision 1.81 / (download) - annotate - [select for diffs], Tue Mar 23 18:06:19 2021 UTC (2 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.80: +7 -6
lines
Diff to previous 1.80 (colored)
fix misplaced paren, add missing va_end()
Revision 1.80 / (download) - annotate - [select for diffs], Mon Mar 22 18:41:11 2021 UTC (2 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.79: +6 -6
lines
Diff to previous 1.79 (colored)
- remove extra \n from stderr logging - add string message types - sprinkle const
Revision 1.79 / (download) - annotate - [select for diffs], Fri Aug 28 00:19:37 2020 UTC (2 years, 9 months ago) by rjs
Branch: MAIN
Changes since 1.78: +2 -2
lines
Diff to previous 1.78 (colored)
Use wrapper name for call to setsockopt(2), NFC for non-rump builds.
Revision 1.78 / (download) - annotate - [select for diffs], Thu May 14 23:42:18 2020 UTC (3 years ago) by christos
Branch: MAIN
Changes since 1.77: +2 -3
lines
Diff to previous 1.77 (colored)
If we could not lock the pid file, don't continue as we end up with multiple rtadvd's (thanks roy@)
Revision 1.77 / (download) - annotate - [select for diffs], Sun May 10 22:38:51 2020 UTC (3 years ago) by christos
Branch: MAIN
Changes since 1.76: +3 -1
lines
Diff to previous 1.76 (colored)
warn only for > INFO level messages.
Revision 1.76 / (download) - annotate - [select for diffs], Sun May 10 22:33:09 2020 UTC (3 years ago) by christos
Branch: MAIN
Changes since 1.75: +9 -6
lines
Diff to previous 1.75 (colored)
Print errors to stderr until we daemonize. Fix typo.
Revision 1.66.2.3 / (download) - annotate - [select for diffs], Tue Apr 21 18:42:48 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.66.2.2: +4 -63
lines
Diff to previous 1.66.2.2 (colored) to branchpoint 1.66 (colored) next main 1.67 (colored)
Sync with HEAD
Revision 1.75 / (download) - annotate - [select for diffs], Tue Apr 21 12:23:13 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: phil-wifi-20200421
Changes since 1.74: +1 -3
lines
Diff to previous 1.74 (colored)
Remove dst variable that was only set but not used. (This broke the build for me.)
Revision 1.74 / (download) - annotate - [select for diffs], Tue Apr 21 12:21:27 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.73: +4 -4
lines
Diff to previous 1.73 (colored)
Update getopt string. Remove -M. Add -C (the code is there and documented, even if noone could activate it...). Sync usage with manpage.
Revision 1.73 / (download) - annotate - [select for diffs], Tue Apr 21 12:16:47 2020 UTC (3 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.72: +2 -2
lines
Diff to previous 1.72 (colored)
rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6 It's not been enabled since the functionality was added to ifconfig(8) many many years ago.
Revision 1.72 / (download) - annotate - [select for diffs], Tue Apr 21 12:05:54 2020 UTC (3 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.71: +2 -59
lines
Diff to previous 1.71 (colored)
rtadvd: Remove router renumbering - it's been disable for years
Revision 1.66.2.2 / (download) - annotate - [select for diffs], Mon Apr 13 08:05:58 2020 UTC (3 years, 1 month ago) by martin
Branch: phil-wifi
Changes since 1.66.2.1: +19 -14
lines
Diff to previous 1.66.2.1 (colored) to branchpoint 1.66 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.69.2.1 / (download) - annotate - [select for diffs], Mon Nov 11 19:49:11 2019 UTC (3 years, 6 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1
Changes since 1.69: +19 -14
lines
Diff to previous 1.69 (colored) next main 1.70 (colored)
Pull up following revision(s) (requested by roy in ticket #417): usr.sbin/rtadvd/rtadvd.c: revision 1.70 usr.sbin/rtadvd/rtadvd.c: revision 1.71 usr.sbin/rtadvd/rtadvd.h: revision 1.20 usr.sbin/rtadvd/config.c: revision 1.42 usr.sbin/rtadvd/config.c: revision 1.43 usr.sbin/rtadvd/rtadvd.8: revision 1.27 rtadvd: Fix reloading configuration killing interface timers rtadvd: remove support for SIOCSIFINFO_IN6 It's been broken since we enabled dropping privs. It's also probably the wrong place to do this, and support for SIOCSIFINFO_IN6 will be in the next dhcpcd import. rtadvd: Add C flag to control the zeroing of the leaving configuration This is only intended to assist the testing of clients which consume Router Advertisement messages, such as dhcpcd(8).
Revision 1.71 / (download) - annotate - [select for diffs], Mon Nov 11 13:42:49 2019 UTC (3 years, 6 months ago) by roy
Branch: MAIN
CVS Tags: phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
is-mlppp-base,
is-mlppp
Changes since 1.70: +5 -2
lines
Diff to previous 1.70 (colored)
rtadvd: Add C flag to control the zeroing of the leaving configuration This is only intended to assist the testing of clients which consume Router Advertisement messages, such as dhcpcd(8).
Revision 1.70 / (download) - annotate - [select for diffs], Sun Nov 10 21:07:39 2019 UTC (3 years, 6 months ago) by roy
Branch: MAIN
Changes since 1.69: +15 -13
lines
Diff to previous 1.69 (colored)
rtadvd: Fix reloading configuration killing interface timers
Revision 1.66.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:10:37 2019 UTC (3 years, 11 months ago) by christos
Branch: phil-wifi
Changes since 1.66: +10 -29
lines
Diff to previous 1.66 (colored)
Sync with HEAD
Revision 1.69 / (download) - annotate - [select for diffs], Fri Mar 29 21:51:52 2019 UTC (4 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20190609,
netbsd-9-base
Branch point for: netbsd-9
Changes since 1.68: +6 -2
lines
Diff to previous 1.68 (colored)
- die sooner (if we got interrupted) - when we finish resending exit.
Revision 1.59.2.3 / (download) - annotate - [select for diffs], Fri Jan 18 08:51:02 2019 UTC (4 years, 4 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.59.2.2: +5 -28
lines
Diff to previous 1.59.2.2 (colored) to branchpoint 1.59 (colored) next main 1.60 (colored)
Synch with HEAD
Revision 1.68 / (download) - annotate - [select for diffs], Sat Jan 12 19:09:25 2019 UTC (4 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-20190127,
pgoyette-compat-20190118
Changes since 1.67: +3 -4
lines
Diff to previous 1.67 (colored)
adjust to new expandm.
Revision 1.67 / (download) - annotate - [select for diffs], Fri Jan 11 20:41:53 2019 UTC (4 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.66: +6 -28
lines
Diff to previous 1.66 (colored)
use expandm from libwrap.
Revision 1.59.2.2 / (download) - annotate - [select for diffs], Wed May 2 07:20:28 2018 UTC (5 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.59.2.1: +2 -3
lines
Diff to previous 1.59.2.1 (colored) to branchpoint 1.59 (colored)
Synch with HEAD
Revision 1.66 / (download) - annotate - [select for diffs], Tue Apr 24 18:31:48 2018 UTC (5 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: phil-wifi-base,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502
Branch point for: phil-wifi
Changes since 1.65: +2 -3
lines
Diff to previous 1.65 (colored)
Back out part of the prior commit where we added space for IPV6_HOPLIMIT to the sending control message buffer. That code never worked on ERLITE, so I elected to set socket options instead but forgot to revert this part.
Revision 1.59.2.1 / (download) - annotate - [select for diffs], Sun Apr 22 07:20:30 2018 UTC (5 years, 1 month ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.59: +116 -116
lines
Diff to previous 1.59 (colored)
Sync with HEAD
Revision 1.65 / (download) - annotate - [select for diffs], Fri Apr 20 15:57:23 2018 UTC (5 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: pgoyette-compat-0422
Changes since 1.64: +78 -50
lines
Diff to previous 1.64 (colored)
Unicast solicited RA's as per RFC 7772. This is done by having a secondary timer against rainfo so we can delay unicasting by the required randomised amount of time without affecting the unsolicited RA timer.
Revision 1.64 / (download) - annotate - [select for diffs], Fri Apr 20 11:31:54 2018 UTC (5 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.63: +1 -17
lines
Diff to previous 1.63 (colored)
Insist on newer socket options.
Revision 1.63 / (download) - annotate - [select for diffs], Fri Apr 20 11:25:39 2018 UTC (5 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.62: +18 -18
lines
Diff to previous 1.62 (colored)
Use pidifle_lock(3)
Revision 1.62 / (download) - annotate - [select for diffs], Fri Apr 20 10:43:38 2018 UTC (5 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.61: +1 -16
lines
Diff to previous 1.61 (colored)
Punt dead code
Revision 1.61 / (download) - annotate - [select for diffs], Fri Apr 20 10:39:37 2018 UTC (5 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.60: +13 -13
lines
Diff to previous 1.60 (colored)
White space police.
Revision 1.60 / (download) - annotate - [select for diffs], Fri Apr 20 10:26:34 2018 UTC (5 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.59: +12 -9
lines
Diff to previous 1.59 (colored)
Fix some unaligned pointer issues.
Revision 1.59 / (download) - annotate - [select for diffs], Sat Nov 25 02:37:04 2017 UTC (5 years, 6 months ago) by kre
Branch: MAIN
CVS Tags: pgoyette-compat-base,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.58: +2 -1
lines
Diff to previous 1.58 (colored)
When sending log messages to stderr, append the \n that syslog does not need.
Revision 1.53.4.1 / (download) - annotate - [select for diffs], Tue Nov 21 10:54:18 2017 UTC (5 years, 6 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1
Changes since 1.53: +270 -230
lines
Diff to previous 1.53 (colored) next main 1.54 (colored)
Pull up following revision(s) (requested by ozaki-r in ticket #358): usr.sbin/rtadvd/rtadvd.c: revision 1.54-1.58 usr.sbin/rtadvd/config.c: revision 1.37 usr.sbin/rtadvd/if.c: revision 1.25 usr.sbin/rtadvd/dump.c: revision 1.15 usr.sbin/rtadvd/rrenum.c: revision 1.20 usr.sbin/rtadvd/logit.h: revision 1.1 usr.sbin/rtadvd/rtadvd.8: revision 1.26 tests/net/ndp/t_ra.sh: revision 1.30 usr.sbin/rtadvd/timer.c: revision 1.14 tests/net/ndp/t_ra.sh: revision 1.31 usr.sbin/rtadvd/advcap.c: revision 1.17 KNF, fix time printing formats. Don't start another copy of rtadvd if one is running. PR/52618: Shinichi Doyashiki: Don't exit if adding interface to multicast group fails. This happens with empty vlan interfaces - make syscalls checks against -1 - fix errors to print %s: instead of <%s> XXX: if_vlan is the only pseudo interface in net/ that returns such an error.. Kill rtadvd surely even if the tests fail in the middle It may help PR bin/52701. Change the meaning of the D flag to print errors to stderr instead of syslog(3) and exit if poll(2) fails (intended to be used with unit-tests). Mark expandm as preserving format strings. Let rtadvd not use syslog for logging Thanks to christos@ now rtadvd can log via stderr instead of syslog by -D option. Address PR bin/52701
Revision 1.58 / (download) - annotate - [select for diffs], Mon Nov 6 19:12:23 2017 UTC (5 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.57: +2 -1
lines
Diff to previous 1.57 (colored)
Mark expandm as preserving format strings.
Revision 1.57 / (download) - annotate - [select for diffs], Mon Nov 6 15:15:04 2017 UTC (5 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.56: +147 -102
lines
Diff to previous 1.56 (colored)
Change the meaning of the 'D' flag to print errors to stderr instead of syslog(3) and exit if poll(2) fails (intended to be used with unit-tests).
Revision 1.56 / (download) - annotate - [select for diffs], Sat Oct 14 19:16:26 2017 UTC (5 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.55: +103 -104
lines
Diff to previous 1.55 (colored)
PR/52618: Shinichi Doyashiki: Don't exit if adding interface to multicast group fails. This happens with empty vlan interfaces - make syscalls checks against -1 - fix errors to print %s: instead of <%s> XXX: if_vlan is the only pseudo interface in net/ that returns such an error..
Revision 1.55 / (download) - annotate - [select for diffs], Mon Sep 11 14:12:28 2017 UTC (5 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.54: +10 -5
lines
Diff to previous 1.54 (colored)
Don't start another copy of rtadvd if one is running.
Revision 1.54 / (download) - annotate - [select for diffs], Mon Sep 11 14:12:07 2017 UTC (5 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.53: +51 -61
lines
Diff to previous 1.53 (colored)
KNF, fix time printing formats.
Revision 1.51.2.2 / (download) - annotate - [select for diffs], Wed Apr 26 02:53:36 2017 UTC (6 years, 1 month ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.51.2.1: +17 -1
lines
Diff to previous 1.51.2.1 (colored) to branchpoint 1.51 (colored) next main 1.52 (colored)
Sync with HEAD
Revision 1.52.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:54:19 2017 UTC (6 years, 1 month ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.52: +17 -1
lines
Diff to previous 1.52 (colored) next main 1.53 (colored)
Sync with HEAD
Revision 1.53 / (download) - annotate - [select for diffs], Tue Apr 11 14:29:23 2017 UTC (6 years, 1 month ago) by roy
Branch: MAIN
CVS Tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
bouyer-socketcan-base1
Branch point for: netbsd-8
Changes since 1.52: +17 -1
lines
Diff to previous 1.52 (colored)
Use RO_MSGFILTER.
Revision 1.51.2.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:57:01 2017 UTC (6 years, 4 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.51: +8 -4
lines
Diff to previous 1.51 (colored)
Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
Revision 1.52 / (download) - annotate - [select for diffs], Fri Dec 16 09:09:38 2016 UTC (6 years, 5 months ago) by ozaki-r
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.51: +8 -4
lines
Diff to previous 1.51 (colored)
Support -p <pidfile> option It's needed to avoid using /var/run/rtadvd.pid on ATF tests and run multiple instances of rump.rtadvd on a test.
Revision 1.51 / (download) - annotate - [select for diffs], Wed Nov 11 07:48:41 2015 UTC (7 years, 6 months ago) by ozaki-r
Branch: MAIN
CVS Tags: pgoyette-localcount-base,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.50: +30 -25
lines
Diff to previous 1.50 (colored)
Introduce rump.rtadvd It is used to write ATF tests for RA. From s-yamaguchi@IIJ.
Revision 1.50 / (download) - annotate - [select for diffs], Mon Jun 15 04:15:33 2015 UTC (7 years, 11 months ago) by ozaki-r
Branch: MAIN
Changes since 1.49: +2 -3
lines
Diff to previous 1.49 (colored)
Fix regression on sending RA messages r1.48 dropped hoplimit cmsg but forgot to adjust cmsg buffer length. Reported by Timo Buhrmester
Revision 1.49 / (download) - annotate - [select for diffs], Fri Jun 5 15:41:59 2015 UTC (8 years ago) by roy
Branch: MAIN
Changes since 1.48: +19 -30
lines
Diff to previous 1.48 (colored)
Use %m in syslog(3) instead of %s strerror(3).
Revision 1.48 / (download) - annotate - [select for diffs], Fri Jun 5 14:15:41 2015 UTC (8 years ago) by roy
Branch: MAIN
Changes since 1.47: +8 -11
lines
Diff to previous 1.47 (colored)
Set the hoplimit of 255 as specified in RFC 4861 section 4.2 using the IPV6_MULTICAST_HOPS socket option rather than using CMSG when constructing each message.
Revision 1.47 / (download) - annotate - [select for diffs], Fri Jun 5 14:09:20 2015 UTC (8 years ago) by roy
Branch: MAIN
Changes since 1.46: +24 -23
lines
Diff to previous 1.46 (colored)
Use clock_gettime(2) instead of gettimeofday(2) so we can use a monotonic clock rather than the wall clock. Use timespec rather than timeval structs to make this transition easier. Kill custom timeval comparison functions in favor of timespeccmp(3).
Revision 1.38.6.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:05:13 2014 UTC (8 years, 9 months ago) by tls
Branch: tls-maxphys
Changes since 1.38.6.1: +49 -5
lines
Diff to previous 1.38.6.1 (colored) to branchpoint 1.38 (colored) next main 1.39 (colored)
Rebase to HEAD as of a few days ago.
Revision 1.35.6.4 / (download) - annotate - [select for diffs], Thu May 22 11:43:10 2014 UTC (9 years ago) by yamt
Branch: yamt-pagecache
Changes since 1.35.6.3: +49 -5
lines
Diff to previous 1.35.6.3 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored)
sync with head. for a reference, the tree before this commit was tagged as yamt-pagecache-tag8. this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.46 / (download) - annotate - [select for diffs], Thu Feb 27 17:43:02 2014 UTC (9 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Changes since 1.45: +3 -3
lines
Diff to previous 1.45 (colored)
Expect long long to be larger than uint32_t and use llabs after casting the uint32_t.
Revision 1.45 / (download) - annotate - [select for diffs], Sun Jan 26 08:31:17 2014 UTC (9 years, 4 months ago) by plunky
Branch: MAIN
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
spelling correction - recieved -> received
Revision 1.44 / (download) - annotate - [select for diffs], Tue Jul 9 09:34:59 2013 UTC (9 years, 10 months ago) by roy
Branch: MAIN
CVS Tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2
Changes since 1.43: +30 -0
lines
Diff to previous 1.43 (colored)
Add _rtadvd user and group. Add a chroot dir for the _rtadvd user. Drop privs to the user _rtadvd after acquiring our socket. When rc.d/rtadvd starts or reloads, the rtadvd config file is copied into the chroot before starting or reloading rtadvd itself. Create a symlink from /var/run/rtadvd.dump to the chroot Inital idea from OpenBSD patch rtadvd.c r1.36
Revision 1.43 / (download) - annotate - [select for diffs], Fri Jun 28 07:59:32 2013 UTC (9 years, 11 months ago) by roy
Branch: MAIN
Changes since 1.42: +7 -1
lines
Diff to previous 1.42 (colored)
If we die and there are no timers, just exit.
Revision 1.42 / (download) - annotate - [select for diffs], Thu Jun 27 15:46:40 2013 UTC (9 years, 11 months ago) by roy
Branch: MAIN
Changes since 1.41: +10 -2
lines
Diff to previous 1.41 (colored)
Check valid lengths of RDNSS and DNSSL options when rtadvd receives RA/RS. rtadvd doesn't actually look into the option itself, but it may do in the future to warn about consistency.
Revision 1.38.6.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:30:48 2013 UTC (10 years, 3 months ago) by tls
Branch: tls-maxphys
Changes since 1.38: +238 -88
lines
Diff to previous 1.38 (colored)
resync with head
Revision 1.35.6.3 / (download) - annotate - [select for diffs], Wed Jan 23 00:06:45 2013 UTC (10 years, 4 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.35.6.2: +55 -30
lines
Diff to previous 1.35.6.2 (colored) to branchpoint 1.35 (colored)
sync with head
Revision 1.35.6.2 / (download) - annotate - [select for diffs], Wed Jan 16 05:34:12 2013 UTC (10 years, 4 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.35.6.1: +201 -76
lines
Diff to previous 1.35.6.1 (colored) to branchpoint 1.35 (colored)
sync with (a bit old) head
Revision 1.41 / (download) - annotate - [select for diffs], Fri Dec 14 09:48:31 2012 UTC (10 years, 5 months ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
agc-symver-base,
agc-symver
Changes since 1.40: +55 -30
lines
Diff to previous 1.40 (colored)
Intsead of forcing out each RA at shutdown and sleeping we now use the existing timer model and wait for each RA to expire itself after sending the required number of transmissions. This allows for a faster and saner shutdown.
Revision 1.40 / (download) - annotate - [select for diffs], Thu Dec 13 15:40:05 2012 UTC (10 years, 5 months ago) by roy
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.39: +4 -2
lines
Diff to previous 1.39 (colored)
Remove debug stuff.
Revision 1.39 / (download) - annotate - [select for diffs], Thu Dec 13 15:36:36 2012 UTC (10 years, 5 months ago) by roy
Branch: MAIN
Changes since 1.38: +200 -77
lines
Diff to previous 1.38 (colored)
Remove the iflist array and store ifflags in rainfo. Add support for SIGHUP to re-read the configuration for each interface. If an invalid configuration is found, we continue to use the old one; otherwise we expire the current one and then start advertising the new one. Specififed interfaces don't have to exist at startup. If specified interfaces arrive, load their config and start advertising. If they depart, remove their rainfo structure and continue. Fixes PR/43881 and PR/47311
Revision 1.35.6.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:09:53 2012 UTC (11 years, 1 month ago) by yamt
Branch: yamt-pagecache
Changes since 1.35: +147 -145
lines
Diff to previous 1.35 (colored)
sync with head
Revision 1.38 / (download) - annotate - [select for diffs], Sun Dec 11 20:44:44 2011 UTC (11 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: tls-maxphys
Changes since 1.37: +3 -1
lines
Diff to previous 1.37 (colored)
- sprinkle const - malloc + memset -> calloc - free + malloc -> realloc - syslog("%s", strerror(errno)) -> syslog("%m")
Revision 1.37 / (download) - annotate - [select for diffs], Sun Dec 11 15:25:52 2011 UTC (11 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.36: +2 -3
lines
Diff to previous 1.36 (colored)
Use __dead. No prototype for main.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Dec 10 19:14:29 2011 UTC (11 years, 5 months ago) by roy
Branch: MAIN
Changes since 1.35: +146 -145
lines
Diff to previous 1.35 (colored)
Add RDNSS and DNSSL support, RFC6106. Replace custom lists with TAILQ lists. Clean up plently of signed vs unsigned warnings and set WARNS=4. Adapted from FreeBSD.
Revision 1.34.20.1 / (download) - annotate - [select for diffs], Wed May 13 19:20:38 2009 UTC (14 years ago) by jym
Branch: jym-xensuspend
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Sync with HEAD. Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Revision 1.35 / (download) - annotate - [select for diffs], Sun Apr 19 08:40:48 2009 UTC (14 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jym-xensuspend-nbase,
jym-xensuspend-base,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
fix -Wshadow
Revision 1.34.8.1 / (download) - annotate - [select for diffs], Fri Feb 22 02:53:34 2008 UTC (15 years, 3 months ago) by keiichi
Branch: keiichi-mipv6
Changes since 1.34: +17 -4
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
imported Mobile IPv6 code developed by the SHISA project (http://www.mobileip.jp/).
Revision 1.34 / (download) - annotate - [select for diffs], Tue Jan 16 17:32:04 2007 UTC (16 years, 4 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: keiichi-mipv6,
jym-xensuspend
Changes since 1.33: +1 -2
lines
Diff to previous 1.33 (colored)
* Don't include headers twice * Remove a few trailing whitespaces * Rearrange and join to one #if for some headers Patch contributed by Slava Semushin <slava.semushin@gmail.com> in private mail.
Revision 1.33 / (download) - annotate - [select for diffs], Sat Oct 7 17:27:57 2006 UTC (16 years, 8 months ago) by elad
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
PR/18906: roskens at elfin dot net: misc. select() to poll() updates. Adapted to -current by myself, thanks for the patch!
Revision 1.32 / (download) - annotate - [select for diffs], Wed Aug 2 13:44:53 2006 UTC (16 years, 10 months ago) by tron
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.31: +8 -3
lines
Diff to previous 1.31 (colored)
Make sure the buffer used to retrieve routing message from the kernel is properly aligned. This should fix PR bin/34124.
Revision 1.31 / (download) - annotate - [select for diffs], Thu May 11 08:35:47 2006 UTC (17 years ago) by mrg
Branch: MAIN
Changes since 1.30: +7 -7
lines
Diff to previous 1.30 (colored)
u_char -> char for several things: - inet_ntop() - if_indextoname() - variable assignment matching char -> u_char in one place for variable assignment matching
Revision 1.28.6.1 / (download) - annotate - [select for diffs], Tue May 9 12:16:05 2006 UTC (17 years, 1 month ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Apply patch (requested by martti in ticket #1308): Process Source Link-Layer Address (SLLA) option correctly.
Revision 1.28.4.1 / (download) - annotate - [select for diffs], Tue May 9 12:09:13 2006 UTC (17 years, 1 month ago) by tron
Branch: netbsd-2
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored) next main 1.29 (colored)
Apply patch (requested by martti in ticket #10527): Process Source Link-Layer Address (SLLA) option correctly.
Revision 1.17.2.3 / (download) - annotate - [select for diffs], Tue May 9 12:02:18 2006 UTC (17 years, 1 month ago) by tron
Branch: netbsd-1-6
Changes since 1.17.2.2: +2 -2
lines
Diff to previous 1.17.2.2 (colored) to branchpoint 1.17 (colored) next main 1.18 (colored)
Apply patch (requested by martti in ticket #6074): Process Source Link-Layer Address (SLLA) option correctly.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Mar 5 23:47:08 2006 UTC (17 years, 3 months ago) by rpaulo
Branch: MAIN
Changes since 1.29: +111 -89
lines
Diff to previous 1.29 (colored)
NDP-related improvements: RFC4191 - supports host-side router-preference RFC3542 - if DAD fails on a interface, disables IPv6 operation on the interface - don't advertise MLD report before DAD finishes Others - fixes integer overflow for valid and preferred lifetimes - improves timer granularity for MLD, using callout-timer. - reflects rtadvd's IPv6 host variable information into kernel (router only) - adds a sysctl option to enable/disable pMTUd for multicast packets - performs NUD on PPP/GRE interface by default - Redirect works regardless of ip6_accept_rtadv - removes RFC1885-related code From the KAME project via SUZUKI Shinsuke. Reviewed by core.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Oct 31 15:29:23 2005 UTC (17 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
Sync usage with man page.
Revision 1.17.2.2 / (download) - annotate - [select for diffs], Mon Jun 2 15:22:02 2003 UTC (20 years ago) by tron
Branch: netbsd-1-6
CVS Tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002
Changes since 1.17.2.1: +2 -2
lines
Diff to previous 1.17.2.1 (colored) to branchpoint 1.17 (colored)
Pull up revision 1.28 (requested by itojun in ticket #1212): correct use of sizeof
Revision 1.17.2.1 / (download) - annotate - [select for diffs], Mon Jun 2 15:21:03 2003 UTC (20 years ago) by tron
Branch: netbsd-1-6
Changes since 1.17: +25 -2
lines
Diff to previous 1.17 (colored)
Pull up revision 1.27 (requested by itojun in ticket #1212): add missing ND option length validation. from kame
Revision 1.9.4.2 / (download) - annotate - [select for diffs], Mon Mar 17 16:13:35 2003 UTC (20 years, 2 months ago) by itojun
Branch: netbsd-1-5
Changes since 1.9.4.1: +29 -5
lines
Diff to previous 1.9.4.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored)
usr.sbin/rtadvd/rtadvd.c 1.27-1.28 (via patch) Add missing ND option length validation. From KAME. [itojun, ticket #32]
Revision 1.28 / (download) - annotate - [select for diffs], Fri Mar 14 18:43:52 2003 UTC (20 years, 2 months ago) by itojun
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0
Branch point for: netbsd-3,
netbsd-2
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
correct use of sizeof
Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 14 18:32:42 2003 UTC (20 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.26: +25 -2
lines
Diff to previous 1.26 (colored)
add missing ND option length validation. from kame
Revision 1.26 / (download) - annotate - [select for diffs], Mon Sep 23 12:48:10 2002 UTC (20 years, 8 months ago) by mycroft
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.25: +0 -0
lines
Diff to previous 1.25 (colored)
null commit
Revision 1.25 / (download) - annotate - [select for diffs], Mon Sep 23 03:36:06 2002 UTC (20 years, 8 months ago) by itojun
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
poll.h, not sys/poll.h
Revision 1.24 / (download) - annotate - [select for diffs], Fri Sep 20 19:51:34 2002 UTC (20 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Set fd of unused pollfd entries to -1.
Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 20 13:14:32 2002 UTC (20 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.22: +14 -30
lines
Diff to previous 1.22 (colored)
select() -> poll()
Revision 1.22 / (download) - annotate - [select for diffs], Sun Sep 8 01:42:55 2002 UTC (20 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.21: +7 -6
lines
Diff to previous 1.21 (colored)
signal handler must take "int" arg. from deraadt, sync w/kame
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 10 21:11:44 2002 UTC (20 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.20: +75 -75
lines
Diff to previous 1.20 (colored)
byebye __FUNCTIION__. sync w/kame
Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 7 00:45:46 2002 UTC (21 years ago) by itojun
Branch: MAIN
Changes since 1.19: +3 -6
lines
Diff to previous 1.19 (colored)
use arc4random
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 7 00:45:15 2002 UTC (21 years ago) by itojun
Branch: MAIN
Changes since 1.18: +22 -10
lines
Diff to previous 1.18 (colored)
avoid fd_set overrun. sync w/kame
Revision 1.18 / (download) - annotate - [select for diffs], Wed May 29 14:40:32 2002 UTC (21 years ago) by itojun
Branch: MAIN
Changes since 1.17: +13 -33
lines
Diff to previous 1.17 (colored)
KNF, strlcpy, memory leak fix, random other cleanups. sync w/kame
Revision 1.17 / (download) - annotate - [select for diffs], Tue May 21 23:35:18 2002 UTC (21 years ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001
Branch point for: netbsd-1-6
Changes since 1.16: +15 -15
lines
Diff to previous 1.16 (colored)
use pidfile(3). sync w/kame
Revision 1.16 / (download) - annotate - [select for diffs], Tue May 21 23:16:39 2002 UTC (21 years ago) by itojun
Branch: MAIN
Changes since 1.15: +1 -3
lines
Diff to previous 1.15 (colored)
minor sync w/kame (prototype location)
Revision 1.15 / (download) - annotate - [select for diffs], Tue May 21 14:29:53 2002 UTC (21 years ago) by itojun
Branch: MAIN
Changes since 1.14: +15 -7
lines
Diff to previous 1.14 (colored)
correct bitmask computation. more KNF. sync w/kame
Revision 1.14 / (download) - annotate - [select for diffs], Tue May 21 14:22:05 2002 UTC (21 years ago) by itojun
Branch: MAIN
Changes since 1.13: +271 -292
lines
Diff to previous 1.13 (colored)
KNF. a memory leak fix. sync w/kame
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 11 04:20:56 2002 UTC (21 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.12: +3 -2
lines
Diff to previous 1.12 (colored)
daemon(3) has to be called before opening file descriptors. noticed by markus@openbsd, sync with kame
Revision 1.12 / (download) - annotate - [select for diffs], Sun Feb 4 06:19:41 2001 UTC (22 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.11: +16 -9
lines
Diff to previous 1.11 (colored)
avoid infinite loop when -s is specified (select loop mistake). make agetent() 32bit clean. KAME PR 127. disable -R (router renumbering receiver). sync with kame.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 15 06:14:05 2001 UTC (22 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.10: +157 -37
lines
Diff to previous 1.10 (colored)
sync with latest kame tree. - reduce chances for signal handler rae condition - decrease chances for misconfiguration - feedbacks from router renumbering protocol bakeoff
Revision 1.9.4.1 / (download) - annotate - [select for diffs], Thu Jul 20 00:30:15 2000 UTC (22 years, 10 months ago) by itojun
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2
Changes since 1.9: +118 -28
lines
Diff to previous 1.9 (colored)
pullup from main trunc (approved by releng-1-5) sync with sys/netinet/icmp6.h change (no bitfield for router renumber). more logging. improve error handling/garbage collection. sync with kame. 1.1 -> 1.2 basesrc/usr.sbin/rtadvd/dump.c 1.5 -> 1.6 basesrc/usr.sbin/rtadvd/if.c 1.3 -> 1.4 basesrc/usr.sbin/rtadvd/if.h \ basesrc/usr.sbin/rtadvd/rtadvd.conf.5 basesrc/usr.sbin/rtadvd/timer.c \ basesrc/usr.sbin/rtadvd/timer.h 1.4 -> 1.5 basesrc/usr.sbin/rtadvd/rrenum.c \ basesrc/usr.sbin/rtadvd/rtadvd.h 1.8 -> 1.9 basesrc/usr.sbin/rtadvd/rtadvd.8 1.9 -> 1.10 basesrc/usr.sbin/rtadvd/rtadvd.c
Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 6 12:37:56 2000 UTC (22 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.9: +118 -28
lines
Diff to previous 1.9 (colored)
sync with sys/netinet/icmp6.h change (no bitfield for router renumber). more logging. improve error handling/garbage collection. sync with kame.
Revision 1.9 / (download) - annotate - [select for diffs], Tue May 23 11:37:59 2000 UTC (23 years ago) by itojun
Branch: MAIN
CVS Tags: netbsd-1-5-base,
minoura-xpg4dl-base,
minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.8: +80 -19
lines
Diff to previous 1.8 (colored)
sync with latest kame. - decrease warning level on missing rtadvd.conf (actually, the file can be omitted) - strict prototype - gather stats better, emit stats on SIGUSR1 to /var/run
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 27 17:07:23 2000 UTC (23 years, 2 months ago) by kleink
Branch: MAIN
Changes since 1.7: +4 -3
lines
Diff to previous 1.7 (colored)
Cast timeval members to types we know the printf conversions of.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Mar 13 06:16:46 2000 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.6: +21 -3
lines
Diff to previous 1.6 (colored)
bring in latest kame tree. this fixes unclosed file descdriptor in router renumbering case.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Feb 28 09:55:45 2000 UTC (23 years, 3 months ago) by itojun
Branch: MAIN
Changes since 1.5: +25 -8
lines
Diff to previous 1.5 (colored)
don't assume CMSG_xx are constant. (sync with latest kame)
Revision 1.5 / (download) - annotate - [select for diffs], Wed Feb 2 04:07:51 2000 UTC (23 years, 4 months ago) by itojun
Branch: MAIN
Changes since 1.4: +55 -4
lines
Diff to previous 1.4 (colored)
add -R (accept router renumbering packet). now router renumbering is disabled by default for ipsec config twists. dies gracefully on SIGTERM.
Revision 1.2.4.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:38:06 1999 UTC (23 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.2: +59 -8
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
Pull up to last week's -current.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 10 05:47:51 1999 UTC (23 years, 6 months ago) by itojun
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (colored)
sync with recent KAME. give a better debugging information.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 8 04:54:15 1999 UTC (23 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.2: +56 -6
lines
Diff to previous 1.2 (colored)
sync with more recent KAME.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jul 6 13:02:09 1999 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
CVS Tags: comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
fix for 64bit arch, where sizeof(size_t) != sizeof(int). add NetBSD RCS ID.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 2 09:28:17 1999 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
rtadvd: advertise IPv6 prefix info via router advertisement. (to be run on routers)