summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
Commit message (Expand)AuthorAgeFilesLines
* Remove osa_adb_rename_dbGreg Hudson2012-09-132-51/+0
* Fix lock inconsistency in ctx_unlock()Nicolas Williams2012-09-121-4/+8
* Use blocking locks in krb5kdc and libkadm5srvNicolas Williams2012-09-122-35/+19
* Run "make depend"Tom Yu2012-08-231-8/+12
* Add LDAP back end support for policy extensionsGreg Hudson2012-07-303-2/+127
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-302-49/+27
* Remove eDirectory support code in LDAP KDB moduleGreg Hudson2012-07-2918-5136/+23
* Factor out LDAP policy marshallingGreg Hudson2012-07-261-32/+55
* Remove obsolete code in ldap_pwd_policy.cGreg Hudson2012-07-261-36/+0
* Handle huge /bin directories in libdb2 testTom Yu2012-07-121-6/+7
* Allow using locales when gettext is absentBen Kaduk2012-07-061-0/+1
* Enable all localizations in main functionsBen Kaduk2012-07-061-1/+1
* Minor cleanups relating to size_t being unsignedBen Kaduk2012-07-031-1/+1
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-041-0/+1
* Add missing $(LIBS) to some shared librariesTom Yu2012-05-171-1/+1
* Fix KDB iteration when callback does write callsGreg Hudson2012-03-011-4/+2
* Patch from Richard Basch to work around Solaris 8 lacking isblank()Tom Yu2012-02-271-1/+7
* Data-driven ASN.1 decoderGreg Hudson2012-02-111-0/+10
* install sphinx-generated manpagesTom Yu2012-01-091-0/+2
* Ldap dependency for parallel buildsSam Hartman2011-11-291-0/+3
* Fix failure interval of 0 in LDAP lockout codeGreg Hudson2011-11-201-1/+1
* Clean up more stuff in make cleanGreg Hudson2011-11-041-1/+1
* Get rid of fake-installGreg Hudson2011-11-043-3/+3
* Make krb5_find_authdata publicGreg Hudson2011-10-251-5/+2
* SA-2011-006 KDC denial of service [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529]Tom Yu2011-10-183-2/+25
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-046-8/+16
* Initialize some more variablesKen Raeburn2011-09-051-1/+1
* Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn2011-09-056-9/+11
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-042-2/+2
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-043-12/+0
* Clean up some ldap #define'sZhanna Tsitkov2011-08-105-11/+7
* Define KRB5_TL_DB_ARGS unconditionally in kdb.hGreg Hudson2011-07-261-3/+0
* Get static linking working again, mostlyGreg Hudson2011-06-282-4/+2
* Fix multiple libkdb_ldap memory leaksGreg Hudson2011-06-234-43/+40
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-1017-413/+517
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0946-125/+49
* Make dependGreg Hudson2011-02-253-142/+112
* KDC denial of service attacks [MITKRB5-SA-2011-002 CVE-2011-0281 CVE-2011-028...Tom Yu2011-02-094-17/+30
* Fix edge case in LDAP last_admin_unlock processingGreg Hudson2011-01-211-0/+1
* Eliminate some unused variable warningsGreg Hudson2010-12-201-1/+0
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-2812-12/+12
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-062-631/+483
* Further kdb_db2 code cleanup: make gen_dbsuffix return aGreg Hudson2010-11-042-55/+30
* Simplify kdb_db2's open_db() a little further, avoiding a suspiciousGreg Hudson2010-11-031-7/+11
* Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson2010-11-031-1/+1
* Clean up the DB2 KDB module code a bit, making it more conformant withGreg Hudson2010-11-021-141/+96
* Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2010-10-082-2/+2
* Fix a typo in kerberos.ldif. Reported by nalin@redhat.comGreg Hudson2010-10-071-1/+1
* Performance issue in LDAP policy fetchGreg Hudson2010-10-071-6/+14