summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
Commit message (Expand)AuthorAgeFilesLines
...
* a stash file is not a keytabWill Fiveash2008-08-153-5/+30
* Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2008-07-222-7/+13
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-202-2/+2
* Apply patch from Mark Phalan to correctly use progname instead ofTom Yu2008-07-175-85/+87
* Apply patch from Mark Phalan to initialize progname before useTom Yu2008-07-161-2/+5
* Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn2008-06-271-0/+32
* misc memory leaksKen Raeburn2008-06-271-0/+1
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-0211-58/+57
* signed vs unsigned char * warnings in kdb_xdr.cAlexandra Ellwood2008-05-301-6/+6
* Properly escape - in kdb5_ldap_util man pageRuss Allbery2008-04-281-55/+55
* more tests for libdb btree page split on zero indexTom Yu2008-02-073-4/+113
* libdb btree page split on zero index corrupts dbTom Yu2008-02-012-4/+54
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-2213-185/+193
* we're not using changelog files any moreKen Raeburn2007-09-242-49/+0
* make dependKen Raeburn2007-08-161-14/+16
* make dependKen Raeburn2007-07-275-100/+114
* Avoid unchecked sprintf in some KDC-side programsKen Raeburn2007-07-122-10/+16
* make dependKen Raeburn2007-07-105-114/+100
* Fix typo in yesterday's change (u_int_8_t -> u_int8_t)Ken Raeburn2007-06-201-2/+2
* Configure libdb2 in top-level configure scriptKen Raeburn2007-06-208-45/+14
* Add the libdb2 type-existence tests to the top-level configure script.Ken Raeburn2007-06-2012-192/+177
* Use k5-platform.h instead of local configure to find mkstempKen Raeburn2007-06-203-7/+8
* Add 'make depend' capability, and dependenciesKen Raeburn2007-06-205-0/+186
* We have code elsewhere that assumes the existence of memmove andKen Raeburn2007-06-206-243/+4
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-204-131/+7
* Configure libkdb_ldap directory at top levelKen Raeburn2007-05-312-38/+2
* Fix up declarations of some static functions.Ken Raeburn2007-05-232-3/+7
* Remove unused fileKen Raeburn2007-05-071-81/+0
* Remove redundant check for null pointerKen Raeburn2007-04-131-1/+0
* Configure db2 plugin directory at top levelKen Raeburn2007-03-252-27/+7
* Pass the extra library dependency on AIX (is this even still needed??) via a newKen Raeburn2007-03-252-2/+6
* Don't test for stuff not used, used unconditionally, or with feature-test mac...Ken Raeburn2007-03-251-4/+0
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-251-0/+1
* Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn2007-03-252-3/+0
* Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn2007-03-252-2/+2
* Depend on kadm5 server library too, now that we use the config_params callsKen Raeburn2007-03-151-1/+1
* Unused macro NEG removedKen Raeburn2007-02-261-1/+0
* Use krb5.h now for kdb errors, not kdb5_err.hKen Raeburn2007-02-012-3/+3
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-201-14/+0
* crash creating db2 database in non-existent directoryKen Raeburn2007-01-081-18/+15
* * ldap_principal.c (attributes_set): Swap first two elementsKen Raeburn2007-01-032-2/+4
* update ldap/Makefile.in for newer autoconf substitution requirementsKen Raeburn2007-01-031-2/+2
* * Makefile.in (install): Install kdb5_ldap_util.M. Based on patch fromKen Raeburn2007-01-031-0/+1
* Some related changes were already in, and I found a couple more to make:Ken Raeburn2006-12-223-13/+18
* Merge r18962 to trunk, with minor tweaks; ready to merge to 1.6 branchKen Raeburn2006-12-201-51/+32
* make dependKen Raeburn2006-12-131-17/+25
* Pull r18927 up to trunk, and tweak check for "history" principal nameKen Raeburn2006-12-131-165/+257
* set AUTOCONF_HEADERKen Raeburn2006-12-137-0/+14
* pull r18926 up to trunk; ready for pullup to 1.6 branchKen Raeburn2006-12-132-6/+43
* fix for kdb5_util load bug with dumps from a LDAP KDBWill Fiveash2006-12-041-7/+21