summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
* 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
* * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referencedMark Eichin1995-03-086-5/+12
* Remove reference to $(ISODELIB)Theodore Tso1995-03-024-2/+10
* Remove ISODE_INCLUDE and ISODE_DEFS, replace check for -lsocket andTheodore Tso1995-03-014-8/+12
* Add $(srcdir) to install line so that installs work correctly when theTheodore Tso1995-02-282-2/+8
* Avoid <krb5/...> includesJohn Gilmore1995-02-282-1/+5
* oops, described it in wrong dirJohn Gilmore1995-02-281-1/+1
* Avoid <krb5/...> includesJohn Gilmore1995-02-283-9/+7
* * kerberos5.c (kerberos5_send(), kerberos5_forward())Chris Provenzano1995-02-232-10/+20
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-034-0/+4
* * forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore1995-02-024-20/+16
* install man page from srcdirMark Eichin1995-01-261-1/+1
* Nroff Magic to make telnet man page actually work on traditional *roffMark Eichin1995-01-256-1741/+3727
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-133-45/+63
* * configure.in (K4LIB): fix quoting so $(KRB4) actually survivesMark Eichin1995-01-112-2/+8
* externs.h: If USE_TERMIO is defined and SYSV_TERMIO isn't, then alwaysTheodore Tso1994-12-133-2/+11
* Move get_for_creds to krb5_get_for_creds in the Kerberos libraryTheodore Tso1994-11-302-202/+8
* Fix stupid typo..Theodore Tso1994-11-191-1/+1
* Initialize magic variable and encryption typeTheodore Tso1994-11-192-2/+9
* * configure.in: use WITH_KRB4. (from epeisach)Mark Eichin1994-11-182-0/+7
* * configure.in: use WITH_KRB4, cache cc_t in termio check, cacheMark Eichin1994-11-183-6/+37
* * configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cacheMark Eichin1994-11-183-9/+30
* * configure.in: add WITH_CCOPTS so that subdirs workMark Eichin1994-11-182-0/+5
* kerberos.c: Initialize random number generator on the server side soTheodore Tso1994-11-143-334/+22