| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add LDAP back end support for policy extensions | Greg Hudson | 2012-07-30 | 3 | -2/+127 |
| * | Remove eDirectory support code in LDAP KDB module | Greg Hudson | 2012-07-29 | 13 | -2173/+22 |
| * | Factor out LDAP policy marshalling | Greg Hudson | 2012-07-26 | 1 | -32/+55 |
| * | Remove obsolete code in ldap_pwd_policy.c | Greg Hudson | 2012-07-26 | 1 | -36/+0 |
| * | Patch from Richard Basch to work around Solaris 8 lacking isblank() | Tom Yu | 2012-02-27 | 1 | -1/+7 |
| * | Data-driven ASN.1 decoder | Greg Hudson | 2012-02-11 | 1 | -0/+10 |
| * | Fix failure interval of 0 in LDAP lockout code | Greg Hudson | 2011-11-20 | 1 | -1/+1 |
| * | SA-2011-006 KDC denial of service [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529] | Tom Yu | 2011-10-18 | 2 | -2/+13 |
| * | Create e_data as pa_data in KDC interfaces | Greg Hudson | 2011-10-04 | 2 | -2/+2 |
| * | Clean up some ldap #define's | Zhanna Tsitkov | 2011-08-10 | 4 | -9/+5 |
| * | Get static linking working again, mostly | Greg Hudson | 2011-06-28 | 1 | -1/+1 |
| * | Fix multiple libkdb_ldap memory leaks | Greg Hudson | 2011-06-23 | 4 | -43/+40 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 12 | -154/+231 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 27 | -58/+27 |
| * | Make depend | Greg Hudson | 2011-02-25 | 1 | -114/+87 |
| * | KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028... | Tom Yu | 2011-02-09 | 4 | -17/+30 |
| * | Fix edge case in LDAP last_admin_unlock processing | Greg Hudson | 2011-01-21 | 1 | -0/+1 |
| * | Eliminate some unused variable warnings | Greg Hudson | 2010-12-20 | 1 | -1/+0 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
| * | Fix a typo in kerberos.ldif. Reported by nalin@redhat.com | Greg Hudson | 2010-10-07 | 1 | -1/+1 |
| * | Performance issue in LDAP policy fetch | Greg Hudson | 2010-10-07 | 1 | -6/+14 |
| * | Propagate modprinc -unlock from master to slave KDCs | Greg Hudson | 2010-10-05 | 8 | -5/+78 |
| * | Follow-on to r24315: remove get/set_mkey_list from export list of | Greg Hudson | 2010-09-16 | 1 | -2/+0 |
| * | Remove dead code from DAL and kdb plugins | Sam Hartman | 2010-09-15 | 4 | -82/+0 |
| * | Make depend | Greg Hudson | 2010-09-08 | 1 | -97/+98 |
| * | In the LDAP KDB module's populate_krb5_db_entry, fix the checks for | Greg Hudson | 2010-08-24 | 1 | -2/+2 |
| * | Revert the part of r24157 which added the dal_version argument to the | Greg Hudson | 2010-07-21 | 2 | -4/+2 |
| * | Add check_allowed_to_delegate to the DAL with a corresponding libkdb5 | Greg Hudson | 2010-07-15 | 5 | -98/+38 |
| * | Addendum to r24185: make audit_as_req return void, since it's an | Greg Hudson | 2010-07-13 | 2 | -3/+3 |
| * | Add audit_as_req to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-13 | 4 | -20/+14 |
| * | Add check_policy_as and check_policy_tgs to the DAL table with | Greg Hudson | 2010-07-13 | 4 | -26/+20 |
| * | Create a KRB5_KDB_FLAG_ALIAS_OK to control whether plugin modules | Greg Hudson | 2010-07-08 | 1 | -25/+1 |
| * | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 8 | -631/+618 |
| * | Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operations | Greg Hudson | 2010-07-03 | 1 | -1/+1 |
| * | Make krb5_db_free_principal and krb5_db_free_mkey_list return void. | Greg Hudson | 2010-07-02 | 2 | -2/+2 |
| * | Remove db_ and similar prefixes from DAL function names, for | Greg Hudson | 2010-07-02 | 3 | -3/+3 |
| * | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 5 | -77/+0 |
| * | Follow-up to r24157: return correctly from krb5_ldap_lib_init() if | Greg Hudson | 2010-07-02 | 1 | -0/+1 |
| * | Remove errcode_2_string and release_errcode_string from the DAL table, | Greg Hudson | 2010-07-02 | 2 | -18/+0 |
| * | Remove db_supported_realms and db_free_supported_realms from the DAL | Greg Hudson | 2010-07-02 | 3 | -24/+0 |
| * | DAL improvements | Greg Hudson | 2010-07-02 | 2 | -3/+4 |
| * | make depend | Greg Hudson | 2010-06-07 | 1 | -131/+136 |
| * | Add lockout-related performance tuning variables | Greg Hudson | 2010-05-10 | 3 | -16/+74 |
| * | Make KADM5_FAIL_AUTH_COUNT_INCREMENT more robust with LDAP | Greg Hudson | 2010-05-10 | 1 | -22/+29 |
| * | Adjust for removal of krb5_ldap_set_option in r23965 | Tom Yu | 2010-05-04 | 1 | -1/+0 |
| * | Remove krb5_db_set_option and the associated DAL entry. It was not | Greg Hudson | 2010-05-04 | 2 | -11/+0 |
| * | Update the LDAP dependencies for r23674 | Greg Hudson | 2010-01-27 | 1 | -123/+152 |
| * | Get rid of kdb_ext.h and allow out-of-tree KDB plugins | Greg Hudson | 2010-01-27 | 1 | -1/+0 |
| * | Mark and reindent plugins, except for pkinit, which needs a little | Greg Hudson | 2009-11-24 | 32 | -5074/+4899 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -182/+180 |