openldap/servers/slapd/back-bdb
2005-07-19 05:03:12 +00:00
..
add.c
alock.c ITS#3770 lockf can return either EACCES or EAGAIN 2005-06-11 19:32:03 +00:00
alock.h
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 Fix cast in BDB_ID2DISK(): unsigned char *_p ... = (char *)...; 2005-07-18 05:58:43 +00:00
bind.c
cache.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
compare.c
config.c Fix for previous commit 2005-07-18 14:11:55 +00:00
dbcache.c
delete.c
dn2entry.c
dn2id.c Fix another crasher if parent is NULL 2005-07-19 01:37:48 +00:00
error.c
extended.c
filterindex.c
id2entry.c Debug output: printed soc_cname, should be soc_cname.bv_val 2005-07-04 06:05:04 +00:00
idl.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
idl.h
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#3841 fix test in rev 1.220 2005-07-15 01:17:35 +00:00
key.c
Makefile.in
modify.c
modrdn.c ITS#3857 fix bottom-up modrdn cascades, use a global modrdn counter. 2005-07-12 13:17:56 +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 Silence "empty statement" warnings 2005-07-14 03:06:58 +00:00
referral.c
search.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
tools.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-19 05:03:12 +00:00
trans.c