| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -3/+3 |
* | Make krb5_find_authdata public | Greg Hudson | 2011-10-25 | 1 | -5/+2 |
* | SA-2011-006 KDC denial of service [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529] | Tom Yu | 2011-10-18 | 3 | -2/+25 |
* | Create e_data as pa_data in KDC interfaces | Greg Hudson | 2011-10-04 | 6 | -8/+16 |
* | Initialize some more variables | Ken Raeburn | 2011-09-05 | 1 | -1/+1 |
* | Fix "may be used uninitialized" warnings in db2 code, even though all | Ken Raeburn | 2011-09-05 | 6 | -9/+11 |
* | Reindent per krb5-batch-reindent.el. | Ken Raeburn | 2011-09-04 | 2 | -2/+2 |
* | Get rid of variables triggering gcc's "defined but not used" | Ken Raeburn | 2011-09-04 | 3 | -12/+0 |
* | 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 | 17 | -413/+517 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 46 | -125/+49 |
* | Make depend | Greg Hudson | 2011-02-25 | 3 | -142/+112 |
* | 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 | 12 | -12/+12 |
* | After a failed kdb5_util load, make a subsequent load operation work | Greg Hudson | 2010-11-06 | 2 | -631/+483 |
* | Further kdb_db2 code cleanup: make gen_dbsuffix return a | Greg Hudson | 2010-11-04 | 2 | -55/+30 |
* | Simplify kdb_db2's open_db() a little further, avoiding a suspicious | Greg Hudson | 2010-11-03 | 1 | -7/+11 |
* | Avoid running off the end of the spares array in db2's page_to_oaddr() | Greg Hudson | 2010-11-03 | 1 | -1/+1 |
* | Clean up the DB2 KDB module code a bit, making it more conformant with | Greg Hudson | 2010-11-02 | 1 | -141/+96 |
* | Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1 | Tom Yu | 2010-10-08 | 2 | -2/+2 |
* | 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 | 9 | -5/+93 |
* | 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 | 8 | -126/+0 |
* | Make depend | Greg Hudson | 2010-09-08 | 3 | -129/+127 |
* | 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 | 5 | -13/+7 |
* | Get the kdb_hdb module to compile again. Probably still buggy, | Greg Hudson | 2010-07-20 | 4 | -293/+161 |
* | 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 | 10 | -161/+40 |
* | Add refresh_config to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-15 | 2 | -0/+2 |
* | Addendum to r24185: make audit_as_req return void, since it's an | Greg Hudson | 2010-07-13 | 5 | -11/+11 |
* | Add audit_as_req to the DAL with a corresponding libkdb5 API, | Greg Hudson | 2010-07-13 | 9 | -48/+36 |
* | Add check_policy_as and check_policy_tgs to the DAL table with | Greg Hudson | 2010-07-13 | 9 | -52/+50 |
* | Add check_transited_realms to the DAL table with a corresponding | Greg Hudson | 2010-07-12 | 2 | -1/+2 |
* | Add sign_authdata to the DAL table with a corresponding libkdb5 API, | Greg Hudson | 2010-07-12 | 2 | -1/+2 |
* | Addendum to r24180: make sure osa_adb_get_policy sets its output | Greg Hudson | 2010-07-09 | 1 | -0/+1 |
* | Improve output variable handling of osa_adb_get_policy() in the db2 | Greg Hudson | 2010-07-09 | 1 | -19/+20 |