Date: Tue, 6 Apr 1999 16:06:01 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/fingerd fingerd.c src/libexec/ftpd ftpd.c src/libexec/rexecd rexecd.c src/libexec/rlogind rlogind.c src/libexec/rshd rshd.c src/libexec/telnetd telnetd.c src/libexec/tftpd Makefile tftpd.c src/libexec/uucpd uucpd.c Message-ID: <199904062306.QAA40076@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/04/06 16:06:00 PDT
Modified files:
libexec/fingerd fingerd.c
libexec/ftpd ftpd.c
libexec/rexecd rexecd.c
libexec/rlogind rlogind.c
libexec/rshd rshd.c
libexec/telnetd telnetd.c
libexec/tftpd Makefile tftpd.c
libexec/uucpd uucpd.c
Log:
Use realhostname() rather than various combinations of
gethostbyaddr() & gethostbyname().
Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.
Revision Changes Path
1.12 +5 -9 src/libexec/fingerd/fingerd.c
1.53 +3 -9 src/libexec/ftpd/ftpd.c
1.16 +4 -6 src/libexec/rexecd/rexecd.c
1.21 +2 -27 src/libexec/rlogind/rlogind.c
1.24 +14 -42 src/libexec/rshd/rshd.c
1.17 +8 -39 src/libexec/telnetd/telnetd.c
1.6 +3 -1 src/libexec/tftpd/Makefile
1.13 +7 -18 src/libexec/tftpd/tftpd.c
1.17 +5 -19 src/libexec/uucpd/uucpd.c
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?199904062306.QAA40076>
