openldap/servers/slapd/back-bdb
2005-10-25 10:54:04 +00:00
..
add.c Fix noop behavior, don't same TXN twice. Use consistent return code. 2005-10-17 08:09:28 +00:00
attr.c Let bdb_attr_index_unparser() return int (0) instead of void; the return 2005-07-04 05:21:39 +00:00
back-bdb.h More hdb optimizing - cache subtree IDLs, not just onelevels 2005-09-26 07:30:36 +00:00
bind.c
cache.c Cleanup unused def 2005-10-18 21:36:06 +00:00
compare.c protect all occurrences of ACL_DISCLOSE 2005-04-09 17:00:40 +00:00
config.c Align Operation buffers using LBER_ALIGNED_BUFFER 2005-10-12 23:17:28 +00:00
dbcache.c Fix typo, add Truncate support 2005-04-21 19:46:47 +00:00
delete.c Fix noop behavior, don't same TXN twice. Use consistent return code. 2005-10-17 08:09:28 +00:00
dn2entry.c ITS#3616 fixes for zero-length DN entry. generate context entry on the 2005-04-09 11:15:05 +00:00
dn2id.c ITS#4088 force cursors to use same locker 2005-10-18 20:52:04 +00:00
error.c ITS#3660 fix BDB verbose calls 2005-04-16 01:24:00 +00:00
extended.c
filterindex.c fix ordered indexing check 2005-08-05 00:08:22 +00:00
id2entry.c Eliminate long-lived read transaction, we can just set a cursor's locker 2005-10-18 21:35:07 +00:00
idl.c More hdb optimizing - cache subtree IDLs, not just onelevels 2005-09-26 07:30:36 +00:00
idl.h Use quicksort instead of heapsort for hdb_idl_sort 2005-09-12 03:54:52 +00:00
index.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
init.c Lower id2entry cache priority in tool mode 2005-10-25 10:54:04 +00:00
key.c Add IDL caching for slapadd/slapindex quick mode 2005-10-22 21:41:58 +00:00
Makefile.in ITS#3978 move alock from back-bdb to slapd 2005-09-04 15:21:57 +00:00
modify.c Fix noop behavior, don't same TXN twice. Use consistent return code. 2005-10-17 08:09:28 +00:00
modrdn.c Fix noop behavior, don't same TXN twice. Use consistent return code. 2005-10-17 08:09:28 +00:00
nextid.c
operational.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
proto-bdb.h Add IDL caching for slapadd/slapindex quick mode 2005-10-22 21:41:58 +00:00
referral.c cure ITS#3602 2005-03-15 23:01:06 +00:00
search.c ITS#4030 fix alias deref for Finding, fix alias error code propagation. 2005-09-22 21:12:04 +00:00
tools.c hdb doesn't need to fix DNs for slapindex 2005-10-25 08:40:01 +00:00
trans.c