Date: Fri, 14 Nov 2003 17:34:10 -0000 From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200311141734.hAEHY8ok052988@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311141734.hAEHY8ok052988>