summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document use of key fields in GSS contextSam Hartman2009-05-181-6/+11
* Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionalsTom Yu2009-05-141-2/+5
* gss_krb5int_export_lucid_sec_context was erroneously copying the firstGreg Hudson2009-05-141-1/+1
* Using a patch from Apple, add support for GSS_C_DELEG_POLICY_FLAG,Greg Hudson2009-04-081-1/+10
* Better fix: Delay setting 'outbuf' until after the header buffer mightKen Raeburn2009-03-121-3/+2
* crash using library-allocated storage for header in wrap_iovKen Raeburn2009-03-121-2/+3
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-261-2/+2
* Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn2009-02-121-1/+1
* remove some redundant or useless qualifiersKen Raeburn2009-02-061-24/+24
* int/ptr bug in gssapi codeKen Raeburn2009-02-051-1/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-9/+9
* TWRITE_STR casts second argument; don't add redundant castingKen Raeburn2009-02-021-3/+3