openldap/servers/slapd/back-bdb
2005-09-15 03:59:11 +00:00
..
add.c Add o_no_schema_check to operation structure 2005-08-01 15:26:13 +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 ITS#4010 fixes complaint, larger problem remains 2005-09-08 15:28:36 +00:00
bind.c
cache.c ITS#4015 silence pointer/integer size warnings 2005-09-08 23:47:19 +00:00
compare.c protect all occurrences of ACL_DISCLOSE 2005-04-09 17:00:40 +00:00
config.c minor cleanup 2005-08-11 23:53:52 +00:00
dbcache.c Fix typo, add Truncate support 2005-04-21 19:46:47 +00:00
delete.c Propagate Abandon to allow cleanup callbacks to run 2005-04-28 18:50:24 +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#4029 Fix misplaced lines in prev commit 2005-09-15 01:22:22 +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 Debug output: printed soc_cname, should be soc_cname.bv_val 2005-07-04 06:05:04 +00:00
idl.c Fix ISTACK space 2005-09-15 03:59:11 +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 ITS#3992 check bi_dbenv 2005-09-01 12:15:30 +00:00
key.c
Makefile.in ITS#3978 move alock from back-bdb to slapd 2005-09-04 15:21:57 +00:00
modify.c Check errcode from dn2entry before using ei 2005-09-08 11:14:12 +00:00
modrdn.c Tweak newsuperior error codes 2005-09-10 01:51:34 +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 More back-hdb search optimization 2005-09-13 07:55:01 +00:00
referral.c
search.c harmonize back-ldbm and back-bdb handling of searchBase disclose access; fixes ITS#3964, ITS#3963 still open 2005-08-23 17:38:50 +00:00
tools.c silence warning(s) 2005-07-25 20:50:33 +00:00
trans.c