openldap/servers/slapd
Kurt Zeilenga e2a15115b0 Update slap_conn to maintain client provided dn and bound dn.
Update slap_op to maintain dn and ndn (derived from conn->c_dn).
Update ldbm_back_bind to return actual bound dn (including rootdn)
	for use in slapd_conn.  Other backends use client dn.
Modify other codes to use ndn (normalized uppercase dn) most everywhere.
Aliasing, Suffixing and modrdn could use more work.
Applied suffixing to compare and modrdn.
1999-01-19 05:10:50 +00:00
..
back-ldbm Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
back-passwd e_ndn = dn_normalize_case( e_dn ) 1999-01-18 20:00:58 +00:00
back-perl Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
back-shell Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
shell-backends Fix server --without-xxx build issues... 1998-12-20 00:55:39 +00:00
tools Initial version of the experimental 'back-perl' 1999-01-14 06:33:09 +00:00
abandon.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
acl.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
aclparse.c Use charray_free to free alist charray 1998-12-29 23:23:21 +00:00
add.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
attr.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
ava.c merged with autoconf branch 1998-10-25 01:41:42 +00:00
backend.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
bind.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
ch_malloc.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
charray.c Wrap strtok use with mutex. 1999-01-01 20:43:29 +00:00
compare.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
config.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
configinfo.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
connection.c Report status of failed pthread_create() 1999-01-12 23:57:21 +00:00
daemon.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
delete.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
dn.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
entry.c e_ndn = dn_normalize_case( e_dn ) 1999-01-18 20:00:58 +00:00
filter.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
filterentry.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
init.c Change SLAPD shutdown to do a cond wait on active threads instead 1999-01-11 18:36:40 +00:00
lock.c Remove extern declarations of library functions from source.c. 1998-11-16 05:07:27 +00:00
main.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
Makefile.in Fixed a small typo... 1999-01-15 19:57:32 +00:00
modify.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
modrdn.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
monitor.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
operation.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
phonetic.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
proto-slap.h Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
repl.c LDAP C-API changes 1998-12-21 00:21:58 +00:00
result.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
schema.c Fix schema check bug... actually charray needs to dup strings on 1998-12-28 23:43:04 +00:00
schemaparse.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
search.c Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
slap.h Update slap_conn to maintain client provided dn and bound dn. 1999-01-19 05:10:50 +00:00
slapd.at.conf Initial revision 1998-08-09 00:43:13 +00:00
slapd.conf Add 'should not be world readable' comment. 1999-01-16 01:51:02 +00:00
slapd.oc.conf Initial revision 1998-08-09 00:43:13 +00:00
str2filter.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
suffixalias.c Cleanup slapd search op deallocation. 1999-01-08 21:48:09 +00:00
unbind.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
value.c The result set of an EQUALITY search on a SYNTAX_BIN attribute may have been 1998-12-14 04:25:55 +00:00
Version.c Initial revision 1998-08-09 00:43:13 +00:00