summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove accidentally committed codelhoward/iakerb-refonlyLuke Howard2009-12-181-2/+0
* merge r23467:23474 of trunk into iakerb-refonlyLuke Howard2009-12-156-70/+77
* make IAKERB use krb5_get_init_creds_opt_set_out_ccache()Luke Howard2009-12-151-9/+13
* krb5_get_init_creds_opt_set_out_ccache() must also propagate ccache type,Luke Howard2009-12-151-4/+16
* merge r23373:23465 of trunk into iakerb-refonlyLuke Howard2009-12-15414-20445/+18847
* if no IAKERB credentials are provided, then fall through to Kerberos mechLuke Howard2009-12-021-11/+21
* make IAKERB default mechanismLuke Howard2009-12-021-6/+2
* defer acquiring credentials until gss_init_sec_context if we have a passwordLuke Howard2009-12-022-42/+32
* now we have accessors, don't require private auth_context header to construct...Luke Howard2009-11-282-9/+19
* merge r23359:23372 of trunk into iakerb-refonlyLuke Howard2009-11-2743-482/+447
* initialise code variable to 0Luke Howard2009-11-261-1/+1
* accidentally had removed user/pass parsing codeLuke Howard2009-11-261-0/+12
* merge 23252:23358 of trunk into iakerb-refonly branchLuke Howard2009-11-26329-23870/+21557
* merge 23252:23358 of trunk into iakerb-refonly branchLuke Howard2009-11-26185-70762/+1707
* fix AS-REQ referral handlingLuke Howard2009-11-211-0/+3
* ensure tgt_endtime is set in cred, don't checksum IAKERB-FINISHED if we skipp...Luke Howard2009-11-196-8/+61
* cleanup, plug leakLuke Howard2009-11-191-2/+5
* cleanupLuke Howard2009-11-192-163/+165
* cleanupLuke Howard2009-11-191-5/+3
* keep initiator token count for debuggingLuke Howard2009-11-181-0/+2
* if ticket acquisition fails, still stash creds in ccacheLuke Howard2009-11-181-1/+4
* krb5_tkt_creds_store_creds() needs to be able to be called with an incomplete...Luke Howard2009-11-181-6/+20
* make sure we honour any authdata in cred name when doing IAKERBLuke Howard2009-11-181-4/+25
* place some limit on number of IAKERB round trips, to avoid DoS as server copi...Luke Howard2009-11-181-0/+11
* ensure password is NUL terminatedLuke Howard2009-11-181-15/+24
* cleanupLuke Howard2009-11-171-1/+0
* don't return ret_flags/time_rec until we actually knowLuke Howard2009-11-171-2/+2
* don't conflate timestamp and nonceLuke Howard2009-11-174-9/+20
* remove unused APIsLuke Howard2009-11-171-11/+0
* prevent against out-of-order IAKERB tokensLuke Howard2009-11-172-1/+8
* merge trunk@23160:23252 into iakerb-refonly branchLuke Howard2009-11-1774-6566/+6315
* cleanupLuke Howard2009-11-171-134/+29
* cleanupLuke Howard2009-11-176-98/+94
* cleanupLuke Howard2009-11-175-164/+136
* cleanupLuke Howard2009-11-171-1/+4
* cleanupLuke Howard2009-11-171-33/+14
* cleanupLuke Howard2009-11-171-9/+0
* cleanupLuke Howard2009-11-171-13/+7
* cleanupLuke Howard2009-11-171-2/+2
* cleanupLuke Howard2009-11-171-20/+21
* cleanupsLuke Howard2009-11-176-111/+79
* cleanupLuke Howard2009-11-171-22/+10
* lite IAKERB supports referrals onlyLuke Howard2009-11-174-2654/+758
* Add gss_mech_iakerbLuke Howard2009-11-171-0/+1
* make copy of gc_frm_kdc.cLuke Howard2009-11-171-0/+1966
* creating iakerb lite branchLuke Howard2009-11-170-0/+0
* clenaupLuke Howard2009-11-171-2/+7
* rewrite supplied serverLuke Howard2009-11-171-15/+46
* Fix some more bugsLuke Howard2009-11-171-12/+11
* Fix some more bugsLuke Howard2009-11-171-49/+23