openldap/servers/slapd
2005-08-20 11:31:51 +00:00
..
back-bdb Make sure we release entry lock before sending paged response 2005-08-15 11:27:42 +00:00
back-dnssrv
back-hdb
back-ldap strip entryDN from search entries; frontend will reattach it :( 2005-08-18 11:26:29 +00:00
back-ldbm
back-ldif don't need compare if entry_get is available 2005-08-03 00:33:37 +00:00
back-meta normalize/pretty attributes when possible 2005-08-20 11:31:07 +00:00
back-monitor more (in)sanity stuff 2005-08-08 22:49:54 +00:00
back-null
back-passwd
back-perl
back-relay
back-shell
back-sql enable syncrepl support by default 2005-08-10 16:54:45 +00:00
overlays need an AUXILIARY objectClass to play with some special error codes (need to update man page as well)... 2005-08-20 11:31:51 +00:00
schema ITS#3941: posixGroup should be STRUCTURAL 2005-08-17 07:10:02 +00:00
shell-backends
slapi Use be_match() instead of testing pointer equivalence 2005-08-18 04:12:54 +00:00
abandon.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
aci.c complete ACI syntax exploitation 2005-08-19 00:25:18 +00:00
acl.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
aclparse.c complete ACI syntax exploitation 2005-08-19 00:25:18 +00:00
ad.c a bit redundant, but works around ITS#3951 2005-08-18 12:14:07 +00:00
add.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
at.c
attr.c
ava.c
backend.c Check for NULL in be_match() 2005-08-18 04:34:04 +00:00
backover.c
bconfig.c Remove unused variables in config_updatedn() 2005-08-08 22:35:38 +00:00
bind.c
cancel.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
ch_malloc.c
compare.c address ITS#3914 2005-08-02 23:22:10 +00:00
component.c
component.h
config.c
config.h
connection.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
controls.c Use IANA assigned OIDs 2005-08-12 21:24:13 +00:00
cr.c
ctxcsn.c
daemon.c Don't decrement descriptor count until we have checked connection is not UDP 2005-08-08 03:44:17 +00:00
DB_CONFIG
delete.c
dn.c ITS#3931 fix dnRelativeMatch return values 2005-08-14 23:08:20 +00:00
entry.c wrap validate/pretty/normalize for ordered values (only #ifdef LDAP_DEVEL) 2005-08-11 23:35:15 +00:00
extended.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
filter.c
filterentry.c
frontend.c
globals.c
index.c
init.c
kerberos.c
ldapsync.c ITS#3917 don't check csn syntax if schema isn't inited yet 2005-08-08 23:56:40 +00:00
limits.c
lock.c
main.c personally, I'm much more comfortable using hex for log levels... 2005-08-13 16:04:40 +00:00
Makefile.in ACIs almost entirely factored out of slapd 2005-08-17 17:14:57 +00:00
matchedValues.c
modify.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
modrdn.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
mods.c
module.c
mr.c
mra.c
nt_svc.c
oc.c
oidm.c
operation.c
operational.c
passwd.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
phonetic.c
proto-slap.h Check for NULL in be_match() 2005-08-18 04:34:04 +00:00
referral.c
repl.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-08-08 22:25:56 +00:00
result.c Clarify second all user attrs comment 2005-08-20 07:00:16 +00:00
root_dse.c Use IANA assigned OIDs 2005-08-12 21:24:13 +00:00
sasl.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
saslauthz.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-08-13 21:10:41 +00:00
schema_check.c
schema_init.c ACIs almost entirely factored out of slapd 2005-08-17 17:14:57 +00:00
schema_prep.c cleanup 2005-08-18 12:50:48 +00:00
schema.c
schemaparse.c
search.c
sets.c
sets.h
sl_malloc.c
slap.h merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
slapacl.c
slapadd.c
slapauth.c
slapcat.c
slapcommon.c couldn't slapcat with ACIs in slapd.conf :) 2005-08-19 00:30:10 +00:00
slapcommon.h
slapd.conf
slapd.ldif
slapdn.c
slapindex.c
slappasswd.c
slaptest.c
starttls.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
str2filter.c
syncrepl.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
syntax.c
unbind.c
user.c
value.c wrap validate/pretty/normalize for ordered values (only #ifdef LDAP_DEVEL) 2005-08-11 23:35:15 +00:00
zn_malloc.c