index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
rtadvd
/
config.c
Age
Commit message (
Expand
)
Author
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
2013-06-01
Remove (char *) casts as agetstr() returns char *.
Brad Smith
2013-06-01
Add support for advertising route information (RFC 4191).
Brad Smith
2013-05-08
Replace use of strncpy with memcpy. Previous code used strncpy on data
Brad Smith
2013-05-08
Minor style cleanups.
Brad Smith
2013-05-08
Fix a comparison when building a packet with DNS search lists.
Brad Smith
2013-05-08
Correctly compute packet size when including DNS search lists.
Brad Smith
2013-04-30
- replace TIMEVAL_* function/macros with macros from sys/time.h
Florian Obser
2013-04-30
move variables to type time_t; fix format strings
Florian Obser
2013-03-17
Add the router preference defines to the icmp6.h header and remove the
Brad Smith
2012-09-05
don't truncate a pointer to int, before checking the low bits -- use uintptr_t
Theo de Raadt
2012-07-09
Use size_t for the length variable
Peter Hessler
2012-07-08
Add support for advertising dns servers and search paths in router
Peter Hessler
2012-07-08
Add noifprefix, an option to send an RA with no prefix information.
Peter Hessler
2008-04-23
Replace handrolled lists with SLISTs or TAILQs.
Pierre-Yves Ritschard
2008-04-21
Clean up logging by introducing the logging API used in
Rainer Giedat
2008-04-20
Take failed system calls more serious than LOG_INFO.
Rainer Giedat
2006-03-22
Add additional limit check to ensure that we do not overflow pp->prefix
Claudio Jeker
2003-06-18
relax config syntax; addrs#x is not needed any more. millert ok
Jun-ichiro itojun Hagino
2002-07-10
sync w/kame (style)
Jun-ichiro itojun Hagino
2002-07-10
check malloc return; from Chad Loder <cloder@acm.org>
Todd T. Fries
2002-06-15
remove redundant arg to syslog() netbsd-current via kame
Jun-ichiro itojun Hagino
2002-06-10
Kill __FUNCTION__.
Marc Espie
2002-06-09
strchr() instead of index()
Theo de Raadt
2002-06-08
do not use deprecated ioctls
Jun-ichiro itojun Hagino
2002-05-29
KNF, strlcpy, cleanups from kame
Jun-ichiro itojun Hagino
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-03
avoid integer overflow on lifetime value. sync with kame
Jun-ichiro itojun Hagino
2001-02-05
typo. ntohl -> htonl. sync with kame
Jun-ichiro itojun Hagino
2001-02-04
avoid infinite loop when -s is specified (select loop mistake).
Jun-ichiro itojun Hagino
2001-01-23
make sure to initialize prefix information data before use. sync with kame
Jun-ichiro itojun Hagino
2001-01-21
do not intsall rtadvd.conf into /etc, it is not required to use it
Jun-ichiro itojun Hagino
2001-01-15
sync with latest kame tree.
Jun-ichiro itojun Hagino
2000-07-06
sync with router renumber struct decl change.
Jun-ichiro itojun Hagino
2000-05-23
sync with latest kame.
Jun-ichiro itojun Hagino
2000-03-13
bring in latest rtadvd source from kame.
Jun-ichiro itojun Hagino
2000-02-08
don't include netinet6/{icmp6,ip6}.h for rfc2292 conformance.
Jun-ichiro itojun Hagino
2000-02-02
add -R flag (accept router renumbering). this makes rtadvd to
Jun-ichiro itojun Hagino
1999-12-11
enable rtadvd in usr.sbin/Makefile.
Jun-ichiro itojun Hagino
1999-12-11
router advertisement daemon, from KAME
Jun-ichiro itojun Hagino