summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2
Commit message (Expand)AuthorAgeFilesLines
...
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-20/+22
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-4/+1
* makedependKen Raeburn2008-09-181-16/+18
* Fix PROG_LIBPATH so in-tree tests workTom Yu2008-08-251-1/+1
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* 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-021-36/+35
* signed vs unsigned char * warnings in kdb_xdr.cAlexandra Ellwood2008-05-301-6/+6
* 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-229-115/+114
* 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
* Remove unused fileKen Raeburn2007-05-071-81/+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-251-1/+1
* 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
* set AUTOCONF_HEADERKen Raeburn2006-12-137-0/+14
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-152-1/+7
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-1/+1
* Always zap newly allocated pages, intead of conditional on PURIFY.Ken Raeburn2006-10-132-2/+2
* (krb5_db2_db_init): When creating a temporary database, use the suffixKen Raeburn2006-10-121-1/+2
* make dependTom Yu2006-10-061-10/+10
* (AUTOCONF_HEADER): Change to match file's target nameKen Raeburn2006-10-021-1/+1
* Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn2006-09-161-17/+17
* Make database plugin responsible for releasing the error-message string, soKen Raeburn2006-09-061-0/+1
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+3
* make dependKen Raeburn2006-07-171-2/+2
* copyright datesKen Raeburn2006-06-301-1/+1
* * kdb_db2.c: Don't include kdb_compat.h.Ken Raeburn2006-06-302-13/+181
* * plugins/kdb/db2/kdb_db2.c (krb5_db2_db_init): Support tempdbSam Hartman2006-06-302-44/+80
* * plugins/kdb/db2/kdb_db2.c (krb5_db2_create): Remove incorrectSam Hartman2006-06-301-1/+1
* autoconf 2.60 compatibilityKen Raeburn2006-06-288-9/+9
* Make __kdb2_hash_open declaration and definition consistentKen Raeburn2006-06-151-1/+1