cvs commit: src/usr.sbin/faithd Makefile README faithd.8 faithd.c
faithd.h ftp.c prefix.c rsh.c tcp.c src/usr.sbin/faithd/test
faithd.rb
Hajimu UMEMOTO
ume at FreeBSD.org
Fri Nov 14 09:34:10 PST 2003
ume 2003/11/14 09:34:08 PST
FreeBSD src repository
Modified files:
usr.sbin/faithd Makefile README faithd.8 faithd.c
faithd.h ftp.c prefix.c tcp.c
usr.sbin/faithd/test faithd.rb
Removed files:
usr.sbin/faithd rsh.c
Log:
- poll(2) support.
- simplify by strdup.
- set ai_protocol in hints to TCP.
- g/c FAITH_NS (no description, not maintained for years)
- warn if connection from IPv4 mapped is reached.
- IPV6_V6ONLY if possible.
- unifdef -UFAITH4.
- drop rsh/rlogin support.
- deal with negative return value from wait3.
Obtained from: KAME
Revision Changes Path
1.9 +3 -3 src/usr.sbin/faithd/Makefile
1.8 +2 -3 src/usr.sbin/faithd/README
1.17 +41 -55 src/usr.sbin/faithd/faithd.8
1.10 +83 -142 src/usr.sbin/faithd/faithd.c
1.5 +1 -3 src/usr.sbin/faithd/faithd.h
1.10 +275 -317 src/usr.sbin/faithd/ftp.c
1.4 +12 -19 src/usr.sbin/faithd/prefix.c
1.7 +0 -212 src/usr.sbin/faithd/rsh.c (dead)
1.5 +22 -3 src/usr.sbin/faithd/tcp.c
1.2 +1 -1 src/usr.sbin/faithd/test/faithd.rb
More information about the cvs-src
mailing list