summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/config.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when reloading the configuration file.hrs2013-08-271-4/+2
* Set the back pointer from the prefix to the interface before addingdes2013-08-231-1/+1
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-9/+11
* Add a missing white space.hrs2013-07-091-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* - Improve interface list handling. The rtadvd(8) now supports dynamically-hrs2011-07-171-191/+357
|\
| * - Refactoring the interface list. It now supports dynamicallyhrs2011-07-141-103/+154
|/
* Support SIGHUP for reloading /etc/rtadvd.conf.hrs2011-06-111-32/+111
* - Use ELM_MALLOC() for struct rainfo.hrs2011-06-071-11/+5
* Fix build on 64-bit arch.hrs2011-06-061-1/+1
* - Implement RDNSS and DNSSL options (RFC 6106, IPv6 Router Advertisementhrs2011-06-061-405/+615
* Cleanup of userland __P usekevlo2007-11-071-3/+3
* avoid heap overrunsuz2006-03-231-1/+1
* fixed a typo in commentsuz2005-11-171-1/+1
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...suz2005-10-191-0/+30
* removed compilation warningsuz2004-10-221-0/+1
* - supported a string notation for xxflags.ume2003-08-151-225/+279
* malloc() may return NULL.ume2003-08-121-0/+5
* reduce #ifdef.ume2003-08-111-5/+0
* use strlcpy() and snprintf().ume2003-08-111-1/+1
* use int64_t instead of long long.ume2003-08-111-2/+2
* Drop MIP6 code. We don't support MIP6 yet.ume2003-08-081-88/+0
* KNF, correct typos and cleanup spaces.ume2003-08-081-8/+5
* __FUNCTION__ --> __func__ume2003-08-081-53/+53
* - fixed byte order of route lifetimes in route info opptions.suz2003-04-101-2/+2
* Use assignment, not equivalence test.njl2003-04-051-1/+1
* fixed invalid pointer referencesuz2003-04-021-0/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-2/+2
* Do not issue deprecated ioctl.ume2002-06-151-0/+8
* Changed the behavior when an interface-direct prefix being advertisedume2002-06-131-16/+93
* Skip duplicated prefixes in get_prefix().ume2002-06-011-12/+18
* sprintf -> snprintfume2002-06-011-17/+25
* Sync with recent KAME.ume2001-06-111-79/+317
* zero-cleared allocated prefix information when configured.ume2001-01-231-0/+2
* make it easier to handle $FreeBSD$ tags (amount of diff matters).itojun2001-01-211-2/+1
* Sync with latest KAMEkris2000-07-051-18/+125
* Added several socket close() which were mistakenly forgotten.shin2000-03-091-0/+1
* Forbid include of soem inet6 header files from wrong placeshin2000-02-101-2/+2
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+639
OpenPOWER on IntegriCloud