summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
* Changes for Alpha; also deal better with slave failureSam Hartman1995-08-092-8/+20
* Fix cc -std1 error on OSFPaul Park1995-08-082-1/+5
* * Use new interface to pty_update_utmpSam Hartman1995-08-082-18/+11
* Add authenc.c to the SRCS list; authenc.o is in the OBJS list, afterTheodore Tso1995-08-072-1/+5
* Build fixes for SolarisPaul Park1995-08-073-1/+14
* libpty fixesPaul Park1995-08-073-3/+13
* Get telnetd working with libptySam Hartman1995-08-055-437/+93
* Compile something when krb4 disabledPaul Park1995-08-032-0/+6
* * configure.in: Don't link with -lkadmTom Yu1995-07-292-1/+3
* Merge some changes for NetBSD that I and others have madeChris Provenzano1995-07-271-2/+2
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-076-12/+19
* * commands.c: rename setmode() and clearmode() to tel_setmode()Tom Yu1995-07-022-16/+22
* Compiler warning cleanupPaul Park1995-06-278-4/+22
* * configure.in: fix typoTom Yu1995-06-202-1/+3
* * defs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
* * externs.h: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-203-3/+10
* * strrchr.c: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-2017-45/+80
* Make sure processes associated with the terminal are actuallySam Hartman1995-06-192-2/+22
* * Makefile.in: "install::" to shut up gmakeTom Yu1995-06-162-1/+5
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-156-11/+29
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-113-3/+7
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-096-16/+27
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-6/+8
* kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1995-05-243-6/+26
* ring.c: Include string.h or strings.hEzra Peisach1995-05-244-1/+25
* * telnetd.c: respect HAVE_SYS_TTY_HMark Eichin1995-05-032-0/+6
* Temporary hack for the alpha. Undefine STREAMSPTY if defined.Ezra Peisach1995-05-012-0/+9
* * Makefile.in (KLIB): put KRB4_LIB inside KLIBMark Eichin1995-04-284-4/+12
* * configure.in: switch to WITH_KRB4 since it suffices in this caseMark Eichin1995-04-282-2/+5
* * configure.in: use AC_CONST since we need it for v4Mark Eichin1995-04-272-0/+4
* * kerberos5.c (kerberos_is()) : Initialize keytabid to NULLChris Provenzano1995-04-272-1/+6
* * Makefile.in (telnetd): use KRB4_LIB directly.Mark Eichin1995-04-273-7/+7
* * Makefile.in (telnet): use KRB4_LIB directly.Mark Eichin1995-04-273-7/+7
* * Makefile.in (LOCALINCLUDES): find kerberosIV headersMark Eichin1995-04-272-1/+5
* * kerberos5.c (kerberos5_is): use kt_resolve to get keytab, toMark Eichin1995-04-262-2/+14
* * configure.in, sys_term.c, telnetd.c : Have configure check forChris Provenzano1995-04-264-1/+13
* * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1995-04-263-98/+218
* Don't use krb5_override_default_realm, as it is obsoleteTheodore Tso1995-04-222-3/+15
* Only call krb5_init_context if the telnet context hasn't beenTheodore Tso1995-04-222-2/+8
* From Ian Taylor <ian@cygnus.com>.Mark Eichin1995-04-213-4/+45
* * main.c (main): Handle -k if KRB5 is defined. (from ian@cygnus.com)Mark Eichin1995-04-212-1/+14
* Changes for testsuite from Ian Taylor <ian@cygnus.com>Mark Eichin1995-04-212-2/+52
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-145-0/+266
* Remove CFLAGS=@CCOPTS@ line, which is in pre.inTheodore Tso1995-03-312-1/+4
* No need to have the session_key established for mutual authenticationTheodore Tso1995-03-292-6/+6
* Add a makefile dependency for libtelnet.a, so that the executable getsTheodore Tso1995-03-294-2/+10
* Allow mutual authentication even if the ENCRYPTION option is notTheodore Tso1995-03-292-2/+5
* * kerberos5.c (kerberos5_is()): Use new calling convention forChris Provenzano1995-03-272-40/+35
* Initialize auth_context to zero before calling mk_reqTheodore Tso1995-03-252-0/+6
* * kerberos5.c Use new calling convention for krb5_mk_req_extended()Chris Provenzano1995-03-102-34/+30