summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* Apply patch from Arlene Berry to not use freed memory inTom Yu2010-03-231-1/+2
* MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGOTom Yu2010-03-231-22/+16
* Release the internal_name field of a SPNEGO context if it has not beenGreg Hudson2010-03-051-0/+3
* Explain the current SPNEGO initiator/acceptor design in comments. NoGreg Hudson2010-02-221-11/+66
* Fix two unrelated problems in SPNEGO which don't crop up with the krb5Greg Hudson2010-02-221-10/+16
* Update dependenciesKen Raeburn2010-02-201-0/+8
* Clarify the SPNEGO NegHints code and plug two cases where half-createdGreg Hudson2010-02-131-25/+19
* Simplify the SPNEGO neg_mechs intersection logic a bit usingGreg Hudson2010-02-121-7/+6
* Implement gss_set_neg_mechsGreg Hudson2010-02-109-81/+301
* Apply patch from Arlene Berry to handle the case where a mechanismTom Yu2010-02-051-2/+10
* Apply patch from Arlene Berry to avoid segfault if a mechTom Yu2010-02-051-0/+5
* Apply patch from Arlene Berry to return a comparable static OID objectTom Yu2010-02-051-0/+3
* define MIN() in lib/gssapi/krb5/prf.cTom Yu2010-01-261-0/+4
* Update dependenciesKen Raeburn2010-01-032-0/+36
* krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach2010-01-031-3/+5
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-1/+2
* Anonymous support for KerberosSam Hartman2009-12-282-2/+18
* Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2009-12-212-1/+25
* Fix a cleanup handler in the store_creds code; krb5_cc_close doesn'tGreg Hudson2009-12-171-2/+2
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-1715-2/+511
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-0864-312/+312
* ReindentZhanna Tsitkov2009-11-301-35/+26
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-291-5/+6
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-282-125/+21
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-271-29/+12
* Coding Style related fixesZhanna Tsitkov2009-11-253-414/+379
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-229-718/+761
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-1/+1
* make mark-cstyleTom Yu2009-10-3158-203/+166
* Bump the accessor version number since we made changes.Greg Hudson2009-10-283-20/+21
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-4/+4
* Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson2009-10-251-98/+48
* Comment out empty definition of krb5_gss_set_sec_context_option_ops and itsLuke Howard2009-10-231-0/+4
* Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard2009-10-223-1/+3
* Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson2009-10-208-38/+44
* use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard2009-10-201-14/+13
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-1918-196/+260
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-103-296/+387
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0943-251/+2369
* Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2009-09-211-1/+1
* Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach2009-09-201-0/+2
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-164-718/+694
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-164-678/+724
* Implement s4u extensionsGreg Hudson2009-09-1322-210/+1454
* Fix parsing of GSS exported namesGreg Hudson2009-09-111-4/+18
* Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson2009-09-091-1/+4
* Memory leak in spnego accept_sec_context error pathGreg Hudson2009-08-271-0/+7
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-032-2/+2
* fix minor syntax errorKen Raeburn2009-05-221-1/+1
* Copy the sequence key rather than the subkey for lucid contexts in RFCSam Hartman2009-05-181-1/+1