openldap/servers/slapd
Luke Howard 281627d81d Do not attempt to map positive error codes returned by plugins to
negative error codes.

Plugins should never return positive error codes except in the case
of bind pre-operation plugins, where they should return SLAPI_BIND_XXX.

This should fix ITS #2616 ...
2003-08-11 09:55:45 +00:00
..
back-bdb Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
back-dnssrv ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-hdb
back-ldap ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-ldbm Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
back-meta fix from Apurva 2003-06-28 00:36:27 +00:00
back-monitor ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-null Another round of minor copyright updates 2003-05-25 03:56:57 +00:00
back-passwd ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-perl ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-shell ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-sql apparently Oracle does not support AS in joins (ITS#2642) 2003-07-15 11:26:17 +00:00
back-tcl ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
schema Clarify copyrights 2003-05-25 04:07:47 +00:00
shell-backends
slapi Do not attempt to map positive error codes returned by plugins to 2003-08-11 09:55:45 +00:00
tools SyncRepl is changed to share the following routnines : 2003-07-11 01:01:27 +00:00
abandon.c
acl.c ITS#2529 null DN in log 2003-05-22 09:22:41 +00:00
aclparse.c Break up too long string literals (>509 characters, ISO C's minimum max size). 2003-06-03 18:01:37 +00:00
ad.c ITS#2217 fix option sorting 2003-05-22 08:39:55 +00:00
add.c SyncRepl is changed to share the following routnines : 2003-07-11 01:01:27 +00:00
at.c
attr.c Clean up SLAP_NVALUES comment 2003-05-16 03:58:28 +00:00
ava.c
backend.c Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
backglue.c ITS#2474 default return value 2003-04-29 20:01:51 +00:00
backover.c clear list pointer in instatiated copy 2003-08-09 17:48:02 +00:00
bind.c Remove deprecated code. Will remove slap.h code define later. 2003-08-09 03:44:30 +00:00
cancel.c
ch_malloc.c
compare.c #include <ac/string.h> to get strcasecmp(). 2003-05-15 11:43:33 +00:00
config.c - partial attribute replication tested ok 2003-07-02 14:51:23 +00:00
connection.c Support for SLAPI plugin extensions API. 2003-07-03 19:04:18 +00:00
controls.c Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
cr.c
daemon.c ITS#2607: improve socket() error logging with AF info 2003-06-21 22:55:15 +00:00
delete.c - partial attribute replication tested ok 2003-07-02 14:51:23 +00:00
dn.c Fix TL malloc/free 2003-05-28 22:15:44 +00:00
entry.c Fix assignment of <char/int>* to unsigned <char/int>* and vice versa. 2003-05-02 13:29:28 +00:00
extended.c Allow SLAPI plug-ins to override OpenLDAP extended operations 2003-08-01 03:40:11 +00:00
filter.c Fix computed filter inversion 2003-04-29 20:40:26 +00:00
filterentry.c
globals.c
index.c #include <ac/string.h> to get strcasecmp(). 2003-05-15 11:43:33 +00:00
init.c Call SLAPI close function, not start function on shutdown 2003-06-09 04:11:06 +00:00
kerberos.c
libslapd.dsp
limits.c remove dnNormalize2 2003-04-29 18:28:14 +00:00
lock.c
main.c Initialize schema before starting server. 2003-06-15 05:57:14 +00:00
Makefile.in Preliminary backend overlay support, based on backglue, not tested... 2003-06-11 02:27:51 +00:00
matchedValues.c vrFilter -> o_vrFilter 2003-06-10 03:32:33 +00:00
modify.c Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
modrdn.c - partial attribute replication tested ok 2003-07-02 14:51:23 +00:00
mods.c Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
module.c ITS#2437 use lt_dlopenext instead of lt_dlopen for convenience 2003-06-12 22:21:30 +00:00
mr.c
mra.c
nt_svc.c
oc.c
oidm.c
operation.c Support for SLAPI plugin extensions API. 2003-07-03 19:04:18 +00:00
operational.c
passwd.c - partial attribute replication tested ok 2003-07-02 14:51:23 +00:00
phonetic.c
proto-slap.h Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
referral.c remove dnPretty 2003-04-29 18:13:10 +00:00
repl.c Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
result.c code clean before adding readback hacks 2003-06-11 00:59:10 +00:00
root_dse.c Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
sasl.c Change slap_sasl_authorized to take an Operation instead of a Connection, 2003-05-24 02:44:46 +00:00
saslauthz.c delete incorrect URI description. RFC 2255 should be used. 2003-07-31 08:41:11 +00:00
schema_check.c Glueing code changes for replica promotion scenario 2003-06-28 00:52:40 +00:00
schema_init.c ITS#2664: add uniqueMemberMatch 2003-08-11 02:12:20 +00:00
schema_prep.c add SLAP_OC_GLUE flag to oc_map 2003-06-25 22:28:19 +00:00
schema.c
schemaparse.c Break up too long string literals (>509 characters, ISO C's minimum max size). 2003-06-03 18:01:37 +00:00
search.c LCUP primitive routines removed 2003-06-27 17:39:48 +00:00
sets.c
sets.h
sl_malloc.c cleanup comments of sl_mem_detach() 2003-05-30 21:44:18 +00:00
slap.h Add initial support for modify/increment. No over/under flow detection. 2003-08-07 16:42:40 +00:00
slapd.conf Remove $OpenLDAP$ from installed file 2003-05-25 04:08:59 +00:00
slapd.dsp
starttls.c Fix some Statslog()s: Add missing newlines. Print file descriptor as long. 2003-05-15 23:45:33 +00:00
str2filter.c Fix LBER_OPT_MEMCTX behavior 2003-05-28 22:17:08 +00:00
syncrepl.c SyncRepl updates for back-bdb / back-ldbm 2003-07-15 00:33:49 +00:00
syntax.c
unbind.c
user.c
value.c