summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
* Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson2010-08-192-10/+8
* Add correct error table when initializing gss-krb5Greg Hudson2010-06-211-1/+1
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-083-29/+3
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-081-14/+0
* make dependGreg Hudson2010-06-071-255/+259
* make dependGreg Hudson2010-05-281-15/+0
* CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu2010-05-191-0/+7
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-177-244/+30
* The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson2010-05-174-411/+1
* Update dependenciesKen Raeburn2010-05-161-0/+14
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-012-28/+16
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-3014-264/+1703
* In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson2010-04-221-3/+2
* Amend r23917 to correct some uses of *out_creds which should now useGreg Hudson2010-04-211-3/+2
* In the get_credentials() helper of the gss-krb5 init_sec_context code,Greg Hudson2010-04-211-2/+8
* Apply patch from Arlene Berry to not use freed memory inTom Yu2010-03-231-1/+2
* Implement gss_set_neg_mechsGreg Hudson2010-02-101-0/+1
* 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-031-0/+29
* 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
* 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-176-1/+354
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-0848-269/+269
* 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
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-486/+524
* make mark-cstyleTom Yu2009-10-317-7/+0
* 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-101-283/+308
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0921-217/+1190
* 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-161-432/+421
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-410/+435
* Implement s4u extensionsGreg Hudson2009-09-1310-53/+543
* Fix parsing of GSS exported namesGreg Hudson2009-09-111-4/+18
* Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson2009-09-091-1/+4
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-1/+1
* Copy the sequence key rather than the subkey for lucid contexts in RFCSam Hartman2009-05-181-1/+1