openldap/servers/slapd/back-ldbm
Howard Chu 68b1bbb89d Changed search attrs to struct berval **.
Use typedefs for all backend functions, to minimize work in future API
updates. (back-*/external.h will never need updating in the future.)
2001-12-26 08:17:44 +00:00
..
abandon.c
add.c More struct berval DNs 2001-12-25 19:48:26 +00:00
alias.c Add missing 'static'... (ITS#823,825,828) 2000-10-11 23:42:53 +00:00
attr.c minor cleanup 2001-11-17 14:39:10 +00:00
attribute.c Every quick mod to use a struct berval for e_dn/e_ndn. No bv_len yet. 2001-12-24 16:53:47 +00:00
back-ldbm.h Serialize access to idl insert/delete key routines (ITS 1359) 2001-10-11 18:12:53 +00:00
backldbm.dsp Fix up builds 2001-12-22 20:17:19 +00:00
bind.c First stable an implementing latest namedref specification. 2001-10-26 02:05:14 +00:00
cache.c Fix some NEW_LOGGING errors 2001-10-05 21:49:04 +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 Replace existing SLAP_MR_ matching flags with: 2001-11-27 21:59:56 +00:00
config.c Prevent ldbm_sync from being called by ldbm_cache_close when the new 2001-07-16 23:21:36 +00:00
dbcache.c minor cleanup 2001-11-17 14:39:10 +00:00
delete.c More struct berval DNs 2001-12-25 19:48:26 +00:00
dn2id.c back out previous change 2001-12-24 18:39:41 +00:00
entry.c Fix so previous change to slapcat works. 2001-12-06 12:28:49 +00:00
extended.c Changed search attrs to struct berval **. 2001-12-26 08:17:44 +00:00
external.h Changed search attrs to struct berval **. 2001-12-26 08:17:44 +00:00
filterindex.c In presence_candidates(), always return a full match for objectClass. 2001-11-30 01:21:52 +00:00
group.c minor cleanup 2001-11-17 14:39:10 +00:00
id2children.c fix format for new logging 2001-01-17 17:01:19 +00:00
id2entry.c Fix - on little-endian machines, store IDs in big-endian order. Otherwise 2001-12-10 16:53:15 +00:00
idl.c minor cleanup 2001-11-17 14:39:10 +00:00
index.c Rework indexing code, removing "autolang" and making 2001-12-05 00:06:03 +00:00
init.c added backend-side support for on-the-fly operational attributes; added hasSubordinates to schema and back-ldbm 2001-12-22 11:50:16 +00:00
key.c Serialize access to idl insert/delete key routines (ITS 1359) 2001-10-11 18:12:53 +00:00
Makefile.in added backend-side support for on-the-fly operational attributes; added hasSubordinates to schema and back-ldbm 2001-12-22 11:50:16 +00:00
modify.c Fix uninitialized struct berval* to avoid assert in dnNormalize 2001-12-24 20:12:30 +00:00
modrdn.c More struct berval DNs 2001-12-25 19:48:26 +00:00
nextid.c Regenerate configure and fix AC header inclusion 2001-12-18 02:25:21 +00:00
operational.c Changed search attrs to struct berval **. 2001-12-26 08:17:44 +00:00
passwd.c FIx up replog calls, add replog call to bdb passwd 2001-12-25 18:20:35 +00:00
proto-back-ldbm.h Changed AttributeType.sat_cname from char * to struct berval. 2001-11-16 07:45:37 +00:00
referral.c First stable an implementing latest namedref specification. 2001-10-26 02:05:14 +00:00
sasl.c Update SASL code to reuse context through life of session. 2000-07-13 22:54:38 +00:00
search.c Changed search attrs to struct berval **. 2001-12-26 08:17:44 +00:00
tools.c Don't signal error if reindexing an already existing dn2id index 2001-12-11 14:23:05 +00:00
unbind.c