Quanah Gibson-Mount
|
1df85d3427
|
Happy New Year!
|
2017-01-03 12:36:47 -08:00 |
|
Quanah Gibson-Mount
|
6c4d6c880b
|
Happy New Year!
|
2016-01-29 13:32:05 -06:00 |
|
Quanah Gibson-Mount
|
1705fa7e55
|
Happy New Year
|
2015-02-11 15:36:57 -06:00 |
|
Howard Chu
|
14a3efa48a
|
plug unlikely memleak (coverity)
|
2015-01-13 22:48:07 +00:00 |
|
Kurt Zeilenga
|
5c878c1bf2
|
Happy new year (belated)
|
2014-01-25 05:21:25 -08:00 |
|
Kurt Zeilenga
|
0fd1bf30b8
|
Happy New Year
|
2013-01-02 10:22:57 -08:00 |
|
Kurt Zeilenga
|
2bbf9804b9
|
Happy New Year!
|
2012-01-01 07:10:53 -08:00 |
|
Kurt Zeilenga
|
966cef8c9a
|
Happy New Year
|
2011-01-05 00:42:37 +00:00 |
|
Kurt Zeilenga
|
3dadeb3efe
|
happy belated New Year
|
2010-04-13 22:17:29 +00:00 |
|
Kurt Zeilenga
|
4af9eb9715
|
Update copyright notices
|
2009-01-22 00:40:04 +00:00 |
|
Howard Chu
|
72a9d87fec
|
BDB_PAGESIZE not used any more, use BDB/FS default instead
|
2008-10-15 10:45:31 +00:00 |
|
Howard Chu
|
3be39979ea
|
Add checksum keyword to enable DB checksum validation
|
2008-10-15 08:13:56 +00:00 |
|
Howard Chu
|
81ed60c056
|
Add dbpagesize keyword for configuring DB file page sizes
|
2008-10-15 07:41:57 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Howard Chu
|
ddd90958a1
|
Support DB encryption
|
2007-12-15 19:07:41 +00:00 |
|
Pierangelo Masarati
|
7aeac21440
|
silence warnings
|
2007-11-23 12:47:53 +00:00 |
|
Howard Chu
|
02f29d51c6
|
ITS#5183 preliminary fix - this whole approach needs re-design
|
2007-11-18 20:50:20 +00:00 |
|
Hallvard Furuseth
|
7372fea8b5
|
printf format paranoia: macros could be changed to contain format chars
|
2007-05-18 14:48:28 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Kurt Zeilenga
|
acbb5cf689
|
Happy new year!
|
2006-01-03 23:11:52 +00:00 |
|
Howard Chu
|
180d28dab7
|
Fix typo, add Truncate support
|
2005-04-21 19:46:47 +00:00 |
|
Howard Chu
|
b674e6dd3d
|
Omit transaction support when running with SLAP_TOOL_QUICK
|
2005-01-24 01:37:38 +00:00 |
|
Howard Chu
|
0bc4b77527
|
Clean up unused bt_compare references
|
2005-01-11 22:38:39 +00:00 |
|
Kurt Zeilenga
|
dc0eacd40b
|
Happy New Year!
|
2005-01-01 20:49:32 +00:00 |
|
Howard Chu
|
89912db91e
|
Store entryIDs in big-endian order, no more custom sort function.
back-hdb still needs work.
|
2004-12-06 07:28:47 +00:00 |
|
Kurt Zeilenga
|
d611a4b49a
|
unifdef -UNEW_LOGGING
|
2004-09-04 04:54:28 +00:00 |
|
Howard Chu
|
113870c194
|
Revert to original code
|
2004-03-06 19:15:39 +00:00 |
|
Howard Chu
|
ea0d619dae
|
Store IDs in BeigEndian format on disk
|
2004-03-06 12:41:29 +00:00 |
|
Howard Chu
|
e0e3560cf5
|
Use Btree instead of Hash for indexing
|
2004-01-28 05:00:56 +00:00 |
|
Kurt Zeilenga
|
3c598e89fb
|
Happy new year
|
2004-01-01 19:15:16 +00:00 |
|
Kurt Zeilenga
|
9d811eb1fa
|
Notices
|
2003-11-28 21:08:20 +00:00 |
|
Howard Chu
|
76dd6bb6da
|
Revert to previous behavior:
always use DB_AUTO_COMMIT when opening a database, don't make it
dependent on an in-progress transaction
use mutex instead of DB lock for db access.
|
2003-09-25 00:27:22 +00:00 |
|
Hallvard Furuseth
|
d61f44fa7c
|
Revert previous patch: Bad time for it.
|
2003-06-12 09:20:04 +00:00 |
|
Hallvard Furuseth
|
93b19fdf9a
|
Fix bdb_db_hash() to handle padding bits in integers.
|
2003-06-05 11:55:27 +00:00 |
|
Howard Chu
|
f7db076c86
|
Fix prev commit
|
2003-04-17 05:15:12 +00:00 |
|
Howard Chu
|
7dcb79157d
|
Fix database search loop conditions
|
2003-04-17 04:55:39 +00:00 |
|
Howard Chu
|
0be6cb5a67
|
Deleted bi_database_mutex, use DB_LOCK instead. Changed bdb_locker_id to
lookup the threadctx if no Op * is provided. (bdb_db_cache doesn't know
its thread context when it acquires a locker ID.)
|
2003-03-29 05:15:48 +00:00 |
|
Howard Chu
|
1985b2c5a1
|
Don't use subdatabases for indexes. This patch is an incompatible change,
must destroy existing indexes and run slapindex to regenerate.
|
2003-03-27 04:30:05 +00:00 |
|
Howard Chu
|
23d69c1d1f
|
Still need DB_AUTO_COMMIT flag
|
2003-03-22 16:21:44 +00:00 |
|
Howard Chu
|
a0c58e5f40
|
Don't use DB_AUTO_COMMIT when opening a database
|
2003-03-18 00:04:16 +00:00 |
|
Kurt Zeilenga
|
6939c53170
|
Happy new year
|
2003-01-03 20:20:47 +00:00 |
|
Howard Chu
|
35e8b8325d
|
Unifdef BDB_IDL_MULTI.
|
2002-09-10 04:20:45 +00:00 |
|
Howard Chu
|
cd60deb4a9
|
OS/390 EBCDIC support
|
2002-08-22 04:39:59 +00:00 |
|
Howard Chu
|
3b9f4a82ee
|
Added support for BDB 4.1.17
|
2002-08-22 04:00:06 +00:00 |
|
Julius Enarusai
|
6107ba67d2
|
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
|
2002-07-11 20:33:24 +00:00 |
|
Howard Chu
|
380806eebe
|
ITS#1726, always use bdb_db_hash().
|
2002-04-05 05:59:04 +00:00 |
|
Julius Enarusai
|
bb38d574ac
|
Added LDAP_LOG messages
|
2002-03-26 18:01:58 +00:00 |
|
Kurt Zeilenga
|
0e2af54a3f
|
Update copyright statements
|
2002-01-04 21:17:25 +00:00 |
|
Howard Chu
|
7c8c5213b1
|
BDB_MULTI still needs the dupsort function.
|
2001-12-18 04:41:40 +00:00 |
|
Howard Chu
|
4ddb7c5730
|
Use a 4-byte constant for the presence index key. Set the index db hash
function to simply pass thru the key value, which is already a hash value.
|
2001-12-16 14:21:47 +00:00 |
|