aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2-7/+13
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2-2/+2
2008-07-17Apply patch from Mark Phalan to correctly use progname instead ofTom Yu5-85/+87
2008-07-16Apply patch from Mark Phalan to initialize progname before useTom Yu1-2/+5
2008-06-27Check for strdup failure. Fix a memory leak in one failure caseKen Raeburn1-0/+32
2008-06-27misc memory leaksKen Raeburn1-0/+1
2008-06-02Change krb5_context.db_context to point to the real structure type,Ken Raeburn11-58/+57
2008-05-30signed vs unsigned char * warnings in kdb_xdr.cAlexandra Ellwood1-6/+6
2008-05-19Use $(DL_LIB) instead of explicit -ldlKen Raeburn1-1/+1
2008-04-28Properly escape - in kdb5_ldap_util man pageRuss Allbery1-55/+55
2008-02-07more tests for libdb btree page split on zero indexTom Yu3-4/+113
2008-02-01libdb btree page split on zero index corrupts dbTom Yu2-4/+54
2007-11-04Include k5-platform.hKen Raeburn1-0/+2
2007-10-30Include k5-platform.hKen Raeburn1-0/+2
2007-10-23delete unused configure.inTom Yu1-19/+0
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn16-186/+198
2007-09-24we're not using changelog files any moreKen Raeburn2-49/+0
2007-08-16make dependKen Raeburn1-14/+16
2007-08-06Remove these files that were not intended to be moved onto the trunkKevin Coffman2-281/+0
2007-08-01Add PKINIT supportKevin Coffman20-28/+14264
2007-07-27make dependKen Raeburn5-100/+114
2007-07-12Avoid unchecked sprintf in some KDC-side programsKen Raeburn2-10/+16
2007-07-10make dependKen Raeburn5-114/+100
2007-06-20Fix typo in yesterday's change (u_int_8_t -> u_int8_t)Ken Raeburn1-2/+2
2007-06-20Configure libdb2 in top-level configure scriptKen Raeburn8-45/+14
2007-06-20Add the libdb2 type-existence tests to the top-level configure script.Ken Raeburn12-192/+177
2007-06-20Use k5-platform.h instead of local configure to find mkstempKen Raeburn3-7/+8
2007-06-20Add 'make depend' capability, and dependenciesKen Raeburn5-0/+186
2007-06-20We have code elsewhere that assumes the existence of memmove andKen Raeburn6-243/+4
2007-06-20Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn4-131/+7
2007-05-31Configure libkdb_ldap directory at top levelKen Raeburn2-38/+2
2007-05-31Configure cksum_body and wpse in top-level configure script. (Still don't bu...Ken Raeburn6-34/+22
2007-05-23Fix up declarations of some static functions.Ken Raeburn2-3/+7
2007-05-07Remove unused fileKen Raeburn1-81/+0
2007-04-13Remove redundant check for null pointerKen Raeburn1-1/+0
2007-03-25Configure db2 plugin directory at top levelKen Raeburn2-27/+7
2007-03-25Pass the extra library dependency on AIX (is this even still needed??) via a newKen Raeburn2-2/+6
2007-03-25Don't test for stuff not used, used unconditionally, or with feature-test mac...Ken Raeburn1-4/+0
2007-03-25Generate makefiles for two static libs plus the python plugin from the top-le...Ken Raeburn2-10/+2
2007-03-25Depend on support libraryKen Raeburn1-2/+2
2007-03-25Include autoconf.h before testing macros for Python header locationKen Raeburn1-1/+1
2007-03-25Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn1-0/+1
2007-03-25Remove traces of enable_shared, enable_static, enable_profiled, andKen Raeburn5-9/+0
2007-03-25Remove separate KRB5_BUILD_LIBRARY_WITH_DEPS macro, just use KRB5_BUILD_LIBRARYKen Raeburn5-5/+5
2007-03-15Depend on kadm5 server library too, now that we use the config_params callsKen Raeburn1-1/+1
2007-02-26Unused macro NEG removedKen Raeburn1-1/+0
2007-02-01Use krb5.h now for kdb errors, not kdb5_err.hKen Raeburn2-3/+3
2007-01-30get_init_creds_opt extensibilityTom Yu2-1/+55
2007-01-20Remove varargs.h paths, always use stdarg.hKen Raeburn1-14/+0
2007-01-08crash creating db2 database in non-existent directoryKen Raeburn1-18/+15