summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/libtelnet/kerberos5.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-901/+0
* make mark-cstyleTom Yu2009-10-311-26/+26
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-4/+4
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-4/+7
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-26/+22
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* * src/appl/telnet/libtelnet/kerberos5.c (kerberos5_send):Tom Yu2006-12-011-2/+4
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-211-0/+2
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+1
* Increase buffer sizes to 64K where a Kerberos 5 authenticator might beKen Raeburn2006-06-151-1/+1
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-101-2/+2
* Thanks, patch appliedTom Yu2003-04-091-3/+10
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-011-0/+4
* * enc-proto.h, enc_des.c, encrypt.c: Unsigned/signed cleanupsEzra Peisach2002-11-151-2/+4
* Build without k5-int.hSam Hartman2002-04-121-2/+4
* * kerberos.c, kerberos5.c (Data): Reindent to 8 columns. (yes,Tom Yu2002-03-291-9/+9
* Updated telnet patchSam Hartman2002-03-271-9/+8
* Fix client side buffer overflowsSam Hartman2002-03-161-3/+12
* * krb5forw.h: File with prototype for rd_and_store_for_creds()Ezra Peisach2001-07-021-5/+3
* * enc_des.c: Change local variable index to idx to not shadownEzra Peisach2001-06-221-5/+6
* * kerberos5.c: Add prototype for rd_and_store_for_creds()Ezra Peisach2001-06-211-0/+4
* * auth-proto.h: Add prototypes for getauthmask(), auth_enable,Ezra Peisach2001-06-061-1/+1
* 1.2-beta4 pullupKen Raeburn2000-06-301-10/+23
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* jaltman's principal-name check from 1.1 branch, indentation fixedKen Raeburn1999-09-011-2/+25
* kerberos5.c: Increase size of str_data so that we can acceptTheodore Tso1999-02-041-1/+1
* * forward.c (rd_and_store_for_creds): Fix up to no longer do theTom Yu1997-11-201-1/+1
* kerberos5.c: The first arg to krb5_verify_checksum is a krb5_context!!!Richard Basch1997-02-061-1/+1
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-081-3/+7
* * Add TOS support on other than Cray [57]Sam Hartman1996-11-021-20/+40
* Use the default service principal (don't assume it is "host") as theRichard Basch1996-05-091-1/+1
* The rd_req has to allow any local service principal, as the host may haveRichard Basch1996-04-281-21/+25
* forward.c: Use a saner naming convention for the credentials cache.Richard Basch1996-04-121-1/+23
* Mon Mar 18 20:56:37 1996 Theodore Y. Ts'o <tytso@dcl>Theodore Tso1996-03-191-45/+117
* Telnet really wants a DES key; have it ask for oneSam Hartman1996-01-261-0/+1
* forward.c (get_for_creds): Removed no longer used functionTheodore Tso1996-01-101-21/+46
* * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.Mark Eichin1995-11-131-1/+1
* Print all statements using \r\n so that they will be properly formattedRichard Basch1995-10-231-5/+5
* Fix handling of session key for Kerberos5. I don't think this shouldSam Hartman1995-10-101-30/+33
* * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-061-1/+1
* * kerberos5.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-061-11/+5
* * strrchr.c: NO_STRING_H -> HAVE_STRING_HTom Yu1995-06-201-3/+3
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* kerberos5.c: Include string.h/strings.h. Include stdlib.h orEzra Peisach1995-05-241-5/+13
* * kerberos5.c (kerberos_is()) : Initialize keytabid to NULLChris Provenzano1995-04-271-1/+1
* * kerberos5.c (kerberos5_is): use kt_resolve to get keytab, toMark Eichin1995-04-261-2/+9
* * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1995-04-261-72/+41
* Only call krb5_init_context if the telnet context hasn't beenTheodore Tso1995-04-221-2/+3
* Changes for testsuite from Ian Taylor <ian@cygnus.com>Mark Eichin1995-04-211-2/+39