summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd
AgeCommit message (Expand)Author
2003-11-12fix a typogrant
2003-11-12s/netbsd.org/NetBSD.org/igrant
2003-10-16poll() argument mistake. Tatoku Ogaitoitojun
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-09-02use poll(2) instead of select(2). based on patch from deraadt@openbsd, via kameitojun
2003-09-02initialize sentinel.next so that config_list does not get garbageitojun
2003-08-20no longer in useitojun
2003-07-04Remove superfluous Ns.wiz
2003-07-01Ic Ar -> Ar.wiz
2003-07-01make the given example actually work.dogcow
2003-05-15simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-readyitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-09-08socklen_t audit. from deraadt, sync w/kameitojun
2002-08-20die if fd_set overrun. explicitly turn off use of IPv4 mapped addr on AF_INET6itojun
2002-06-24correct ftp relay functionality.itojun
2002-06-07remove unmaintained option (#ifdef FAITH4). sync w/kameitojun
2002-05-09drop support for rsh/rlogin relaying.itojun
2002-04-24handle ECONNABORTED at accept(2). correct error handling for connect(2)itojun
2002-01-19Drop .Pp before subsection, whitespace nit and sort sections.wiz
2002-01-11daemon(3) has to be called before opening file descriptors.itojun
2001-11-21assume the presense of getifaddrs(3). sync with kameitojun
2001-11-21deal with wait3() returning -1. be careful on malloc failures. sync with kameitojun
2001-09-05sync with the latest kame.itojun
2001-06-30faith(4) is now documented in RFC3142.itojun
2001-04-25avoid null pointer deref. sync with kame.itojun
2001-03-20avoid zombies on abnormal disconnects. sync with kameitojun
2001-02-15pull latest faithd from kame. /etc/faithd.conf allows you to filter by prefix.itojun
2001-01-11fix tyoplukem
2000-10-06printf-format audit. from sommrfeld@netbsd.org. sync with kame.itojun
2000-09-14sync with latest kame.itojun
2000-09-14sync document with latest kame. now uses 3ffe:501:ffff::/48 in example.itojun
2000-09-04For commands and utilities, use EXIT STATUS rather than RETURN VALUES orkleink
2000-07-05always use %s for setproctitle. from openbsd-currentitojun
2000-07-04Update ifconfig example to show that the interface has to be created.thorpej
2000-07-04allow faithd(8) to be invoked via inetd(8), just like tcpd (of tcp_wrappers).itojun
2000-07-03add more security notice about relaying rsh/rlogin taffic. (sync with kame)itojun
2000-07-02correct usage of route(8) in example.itojun
2000-06-29use %s with syslog, to prevent abuse. from: deraadt (sync with kame)itojun
2000-05-31sync with latest kame code. a bug with malloc() size (that can lead toitojun
2000-03-12wordingitojun
2000-03-12improve SECURITY section. (sync with kame)itojun
2000-02-25use getifaddrs, not SIOCGIFCONF.itojun
2000-02-25add reference to i-d.itojun
2000-02-25fix pathname for netbsd-current (/usr/local/v6/libexec -> /usr/libexec).itojun
1999-12-30typo (sa_family must be sa_len)itojun
1999-12-21wording fix.itojun
1999-12-20fix default daemon pathname.itojun
1999-12-20void unbounded sprintf().itojun
1999-12-20fix wrong indentation.itojun
1999-12-20oops, fix typo.itojun