summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/gc_via_tkt.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify principal access within libkrb5Greg Hudson2013-04-081-5/+4
* Simplify TGS request constructionGreg Hudson2013-02-081-75/+6
* Convert DEBUG_REFERRALS to TRACE_* frameworkW. Trevor King2012-05-231-15/+6
* Whitespace, style changes to past two commitsGreg Hudson2011-11-231-5/+3
* FAST TGSSam Hartman2011-11-231-5/+24
* Mark up strings for translationGreg Hudson2011-06-101-3/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+4
* Trace loggingGreg Hudson2010-06-071-0/+3
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-221-23/+24
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-261-120/+180
* Fix indentation in gc_via_tkt.c which was messed up by a malformed #ifGreg Hudson2009-10-311-221/+221
* make mark-cstyleTom Yu2009-10-311-279/+280
* Implement s4u extensionsGreg Hudson2009-09-131-12/+58
* Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman2009-05-071-3/+11
* In krb5_get_cred_via_tkt, strip the ok-as-delegate flag fromGreg Hudson2009-04-231-0/+18
* Implement TGS authenticator subkey usageSam Hartman2009-02-131-3/+7
* In krb5_kdcrep2creds, call the correct free function when cleaning upGreg Hudson2009-01-301-2/+2
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-1/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-6/+0
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-3/+1
* krb5_get_cred_via_tkt() should null out_cred on errorsTom Yu2008-07-151-0/+1
* fix possible buffer overrun in handling generic-error returnKen Raeburn2008-04-181-2/+3
* If error is KDC_ERR_S_PRINCIPAL_UNKNOWN, report the server nameKen Raeburn2007-07-041-0/+14
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-10/+5
* * src/lib/krb5/krb/gc_via_tkt.c (check_reply_server): New functionTom Yu2006-11-301-20/+62
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-0/+2
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-211-8/+37
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-261-0/+27
* protoizeKen Raeburn2002-09-031-13/+4
* * walk_rtree.c (krb5_walk_realm_tree): Do not try to free const char *Ezra Peisach2001-08-081-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-1/+1
* Fix memory leak; free enctypes after useTheodore Tso1996-02-281-7/+10
* get_creds.c: Only match on enctype if in_creds.keyblockSam Hartman1996-01-251-1/+10
* * gc_via_tkt.c (krb5_kdcrep2creds): Set is_skey so get_creds won'tTom Yu1996-01-221-1/+1
* * krbconfig.c: Removed the krb5_clockskew variableTheodore Tso1995-11-081-2/+1
* Only check the returned starttime to make sure it matches theTheodore Tso1995-09-291-1/+2
* Misc Mac cleanupsKeith Vetter1995-09-291-21/+35
* sendauth.c (krb5_sendauth): Make sure the scratch credentialsTheodore Tso1995-09-161-0/+1
* Reintegrate Macintosh changesEzra Peisach1995-09-121-41/+27
* Mac Beta 1 submissionKeith Vetter1995-09-111-27/+41
* * decode_kdc.c, decrypt_tk.c, encode_kdc.c, encrypt_tk.c, gc_frm_kdc.cChris Provenzano1995-09-061-3/+1
* get_in_tkt.c (krb5_get_in_tkt): If kdc_settime is enabled, then setTheodore Tso1995-09-021-38/+26
* Clean up gcc -Wall flamesTheodore Tso1995-06-081-21/+22
* Fix syntax error in freeing of keyblockEzra Peisach1995-05-251-1/+1
* On an error, free the keyblockTheodore Tso1995-05-241-1/+1
* * send_tgs.c (krb5_send_tgs()), gc_via_tkt.c (krb5_get_cred_via_tkt()):Chris Provenzano1995-04-281-4/+0
* * gc_via_tgt.c, and gc_2tgt.c : Removed.Chris Provenzano1995-04-271-26/+32
* * Makefile.in : Added gc_via_tkt.c and removed get_fcreds.cChris Provenzano1995-04-261-0/+234