openldap/servers/slapd
Pierangelo Masarati e93c8f18d4 minor cleanup
2005-08-11 23:53:52 +00:00
..
back-bdb minor cleanup 2005-08-11 23:53:52 +00:00
back-dnssrv
back-hdb
back-ldap add authzSyntax for authzTo/authzFrom attributes; add X-ORDERED 'VALUES' if support for ordered_value_{validate,pretty,normalize} is present; exploit normalization in slap_parseURI (only #ifdef LDAP_DEVEL) 2005-08-11 23:52:17 +00:00
back-ldbm Add o_no_schema_check to operation structure 2005-08-01 15:26:13 +00:00
back-ldif don't need compare if entry_get is available 2005-08-03 00:33:37 +00:00
back-meta plug yet another one-time leak 2005-08-07 16:45:13 +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 ITS#3922 don't leak ber buffer on decode/parse errors 2005-08-09 00:26:39 +00:00
schema Add note about core.ldif and openldap.ldif 2005-07-29 12:19:08 +00:00
shell-backends
slapi ITS#3924 2005-08-09 05:28:58 +00:00
abandon.c
acl.c trim use of uninitialized data; please review 2005-08-10 10:21:37 +00:00
aclparse.c use macros instead of literals 2005-08-06 11:29:08 +00:00
ad.c don't get tricked when option separator occurs past end of berval 2005-08-11 02:09:03 +00:00
add.c Remove unused variable. 2005-08-02 08:50:02 +00:00
at.c
attr.c
ava.c
backend.c temporarily fix SLAPD_OVERLAY_ACCESS conflict 2005-08-10 18:53:21 +00:00
backover.c Remove unused variables. 2005-07-22 13:18:28 +00:00
bconfig.c Remove unused variables in config_updatedn() 2005-08-08 22:35:38 +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 address ITS#3914 2005-08-02 23:22:10 +00:00
component.c
component.h
config.c treat extra args as errors 2005-07-29 09:01:44 +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 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 Cleanup 2005-07-31 18:17:13 +00:00
dn.c
entry.c wrap validate/pretty/normalize for ordered values (only #ifdef LDAP_DEVEL) 2005-08-11 23:35:15 +00:00
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 ITS#3917 don't check csn syntax if schema isn't inited yet 2005-08-08 23:56:40 +00:00
limits.c destroy limits at exit 2005-07-25 20:50:03 +00:00
lock.c
main.c Move ldap_pvt_thread_initialize() earlier. (See -devel; same as ITS#3793) 2005-08-10 23:19:47 +00:00
Makefile.in ITS#3929 "test -e" doesn't exist on Solaris 2005-08-11 00:27:59 +00:00
matchedValues.c
modify.c wrap validate/pretty/normalize for ordered values (only #ifdef LDAP_DEVEL) 2005-08-11 23:35:15 +00:00
modrdn.c Move most of SLAPI frontend into overlay 2005-07-21 16:35:20 +00:00
mods.c slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
module.c
mr.c
mra.c
nt_svc.c
oc.c
oidm.c
operation.c Remove SLAPI pblock from operation structure 2005-07-22 07:54:17 +00:00
operational.c
passwd.c slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
phonetic.c
proto-slap.h add authzSyntax for authzTo/authzFrom attributes; add X-ORDERED 'VALUES' if support for ordered_value_{validate,pretty,normalize} is present; exploit normalization in slap_parseURI (only #ifdef LDAP_DEVEL) 2005-08-11 23:52:17 +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 Read LDAPResult.resultCode & ModifyRequest.modification.operation 2005-08-10 00:54:38 +00:00
root_dse.c Remove unused variables. 2005-07-22 13:18:28 +00:00
sasl.c slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
saslauthz.c add authzSyntax for authzTo/authzFrom attributes; add X-ORDERED 'VALUES' if support for ordered_value_{validate,pretty,normalize} is present; exploit normalization in slap_parseURI (only #ifdef LDAP_DEVEL) 2005-08-11 23:52:17 +00:00
schema_check.c Add o_no_schema_check to operation structure 2005-08-01 15:26:13 +00:00
schema_init.c add authzSyntax for authzTo/authzFrom attributes; add X-ORDERED 'VALUES' if support for ordered_value_{validate,pretty,normalize} is present; exploit normalization in slap_parseURI (only #ifdef LDAP_DEVEL) 2005-08-11 23:52:17 +00:00
schema_prep.c add authzSyntax for authzTo/authzFrom attributes; add X-ORDERED 'VALUES' if support for ordered_value_{validate,pretty,normalize} is present; exploit normalization in slap_parseURI (only #ifdef LDAP_DEVEL) 2005-08-11 23:52:17 +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
slap.h add authzSyntax for authzTo/authzFrom attributes; add X-ORDERED 'VALUES' if support for ordered_value_{validate,pretty,normalize} is present; exploit normalization in slap_parseURI (only #ifdef LDAP_DEVEL) 2005-08-11 23:52:17 +00:00
slapacl.c
slapadd.c Add o_no_schema_check to operation structure 2005-08-01 15:26:13 +00:00
slapauth.c
slapcat.c
slapcommon.c plug one-time leak 2005-08-11 23:35:47 +00:00
slapcommon.h
slapd.conf
slapd.ldif
slapdn.c
slapindex.c
slappasswd.c
slaptest.c
starttls.c
str2filter.c
syncrepl.c silence warning 2005-08-11 19:32:28 +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