| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various warnings | Greg Hudson | 2013-06-07 | 1 | -4/+4 |
* | Get rid of krb5_xfree | Greg Hudson | 2013-03-28 | 1 | -11/+11 |
* | Initialize status in krb5_ldap_parse_db_params | Greg Hudson | 2013-03-11 | 1 | -1/+1 |
* | Add and use k5memdup, k5memdup0 helpers | Greg Hudson | 2013-02-09 | 1 | -12/+6 |
* | Remove partial LDAP client cert support | Greg Hudson | 2013-01-31 | 1 | -10/+0 |
* | Add LDAP debug DB option | Greg Hudson | 2013-01-28 | 1 | -0/+2 |
* | Refactor LDAP DB option parsing code | Greg Hudson | 2013-01-28 | 1 | -41/+143 |
* | Stop loading policy for pw_expiration in LDAP | Greg Hudson | 2013-01-09 | 1 | -24/+0 |
* | Get rid of KRB5_KDB_SRV_TYPE_PASSWD | Greg Hudson | 2012-12-20 | 1 | -2/+0 |
* | Remove unused functions in the LDAP KDB module | Greg Hudson | 2012-12-20 | 1 | -247/+0 |
* | Remove eDirectory support code in LDAP KDB module | Greg Hudson | 2012-07-29 | 1 | -58/+0 |
* | Clean up some ldap #define's | Zhanna Tsitkov | 2011-08-10 | 1 | -1/+1 |
* | Fix multiple libkdb_ldap memory leaks | Greg Hudson | 2011-06-23 | 1 | -9/+10 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -13/+14 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -2/+1 |
* | KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028... | Tom Yu | 2011-02-09 | 1 | -5/+4 |
* | Propagate modprinc -unlock from master to slave KDCs | Greg Hudson | 2010-10-05 | 1 | -0/+14 |
* | In the LDAP KDB module's populate_krb5_db_entry, fix the checks for | Greg Hudson | 2010-08-24 | 1 | -2/+2 |
* | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 1 | -2/+1 |
* | Remove errcode_2_string and release_errcode_string from the DAL table, | Greg Hudson | 2010-07-02 | 1 | -12/+0 |
* | Remove db_supported_realms and db_free_supported_realms from the DAL | Greg Hudson | 2010-07-02 | 1 | -16/+0 |
* | Add lockout-related performance tuning variables | Greg Hudson | 2010-05-10 | 1 | -0/+41 |
* | Remove krb5_db_set_option and the associated DAL entry. It was not | Greg Hudson | 2010-05-04 | 1 | -8/+0 |
* | Mark and reindent plugins, except for pkinit, which needs a little | Greg Hudson | 2009-11-24 | 1 | -1034/+941 |
* | Constrained delegation without PAC support | Greg Hudson | 2009-11-14 | 1 | -0/+37 |
* | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 1 | -6/+6 |
* | Master Key Migration Project | Will Fiveash | 2009-01-30 | 1 | -1/+8 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -5/+3 |
* | Merge three patches from Novell, with some updates related to work in | Ken Raeburn | 2008-09-22 | 1 | -3/+14 |
* | Change krb5_context.db_context to point to the real structure type, | Ken Raeburn | 2008-06-02 | 1 | -1/+1 |
* | Some related changes were already in, and I found a couple more to make: | Ken Raeburn | 2006-12-22 | 1 | -9/+13 |
* | fix some warnings in ldap code | Ken Raeburn | 2006-11-16 | 1 | -6/+7 |
* | LDAP patch from Novell, 2006-10-13 | Ken Raeburn | 2006-11-15 | 1 | -3/+11 |
* | more Novell ldap patches from Nov 6 and Fix for wrong password policy referen... | Will Fiveash | 2006-11-13 | 1 | -6/+7 |
* | latest Novell ldap patches and kdb5_util dump support for ldap | Will Fiveash | 2006-10-30 | 1 | -22/+341 |
* | enabling LDAP mix-in support for kdb5_util load | Will Fiveash | 2006-10-21 | 1 | -11/+6 |
* | Memory management and Solaris porting fixes from Will Fiveash | Ken Raeburn | 2006-10-10 | 1 | -2/+31 |
* | Check for ldap_initialize and other functions that Solaris (Mozilla-based) | Ken Raeburn | 2006-10-07 | 1 | -0/+51 |
* | whitespace | Ken Raeburn | 2006-10-07 | 1 | -191/+190 |
* | Eliminate some warnings and non-gcc build problems: | Ken Raeburn | 2006-10-07 | 1 | -4/+21 |
* | 10/3 patch from Savitha R, part 1, patch-ldap-schema.diff | Ken Raeburn | 2006-10-06 | 1 | -148/+427 |
* | Patch from Will Fiveash for "kdb5_util create" support in LDAP, modified to | Ken Raeburn | 2006-09-25 | 1 | -0/+10 |
* | Savitha's patches for: | Ken Raeburn | 2006-09-18 | 1 | -22/+7 |
* | Make database plugin responsible for releasing the error-message string, so | Ken Raeburn | 2006-09-06 | 1 | -1/+6 |
* | comment formatting for 80 columns | Ken Raeburn | 2006-09-06 | 1 | -88/+132 |
* | (prof_get_integer_def, prof_get_string_def): New functions: check specified | Ken Raeburn | 2006-09-05 | 1 | -109/+100 |
* | Reject old OpenLDAP versions with bugs tickled by this code. | Ken Raeburn | 2006-09-01 | 1 | -4/+6 |
* | Some mechanical changes (mainly whitespace) to match up better with | Ken Raeburn | 2006-08-29 | 1 | -350/+345 |
* | Rename KRB5_KDB_PLUGIN_OP_NOTSUPP to KRB5_PLUGIN_OP_NOTSUPP and move to krb5 ... | Ken Raeburn | 2006-08-29 | 1 | -6/+6 |
* | Patch from Savitha R: | Ken Raeburn | 2006-08-29 | 1 | -0/+49 |