summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-082-3/+3
* Use k5_setmsgGreg Hudson2014-06-051-6/+5
* 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
* 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-163-19/+2
* Assume mutex locking cannot failGreg Hudson2013-05-142-18/+7
* Fix type mismatch in db2_exp.cGreg Hudson2013-05-101-1/+1
* Init output parameter of krb5_decode_princ_entryGreg Hudson2013-03-281-0/+2
* make dependGreg Hudson2013-03-241-22/+18
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-271-1/+1
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-092-19/+11
* make dependGreg Hudson2013-01-106-6/+6
* Fix various result checksNickolai Zeldovich2013-01-071-1/+1
* Avoid null dereference in BDB dbtree error caseGreg Hudson2012-12-201-3/+3
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-12/+12
* Use blocking locks for policy DBGreg Hudson2012-10-161-19/+6
* 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
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-302-49/+27
* Handle huge /bin directories in libdb2 testTom Yu2012-07-121-6/+7
* 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
* Get rid of fake-installGreg Hudson2011-11-041-1/+1
* SA-2011-006 KDC denial of service [CVE-2011-1527 CVE-2011-1528 CVE-2011-1529]Tom Yu2011-10-181-0/+12
* Create e_data as pa_data in KDC interfacesGreg Hudson2011-10-042-2/+2
* 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-041-1/+1
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-043-12/+0
* Mark up strings for translationGreg Hudson2011-06-101-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-094-12/+7
* Make dependGreg Hudson2011-02-251-24/+22
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-288-8/+8
* 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
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-051-0/+15
* Remove dead code from DAL and kdb pluginsSam Hartman2010-09-153-42/+0
* Make dependGreg Hudson2010-09-081-30/+26