openldap/servers/slapd
2006-04-25 21:11:44 +00:00
..
back-bdb unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
back-dnssrv unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
back-hdb s/LDBM/BDB/ 2006-04-08 04:24:12 +00:00
back-ldap don't idassert if proxyAuthz == boundDN (ITS#4497) 2006-04-21 21:07:31 +00:00
back-ldif check existence of newSuperior 2006-04-25 21:11:44 +00:00
back-meta more coverity issues 2006-04-14 00:17:27 +00:00
back-monitor unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
back-null
back-passwd
back-perl Warnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL). 2006-04-02 19:54:24 +00:00
back-relay
back-shell Plug leak 2006-04-04 10:12:55 +00:00
back-sql unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
overlays more ITS#4503 cleanup 2006-04-25 19:30:48 +00:00
schema
shell-backends
slapi slapi_ch_bvdup() should be implemented in terms of ber_dupbv() 2006-03-01 16:29:31 +00:00
abandon.c
aci.c
acl.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
aclparse.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
ad.c fix leak 2006-03-19 23:26:12 +00:00
add.c Add link to FAQ entry on BDB tuning 2006-03-30 17:56:56 +00:00
alock.c remove more LDBM cruft 2006-04-11 18:56:11 +00:00
alock.h
at.c Cleanup NULL check 2006-03-31 22:05:01 +00:00
attr.c
ava.c
backend.c Make be_shadow_update more specific for syncrepl ops, since mirrormode 2006-04-20 22:20:25 +00:00
backglue.c More for ITS#4323 fix 2006-04-07 04:17:44 +00:00
backover.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
bconfig.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
bind.c streamline handling of simple bind by global overlays (ITS#4454) 2006-03-26 23:03:43 +00:00
cancel.c TXN protocol element parsers (without any backend support) 2006-03-07 00:48:14 +00:00
ch_malloc.c
compare.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
component.c Cleanup 2006-03-31 12:53:32 +00:00
component.h
config.c no TLS no party 2006-04-13 12:09:34 +00:00
config.h
connection.c ITS#4476 revert connection_write processing back into main thread 2006-04-06 04:34:37 +00:00
controls.c cleanup 2006-04-06 21:29:38 +00:00
cr.c plug leaks 2006-03-31 12:20:04 +00:00
ctxcsn.c
daemon.c ITS#4476 revert connection_write processing back into main thread 2006-04-06 04:34:37 +00:00
DB_CONFIG Add link to FAQ entry on BDB tuning 2006-03-30 17:56:56 +00:00
delete.c Add link to FAQ entry on BDB tuning 2006-03-30 17:56:56 +00:00
dn.c remove more LDBM cruft 2006-04-11 18:56:11 +00:00
entry.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
extended.c TXN protocol element parsers (without any backend support) 2006-03-07 00:48:14 +00:00
filter.c
filterentry.c
frontend.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
globals.c
index.c
init.c Warnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL). 2006-04-02 19:54:24 +00:00
kerberos.c remove more LDBM cruft 2006-04-11 18:56:11 +00:00
ldapsync.c more ITS#4503 cleanup 2006-04-25 19:30:48 +00:00
limits.c fix ITS#4479 2006-04-06 23:48:55 +00:00
lock.c
main.c ITS#4489 fix slap_tls_ld cleanup 2006-04-13 21:49:25 +00:00
Makefile.in s/ldbm/hdb/ 2006-04-08 04:21:03 +00:00
matchedValues.c
modify.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
modrdn.c Add link to FAQ entry on BDB tuning 2006-03-30 17:56:56 +00:00
mods.c
module.c
mr.c plug leaks 2006-03-31 12:20:04 +00:00
mra.c
nt_svc.c
oc.c
oidm.c plug leaks 2006-03-31 12:20:04 +00:00
operation.c Add link to FAQ entry on BDB tuning 2006-03-30 17:56:56 +00:00
operational.c
passwd.c TXN protocol element parsers (without any backend support) 2006-03-07 00:48:14 +00:00
phonetic.c
proto-slap.h slap_loglevel_get() prototype 2006-04-13 22:16:17 +00:00
referral.c Code which doesn't hanlding allocation failure should use 2006-04-06 21:44:05 +00:00
repl.c Cleanup 2006-03-31 12:53:32 +00:00
result.c Cast isspace() arg to unsigned char. (Update to previous change.) 2006-04-24 20:32:23 +00:00
root_dse.c cleanup 2006-04-13 14:46:16 +00:00
sasl.c
saslauthz.c callbacks must return valid error codes (ITS#4499) 2006-04-25 19:07:34 +00:00
schema_check.c
schema_init.c schema_destroy(): Handle failed slap_schema_init() 2006-04-13 22:19:19 +00:00
schema_prep.c unifdef -DSLAP_ACL_HONOR_DISCLOSE 2006-04-12 05:53:26 +00:00
schema.c
schemaparse.c
search.c
sets.c
sets.h
sl_malloc.c don't leak if realloc fails (ITS#4477) 2006-04-06 19:13:41 +00:00
slap.h #define Statslog() also when --disable-debug (disappeared in rev 1.754) 2006-04-16 16:01:09 +00:00
slapacl.c
slapadd.c
slapauth.c
slapcat.c
slapcommon.c
slapcommon.h
slapd.conf s/ldbm/hdb/ 2006-04-08 04:21:03 +00:00
slapd.ldif s/ldbm/hdb/ 2006-04-08 04:21:03 +00:00
slapdn.c
slapindex.c
slappasswd.c
slaptest.c plug leaks 2006-03-31 12:20:04 +00:00
starttls.c TXN protocol element parsers (without any backend support) 2006-03-07 00:48:14 +00:00
str2filter.c
syncrepl.c more ITS#4503 cleanup 2006-04-25 19:30:48 +00:00
syntax.c
txn.c more txn infrastructure 2006-03-08 05:54:10 +00:00
unbind.c
user.c
value.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2006-04-01 23:52:42 +00:00
zn_malloc.c