openldap/servers/slapd
Pierangelo Masarati a836a77e27 always init ACLs
2005-08-30 11:00:23 +00:00
..
back-bdb Fix another leaked environment. 2005-08-26 02:35:32 +00:00
back-dnssrv
back-hdb
back-ldap fix previous commit 2005-08-29 09:48:07 +00:00
back-ldbm Update build tools based upon OPENLDAP_AC work 2005-08-25 20:09:26 +00:00
back-ldif Partially revert rev 1.31, must detect send_search errors to propagate 2005-08-27 10:15:22 +00:00
back-meta cleanup previous commit (thanks to Hallvard) 2005-08-30 10:36:24 +00:00
back-monitor don't let back-monitor appear __after__ a database that hides it; currently, only <suffix ""> :-( ; make error messages more descriptive 2005-08-30 10:38:11 +00:00
back-null
back-passwd Replace PW_GECOS/PASSWD macros 2005-08-12 22:28:17 +00:00
back-perl
back-relay
back-shell
back-sql enable syncrepl support by default 2005-08-10 16:54:45 +00:00
overlays ITS#3937 tone down informational debug msgs 2005-08-28 07:02:53 +00:00
schema ITS#3941: posixGroup should be STRUCTURAL 2005-08-17 07:10:02 +00:00
shell-backends
slapi fix slapi_sdn_isempty() logic 2005-08-26 10:46:56 +00:00
abandon.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
aci.c fix use of uninitialized var 2005-08-23 13:02:53 +00:00
acl.c fix uninitialized, signedness and other issues (ITS#3854) 2005-08-26 16:52:51 +00:00
aclparse.c allow options in dynacl configuration 2005-08-22 16:28:50 +00:00
ad.c log UNDEFINED/PROXIED attributeDescription insertion 2005-08-29 10:49:20 +00:00
add.c merge sml_managing into sml_flags (SLAP_MOD_MANAGING) 2005-08-18 08:48:10 +00:00
at.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
attr.c make sure a_nvals are as many as a_vals (helps tracking other issues...) 2005-08-23 23:56:47 +00:00
ava.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
backend.c Check for NULL in be_match() 2005-08-18 04:34:04 +00:00
backover.c
bconfig.c don't let back-monitor appear __after__ a database that hides it; currently, only <suffix ""> :-( ; make error messages more descriptive 2005-08-30 10:38:11 +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 allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
component.c
component.h
config.c Rename label "leave" to "done". 2005-08-26 22:23:27 +00:00
config.h
connection.c Include "fd=.." in Statslog message "TLS established" 2005-08-29 23:34:42 +00:00
controls.c Fix typos in error messages 2005-08-27 01:18:47 +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 ITS#3931 fix dnRelativeMatch return values 2005-08-14 23:08:20 +00:00
entry.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
extended.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
filter.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
filterentry.c
frontend.c
globals.c
index.c
init.c always init ACLs 2005-08-30 11:00:23 +00:00
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 Consolidate a few more init calls into slap_init(). Fixes ITS#3962, 2005-08-28 03:25:16 +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 slap_mods2entry() should not zero pointers into the modifications 2005-08-01 02:16:02 +00:00
module.c
mr.c
mra.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
nt_svc.c
oc.c mutex-protect "undefined" attribute descriptions/objectClasses addition (ITS#3958) 2005-08-22 09:46:17 +00:00
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 allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +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 fix referral logging @STATS2 2005-08-20 19:20:53 +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 Add o_no_schema_check to operation structure 2005-08-01 15:26:13 +00:00
schema_init.c further ACI factoring out & confinement 2005-08-22 16:03:35 +00:00
schema_prep.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
schema.c
schemaparse.c
search.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
sets.c fix uninitialized, signedness and other issues (ITS#3854) 2005-08-26 16:52:51 +00:00
sets.h fix uninitialized, signedness and other issues (ITS#3854) 2005-08-26 16:52:51 +00:00
sl_malloc.c
slap.h allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +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 Consolidate a few more init calls into slap_init(). Fixes ITS#3962, 2005-08-28 03:25:16 +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 need stricter sanity checks... 2005-08-25 08:57:08 +00:00
syntax.c fix cleanup on error 2005-08-22 16:01:16 +00:00
unbind.c
user.c
value.c In ordered_value_sort, allow zero-length ordered values. 2005-08-28 10:23:10 +00:00
zn_malloc.c