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