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
/
faithd
/
faithd.c
Age
Commit message (
Expand
)
Author
2011-03-02
fix typo; spotted by Peter J. Philipp
Theo de Raadt
2009-06-26
There is no need to log routing socket version mismatches.
Claudio Jeker
2008-05-17
documentation tweaks.
Igor Sobrado
2003-10-16
poll() arg mistake. Tatoku Ogaito
Jun-ichiro itojun Hagino
2003-09-02
no need for extra {}. sync w/ kame
Jun-ichiro itojun Hagino
2003-09-02
use poll since it is easier than fd_set overflows; itojun ok
Theo de Raadt
2003-05-15
kill unused
Jun-ichiro itojun Hagino
2003-05-15
simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-ready
Jun-ichiro itojun Hagino
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2002-09-08
-ansi -pedantic (socklen_t). from cloder@loder.us
Jun-ichiro itojun Hagino
2002-06-07
nuke unmaintained code (#ifdef FAITH4). sync w/kame
Jun-ichiro itojun Hagino
2002-05-26
pid_t cleanup; itojun ok
Theo de Raadt
2002-05-09
drop support for rlogin/rsh service (we shouldn't have support it as
Jun-ichiro itojun Hagino
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-11-21
assume the presense of getifaddrs(3). sync with kame
Jun-ichiro itojun Hagino
2001-11-21
be more careful on malloc failures. sync with kame
Jun-ichiro itojun Hagino
2001-11-05
mark more handlers, and some syslog_r attempts
Theo de Raadt
2001-09-05
sync with latest kame
Jun-ichiro itojun Hagino
2001-05-01
avodi null pointer dereference. sync with kame
Jun-ichiro itojun Hagino
2001-03-20
avoid zombies on abnormal disconnections. sync with kame
Jun-ichiro itojun Hagino
2001-02-15
pull latest KAME faithd. access control is possible by /etc/faithd.conf.
Jun-ichiro itojun Hagino
2000-10-06
printf string format audit. from: sommerfeld@netbsd.org
Jun-ichiro itojun Hagino
2000-09-16
synchronize with latest kame.
Jun-ichiro itojun Hagino
2000-07-05
setproctitle with %s
Theo de Raadt
2000-06-29
use %s with syslog, at least crashable from command line
Theo de Raadt
2000-05-31
sync with the latest kame code. insufficient len in malloc() call is
Jun-ichiro itojun Hagino
2000-02-25
use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues.
Jun-ichiro itojun Hagino
1999-12-30
correct connect() call
Theo de Raadt
1999-12-20
rcsid police.
Jun-ichiro itojun Hagino
1999-12-20
faith translator deamon, from KAME
Jun-ichiro itojun Hagino