openldap/servers/slapd
Kurt Zeilenga 09421a74db Add c_protocol to slap_conn to track protocol version used by client.
Is initialized to 0 (unknown) and then set to 2 or 3 on bind.  Should
also be 0->3 if a special (or any) operation occurs before the bind.
1999-01-21 02:21:39 +00:00
..
back-ldbm ndn & strcasecmp cleanup 1999-01-20 03:05:35 +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
tools use dn_normalize_case(). 1999-01-19 18:25:21 +00:00
abandon.c
acl.c ndn & strcasecmp cleanup 1999-01-20 03:05:35 +00:00
aclparse.c Use charray_free to free alist charray 1998-12-29 23:23:21 +00:00
add.c Need to uppercase e_ndn. 1999-01-19 18:17:29 +00:00
attr.c
ava.c
backend.c ndn & strcasecmp cleanup 1999-01-20 03:05:35 +00:00
bind.c Add c_protocol to slap_conn to track protocol version used by client. 1999-01-21 02:21:39 +00:00
ch_malloc.c
charray.c Wrap strtok use with mutex. 1999-01-01 20:43:29 +00:00
compare.c suffixAlias will return a normalized uppercase DN if input is normalized 1999-01-19 19:29:11 +00:00
config.c suffixes need to be stored in normalized uppercase format 1999-01-20 05:43:33 +00:00
configinfo.c
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 suffixAlias will return a normalized uppercase DN if input is normalized 1999-01-19 19:29:11 +00:00
dn.c ndn & strcasecmp cleanup 1999-01-20 03:05:35 +00:00
entry.c e_ndn = dn_normalize_case( e_dn ) 1999-01-18 20:00:58 +00:00
filter.c
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
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 suffixAlias will return a normalized uppercase DN if input is normalized 1999-01-19 19:29:11 +00:00
modrdn.c suffixAlias will return a normalized uppercase DN if input is normalized 1999-01-19 19:29:11 +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
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 Add c_protocol to slap_conn to track protocol version used by client. 1999-01-21 02:21:39 +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
search.c suffixAlias will return a normalized uppercase DN if input is normalized 1999-01-19 19:29:11 +00:00
slap.h Add c_protocol to slap_conn to track protocol version used by client. 1999-01-21 02:21:39 +00:00
slapd.at.conf
slapd.conf Add 'should not be world readable' comment. 1999-01-16 01:51:02 +00:00
slapd.oc.conf
str2filter.c
suffixalias.c Recode suffixAlias to implement simple check to see if part to aliased 1999-01-19 19:26:09 +00:00
unbind.c
value.c
Version.c