aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/config.c
Commit message (Expand)AuthorAgeFilesLines
* Update the "flag" for draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-11-031-1/+1
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-301-0/+11
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* rtadvd(8): double assignment.Pedro F. Giffuni2017-02-231-1/+0
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-1/+1
* rtadvd(8): Don't use-after-freeConrad Meyer2016-05-121-1/+2
* - Fix a bug which prevented dnssl[0-9] and rdnss[0-9] parameters fromHiroki Sato2015-10-221-2/+3
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Check buffer length more strictly.Hiroki Sato2014-10-111-4/+15
* Fix a crash when reloading the configuration file.Hiroki Sato2013-08-271-4/+2
* Set the back pointer from the prefix to the interface before addingDag-Erling Smørgrav2013-08-231-1/+1
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-9/+11
* Add a missing white space.Hiroki Sato2013-07-091-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* - Improve interface list handling. The rtadvd(8) now supports dynamically-Hiroki Sato2011-07-171-191/+357
* Support SIGHUP for reloading /etc/rtadvd.conf.Hiroki Sato2011-06-111-32/+111
* - Use ELM_MALLOC() for struct rainfo.Hiroki Sato2011-06-071-11/+5
* Fix build on 64-bit arch.Hiroki Sato2011-06-061-1/+1
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router AdvertisementHiroki Sato2011-06-061-403/+613
* Cleanup of userland __P useKevin Lo2007-11-071-3/+3
* avoid heap overrunSUZUKI Shinsuke2006-03-231-1/+1
* fixed a typo in commentSUZUKI Shinsuke2005-11-171-1/+1
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...SUZUKI Shinsuke2005-10-191-0/+30
* removed compilation warningSUZUKI Shinsuke2004-10-221-0/+1
* - supported a string notation for xxflags.Hajimu UMEMOTO2003-08-151-222/+276
* malloc() may return NULL.Hajimu UMEMOTO2003-08-121-0/+5
* reduce #ifdef.Hajimu UMEMOTO2003-08-111-5/+0
* use strlcpy() and snprintf().Hajimu UMEMOTO2003-08-111-1/+1
* use int64_t instead of long long.Hajimu UMEMOTO2003-08-111-2/+2
* Drop MIP6 code. We don't support MIP6 yet.Hajimu UMEMOTO2003-08-081-88/+0
* KNF, correct typos and cleanup spaces.Hajimu UMEMOTO2003-08-081-8/+5
* __FUNCTION__ --> __func__Hajimu UMEMOTO2003-08-081-53/+53
* - fixed byte order of route lifetimes in route info opptions.SUZUKI Shinsuke2003-04-101-2/+2
* Use assignment, not equivalence test.Nate Lawson2003-04-051-1/+1
* fixed invalid pointer referenceSUZUKI Shinsuke2003-04-021-0/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-2/+2
* Do not issue deprecated ioctl.Hajimu UMEMOTO2002-06-151-0/+8
* Changed the behavior when an interface-direct prefix being advertisedHajimu UMEMOTO2002-06-131-16/+93
* Skip duplicated prefixes in get_prefix().Hajimu UMEMOTO2002-06-011-12/+18
* sprintf -> snprintfHajimu UMEMOTO2002-06-011-17/+25
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-79/+317
* zero-cleared allocated prefix information when configured.Hajimu UMEMOTO2001-01-231-0/+2
* make it easier to handle $FreeBSD$ tags (amount of diff matters).Jun-ichiro itojun Hagino2001-01-211-2/+1
* Sync with latest KAMEKris Kennaway2000-07-051-18/+125
* Added several socket close() which were mistakenly forgotten.Yoshinobu Inoue2000-03-091-0/+1
* Forbid include of soem inet6 header files from wrong placeYoshinobu Inoue2000-02-101-2/+2
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-0/+639