aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/get_in_tkt.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Code modularity related updatesZhanna Tsitkov1-138/+63
2009-12-15On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson1-11/+0
2009-12-14fast negotiation projecSam Hartman1-97/+237
2009-11-27If krb5_init_creds_step is called on an already complete context,Greg Hudson1-1/+1
2009-11-26libkrb5 support for non-blocking AS requestsGreg Hudson1-464/+811
2009-11-25Defer the conversion of the gic options structure to the extended formGreg Hudson1-13/+22
2009-11-04Restore the krb5 1.6 behavior of not retrying AS requests afterGreg Hudson1-16/+1
2009-10-31In lib/krb5/krb, ensure all function definition headers are in ANSIGreg Hudson1-1/+2
2009-10-31make mark-cstyleTom Yu1-843/+844
2009-10-13Fix preauth looping in krb5_get_init_credsGreg Hudson1-2/+16
2009-10-13Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson1-4/+2
2009-09-13Implement s4u extensionsGreg Hudson1-37/+131
2009-05-05In krb5_get_in_tkt, free the whole encoded request (since theGreg Hudson1-1/+1
2009-04-10In krb5_get_in_tkt, r7002 introduced an unused local variableGreg Hudson1-4/+1
2009-04-04fix logic errorsSam Hartman1-1/+1
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-18/+21
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-13/+52
2009-03-13Use correct salt for canonicalized principalsGreg Hudson1-1/+23
2009-03-06send_as_req re-encodes the requestSam Hartman1-19/+12
2009-02-04Use macros for config parametersZhanna Tsitkov1-8/+8
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-1/+1
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-5/+5
2009-01-23In krb5_get_init_creds, null out err_reply in a case where we free itGreg Hudson1-0/+1
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-7/+100
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-3/+1
2008-08-06fix cleanup code in allocating preauth infoKen Raeburn1-2/+2
2008-06-27misc memory leaksKen Raeburn1-4/+6
2008-06-18This patch is derived from a patch originally submitted to RTJeffrey Altman1-1/+1
2008-05-30Apple PKINIT patch commitAlexandra Ellwood1-3/+73
2007-04-13Provide more detailed error message for 'client not found in kdb'Ken Raeburn1-0/+17
2007-03-14* include/k5-platform.h: Add load_{16,32,64}_n for loading values fromKen Raeburn1-2/+15
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach1-2/+2
2007-01-31Fix merge botches:Tom Yu1-12/+21
2007-01-30get_init_creds_opt extensibilityTom Yu1-24/+15
2006-12-22 * src/lib/krb5/krb/get_in_tkt.c (krb5_get_init_creds): FixTom Yu1-3/+4
2006-12-19don't pass null pointer to krb5_do_preauth_tryagain()Tom Yu1-17/+24
2006-12-08Don't leak padata when looping for krb5_do_preauth_tryagain()Kevin Coffman1-4/+4
2006-12-08build the trunk on Windows (again)Jeffrey Altman1-1/+1
2006-12-01send a new request with the new padata returned by krb5_do_preauth_tryagain()Kevin Coffman1-1/+1
2006-11-09Add "get_data" function to the client preauth plugin interfaceKevin Coffman1-3/+11
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman1-16/+14
2006-10-23fix invalid access found by valgrindKevin Coffman1-1/+1
2006-10-03Preauthentication Plugin FrameworkSam Hartman1-43/+219
2005-08-16 * get_in_tkt.c (krb5_get_init_creds): Free tempstr on non-errorTom Yu1-4/+6
2004-08-12get_in_tkt.c (get_init_creds): Support ticket_lifetime libdefault. Made aware...Alexandra Ellwood1-27/+62
2004-02-27As discussed on the krbdev mailing list, krb5_get_init_creds_password()Jeffrey Altman1-3/+4
2003-12-20* get_in_tkt.c (get_in_tkt_enctypes): Now constKen Raeburn1-1/+1
2003-06-06Don't allow renewable_ok to be set if the renew liftime is greaterSam Hartman1-0/+2
2003-05-30* get_in_tkt.c (krb5_get_init_creds): Change hardcoded default ticket lifetimeKen Raeburn1-1/+1
2003-05-30* get_in_tkt.c: (verify_as_reply) Only check the renewable lifetime of ticket...Alexandra Ellwood1-0/+1