openldap/servers/slapd
2005-07-21 14:23:15 +00:00
..
back-bdb assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-19 05:03:12 +00:00
back-dnssrv
back-hdb
back-ldap fix ITS#3862 2005-07-18 21:32:31 +00:00
back-ldbm assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
back-ldif bvlist *list was updated through the wrong type. 2005-07-17 12:08:32 +00:00
back-meta improve messages 2005-07-21 08:54:04 +00:00
back-monitor destroy cache on exit 2005-07-20 14:59:56 +00:00
back-null
back-passwd
back-perl Silence "unused variable" warning 2005-07-14 19:35:09 +00:00
back-relay assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
back-shell
back-sql Under some circumstances, port 9010 is already in use and may cause problems to referrals whose server is supposed to be unavailable 2005-07-20 11:17:06 +00:00
overlays assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
schema Schema cleanup 2005-07-11 19:20:36 +00:00
shell-backends
slapi Factor out common code in SLAPI internal ops 2005-07-21 08:34:25 +00:00
abandon.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
acl.c Delete unused variable. 2005-07-18 06:30:47 +00:00
aclparse.c Remove spurious fprintf arguments 2005-07-17 11:55:34 +00:00
ad.c back out previous commit, fat fingers 2005-07-19 15:36:24 +00:00
add.c
at.c more cleanup 2005-07-19 15:13:32 +00:00
attr.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
ava.c
backend.c SLAPI cleanups 2005-07-21 08:39:37 +00:00
backover.c make sure we notice if this gets out of sync with slap_operation_e 2005-07-21 14:13:57 +00:00
bconfig.c improve previous commit 2005-07-19 19:13:50 +00:00
bind.c Format fixes (%d<->%lu etc) 2005-07-04 05:29:12 +00:00
cancel.c ITS#3847 silence warnings 2005-07-11 12:11:15 +00:00
ch_malloc.c
compare.c
component.c strip_cav_tag() should return ber_tag_t, not int 2005-07-18 05:11:11 +00:00
component.h
config.c more cleanup 2005-07-19 15:13:32 +00:00
config.h Make ConfigArgs.lineno int like elsewhere instead of unsigned long 2005-07-18 05:48:21 +00:00
connection.c ITS#3549 don't queue Unbind requests 2005-06-18 09:06:12 +00:00
controls.c Add slap_parse_ctrl() API for parsing already decoded controls; needed 2005-07-19 08:38:46 +00:00
cr.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
ctxcsn.c ITS#3847 silence warnings 2005-07-11 12:11:15 +00:00
daemon.c The order of uidNumber and gidNumber was swapped in revision 1.331, 2005-07-19 06:45:57 +00:00
DB_CONFIG
delete.c
dn.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
entry.c Make ebuf/ecur char* instead of unsigned char* (which they are never used as) 2005-07-14 21:02:59 +00:00
extended.c
filter.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
filterentry.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
frontend.c ITS#3844 fix slap_operational_subschemaSubentry 2005-07-07 17:39:29 +00:00
globals.c
index.c
init.c Global plugins are now associated with frontendDB 2005-07-19 06:46:14 +00:00
kerberos.c
ldapsync.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
limits.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
lock.c
main.c fix leak 2005-07-16 15:40:14 +00:00
Makefile.in
matchedValues.c
modify.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
modrdn.c
mods.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
module.c
mr.c
mra.c cleanup 2005-07-19 14:38:55 +00:00
nt_svc.c
oc.c ObjectClass cleanup 2005-07-19 14:39:19 +00:00
oidm.c fix uninitialized value use 2005-07-20 14:19:52 +00:00
operation.c ITS#3847 silence warnings 2005-07-11 12:11:15 +00:00
operational.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
passwd.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
phonetic.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
proto-slap.h add prototype for overlay_op_walk() 2005-07-21 13:35:59 +00:00
referral.c
repl.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
result.c SLAPI cleanups 2005-07-21 08:39:37 +00:00
root_dse.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
sasl.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
saslauthz.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
schema_check.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
schema_init.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
schema_prep.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
schema.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
schemaparse.c
search.c SLAPI cleanups 2005-07-21 08:39:37 +00:00
sets.c
sets.h
sl_malloc.c mostly revert previous commit 2005-07-20 19:26:46 +00:00
slap.h condition SLAP_OVERLAY_ACCESS 2005-07-21 14:23:15 +00:00
slapacl.c
slapadd.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
slapauth.c
slapcat.c
slapcommon.c
slapcommon.h
slapd.conf
slapd.ldif
slapdn.c
slapindex.c
slappasswd.c
slaptest.c
starttls.c ITS#3847 silence warnings 2005-07-11 12:11:15 +00:00
str2filter.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
syncrepl.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00
syntax.c
unbind.c
user.c
value.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
zn_malloc.c assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL). 2005-07-18 06:22:33 +00:00