summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/libtelnet
Commit message (Expand)AuthorAgeFilesLines
...
* * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.Mark Eichin1995-11-133-3/+19
* Print all statements using \r\n so that they will be properly formattedRichard Basch1995-10-232-7/+7
* Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1995-10-102-30/+44
* * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-063-2/+5
* * kerberos5.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-11/+10
* Compile something when krb4 disabledPaul Park1995-08-032-0/+6
* Compiler warning cleanupPaul Park1995-06-278-4/+22
* * configure.in: fix typoTom Yu1995-06-202-1/+3
* * strrchr.c: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-2017-45/+80
* 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-092-4/+11
* kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1995-05-243-6/+26
* * 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 (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
* * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1995-04-263-98/+218
* Only call krb5_init_context if the telnet context hasn't beenTheodore Tso1995-04-222-2/+8
* 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-141-0/+73
* No need to have the session_key established for mutual authenticationTheodore Tso1995-03-292-6/+6
* 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-082-3/+4
* 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-031-0/+1
* * forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore1995-02-024-20/+16
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-132-45/+59
* 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
* kerberos.c: Initialize random number generator on the server side soTheodore Tso1994-11-143-334/+22
* Fix bug in logic of incrementing the received challenge. A ++/--Theodore Tso1994-11-092-1/+5
* Use des_init_random_number_genator(), since that will result inTheodore Tso1994-11-082-1/+7
* Only print each possible authentication type once in the auth statusTheodore Tso1994-11-082-5/+25
* Change the input type to be a char *, which is what auth_onoff wants anywayTheodore Tso1994-11-082-2/+7
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-1/+1
* stamp out rcs keywordsMark Eichin1994-08-1825-99/+33
* punt unused varsMark Eichin1994-08-145-13/+1
* fix another strings/string caseMark Eichin1994-08-101-0/+4
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-091-75/+0
* Fixed mispelling of krb5_copy_keyblock_contents(). Whoops!Theodore Tso1994-08-092-2/+8
* fixing make installTom Yu1994-08-042-0/+5
* * Makefile.in: whoops left out some $(srcdir) stuffTom Yu1994-07-272-2/+6