openldap/servers/slapd
2007-09-10 21:58:12 +00:00
..
back-bdb ITS#5129 fix alock_close with Quick mode 2007-09-08 05:26:03 +00:00
back-dnssrv
back-hdb
back-ldap idassert also in case of SASL mechs that do not set authcId 2007-09-09 21:52:10 +00:00
back-ldif consistently use "tag=" instead of "op=" in debug messages 2007-08-25 00:10:52 +00:00
back-meta Fix DEVEL dependency 2007-09-01 00:11:42 +00:00
back-monitor forgot to re-sort operation names 2007-08-28 18:37:23 +00:00
back-null
back-passwd
back-perl ITS#5102 fix 2007-09-01 00:28:07 +00:00
back-relay
back-shell let req_modify_s and req_modrdn_s have a common portion to interoperate within slap_mods_opattrs() (ITS#5093) 2007-08-16 09:48:53 +00:00
back-sock back-sock by Brian Candler (B.Candler@pobox.com) ITS#4094 (untested) 2007-09-07 12:27:33 +00:00
back-sql cleanup experimental controls: rename macros, ifdef code 2007-08-21 21:42:09 +00:00
overlays also copy modifications we don't deal with, as they will be freed altogether (ITS#5124) 2007-09-07 09:38:38 +00:00
schema fix typo 2007-08-25 09:37:59 +00:00
shell-backends
slapi fix API change 2007-08-22 00:08:38 +00:00
abandon.c
aci.c
acl.c
aclparse.c
ad.c add anlist_free 2007-08-27 07:11:32 +00:00
add.c don't Statslog before getting controls 2007-08-22 14:41:42 +00:00
alock.c ITS#5129 fix alock_close with Quick mode 2007-09-08 05:26:03 +00:00
alock.h ITS#5129 fix alock_close with Quick mode 2007-09-08 05:26:03 +00:00
at.c
attr.c don't trick coverity... 2007-08-16 11:32:10 +00:00
ava.c
backend.c give the db a chance if rootpw is unset (more for ITS#4962) 2007-08-17 09:50:20 +00:00
backglue.c
backover.c
bconfig.c Add IA5String macro 2007-09-03 00:40:52 +00:00
bind.c
cancel.c
ch_malloc.c
compare.c
component.c
component.h
config.c parse unsigned as unsigned (ITS#5122) 2007-09-04 19:32:54 +00:00
config.h parse unsigned as unsigned (ITS#5122) 2007-09-04 19:32:54 +00:00
connection.c re-sort funcs (and enums) in "logical" order 2007-08-17 09:49:17 +00:00
controls.c add support for session tracking (draft-wahl-ldap-sessio) to proxy backends requests 2007-08-22 15:49:35 +00:00
cr.c
ctxcsn.c
daemon.c tcpd.h is already include in slap.h 2007-08-24 16:09:50 +00:00
DB_CONFIG
delete.c
dn.c Protect Debug messages from NULL pointers 2007-09-01 13:35:34 +00:00
entry.c
extended.c
filter.c
filterentry.c test_filter() should use ordered_value_match() 2007-08-24 22:34:04 +00:00
frontend.c
globals.c
index.c
init.c
ldapsync.c improve previous commit; fix ITS#5108 by letting both SID and RID be 0..4095, input/output in decimal, but consistently handled in hexadecimals within CSN 2007-08-26 17:03:22 +00:00
limits.c
lock.c
main.c
Makefile.in
matchedValues.c
modify.c ITS#5119 fix uninit'd nval after normalization failure 2007-09-04 05:40:41 +00:00
modrdn.c
mods.c
module.c
mr.c allow to register further syntax/mr compatibility 2007-08-24 20:05:30 +00:00
mra.c
nt_svc.c
oc.c
oidm.c
operation.c
operational.c
passwd.c
phonetic.c
proto-slap.h add anlist_free 2007-08-27 07:11:32 +00:00
referral.c
result.c Fix SORTED_RESULTS check 2007-08-29 23:57:55 +00:00
root_dse.c Revert prev commit, don't advertise subord scope 2007-08-30 21:09:30 +00:00
sasl.c consistently use o_log_prefix 2007-08-22 09:17:09 +00:00
saslauthz.c authzMatch IS octetStringMatch 2007-09-01 15:44:24 +00:00
schema_check.c
schema_init.c check call consistency 2007-09-03 16:36:22 +00:00
schema_prep.c
schema.c
schemaparse.c
search.c
sets.c handle empty set, empty string special cases 2007-09-10 21:58:12 +00:00
sets.h
sl_malloc.c
slap.h add support for session tracking (draft-wahl-ldap-sessio) to proxy backends requests 2007-08-22 15:49:35 +00:00
slapacl.c
slapadd.c add -S to slapadd to set desired SID in generated entryCSN/contextCSN 2007-08-28 19:35:57 +00:00
slapauth.c
slapcat.c
slapcommon.c add -S to slapadd to set desired SID in generated entryCSN/contextCSN 2007-08-28 19:35:57 +00:00
slapcommon.h add -S to slapadd to set desired SID in generated entryCSN/contextCSN 2007-08-28 19:35:57 +00:00
slapd.conf
slapd.ldif
slapdn.c
slapindex.c
slappasswd.c
slaptest.c
starttls.c
str2filter.c
syncrepl.c re: prev commit, init j 2007-09-09 14:25:34 +00:00
syntax.c consistently use SLAP_* malloc macros; alloc sizeof(Syntax *) instead of sizeof(Syntax) for areray of superiors; free resources also in case of failure of syn_insert() 2007-08-16 12:08:47 +00:00
txn.c
unbind.c
user.c
value.c behave when a value of an ordered attr starts with '{' and either contains or not '}', but the prefix '{X}' does not contain a numericString 2007-08-24 23:05:10 +00:00
zn_malloc.c