Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2000 06:52:12 -0800 (PST)
From:      Yoshinobu Inoue <shin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include unistd.h src/lib/libc/net Makefile.inc rcmd.3 rcmd.c src/lib/libutil realhostname_sa.3 Makefile libutil.h realhostname.3 realhostname.c src/libexec/telnetd Makefile telnetd.8 telnetd.c src/libexec/rshd Makefile rshd.8 rshd.c ...
Message-ID:  <200001251452.GAA58052@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
shin        2000/01/25 06:52:12 PST

  Modified files:
    include              unistd.h 
    lib/libc/net         Makefile.inc rcmd.3 rcmd.c 
    lib/libutil          Makefile libutil.h realhostname.3 
                         realhostname.c 
    libexec/telnetd      Makefile telnetd.8 telnetd.c 
    libexec/rshd         Makefile rshd.8 rshd.c 
    libexec/rlogind      Makefile rlogind.8 rlogind.c 
    usr.bin/rsh          rsh.c 
    usr.bin/rlogin       rlogin.1 rlogin.c 
    usr.sbin/inetd       Makefile builtins.c inetd.8 inetd.c 
                         inetd.h 
  Added files:
    lib/libutil          realhostname_sa.3 
  Log:
  several tcp apps IPv6 update
   -inetd
   -rshd
   -rlogind
   -telnetd
   -rsh
   -rlogin
  
  Reviewed by: freebsd-arch, cvs-committers
  Obtained from: KAME project
  
  Revision  Changes    Path
  1.32      +3 -1      src/include/unistd.h
  1.32      +4 -2      src/lib/libc/net/Makefile.inc
  1.10      +19 -4     src/lib/libc/net/rcmd.3
  1.18      +13 -2     src/lib/libc/net/rcmd.c
  1.31      +3 -2      src/lib/libutil/Makefile
  1.25      +4 -1      src/lib/libutil/libutil.h
  1.4       +3 -2      src/lib/libutil/realhostname.3
  1.4       +96 -1     src/lib/libutil/realhostname.c
  1.13      +2 -1      src/libexec/telnetd/Makefile
  1.16      +3 -1      src/libexec/telnetd/telnetd.8
  1.22      +55 -35    src/libexec/telnetd/telnetd.c
  1.14      +4 -1      src/libexec/rshd/Makefile
  1.18      +3 -1      src/libexec/rshd/rshd.8
  1.28      +60 -25    src/libexec/rshd/rshd.c
  1.14      +2 -2      src/libexec/rlogind/Makefile
  1.13      +3 -1      src/libexec/rlogind/rlogind.8
  1.28      +69 -18    src/libexec/rlogind/rlogind.c
  1.19      +5 -3      src/usr.bin/rsh/rsh.c
  1.11      +3 -1      src/usr.bin/rlogin/rlogin.1
  1.22      +15 -5     src/usr.bin/rlogin/rlogin.c
  1.16      +4 -3      src/usr.sbin/inetd/Makefile
  1.17      +58 -32    src/usr.sbin/inetd/builtins.c
  1.43      +77 -2     src/usr.sbin/inetd/inetd.8
  1.75      +540 -76   src/usr.sbin/inetd/inetd.c
  1.4       +27 -2     src/usr.sbin/inetd/inetd.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001251452.GAA58052>