aboutsummaryrefslogtreecommitdiff
path: root/src/appl/telnet/libtelnet/kerberos5.c
AgeCommit message (Expand)AuthorFilesLines
1997-11-20 * forward.c (rd_and_store_for_creds): Fix up to no longer do theTom Yu1-1/+1
1997-02-06kerberos5.c: The first arg to krb5_verify_checksum is a krb5_context!!!Richard Basch1-1/+1
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso1-3/+7
1996-11-02* Add TOS support on other than Cray [57]Sam Hartman1-20/+40
1996-05-09Use the default service principal (don't assume it is "host") as theRichard Basch1-1/+1
1996-04-28The rd_req has to allow any local service principal, as the host may haveRichard Basch1-21/+25
1996-04-12forward.c: Use a saner naming convention for the credentials cache.Richard Basch1-1/+23
1996-03-19Mon Mar 18 20:56:37 1996 Theodore Y. Ts'o <tytso@dcl>Theodore Tso1-45/+117
1996-01-26Telnet really wants a DES key; have it ask for oneSam Hartman1-0/+1
1996-01-10forward.c (get_for_creds): Removed no longer used functionTheodore Tso1-21/+46
1995-11-13 * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.Mark Eichin1-1/+1
1995-10-23Print all statements using \r\n so that they will be properly formattedRichard Basch1-5/+5
1995-10-10Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1-30/+33
1995-09-06 * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1-1/+1
1995-09-06 * kerberos5.c : Remove krb5_enctype references, and replace withChris Provenzano1-11/+5
1995-06-20 * strrchr.c: NO_STRING_H -> HAVE_STRING_HTom Yu1-3/+3
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-05-24kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1-5/+13
1995-04-27 * kerberos5.c (kerberos_is()) : Initialize keytabid to NULLChris Provenzano1-1/+1
1995-04-26 * kerberos5.c (kerberos5_is): use kt_resolve to get keytab, toMark Eichin1-2/+9
1995-04-26 * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1-72/+41
1995-04-22Only call krb5_init_context if the telnet context hasn't beenTheodore Tso1-2/+3
1995-04-21 Changes for testsuite from Ian Taylor <ian@cygnus.com>Mark Eichin1-2/+39
1995-03-29No need to have the session_key established for mutual authenticationTheodore Tso1-6/+2
1995-03-27 * kerberos5.c (kerberos5_is()): Use new calling convention forChris Provenzano1-39/+29
1995-03-25Initialize auth_context to zero before calling mk_reqTheodore Tso1-0/+1
1995-03-10 * kerberos5.c Use new calling convention for krb5_mk_req_extended()Chris Provenzano1-34/+26
1995-02-28Avoid <krb5/...> includesJohn Gilmore1-5/+2
1995-02-23 * kerberos5.c (kerberos5_send(), kerberos5_forward())Chris Provenzano1-10/+14
1995-02-02* forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore1-10/+3
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-40/+53
1994-11-30Move get_for_creds to krb5_get_for_creds in the Kerberos libraryTheodore Tso1-7/+7
1994-11-19Fix stupid typo..Theodore Tso1-1/+1
1994-11-19Initialize magic variable and encryption typeTheodore Tso1-2/+4
1994-08-18stamp out rcs keywordsMark Eichin1-14/+2
1994-08-14punt unused varsMark Eichin1-9/+0
1994-08-09Fixed mispelling of krb5_copy_keyblock_contents(). Whoops!Theodore Tso1-2/+2
1994-07-16Fix core dump caused by trying to free stack garbage. :-)Theodore Tso1-2/+2
1994-06-15step 1: bzero->memset(,0,)Mark Eichin1-2/+2
1994-06-10Updated telnet to be the 94.02.07 version, with some bugfixesTheodore Tso1-21/+28
1994-01-13Change code to use krb5_sname_to_principal() function, instead of trying toTheodore Tso1-85/+13
1993-11-20Track style changes in Borman release of telnetTheodore Tso1-14/+32
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1993-06-03Changed so that kerberos5.c would compile with the ENCRYPTION optionTheodore Tso1-3/+8
1993-04-12With prasad's changes to implement forwarding accept and reject options,Theodore Tso1-5/+29
1993-03-09Initial VersionTheodore Tso1-0/+717