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
/
route6d
/
route6d.c
Age
Commit message (
Expand
)
Author
2002-06-09
strchr() instead of index()
Theo de Raadt
2002-06-07
avoid fd_set overrun. sync w/kame
Jun-ichiro itojun Hagino
2002-05-29
rtm_seq is an int. from deraadt
Jun-ichiro itojun Hagino
2002-05-22
more strcpy/sprintf death; mpech ok
Theo de Raadt
2002-02-25
do not age address on loopback interface. sync w/kame
Jun-ichiro itojun Hagino
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-11
call daemon(3) prior to socket setups to avoid file descriptor close mistakes.
Jun-ichiro itojun Hagino
2001-12-01
Use pidfile() instead of doing the equivalent thing by hand, and sometimes
Miod Vallat
2001-11-17
remove unused signal handler variable
Theo de Raadt
2001-09-05
sync with the latest kame route6d.
Jun-ichiro itojun Hagino
2001-06-13
need va_start/end pair every time we call vfprintf(). via markus
Jun-ichiro itojun Hagino
2001-03-09
exit(-#) is wrong
Theo de Raadt
2001-03-08
correct delroute() against host routes. clarify ROUTE6D p2p advert behavior
Jun-ichiro itojun Hagino
2001-02-07
bring in latest kame code.
Jun-ichiro itojun Hagino
2001-01-12
make signo a volatile variable. sync with kame
Jun-ichiro itojun Hagino
2001-01-12
make signal handler very short, to avoid possibility of race conditions.
Jun-ichiro itojun Hagino
2000-11-10
do not advertise dynamic/cloned routes
Jun-ichiro itojun Hagino
2000-10-10
cast size_t to u_long on printing, be friendly with alpha. sync with kame
Jun-ichiro itojun Hagino
2000-10-06
printf string format audit. from: sommerfeld@netbsd.org
Jun-ichiro itojun Hagino
2000-08-13
unbroken -A (workaround). repair LP64 problem. (sync with kame)
Jun-ichiro itojun Hagino
2000-07-15
sync with latest kame.
Jun-ichiro itojun Hagino
2000-05-18
don't overload rtm_flags with route6d-local flags. sync with latest kame.
Jun-ichiro itojun Hagino
2000-05-16
correct p2p interface address handling.
Jun-ichiro itojun Hagino
2000-04-11
ignore routing messages for interfaces that route6d does not care.
Jun-ichiro itojun Hagino
2000-02-25
use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issue.
Jun-ichiro itojun Hagino
2000-01-02
avoid "buf = realloc(buf, n)" (actually no harm).
Jun-ichiro itojun Hagino
1999-12-11
add and enable route6d. fix bogus enties in distrib/sets/lists.
Jun-ichiro itojun Hagino
1999-12-11
route6d, simple ripng daemon, from KAME
Jun-ichiro itojun Hagino