itojun
31431ac193
always use %s for setproctitle. from openbsd-current
2000-07-05 17:59:58 +00:00
itojun
e9bf9cf7a1
allow faithd(8) to be invoked via inetd(8), just like tcpd (of tcp_wrappers).
...
sync with kame.
benefits: allows us to access-control inbound traffic by using hosts.allow(5).
possible drawbacks: inetd mode has no chance for multi-connection-per-single-
process enhancement. current faithd(8) needs 1 process per 1 connection
anyways.
2000-07-04 13:28:13 +00:00
itojun
7f153848ab
use %s with syslog, to prevent abuse. from: deraadt (sync with kame)
2000-06-29 01:24:11 +00:00
itojun
5599a3d879
sync with latest kame code. a bug with malloc() size (that can lead to
...
SEGV) is corrected.
2000-05-31 03:18:02 +00:00
itojun
0395cd74d3
use getifaddrs, not SIOCGIFCONF.
2000-02-25 10:05:46 +00:00
itojun
5dd97131d3
typo (sa_family must be sa_len)
...
NetBSD PR: 9084
1999-12-30 15:39:40 +00:00
itojun
2d9ec4dac7
void unbounded sprintf().
...
fix proc title.
1999-12-20 16:22:41 +00:00
itojun
01c6c6df06
fix wrong indentation.
1999-12-20 16:03:19 +00:00
itojun
e67cbfed4a
oops, fix typo.
1999-12-20 16:01:31 +00:00
itojun
e0e43ad479
fix uninitialized pointer access on mapped addr handling.
...
add more debugging info on setsockopt errors.
1999-12-20 15:35:55 +00:00
itojun
184c111af0
fix possible infinite loop in tcp relay (avoid possible DoS).
...
PR: 8640
From: Feico Dillema
1999-12-20 05:41:35 +00:00
itojun
9e8f1055f6
sync with latest KAME. nuke use of ss_{len,family}.
...
CVsA: ----------------------------------------------------------------------
1999-12-09 15:20:02 +00:00
itojun
e5db40b6de
add faithd, IPv6-to-IPv4 tcp relay translator.
...
utilizes pseudo-device "faith".
1999-07-13 22:16:48 +00:00