summaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd
AgeCommit message (Expand)Author
2014-01-07use IF_NAMESIZE as size of buffer for interface nameGleydson Soares
2013-11-22unsigned char casts where needed for for ctype.hTheo de Raadt
2013-11-12ensure there are prototypesTheo de Raadt
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-06-01Remove (char *) casts as agetstr() returns char *.Brad Smith
2013-06-01Add support for advertising route information (RFC 4191).Brad Smith
2013-05-18gabage->garbage in log string;Jason McIntyre
2013-05-08Replace use of strncpy with memcpy. Previous code used strncpy on dataBrad Smith
2013-05-08Reduce size of some unused arrays.Brad Smith
2013-05-08Minor style cleanups.Brad Smith
2013-05-08Fix a comparison when building a packet with DNS search lists.Brad Smith
2013-05-08Correctly compute packet size when including DNS search lists.Brad Smith
2013-05-05typo in log message. ok sthen@Darren Tucker
2013-04-30- replace TIMEVAL_* function/macros with macros from sys/time.hFlorian Obser
2013-04-30move variables to type time_t; fix format stringsFlorian Obser
2013-04-19print tv_sec properlyTheo de Raadt
2013-04-17handle large tv_secTheo de Raadt
2013-04-02tv_sec is not neccessarily the same type (or size) as time_tTheo de Raadt
2013-03-30Fix typos.Lawrence Teo
2013-03-21create realloc() loops around sysctl for array-based mibs, in programsTheo de Raadt
2013-03-17Add the router preference defines to the icmp6.h header and remove theBrad Smith
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-05don't truncate a pointer to int, before checking the low bits -- use uintptr_tTheo de Raadt
2012-08-18RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;Jason McIntyre
2012-08-08Mention RFC 6106; from brad@, content ok lteo@.Ingo Schwarze
2012-07-11Unbreak the tree for gcc2 arches.Peter Hessler
2012-07-09Use size_t for the length variablePeter Hessler
2012-07-08Add support for advertising dns servers and search paths in routerPeter Hessler
2012-07-08new sentence, new line;Jason McIntyre
2012-07-08Add noifprefix, an option to send an RA with no prefix information.Peter Hessler
2011-07-05Do not use (ifam + 1) to find the start of the sockaddrs. Use theClaudio Jeker
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-03-22use timerclear macroOkan Demirmen
2011-03-02Don't use a flag value as index into the 2 element array on_off.Alexander Bluhm
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-03add an EXIT STATUS section for /usr/sbin;Jason McIntyre
2010-06-26irr->irr_raf_mask_onlink and irr->irr_raf_mask_auto are single-bit bitfieldsPhilip Guenthe
2010-05-21remove unused functionsCharles Longeau
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2009-07-11fix the RTM_VERSION check in the evil loop to really getRainer Giedat
2009-07-10Advance the pointer past the message on the routing socket whereStuart Henderson
2009-07-07Forgot to commit this while adding all the RTM_VERSION checks. Reminded byClaudio Jeker
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2008-11-21closefrom the fds that we aren't interested in. pr5994Ted Unangst
2008-11-03be more clear about what getpwnam failed; ok claudioTheo de Raadt
2008-07-21fix ugly debug dump output. found with bluhm@Rainer Giedat
2008-07-19Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 insteadReyk Floeter
2008-06-09drop root privileges in rtadvd to _rtadvdRainer Giedat
2008-06-09some syslog Xr;Jason McIntyre