openldap/servers/slapd
2005-07-27 12:19:16 +00:00
..
back-bdb bdb_locker_id, bdb_locker_id_free: BerkeleyDB lock ids are u_int32_t, not int. 2005-07-27 12:19:16 +00:00
back-dnssrv
back-hdb
back-ldap Silence unused variable warnings with #ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR 2005-07-27 08:44:11 +00:00
back-ldbm
back-ldif Plug more memleaks 2005-07-21 23:26:40 +00:00
back-meta improve messages 2005-07-21 08:54:04 +00:00
back-monitor plug leaks 2005-07-25 20:47:39 +00:00
back-null
back-passwd
back-perl
back-relay
back-shell
back-sql use operation slab for column binding 2005-07-25 22:11:09 +00:00
overlays silence warning 2005-07-25 23:06:12 +00:00
schema
shell-backends
slapi PBlock SlapReply needs to be a pointer into that supplied by caller 2005-07-27 10:09:44 +00:00
abandon.c
acl.c Silence unused variable warnings 2005-07-27 08:52:32 +00:00
aclparse.c cleanup 2005-07-25 20:47:01 +00:00
ad.c back out previous commit, fat fingers 2005-07-19 15:36:24 +00:00
add.c Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
at.c more cleanup 2005-07-19 15:13:32 +00:00
attr.c
ava.c
backend.c fix operational attributes collection (ITS#3882) 2005-07-25 21:57:20 +00:00
backover.c Remove unused variables. 2005-07-22 13:18:28 +00:00
bconfig.c Silence unused variable warnings 2005-07-27 08:52:32 +00:00
bind.c Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
cancel.c
ch_malloc.c
compare.c Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
component.c
component.h
config.c improve verbstomask diagnostics 2005-07-25 20:48:24 +00:00
config.h
connection.c should fix the invalid free issue 2005-07-21 19:14:09 +00:00
controls.c Remove unused variables. 2005-07-22 13:18:28 +00:00
cr.c
ctxcsn.c
daemon.c the swap was intended; please see ITS#3876 2005-07-22 01:00:21 +00:00
DB_CONFIG
delete.c Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
dn.c
entry.c
extended.c Ensure backend is set before calling send_ldap_extended(); 2005-07-22 05:49:55 +00:00
filter.c
filterentry.c
frontend.c Add fe_access_allowed(), should allow global ACL overlays to work 2005-07-23 04:18:48 +00:00
globals.c
index.c
init.c
kerberos.c
ldapsync.c
limits.c destroy limits at exit 2005-07-25 20:50:03 +00:00
lock.c
main.c
Makefile.in
matchedValues.c
modify.c Allow sml_desc to be set by caller in slap_mods_check() 2005-07-23 12:00:52 +00:00
modrdn.c Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
mods.c
module.c
mr.c
mra.c
nt_svc.c
oc.c
oidm.c fix uninitialized value use 2005-07-20 14:19:52 +00:00
operation.c Remove SLAPI pblock from operation structure 2005-07-22 07:54:17 +00:00
operational.c
passwd.c
phonetic.c
proto-slap.h destroy limits at exit 2005-07-25 20:50:03 +00:00
referral.c
repl.c
result.c cleanup 2005-07-25 20:47:01 +00:00
root_dse.c Remove unused variables. 2005-07-22 13:18:28 +00:00
sasl.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-22 14:35:16 +00:00
saslauthz.c
schema_check.c
schema_init.c
schema_prep.c Silence unused variable warnings with #ifdef LDAP_DYNAMIC_OBJECTS 2005-07-27 08:50:37 +00:00
schema.c
schemaparse.c
search.c Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
sets.c
sets.h
sl_malloc.c mostly revert previous commit 2005-07-20 19:26:46 +00:00
slap.h Remove SLAPI pblock from operation structure 2005-07-22 07:54:17 +00:00
slapacl.c
slapadd.c Silence warnings (rearrange if(dryrun) vs. if(verbose) 2005-07-27 08:48:43 +00:00
slapauth.c
slapcat.c
slapcommon.c
slapcommon.h
slapd.conf
slapd.ldif
slapdn.c
slapindex.c
slappasswd.c
slaptest.c
starttls.c
str2filter.c
syncrepl.c
syntax.c
unbind.c
user.c
value.c Plug more memleaks 2005-07-21 23:26:40 +00:00
zn_malloc.c