| 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 | 18 | -5136/+23 |
| * | 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 |
| * | Allow using locales when gettext is absent | Ben Kaduk | 2012-07-06 | 1 | -0/+1 |
| * | Enable all localizations in main functions | Ben Kaduk | 2012-07-06 | 1 | -1/+1 |
| * | 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 |
| * | install sphinx-generated manpages | Tom Yu | 2012-01-09 | 1 | -0/+2 |
| * | Ldap dependency for parallel builds | Sam Hartman | 2011-11-29 | 1 | -0/+3 |
| * | Fix failure interval of 0 in LDAP lockout code | Greg Hudson | 2011-11-20 | 1 | -1/+1 |
| * | Clean up more stuff in make clean | Greg Hudson | 2011-11-04 | 1 | -1/+1 |
| * | Get rid of fake-install | Greg Hudson | 2011-11-04 | 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 | 5 | -11/+7 |
| * | Define KRB5_TL_DB_ARGS unconditionally in kdb.h | Greg Hudson | 2011-07-26 | 1 | -3/+0 |
| * | Get static linking working again, mostly | Greg Hudson | 2011-06-28 | 2 | -4/+2 |
| * | Fix multiple libkdb_ldap memory leaks | Greg Hudson | 2011-06-23 | 4 | -43/+40 |
| * | Add setlocale() calls to main functions | Greg Hudson | 2011-06-10 | 1 | -0/+1 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 16 | -411/+515 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 38 | -101/+38 |
| * | Make depend | Greg Hudson | 2011-02-25 | 2 | -118/+90 |
| * | 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 | 3 | -3/+3 |
| * | 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 |
| * | Initialize kdb5_ldap_util's context with kadm5_init_krb5_context, like | Greg Hudson | 2010-09-22 | 1 | -1/+1 |
| * | 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 | 5 | -84/+0 |
| * | Make depend | Greg Hudson | 2010-09-08 | 2 | -99/+101 |
| * | In the LDAP KDB module's populate_krb5_db_entry, fix the checks for | Greg Hudson | 2010-08-24 | 1 | -2/+2 |
| * | Addendum to r24200: fix kdb5_ldap_util call site of | Greg Hudson | 2010-07-21 | 1 | -1/+1 |
| * | Revert the part of r24157 which added the dal_version argument to the | Greg Hudson | 2010-07-21 | 3 | -5/+3 |
| * | In kdb5_util's kdb5_ldap_create(), add back the assignment of | Greg Hudson | 2010-07-19 | 1 | -0/+1 |
| * | Add check_allowed_to_delegate to the DAL with a corresponding libkdb5 | Greg Hudson | 2010-07-15 | 6 | -99/+39 |
| * | Add refresh_config to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-15 | 1 | -0/+1 |
| * | 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 | 5 | -20/+15 |
| * | Add check_policy_as and check_policy_tgs to the DAL table with | Greg Hudson | 2010-07-13 | 5 | -26/+22 |
| * | Add check_transited_realms to the DAL table with a corresponding | Greg Hudson | 2010-07-12 | 1 | -0/+1 |
| * | Add sign_authdata to the DAL table with a corresponding libkdb5 API, | Greg Hudson | 2010-07-12 | 1 | -0/+1 |
| * | 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 | 9 | -633/+619 |
| * | Follow-on to r24168: in kdb5_ldap_util, indirect through | Greg Hudson | 2010-07-04 | 1 | -5/+5 |
| * | Use KRB5_PLUGIN_OP_NOTSUPP uniformly as the error code for operations | Greg Hudson | 2010-07-03 | 1 | -1/+1 |
| * | Remove store_master_key from the DAL table, and implement | Greg Hudson | 2010-07-02 | 1 | -1/+0 |