Date: Wed, 7 Apr 1999 01:27:45 -0700 (PDT) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd bootpd.c src/libexec/ftpd ftpd.c src/libexec/getty main.c src/libexec/rbootd conf.c rbootd.c src/libexec/rexecd rexecd.c src/libexec/rlogind rlogind.c src/libexec/rshd rshd.c src/libexec/talkd talkd.c ... Message-ID: <199904070827.BAA82273@freefall.freebsd.org>
index | next in thread | raw e-mail
brian 1999/04/07 01:27:45 PDT
Modified files:
libexec/bootpd bootpd.c
libexec/ftpd ftpd.c
libexec/getty main.c
libexec/rbootd conf.c rbootd.c
libexec/rexecd rexecd.c
libexec/rlogind rlogind.c
libexec/rshd rshd.c
libexec/talkd talkd.c
libexec/telnetd sys_term.c telnetd.c
libexec/tftpd tftpd.c
libexec/uucpd uucpd.c
Log:
Ensure that things returned by gethostname() and
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.
Fix telnetd -u (broken by my last commit)
Prompted by: bde
Revision Changes Path
1.11 +5 -3 src/libexec/bootpd/bootpd.c
1.54 +5 -4 src/libexec/ftpd/ftpd.c
1.26 +3 -2 src/libexec/getty/main.c
1.4 +2 -2 src/libexec/rbootd/conf.c
1.10 +3 -3 src/libexec/rbootd/rbootd.c
1.17 +3 -3 src/libexec/rexecd/rexecd.c
1.22 +3 -3 src/libexec/rlogind/rlogind.c
1.25 +5 -6 src/libexec/rshd/rshd.c
1.10 +4 -3 src/libexec/talkd/talkd.c
1.21 +1 -2 src/libexec/telnetd/sys_term.c
1.18 +11 -5 src/libexec/telnetd/telnetd.c
1.14 +4 -4 src/libexec/tftpd/tftpd.c
1.18 +3 -3 src/libexec/uucpd/uucpd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904070827.BAA82273>
