aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-30Merge trunk changes from r23937 to r23957 to iakerb branchiakerbGreg Hudson2-45/+23
2010-04-30Fix formatting of IAKERB changes to k5-int.h (the changes wereGreg Hudson1-12/+13
2010-04-30Fix some minor tabbing issues in the IAKERB changes to the mechglue'sGreg Hudson1-3/+3
2010-04-30In iakerb_acceptor_step(), avoid the use of goto for looping, and fixGreg Hudson1-35/+28
2010-04-30In iakerb_make_finished(), eliminate a call toGreg Hudson1-9/+1
2010-04-30Stop using a union in struct _iakerb_ctx_id_rec. We don't need theGreg Hudson1-48/+28
2010-04-30Remove some unnecessary includes from new iakerb.cGreg Hudson1-4/+0
2010-04-30Fix line length in change to kg_validate_ctx_id() macroGreg Hudson1-1/+2
2010-04-30Clean up IAKERB changes to init_sec_context.c in krb5 gss mech: addGreg Hudson1-3/+5
2010-04-27If IAKERB is used with no TGT, return KRB5_CC_NOTFOUND instead ofGreg Hudson1-2/+6
2010-04-27Make IAKERB work properly when used in conjunction with default credsGreg Hudson4-14/+46
2010-04-27Register IAKERB after the krb5 mechs so it doesn't get used inGreg Hudson1-2/+2
2010-04-26If gss_acquire_cred_with_password is used with no default ccache,Greg Hudson2-10/+7
2010-04-26On the iakerb branch, use krb5_auth_con_set_checksum_func for DES/DES3Greg Hudson1-20/+3
2010-04-25On the iakerb branch, modify t_gss_sample.py to exercise differentGreg Hudson1-3/+46
2010-04-25On the iakerb branch, fix spnego_gss_acquire_cred_with_password toGreg Hudson1-12/+29
2010-04-24Fix up IAKERB changes to get_credentials() in gss-krb5'sGreg Hudson1-1/+1
2010-04-24Merge trunk changes from r23929 to r23937 to iakerb branchGreg Hudson13-180/+99
2010-04-24Merge trunk changes from r23909 to r23929Greg Hudson16-74/+144
2010-04-20In the krb5 GSSAPI mech, adjust the error code expected fromGreg Hudson1-1/+3
2010-04-20Merge trunk changes from r23906 to r23909Greg Hudson1-5/+5
2010-04-20In iakerb.c, use symbolic names for *_creds_step() continue flags, nowGreg Hudson1-2/+2
2010-04-20Merge trunk changes from r23900 to r23906Greg Hudson11-40/+60
2010-04-14Merge trunk changes from r23874 to r23900 to iakerb branchGreg Hudson3-90/+3
2010-04-14Create KRB5_TKT_CREDS_CONTINUE symbolic name for flag bit 1 in theGreg Hudson2-7/+43
2010-04-14Move all of the krb5_tkt_code from gc_frm_kdc.c into get_creds.c andGreg Hudson3-1165/+1110
2010-04-14Get rid of krb5_tkt_creds_store_creds() as it is no longer neededGreg Hudson4-26/+1
2010-04-14Move the cache store and check for non-forwardable constrainedGreg Hudson2-20/+32
2010-04-14Small code reorg in gc_frm_kdc.cGreg Hudson1-52/+52
2010-04-14Move the cache check from krb5_get_credentials() into theGreg Hudson2-43/+49
2010-04-14Make krb5_tkt_creds_init() take KRB5_GC_* options likeGreg Hudson3-21/+55
2010-04-12Split out the allocate-and-retrieve part of get_cached_tgt inGreg Hudson1-16/+38
2010-04-12Fix a bug in make_request_for_service: use the caller-specified KCDGreg Hudson1-1/+1
2010-04-12Move validation/renewal APIs into a separate file. Make them useGreg Hudson3-126/+197
2010-04-08Use krb5_cc_dup to make a copy of the ccache handle passed toGreg Hudson1-2/+4
2010-04-08Merge trunk changes from r23842 to r23874 to iakerb branchGreg Hudson5-102/+109
2010-04-08In int-proto.h, remove krb5int_tgt_mcred, which was added on thisGreg Hudson1-5/+0
2010-04-08Merge changes from /users/lhoward/iakerb-refonlyGreg Hudson6-2258/+842
2010-04-08Use krb5_get_credentials in ksu instead of krb5_get_cred_from_kdc, soGreg Hudson1-28/+2
2010-04-07In get_creds.c, rewrite validate_or_renew_creds() andGreg Hudson1-79/+66
2010-04-06gc_frm_kdc_step.c was feeding the wrong in_creds toGreg Hudson1-19/+32
2010-04-05In gc_frm_kdc_step.c, remove a check from init_realm_path which wasGreg Hudson1-4/+0
2010-04-05Fix typoGreg Hudson1-1/+1
2010-04-05Move a little bit of logic out of step_referrals intoGreg Hudson1-16/+17
2010-04-05In gc_frm_kdc_step.c, fix some typos and simplify some code here andGreg Hudson1-18/+10
2010-04-04In spnego_mech.c, revert r23225 from Luke's branch. The logic errorsGreg Hudson1-3/+2
2010-04-04Make krb5_get_credentials use the krb5_tkt_creds interface instead ofGreg Hudson1-40/+45
2010-04-04Add krb5_tkt_creds_get(). Still untestedGreg Hudson2-2/+39
2010-04-04In the GSSAPI IAKERB code, fix the sense of the flags expected fromGreg Hudson1-3/+4
2010-04-04Pull up r23844 (krb5_init_creds_step flags fix) from trunkGreg Hudson1-2/+2