Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   itojun
Date:           Tue Jul  4 13:28:14 UTC 2000

Modified Files:
        basesrc/usr.sbin/faithd: faithd.8 faithd.c faithd.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/faithd/faithd.8
cvs rdiff -r1.11 -r1.12 basesrc/usr.sbin/faithd/faithd.c
cvs rdiff -r1.3 -r1.4 basesrc/usr.sbin/faithd/faithd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index