cygnus merge:
authorKen Raeburn <raeburn@mit.edu>
Thu, 2 May 1996 01:22:45 +0000 (01:22 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 2 May 1996 01:22:45 +0000 (01:22 +0000)
commitc2b6efe259a090bc17190759eca242f759eae6e1
tree72a102ebe36d0578a8dc71a1cef2fe4cd813fdf1
parent36b18019927a7882d017300c77f8702019cdf6d6
cygnus merge:

* configure.in: Fix typo in Apr 16 HP-UX change.

* state.c (envvarok): nuke all KRB5* environment variables, not just the
previously selected ones.

* telnetd.c (telnet -> doit): moved SIGTTOU handler before the first thing
which would cause the terminal driver to get upset.

* sys_term.c (line): Remove initialization silliness.  The non-GNUC method was
Just Wrong, do it the other way always.
(Xline): Specify length, not contents.

* termio-tn.c (readstream_termio): new file, provides isolated version of
M_IOCTL handling for systems where termio and termios can't be compiled
together.
* termios-tn.c (readstream_termios): new file, provides isolated version of
M_IOCTL handling for systems where termio and termios can't be compiled
together.
* telnetd.c (readstream): use readstream_termios and readstream_termio to
handle getmsg with M_IOCTL.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7883 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/telnet/telnetd/ChangeLog
src/appl/telnet/telnetd/Makefile.in
src/appl/telnet/telnetd/configure.in
src/appl/telnet/telnetd/state.c
src/appl/telnet/telnetd/sys_term.c
src/appl/telnet/telnetd/telnetd.c
src/appl/telnet/telnetd/termio-tn.c [new file with mode: 0644]
src/appl/telnet/telnetd/termios-tn.c [new file with mode: 0644]