Several fixes. The big one is that all of the
authorDave A. Borman <dab@ucbvax.Berkeley.EDU>
Fri, 21 May 1993 02:38:08 +0000 (18:38 -0800)
committerDave A. Borman <dab@ucbvax.Berkeley.EDU>
Fri, 21 May 1993 02:38:08 +0000 (18:38 -0800)
commit258d091a151e1979f74f1c3b362dcbff6ca5fa29
tree78b151a252589911c788ce2db6a8b448e8acc8d5
parente0badf3e7b514bfbca2cea5da055fffe0673d6de
Several fixes.  The big one is that all of the
code that was "#if defined(ENCRYPTION)" is now changed
to "#ifdef ENCRYPTION", so that all the encryption code
can be stripped out using unifdef.
Other fixes:
Add support for HP-UX (untested...)
Simplification of the ENV_HACK stuff
Add in UNICOS 8.0 secure system changes
Clean up the option processing
Fix up the usage() statement

SCCS-vsn: libexec/telnetd/authenc.c 5.3
SCCS-vsn: libexec/telnetd/telnetd.c 5.52
SCCS-vsn: libexec/telnetd/termstat.c 5.14
SCCS-vsn: libexec/telnetd/utility.c 5.12
SCCS-vsn: libexec/telnetd/defs.h 5.12
SCCS-vsn: libexec/telnetd/state.c 5.14
SCCS-vsn: libexec/telnetd/sys_term.c 5.22
SCCS-vsn: libexec/telnetd/ext.h 5.10
usr/src/libexec/telnetd/authenc.c
usr/src/libexec/telnetd/defs.h
usr/src/libexec/telnetd/ext.h
usr/src/libexec/telnetd/state.c
usr/src/libexec/telnetd/sys_term.c
usr/src/libexec/telnetd/telnetd.c
usr/src/libexec/telnetd/termstat.c
usr/src/libexec/telnetd/utility.c