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
2015-10-18
Tweak previous: call fatal(), not err(3), for consistency. err.h goes away.
Jeremie Courreges-Anglas
2015-10-17
route6d pledges to use only "stdio rpath wpath cpath inet route mcast"
Jeremie Courreges-Anglas
2015-10-16
Unbreak route6d.
Jeremie Courreges-Anglas
2015-09-11
RTF_XRESOLVE is gone.
Martin Pieuchot
2015-08-20
stdlib.h is in scope; do not cast malloc/calloc/realloc*
Theo de Raadt
2015-02-04
Fix potentional double free in do-while-loop.
Alexander Bluhm
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-08
obvious reallocarray(); ok doug
Theo de Raadt
2014-03-24
Remove commented out MSG_DONTROUTE flag. No object change.
Martin Pieuchot
2014-01-22
RTA_GENMASK is going to die soon so no need to handle it anymore.
Claudio Jeker
2014-01-07
Asa Yeamans points out that we need to CMSG_SPACE[] for the 2nd message
Theo de Raadt
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
2013-08-26
replace rand(3)/random(3) calls with secure arc4random*()
Christian Weisgerber
2013-08-22
Correct format string mismatches turned up by -Wformat=2
Philip Guenther
2013-03-21
create realloc() loops around sysctl for array-based mibs, in programs
Theo de Raadt
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2009-06-26
More consistent RTM_VERSION checking. A few missing one was in the wrong
Claudio Jeker
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-05-13
no need for _KERNEL or the rtentry; ok claudio
Theo de Raadt
2008-03-24
msg_controllen has to be CMSG_SPACE so that the kernel can account for
Theo de Raadt
2008-03-15
repair msg_controllen and also an errant buf[CMSG_LEN(..)] decl
Theo de Raadt
2008-03-13
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
Theo de Raadt
2007-11-26
typos; ok jmc@
Martynas Venckus
2006-12-15
reduce RFC2292/3542 #ifdef.
Jun-ichiro itojun Hagino
2006-11-15
validate response packet more carefully. kame revision 1.109->1.111
Jun-ichiro itojun Hagino
2006-06-16
Don't use rmx_hopcount any longer. The kernel ignores it anyway.
Claudio Jeker
2006-04-02
malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks
Damien Miller
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2005-05-26
remove RTM_OLDADD/_OLDDEL traces (that lead to an "unspported" message anyway)
Henning Brauer
2004-08-01
ansi cleanup; khalek@linuxgamers.net
Theo de Raadt
2003-10-31
need_trigger/idx should be u_int, not ssize_t. millert
Jun-ichiro itojun Hagino
2003-10-31
insufficient length check (possible remote DoS). kame PR 507.
Jun-ichiro itojun Hagino
2003-08-22
Don't age non-gateway host routes. NetBSD PR bin/22568 from Andrew White
Jun-ichiro itojun Hagino
2003-06-28
() to (void)
Theo de Raadt
2003-04-22
port numbers are unsigned. use %u. from kame
Jun-ichiro itojun Hagino
2003-04-15
avoid hardcoding 12; use NI_MAXSERV. deraadt ok
Jun-ichiro itojun Hagino
2003-04-14
%d is 12 chars big, not 10; ok deraadt
Peter Valchev
2002-10-26
use poll(2). sync w/kame originally from netbsd
Jun-ichiro itojun Hagino
2002-10-26
use strtoul, not atoi. some error handling sync w/kame.
Jun-ichiro itojun Hagino
2002-08-21
suppress dump output on -q. sync w/kame
Jun-ichiro itojun Hagino
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
[next]