summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/config.c
AgeCommit message (Expand)Author
2021-11-27usr.sbin: remove unnecessary CONSTCOND, lint no longer needs itrillig
2021-03-23print function names as %s: not <%s> everywhere for consistency.christos
2021-03-22- remove extra \n from stderr loggingchristos
2020-04-21rtadvd: Remove disabled use of SIOCGIFPREFIX_IN6roy
2019-11-11rtadvd: Add C flag to control the zeroing of the leaving configurationroy
2019-11-10rtadvd: remove support for SIOCSIFINFO_IN6roy
2019-06-14rtadvd: fix rdnss and dnssl lifetime assignmentroy
2018-04-20Unicast solicited RA's as per RFC 7772.roy
2018-04-20Ensure that the soliciter list is initialised and freed correctly, even if it...roy
2018-04-20White space police.roy
2017-11-06Change the meaning of the 'D' flag to print errors to stderr instead ofchristos
2017-02-27Fix the default value of rltimeozaki-r
2015-11-11Introduce rump.rtadvdozaki-r
2015-06-05Use clock_gettime(2) instead of gettimeofday(2) so we can use a monotonicroy
2013-01-24fix previous.christos
2013-01-24make it static constchristos
2012-12-14Intsead of forcing out each RA at shutdown and sleeping we now useroy
2012-12-13Remove the iflist array and store ifflags in rainfo.roy
2012-12-11Add support for the noifprefix keyword which stops rtadvd(8) gathing prefixroy
2012-08-08Fix a bug that incorrect RA packet is sent if rtadvd.conf exists.msaitoh
2011-12-11- sprinkle constchristos
2011-12-10Add RDNSS and DNSSL support, RFC6106.roy
2006-05-11u_char -> char for several things:mrg
2006-05-10PR 33462: default maxinterval was not being initialized properly.rpaulo
2006-03-22avoid heap overrun. thanks goes to Susan Lan of zyxel.itojun
2006-03-05NDP-related improvements:rpaulo
2003-06-17relax addrs#x config parameter. should address PR 21872itojun
2003-05-17strncpy -> strlcpyitojun
2002-07-10test malloc failure. From: Chad Loder <cloder@acm.org>. sync w/kameitojun
2002-07-10byebye __FUNCTIION__. sync w/kameitojun
2002-06-15Remove extra/redundant argument to syslog.matt
2002-06-09use strchritojun
2002-06-08do not use deprecated ioctlsitojun
2002-05-29KNF, strlcpy, memory leak fix, random other cleanups. sync w/kameitojun
2001-06-03prevent overflow of lifetime value. sync with kameitojun
2001-02-05typo. ntohl -> htonl.itojun
2001-02-04avoid infinite loop when -s is specified (select loop mistake).itojun
2001-01-23make sure to initialize prefix information struct before use. sync with kameitojun
2001-01-21sync with latest kame.itojun
2001-01-15sync with latest kame tree.itojun
2000-05-23sync with latest kame.itojun
2000-03-13bring in latest kame tree. this fixes unclosed file descdriptoritojun
2000-02-06fix include file path (IPv6 related).itojun
2000-02-02add -R (accept router renumbering packet). now router renumbering is disableditojun
1999-07-06fix for 64bit arch, where sizeof(size_t) != sizeof(int).itojun
1999-07-04more careful signed-ness handling in parsing config file.itojun
1999-07-02rtadvd: advertise IPv6 prefix info via router advertisement.itojun