openldap/servers/slapd/back-ldbm
Randy Kunkee f06021e335 Fix ITS#1239:
slapadd core-dumps when destroying db's env (Sleepycat 3.2.9) (ITS#1239)
Only call ldbm_shutdown_env if the database has been opened, ie. when
li->li_dbenv != NULL.  Would appear any time a shutdown occurred and
not all LDBM databases were opened.
2001-07-16 22:16:24 +00:00
..
abandon.c
add.c Used API signature from back-bdb; compiles and passes make test 2001-07-03 11:23:18 +00:00
alias.c Add missing 'static'... (ITS#823,825,828) 2000-10-11 23:42:53 +00:00
attr.c fix format for new logging 2001-01-17 17:01:19 +00:00
attribute.c fix format for new logging 2001-01-17 17:01:19 +00:00
back-ldbm.h Move backend_syncfreq code down into back-ldbm. Creates new configuration 2001-06-28 09:20:33 +00:00
backldbm.dsp
bind.c fix format for new logging 2001-01-17 17:01:19 +00:00
cache.c added function cache_find_entry_ndn2id that avoids an unnecessary call to dn_normalize; now dn2id calls this function, while the original function has been left as a wrapper 2001-07-11 08:41:42 +00:00
close.c Move backend_syncfreq code down into back-ldbm. Creates new configuration 2001-06-28 09:20:33 +00:00
compare.c fix format for new logging 2001-01-17 17:01:19 +00:00
config.c fix bad debug message 2001-07-10 16:42:26 +00:00
dbcache.c Remove global_backendsyncfreq code (code has been pushed down into back-ldbm). 2001-06-28 18:02:46 +00:00
delete.c fix format for new logging 2001-01-17 17:01:19 +00:00
dn2id.c added function cache_find_entry_ndn2id that avoids an unnecessary call to dn_normalize; now dn2id calls this function, while the original function has been left as a wrapper 2001-07-11 08:41:42 +00:00
entry.c Update entry release to new prototype 2000-09-30 04:13:30 +00:00
extended.c
external.h Backout directory config option 2001-06-22 21:00:24 +00:00
filterindex.c dn2idl API changed for consistency with other dn2id* funcs 2001-07-07 14:49:42 +00:00
group.c fix format for new logging 2001-01-17 17:01:19 +00:00
id2children.c fix format for new logging 2001-01-17 17:01:19 +00:00
id2entry.c fix format for new logging 2001-01-17 17:01:19 +00:00
idl.c separate ID return value form return status in dn2id (back-ldbm/dn2id.c) 2001-07-02 19:42:27 +00:00
index.c fix format for new logging 2001-01-17 17:01:19 +00:00
init.c Fix ITS#1239: 2001-07-16 22:16:24 +00:00
key.c fix format for new logging 2001-01-17 17:01:19 +00:00
Makefile.in
modify.c Add more detailed reporting of schema violations to client. 2001-06-06 00:23:56 +00:00
modrdn.c reworked rdn_attrs to use ldap_explode_rdn; maybe we should remove escapes "\" from parts directly in ldap_explode_rdn 2001-07-10 18:19:22 +00:00
nextid.c fix format for new logging 2001-01-17 17:01:19 +00:00
passwd.c Quick and dirty hack to add password modify replication. 2001-07-14 01:26:02 +00:00
proto-back-ldbm.h added function cache_find_entry_ndn2id that avoids an unnecessary call to dn_normalize; now dn2id calls this function, while the original function has been left as a wrapper 2001-07-11 08:41:42 +00:00
referral.c fix format for new logging 2001-01-17 17:01:19 +00:00
sasl.c
search.c Fix referral handling bug 2001-04-12 23:02:20 +00:00
tools.c Used API signature from back-bdb; compiles and passes make test 2001-07-03 11:23:18 +00:00
unbind.c