diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-11-14 17:34:08 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-11-14 17:34:08 +0000 |
commit | 258a21fe7a540e1cf2ecd3fdac24197fc51dafc7 (patch) | |
tree | fb19cd0cd36a6f4dd9086dce6e3848ffb6d89f51 /usr.sbin/faithd/README | |
parent | 4dc52c32bf0d738474a580a6bcff86f9dc3606f5 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=122679
Diffstat (limited to 'usr.sbin/faithd/README')
-rw-r--r-- | usr.sbin/faithd/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/faithd/README b/usr.sbin/faithd/README index af0bfed4b61a..6628bf63dcbc 100644 --- a/usr.sbin/faithd/README +++ b/usr.sbin/faithd/README @@ -1,9 +1,10 @@ Configuring FAITH IPv6-to-IPv4 TCP relay Kazu Yamamoto and Jun-ichiro itojun Hagino -$KAME: README,v 1.8 2001/09/05 03:04:20 itojun Exp $ +$KAME: README,v 1.10 2003/01/06 21:40:33 sumikawa Exp $ $FreeBSD$ + Introduction ============ @@ -73,8 +74,6 @@ The following example assumes: More examples: - # faithd login /usr/libexec/rlogin rlogind - # faithd shell /usr/libexec/rshd rshd # faithd ftpd /usr/libexec/ftpd ftpd -l # faithd sshd |