aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Tighten up the error handling in the mechglue's gss_canonicalize_name,Greg Hudson1-32/+14
2011-01-10Fix a couple of cases in the SPNEGO implementation where aGreg Hudson1-1/+4
2010-12-28Don't attempt to serialize a NULL authdata context when serializing aGreg Hudson1-2/+4
2010-12-20Eliminate some unused variable warningsGreg Hudson2-1/+3
2010-12-14Ensure time() is prototyped in g_accept_sec_context.cGreg Hudson1-0/+1
2010-12-07Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu2-0/+4
2010-12-05update dependenciesKen Raeburn1-0/+16
2010-11-30Install gssapi_ext.h on Windows. Include gssapi_ext.h in the headerGreg Hudson1-1/+2
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson5-37/+7
2010-11-25Fix how gssapi.h is rebuilt on Windows; accidentally omitted fromGreg Hudson1-0/+4
2010-11-25Fix Windows buildGreg Hudson15-44/+35
2010-10-26Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson6-101/+108
2010-10-26Set *conf_state on successful return fromGreg Hudson1-0/+2
2010-10-25When we create a temporary memory ccache for use within aGreg Hudson5-3/+10
2010-10-25Use safer output parameter handling inGreg Hudson1-2/+4
2010-10-25In acquire_init_cred in the GSS krb5 mech, don't intern cred->name,Greg Hudson1-4/+2
2010-10-09Plug a memory leak in gss_indicate_mechsGreg Hudson1-1/+3
2010-10-08In gss_indicate_mechs, avoid setting the output pointer until successGreg Hudson1-17/+17
2010-10-08In gss_inquire_attrs_for_mech, remove the assumption that mech_attrsGreg Hudson1-1/+2
2010-10-08Remove duplicate code block in spnego_gss_set_cred_option()Greg Hudson1-17/+0
2010-10-06Correct a miscarriage of justice committed by the style policeGreg Hudson1-1/+1
2010-10-06Merge users/lhoward/sasl-gs2 to trunkGreg Hudson13-1/+1096
2010-10-02Use gss_set_cred_option instead of (undeclared) gssspi_set_cred_optionKen Raeburn1-4/+4
2010-10-01A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson1-4/+7
2010-10-01GSSAPI forwarded credentials must be encrypted in session keyGreg Hudson1-3/+11
2010-09-27Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard4-4/+16
2010-09-27Simplify acquire_accept_cred very slightly, avoiding some long linesGreg Hudson1-7/+6
2010-09-27Add gss_krb5_import_credGreg Hudson13-273/+577
2010-09-08Make dependGreg Hudson3-164/+211
2010-08-19Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson2-10/+8
2010-08-12Remove two unused source files in lib/gssapi/genericGreg Hudson2-118/+0
2010-06-21Add correct error table when initializing gss-krb5Greg Hudson1-1/+1
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson3-29/+3
2010-06-08Stop checking the current time against the context expiration time inGreg Hudson1-14/+0
2010-06-07make dependGreg Hudson3-264/+270
2010-05-28make dependGreg Hudson1-15/+0
2010-05-20Apply patch from Arlene Berry to detect and ignore a duplicateTom Yu1-0/+12
2010-05-20In gss_acquire_cred_with_password() and gss_add_cred_with_password(),Greg Hudson1-38/+23
2010-05-19CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu1-0/+7
2010-05-17If gss_inquire_cred is called with a null credential, acquire aGreg Hudson1-44/+13
2010-05-17The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson7-244/+30
2010-05-17The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson4-411/+1
2010-05-16Update dependenciesKen Raeburn2-0/+22
2010-05-01Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2-28/+16
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson22-303/+2413
2010-04-22In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson1-3/+2
2010-04-22Apply patch from Arlene Berry to cease freeing error tokens output byTom Yu1-3/+0
2010-04-21Amend r23917 to correct some uses of *out_creds which should now useGreg Hudson1-3/+2
2010-04-21In the get_credentials() helper of the gss-krb5 init_sec_context code,Greg Hudson1-2/+8
2010-03-23Apply patch from Arlene Berry to not use freed memory inTom Yu1-1/+2