summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/get_creds.c
Commit message (Expand)AuthorAgeFilesLines
* Better fix for not using expired TGTs in TGS-REQsGreg Hudson2013-04-291-53/+91
* Don't use expired TGTs in TGS-REQsNicolas Williams2013-04-261-8/+10
* Simplify principal access within libkrb5Greg Hudson2013-04-081-3/+3
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-1/+1
* Simplify TGS request constructionGreg Hudson2013-02-081-6/+4
* Fix subkey memory leak in krb5_get_credentialsGreg Hudson2011-12-091-0/+2
* Fix memory leaks in FAST TGS supportGreg Hudson2011-12-091-4/+8
* FAST TGSSam Hartman2011-11-231-2/+10
* Handle TGS referrals to the same realmGreg Hudson2011-11-141-1/+8
* Eliminate domain-based client realm walkGreg Hudson2011-09-281-26/+6
* Fix cross-realm traversal TGT requestsGreg Hudson2011-09-011-1/+1
* Restore fallback non-referral TGS request to same realmGreg Hudson2011-06-031-12/+10
* Restore krb5_get_credentials caching for referral requestsGreg Hudson2011-05-261-0/+5
* Resolve a few miscellaneous warningsGreg Hudson2011-03-141-2/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-19/+12
* Fix seg faulting trace log message for use of fallback realmGreg Hudson2011-02-081-1/+1
* Fix Windows buildGreg Hudson2010-11-251-1/+1
* Don't fail out from krb5_get_credentials() if we can't store a ticketGreg Hudson2010-10-271-10/+4
* Trace loggingGreg Hudson2010-06-071-5/+28
* Fix a backwards check in get_cached_tgt() in the TGS codeGreg Hudson2010-04-271-3/+3
* Fix a memory leak in get_creds.c's try_fallback_realm()Greg Hudson2010-04-211-1/+3
* When setting up to get a TGT for the service realm in the TGS code,Greg Hudson2010-04-201-5/+5
* Add KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with Heimdal.Greg Hudson2010-04-201-2/+2
* Introduce new krb5_tkt_creds APIGreg Hudson2010-04-141-75/+1105
* Validate and renew should work on non-TGT credsGreg Hudson2010-04-131-151/+0
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-221-16/+16
* make mark-cstyleTom Yu2009-10-311-157/+157
* Fix a braino in r22790Greg Hudson2009-09-281-1/+1
* Fix a few problems introduced by r22787Greg Hudson2009-09-281-6/+4
* Clean up krb5_get_credentials:Greg Hudson2009-09-251-60/+54
* Implement s4u extensionsGreg Hudson2009-09-131-19/+50
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-3/+3
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-2/+2
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+7
* misc memory leaksKen Raeburn2008-06-271-2/+6
* Don't test HAVE_C_STRUCTURE_ASSIGNMENT.Ken Raeburn2006-04-291-4/+0
* the purpose of the krb5_get_credentials call is toJeffrey Altman2005-04-251-2/+9
* Patch to get new service tickets in preference to using expiredSam Hartman2003-01-101-1/+7
* protoizeKen Raeburn2002-09-031-52/+20
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-2/+2
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-5/+5
* * get_creds.c (krb5_get_credentials_core): If the supplied enctype is notKen Raeburn2000-08-291-7/+18
* * t_walk_rtree.c (main): Declare as returning intEzra Peisach2000-06-301-3/+3
* * conv_princ.c, get_creds.c, get_in_tkt.c, mk_rep.c, parse.c,Ezra Peisach2000-06-291-2/+0
* pullup from 1.2 branchKen Raeburn2000-06-271-0/+21
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* from 1.1 branch:Ken Raeburn1999-09-011-2/+4
* Intialize out_creds pointer to 0 and then check whether it is 0 beforeDanilo Almeida1999-08-041-4/+5
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-6/+101
* get_creds.c: export krb5_get_credentials_renew, krb5_get_credentials_validateRichard Basch1997-02-111-4/+2