| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply patch from Arlene Berry to handle the case where a mechanism | Tom Yu | 2010-02-05 | 1 | -2/+10 |
* | Fix cross-realm handling of AD-SIGNEDPATH | Greg Hudson | 2010-02-05 | 3 | -7/+19 |
* | Apply patch from Arlene Berry to avoid segfault if a mech | Tom Yu | 2010-02-05 | 1 | -0/+5 |
* | Apply patch from Arlene Berry to return a comparable static OID object | Tom Yu | 2010-02-05 | 1 | -0/+3 |
* | Fix greet_server build | Greg Hudson | 2010-02-03 | 1 | -1/+1 |
* | Clean up error handling in krb5int_make_tgs_request_ext, closing some | Greg Hudson | 2010-02-02 | 1 | -60/+41 |
* | set_default_enctype_var should filter not reject weak enctypes | Tom Yu | 2010-02-01 | 2 | -32/+105 |
* | Correct the DAL documentation of | Greg Hudson | 2010-02-01 | 1 | -5/+9 |
* | Fix minor error-handling bug in r23676 | Greg Hudson | 2010-01-31 | 1 | -1/+1 |
* | Correct the DAL documentation for how modules should handle referrals | Greg Hudson | 2010-01-29 | 1 | -17/+29 |
* | Make decryption of master key list more robust | Greg Hudson | 2010-01-29 | 1 | -37/+13 |
* | Handle migration from pre-1.7 databases with master key kvno != 1 | Greg Hudson | 2010-01-28 | 5 | -5/+53 |
* | Update the LDAP dependencies for r23674 | Greg Hudson | 2010-01-27 | 2 | -132/+161 |
* | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 14 | -285/+281 |
* | define MIN() in lib/gssapi/krb5/prf.c | Tom Yu | 2010-01-26 | 1 | -0/+4 |
* | Apply patch from Arlene Berry to plug a memory leak | Tom Yu | 2010-01-26 | 1 | -1/+3 |
* | In the DAL comments, document KRB5_KDB_INCLUDE_PAC, and correct the | Greg Hudson | 2010-01-25 | 1 | -7/+14 |
* | Document the DAL interface in comments, as an aid to module | Greg Hudson | 2010-01-25 | 1 | -184/+546 |
* | Add krb5_allow_weak_crypto API | Greg Hudson | 2010-01-19 | 4 | -0/+45 |
* | Change basename of libkadm5 libraries to avoid Heimdal conflict | Greg Hudson | 2010-01-19 | 6 | -8/+18 |
* | In kinit_anonymous, fail out if we receive a password request from | Greg Hudson | 2010-01-19 | 1 | -1/+11 |
* | Make history key exempt from permitted_enctypes | Greg Hudson | 2010-01-14 | 1 | -7/+7 |
* | Add test program for decryption of overly short buffers | Greg Hudson | 2010-01-12 | 2 | -2/+135 |
* | Use keyed checksum type for DES FAST | Greg Hudson | 2010-01-12 | 1 | -0/+3 |
* | Simplify and fix FAST check for keyed checksum type | Greg Hudson | 2010-01-12 | 1 | -15/+4 |
* | Group together the funtions related to the supplying options to preauth plugi... | Zhanna Tsitkov | 2010-01-11 | 4 | -125/+159 |
* | (memory leak) | Ezra Peisach | 2010-01-10 | 1 | -2/+0 |
* | Move krb5_authdata_export_authdata into the separate file for better code mod... | Zhanna Tsitkov | 2010-01-10 | 3 | -65/+99 |
* | krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblock | Ezra Peisach | 2010-01-09 | 1 | -0/+1 |
* | Fix t_locate_kdc.c test program after r23613 when krb5_ prefix was removed fr... | Zhanna Tsitkov | 2010-01-08 | 1 | -1/+1 |
* | Move kdc related functionality from pac.c into pac_sign.c | Zhanna Tsitkov | 2010-01-08 | 5 | -307/+363 |
* | krb5int_dk_string_to_key fails to set enctype | Ezra Peisach | 2010-01-08 | 1 | -0/+1 |
* | Set enctype in crypto_tests to prevent memory leaks | Ezra Peisach | 2010-01-08 | 2 | -17/+13 |
* | Restore interoperability with 1.6 addprinc -randkey | Greg Hudson | 2010-01-08 | 1 | -0/+28 |
* | yarrow code does not initialize keyblock enctype and uses unitialized value | Ezra Peisach | 2010-01-08 | 2 | -0/+2 |
* | krb5int_derive_key results in cache with uninitialized values | Ezra Peisach | 2010-01-08 | 1 | -0/+4 |
* | When retrieving the kadmin/history key, accept any enctype, as the | Greg Hudson | 2010-01-07 | 1 | -2/+2 |
* | Move krb5_auth_con_getauthenticator into copy_athctr.c as a better logical lo... | Zhanna Tsitkov | 2010-01-07 | 2 | -9/+41 |
* | Revert change to Makefile.in that ended up not being needed | Sam Hartman | 2010-01-07 | 1 | -6/+1 |
* | automated tests for anonymous pkinit | Sam Hartman | 2010-01-07 | 6 | -1/+120 |
* | Always treat anonymous as preauth required | Sam Hartman | 2010-01-07 | 1 | -0/+1 |
* | Make preauth_module_dir override, rather than supplement, the | Greg Hudson | 2010-01-07 | 2 | -66/+20 |
* | Use a distinct pass/fail string for kinit_fast so its failures can be | Greg Hudson | 2010-01-07 | 1 | -3/+3 |
* | Add miising files from rev #23593 | Zhanna Tsitkov | 2010-01-07 | 2 | -0/+405 |
* | Make krb5_dbe_def_search_enctype more consistent about when it returns | Greg Hudson | 2010-01-06 | 1 | -27/+23 |
* | Don't return KRB5_KDB_NO_PERMITTED_KEY from | Greg Hudson | 2010-01-06 | 1 | -1/+2 |
* | Divide copy_auth.c into three files based on the functionality. Namely, | Zhanna Tsitkov | 2010-01-06 | 5 | -321/+45 |
* | Since krb5int_validate_times is used only inside krb dir do not export it and... | Zhanna Tsitkov | 2010-01-06 | 4 | -5/+4 |
* | Rename krb5_validate_times into krb5int_validate_times as it is internal func... | Zhanna Tsitkov | 2010-01-05 | 5 | -6/+6 |
* | Rename krb5int_tgtname into krb5_tgtname as an internal function | Zhanna Tsitkov | 2010-01-05 | 7 | -16/+14 |