summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
Commit message (Expand)AuthorAgeFilesLines
* Correct spellingBen Kaduk2014-12-151-7/+7
* Add helper for freeing arrays of berval pointersBen Kaduk2014-12-151-11/+21
* Remove some dead codeBen Kaduk2014-12-151-19/+1
* Support keyless principals in LDAP [CVE-2014-5354]Ben Kaduk2014-12-151-8/+17
* Fix LDAP misused policy name crash [CVE-2014-5353]Greg Hudson2014-12-151-3/+4
* Use new error message wrapping APIsNicolas Williams2014-12-077-42/+23
* Fix LDAP key data segmentation [CVE-2014-4345]Tomas Kuthan2014-08-071-1/+2
* Disallow unlocked iteration of hash databasesTom Yu2014-08-071-0/+3
* Support unlocked iteration in DB2Tom Yu2014-08-022-23/+174
* Support write locks in DB2 iterationTom Yu2014-08-021-1/+7
* Add flag word to KDB iteration APIsTom Yu2014-08-026-10/+10
* Add kiprop/<master-hostname> during KDB creationNeng Xue2014-08-011-0/+7
* Simplify kdb5_ldap_util special princ creationGreg Hudson2014-08-011-161/+104
* Modify k5buf interfaces for easier useGreg Hudson2014-07-302-3/+3
* Add SASL support to LDAP KDB moduleGreg Hudson2014-07-193-10/+149
* Modernize some LDAP sourcesGreg Hudson2014-07-1915-1611/+1003
* Fix error check in krb5_ldap_parse_principal_nameLukas Slebodnik2014-07-121-1/+1
* Remove unused variablesLukas Slebodnik2014-07-123-13/+4
* Fix several memory leaks in LDAP KDB modulesGreg Hudson2014-07-127-38/+51
* Include autoconf.h before system headersGreg Hudson2014-07-0811-24/+14
* Simplify usage of strerror_rGreg Hudson2014-07-081-5/+0
* Tidy up k5-int.h variable name constantsGreg Hudson2014-06-161-1/+1
* Treat LDAP KrbKey salt field as optionalGreg Hudson2014-06-051-2/+4
* Always include salt in LDAP KrbKey encodingGreg Hudson2014-06-051-1/+20
* Use k5_setmsgGreg Hudson2014-06-0512-126/+98
* Conditionalize use of LDAP_OPT_DEBUG_LEVELGreg Hudson2014-02-281-0/+2
* Assume <stdint.h> and fixed-width typesGreg Hudson2014-02-261-6/+0
* Use system dictionary for db2 tests againGreg Hudson2014-02-191-4/+13
* Use TAILQ macros instead of CIRCLEQ in libdb2Greg Hudson2014-02-192-27/+24
* Don't use system dictionary files for DB2 testsGreg Hudson2014-02-111-8/+0
* Remove mentions of krb5-send-prTom Yu2014-01-151-2/+1
* Improve LDAP KDB initialization error messagesGreg Hudson2013-10-301-7/+7
* Avoid allocating zero key_data structuresGreg Hudson2013-07-151-1/+2
* Use k5calloc instead of k5alloc where appropriateGreg Hudson2013-07-112-10/+12
* Fix various warningsGreg Hudson2013-06-077-43/+36
* Fix warnings in dbtest.cGilles Espinasse2013-05-311-20/+38
* Link dbtest with libkrb5supportGreg Hudson2013-05-311-2/+2
* Reduce boilerplate in makefilesGreg Hudson2013-05-167-55/+2
* Assume mutex locking cannot failGreg Hudson2013-05-144-31/+13
* Fix type mismatch in db2_exp.cGreg Hudson2013-05-101-1/+1
* Improve LDAP password file error messagesGreg Hudson2013-05-081-2/+6
* Simplify krb5_ldap_readpasswordGreg Hudson2013-03-291-19/+2
* Fix kdb_ldap_create_principal cleanupGreg Hudson2013-03-281-2/+2
* Fix more password_policy cleanup codeGreg Hudson2013-03-281-11/+6
* Get rid of krb5_xfreeGreg Hudson2013-03-282-23/+23
* Fix krb5_ldap_put_password_policy cleanupGreg Hudson2013-03-281-3/+2
* Init output parameter of krb5_decode_princ_entryGreg Hudson2013-03-281-0/+2
* make dependGreg Hudson2013-03-244-124/+112
* Eliminate unused variablesGreg Hudson2013-03-151-1/+1
* Initialize status in krb5_ldap_parse_db_paramsGreg Hudson2013-03-111-1/+1