]> git.sur5r.net Git - openldap/history - libraries/libldbm/ldbm.c
Sync with HEAD
[openldap] / libraries / libldbm / ldbm.c
2003-12-01 Kurt ZeilengaSync with HEAD
2003-05-22 Howard ChuEBCDIC case for env open
2003-01-03 Kurt ZeilengaHappy new year
2002-10-30 Howard ChuDefine DB_VERSION_X to make life easier when checking...
2002-08-22 Howard ChuAdded support for BDB 4.1.17
2002-07-27 Howard ChuIf HAVE_EBCDIC, translate dbname from ASCII to EBCDIC...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2001-12-10 Howard ChuSome more version cleanup
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-07 Howard ChuMinor fix to allow build with BDB 4
2001-10-13 Kurt Zeilengadb_strerror not available in bdb2
2001-10-09 Kurt ZeilengaRework set_malloc/set_alloc calls
2001-10-04 Kurt ZeilengaMove set_alloc to env.
2001-10-02 Kurt ZeilengaImplement r/w locks for BerkeleyDB with DB_THREAD.
2001-10-01 Kurt ZeilengaRework DB_THREAD support. CDB support needs reimplemen...
2001-09-28 Kurt ZeilengaSync detection with use. Don't use DB_CDB_ALLDB. ...
2001-09-03 Kurt ZeilengaDo version checks for BDB 3 or greater
2001-09-03 Kurt ZeilengaImport backwards compatibility for BDB 3.0.x
2001-08-27 Kurt ZeilengaAdd DB 3.3 support...
2001-06-22 Randy KunkeeTune db3 caching: only call set_cachesize for environme...
2001-06-21 Randy KunkeePatches from Mark Whitehouse (with changes from myself...
2001-06-07 Kurt ZeilengaFix up some locking
2001-06-07 Kurt ZeilengaFix typos in last commit
2001-06-07 Kurt ZeilengaAdd a DB version check.
2001-05-31 Kurt Zeilengaclean up LDBM_{,UN}LOCK macros
2001-05-28 Kurt Zeilengabig mutex needs #ifdef HAVE_BERKELEY_DB_THREAD wrapper
2001-05-28 Kurt ZeilengaMisc adjustments to CBM tests
2001-05-28 Kurt ZeilengaInitial CDB implementation.
2001-05-28 Kurt ZeilengaEnable ldbm_big_mutex for Berkeley DB 2/3 per comments...
2001-05-18 Kurt ZeilengaDon't set_cachesize for db3
2000-09-20 Kurt Zeilengachange bdb errpfx
2000-09-11 Kurt Zeilenga-lldbm now sets DB_USE_ENVIRON and support input of...
2000-09-11 Kurt ZeilengaSet DB_PRIVATE
2000-08-07 Kurt ZeilengaAdd support for Sleepycat Berkeley DB 3.1 (ITS#649)
2000-07-28 Kurt Zeilengas/SAFEMEMCPY/AC_MEMCPY/
2000-07-06 Kurt ZeilengaRework <ac/errno.h> to provide a STRERROR. Prefers...
2000-06-10 Kurt ZeilengaMisc code cleanup.
2000-05-26 Kurt ZeilengaDB3 fixes
2000-05-25 Gary Williamsuse HAVE_BERKELEY_DB and check DB_VERSION_MAJOR for...
2000-05-25 Gary WilliamsAdded support for Berkeley DB3. Hidden behind
2000-05-13 Kurt ZeilengaY2k copyright update
2000-02-11 Kurt ZeilengaITS#450: teach LDBM/GDBM about cursors
1999-09-20 Kurt ZeilengaAdd experimental detection of BerkeleyDB2 DB_THREAD.
1999-09-08 Kurt ZeilengaAdd OpenLDAP RCSid to *.[ch] in clients, libraries...
1999-09-06 Kurt Zeilengas/int/u_int32_t/ for db_appinit flags
1999-08-26 Kurt ZeilengaThis fixes dn2id delete bug... but breaks modrdn.
1999-08-17 Kurt ZeilengaNew dn2id format with base/one/subtree indices (ldbm...
1999-08-04 Kurt ZeilengaAdd copyright notices
1999-06-11 Juan GomezDrop support for alloca().
1999-06-03 Kurt Zeilengas/<stdlib.h>/<ac/stdlib.h>/
1999-05-24 Kurt ZeilengaDo not set db_cachesize under BerkeleyDB 2.4.
1999-05-19 Kurt Zeilengas/HAVE_SYSLOG/LDAP_SYSLOG/g
1999-05-19 Kurt ZeilengaReplace #ifndef WIN32 with #ifdef HAVE_SYSLOG
1999-05-19 Kurt ZeilengaVienna Bulk Commit
1999-04-19 Julio Sánchez Fern... Move declaration of st
1999-04-17 Kurt ZeilengaWrap stat() st_blksize use behind HAVE_ST_BLKSIZE
1999-04-01 Gary WilliamsNT port
1999-03-30 Juan GomezMDBM Support added.
1999-03-29 Kurt SpanierFix ldbmcat crash problem: first use the key before...
1999-03-06 Hallvard FurusethFix typo .size -> .dsize in ldbm_datum_free()
1999-03-06 Ben CollinsMoved 'key.flags = 0;' inside of DB2 defines, it isn...
1999-03-05 Kurt Spanier1. Fix of ldbmcat segmentation fault bug (ITS#85 and...
1999-03-01 Kurt ZeilengaUpdate NT port with support for -lldap_r and -lldbm.
1999-02-08 Kurt SpanierIntegration of the BDB2 backend into the new init/start...
1999-02-05 Kurt ZeilengaNew Frontend->Backend Interface
1999-02-04 Kurt ZeilengaBackout recent init/startup changes in preparation...
1999-02-04 Kurt ZeilengaFix DB_ENV typo.
1999-02-02 Kurt Zeilengagdbm_nextkey() takes two arguments not one.
1999-02-01 Kurt SpanierIntroduction of a backend startup/shutdown function...
1999-01-28 Kurt ZeilengaUse -lldap_r instead of -lldap -lthread.
1999-01-26 Kurt ZeilengaLDBM/back-ldbm locking reworked!
1999-01-05 Kurt Spanier- Make install creates $(RUNDIR)/var for pid and args...
1998-12-29 Kurt SpanierPatch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call.
1998-11-15 Hallvard FurusethProtoized, moved extern definitions to .h files, fixed...
1998-11-04 Hallvard FurusethSome gcc -W cleanup
1998-10-25 Kurt Zeilengareplace with ac version
1998-10-24 Kurt ZeilengaStill looking for the ldapsearch bug... and cleaning...
1998-10-22 Kurt Zeilengare-add sys/stat.h include for GDBM
1998-10-22 Kurt ZeilengaSLAPD and tools compile and link!
1998-09-19 Kurt ZeilengaAllow OpenLDAP to be built without LDBM.
1998-09-03 Kurt ZeilengaAdded support for SleepyCat DB2 DBI.
1998-08-09 Kurt ZeilengaInitial revision