summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/rtsol.c
Commit message (Expand)AuthorAgeFilesLines
* rtsold: Fix multiple buffer overflowsMark Johnston2020-12-011-6/+18
* rtsol(d): add script for "M bit"Bjoern A. Zeeb2020-08-251-3/+22
* Capsicumize rtsol(8) and rtsold(8).Mark Johnston2019-01-051-270/+87
* Minor style fixes around script execution.Mark Johnston2018-10-251-23/+17
* Fix a dead store.Mark Johnston2018-10-201-4/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* rtsold: Log messages about unexpected RAs at LOG_DEBUG.Mark Johnston2016-10-021-1/+1
* Fix buffer overrun.Hiroki Sato2014-10-111-1/+2
* - Remove struct ifinfo *iflist. It is no longer used.Hiroki Sato2013-08-171-4/+4
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-10/+10
* Silent warnings.Kevin Lo2013-07-161-1/+1
* - Add ":origin" label to the interface id for resolvconf(8). (r223149)Hiroki Sato2011-09-121-37/+96
* - Accumulate RA options instead of replacing old ones when a new RA arrived.Hiroki Sato2011-06-081-99/+166
* - Disable "resolvconf -d" temporarily to avoid extra invocations of the scriptHiroki Sato2011-06-081-0/+2
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-75/+428
* rtsol(8)/rtsold(8): make WARNS=3 cleanUlrich Spörlein2010-02-271-7/+10
* Cleanup of userland __P useKevin Lo2007-11-071-2/+2
* ansify.Hajimu UMEMOTO2004-01-141-6/+4
* - improved the -a option. it can probe a interface automatically whenHajimu UMEMOTO2003-08-171-16/+18
* decreased too-strong log levels.Hajimu UMEMOTO2003-08-141-5/+9
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-081-79/+73
* Process the "O bit."Hajimu UMEMOTO2003-08-081-0/+127
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-081-21/+21
* Explicitly specifies sin6_family & sin6_len of sockaddr_in6 for raw socketSUZUKI Shinsuke2002-04-191-1/+3
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-1/+1
* Sync with KAME. Format string auditing, and add -a flag to autoprobeKris Kennaway2000-10-061-0/+3
* Sync with latest KAME.Kris Kennaway2000-07-051-10/+38
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+312