aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Merge r24242:24397 from trunk to branches/nss. This will break theGreg Hudson20-442/+804
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
2010-03-23MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGOTom Yu1-22/+16
2010-03-05Release the internal_name field of a SPNEGO context if it has not beenGreg Hudson1-0/+3
2010-02-22Explain the current SPNEGO initiator/acceptor design in comments. NoGreg Hudson1-11/+66
2010-02-22Fix two unrelated problems in SPNEGO which don't crop up with the krb5Greg Hudson1-10/+16
2010-02-20Update dependenciesKen Raeburn1-0/+8
2010-02-13Clarify the SPNEGO NegHints code and plug two cases where half-createdGreg Hudson1-25/+19
2010-02-12Simplify the SPNEGO neg_mechs intersection logic a bit usingGreg Hudson1-7/+6
2010-02-10Implement gss_set_neg_mechsGreg Hudson9-81/+301
2010-02-05Apply patch from Arlene Berry to handle the case where a mechanismTom Yu1-2/+10
2010-02-05Apply patch from Arlene Berry to avoid segfault if a mechTom Yu1-0/+5
2010-02-05Apply patch from Arlene Berry to return a comparable static OID objectTom Yu1-0/+3
2010-01-26define MIN() in lib/gssapi/krb5/prf.cTom Yu1-0/+4
2010-01-03Update dependenciesKen Raeburn2-0/+36
2010-01-03krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach1-3/+5
2009-12-28Whitespace fixes for new anonymous supportGreg Hudson1-1/+2
2009-12-28Anonymous support for KerberosSam Hartman2-2/+18
2009-12-21Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2-1/+25
2009-12-17Fix a cleanup handler in the store_creds code; krb5_cc_close doesn'tGreg Hudson1-2/+2
2009-12-17Add GSS extensions to store credentials, generate random bitsGreg Hudson15-2/+511
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu64-312/+312
2009-11-30ReindentZhanna Tsitkov1-35/+26
2009-11-29Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson1-5/+6
2009-11-28Create functional internal interfaces to allow GSSAPI to performGreg Hudson2-125/+21
2009-11-27Add krb5_key versions of the auth context key accessors, and use themGreg Hudson1-29/+12
2009-11-25Coding Style related fixesZhanna Tsitkov3-414/+379
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson9-718/+761
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-1/+1
2009-10-31make mark-cstyleTom Yu58-203/+166