openldap/servers/slapd
2005-12-06 20:04:20 +00:00
..
back-bdb ITS#4226 must close cursor when limiting candidate check 2005-11-29 11:34:47 +00:00
back-dnssrv more attr_merge cleanup (please check) 2005-04-21 23:36:37 +00:00
back-hdb ITS#3978 move alock from back-bdb to slapd 2005-09-04 15:21:57 +00:00
back-ldap fix previous commit 2005-11-28 10:38:01 +00:00
back-ldbm unifdef -DBDB_SUBENTRIES -DLDBM_SUBENTRIES 2005-11-27 01:03:03 +00:00
back-ldif better fix to ITS#4183 (the prototype in proto-slap.h was erroneously committed earlier) 2005-11-18 00:20:01 +00:00
back-meta cleanup 2005-12-05 15:21:49 +00:00
back-monitor Update description 2005-11-27 02:10:01 +00:00
back-null Null backend support for slapadd and slapcat 2005-08-31 18:00:40 +00:00
back-passwd don't trust strchr/strrchr with bervals 2005-11-13 22:26:53 +00:00
back-perl use LDAP_SIZELIMIT_EXCEEDED; rework the return values of slap_send_search_entry(); silence a few warnings 2005-11-25 22:17:24 +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 implement add/delete granularity in write access (ITS#3631) 2005-04-08 00:18:24 +00:00
back-sql Remove some unnecessary #ifdefs 2005-11-26 07:38:18 +00:00
overlays relax the check on objectClass (may be equal) 2005-12-06 20:04:20 +00:00
schema Add commented-out 'top' 2005-10-29 23:36:57 +00:00
shell-backends use lutil_ato*() whenever appropriate 2005-11-24 01:10:05 +00:00
slapi Remove some unnecessary #ifdefs 2005-11-26 07:38:18 +00:00
abandon.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
aci.c use LDAP_SIZELIMIT_EXCEEDED; rework the return values of slap_send_search_entry(); silence a few warnings 2005-11-25 22:17:24 +00:00
acl.c ITS#4218 streamline frontend/overlay access_allowed. Probably need to 2005-11-26 07:53:07 +00:00
aclparse.c allow comma-separated descriptive log levels, so that tests can be run, e.g., with "SLAPD_DEBUG=stats,stats2"; s/ldap_debug/slap_debug/ 2005-11-28 10:55:07 +00:00
ad.c don't trust strchr/strrchr with bervals 2005-11-13 22:26:53 +00:00
add.c Fix missing error text 2005-11-17 08:40:46 +00:00
alock.c Also compile for LDBM 2005-09-04 16:24:16 +00:00
alock.h Moved from back-bdb 2005-09-05 01:32:44 +00:00
at.c improve previous commit; same fix required by objectClasses (ITS#4185) 2005-11-19 00:33:19 +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 complete merging of dyngroup into dynlist; add back-config support 2005-11-29 02:10:47 +00:00
backglue.c Remove some unnecessary #ifdefs 2005-11-26 07:38:18 +00:00
backover.c allow dynlist to take over dyngroup 2005-11-29 10:02:05 +00:00
bconfig.c complete merging of dyngroup into dynlist; add back-config support 2005-11-29 02:10:47 +00:00
bind.c ITS#4158 still more 2005-11-08 09:53:38 +00:00
cancel.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
ch_malloc.c ITS#3981 ch_realloc( addr, 0 ) frees addr, return NULL 2005-09-09 07:06:58 +00:00
compare.c allow undefined attrs to be "proxied" (ITS#3959) 2005-08-25 21:14:26 +00:00
component.c strip_cav_tag() should return ber_tag_t, not int 2005-07-18 05:11:11 +00:00
component.h
config.c use lutil_ato*() whenever appropriate 2005-11-24 01:10:05 +00:00
config.h complete merging of dyngroup into dynlist; add back-config support 2005-11-29 02:10:47 +00:00
connection.c Primitive handling of dontUseCopy (always error). 2005-11-26 07:09:59 +00:00
controls.c Primitive handling of dontUseCopy (always error). 2005-11-26 07:09:59 +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 Fix for syncprov checkpoint CSN disposal 2005-11-14 19:38:48 +00:00
daemon.c Fix ITS#3717 - set restriction on all backends 2005-11-25 23:16:10 +00:00
DB_CONFIG ITS#4229: update DB_CONFIG for -q option 2005-11-29 20:28:02 +00:00
delete.c Move CSN invocations to backends 2005-10-13 11:58:44 +00:00
dn.c don't trust strchr/strrchr with bervals 2005-11-13 22:26:53 +00:00
entry.c Fix mod delete by ordered index 2005-12-05 11:46:56 +00:00
extended.c restore the existing BackendDB, in case overlays are in use 2005-11-08 10:09:30 +00:00
filter.c cleanup filter escaping 2005-11-25 12:16:27 +00:00
filterentry.c silence warnings 2005-11-06 23:27:09 +00:00
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 Fix compile warning 2005-03-17 23:55:52 +00:00
init.c allow comma-separated descriptive log levels, so that tests can be run, e.g., with "SLAPD_DEBUG=stats,stats2"; s/ldap_debug/slap_debug/ 2005-11-28 10:55:07 +00:00
kerberos.c
ldapsync.c use lutil_ato*() whenever appropriate 2005-11-24 01:10:05 +00:00
limits.c use lutil_ato*() whenever appropriate 2005-11-24 01:10:05 +00:00
lock.c
main.c fix compilation without debugging (ITS#4245) 2005-12-05 10:39:38 +00:00
Makefile.in Support POSIX 1003.1-2001 without XSI extensions (ITS #2667): 2005-09-17 22:22:15 +00:00
matchedValues.c
modify.c Fix mod delete by ordered index 2005-12-05 11:46:56 +00:00
modrdn.c better fix to ITS#4183 (the prototype in proto-slap.h was erroneously committed earlier) 2005-11-18 00:20:01 +00:00
mods.c Remove lint 2005-11-26 04:02:13 +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 improve previous commit; same fix required by objectClasses (ITS#4185) 2005-11-19 00:33:19 +00:00
oidm.c fix uninitialized value use 2005-07-20 14:19:52 +00:00
operation.c Move CSN invocations to backends 2005-10-13 11:58:44 +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 fix log 2005-11-10 12:57:42 +00:00
phonetic.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
proto-slap.h Fix mod delete by ordered index 2005-12-05 11:46:56 +00:00
referral.c
repl.c more URI into bindconf 2005-11-16 21:52:14 +00:00
result.c ITS#4237 don't update sc_prev after a callback has been freed. 2005-12-01 00:48:38 +00:00
root_dse.c allow to register (and expose) a supported feature 2005-11-27 23:17:57 +00:00
sasl.c cleanup 2005-11-20 01:39:19 +00:00
saslauthz.c Remove some unnecessary #ifdefs 2005-11-26 07:38:18 +00:00
schema_check.c Add o_no_schema_check to operation structure 2005-08-01 15:26:13 +00:00
schema_init.c don't trust strchr/strrchr with bervals 2005-11-13 22:26:53 +00:00
schema_prep.c minor schema parsing cleanup 2005-11-19 14:57:25 +00:00
schema.c don't trust strchr/strrchr with bervals 2005-11-13 22:26:53 +00:00
schemaparse.c minor schema parsing cleanup 2005-11-19 14:57:25 +00:00
search.c Remove some unnecessary #ifdefs 2005-11-26 07:38:18 +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 silence warnings... 2005-11-14 21:47:17 +00:00
slap.h Tweak syncrepl messageID 2005-12-05 11:46:30 +00:00
slapacl.c Align Operation buffers using LBER_ALIGNED_BUFFER 2005-10-12 23:17:28 +00:00
slapadd.c Align Operation buffers using LBER_ALIGNED_BUFFER 2005-10-12 23:17:28 +00:00
slapauth.c Align Operation buffers using LBER_ALIGNED_BUFFER 2005-10-12 23:17:28 +00:00
slapcat.c ITS#3764 add signal handlers so slapcat will cleanup if interrupted. 2005-06-10 20:14:32 +00:00
slapcommon.c fix compilation without debugging (ITS#4245) 2005-12-05 10:39:38 +00:00
slapcommon.h Updated ldif_read_record to support LDIF include: directive 2005-05-12 00:46:39 +00:00
slapd.conf
slapd.ldif LDIF include must use a file URL 2005-05-13 09:56:17 +00:00
slapdn.c allow slapdn to return the DN in pretty/normal only mode, without diagnostics, to be used as filter (should allow reading from stdin as well) 2005-04-01 12:59:26 +00:00
slapindex.c
slappasswd.c ITS#3557: {SSHA} not default due to missing include 2005-02-27 16:46:45 +00:00
slaptest.c silence warnings 2005-11-06 23:27:09 +00:00
starttls.c Add missing Statslog() statements (loglevel stats/stats2): 2005-08-14 00:14:58 +00:00
str2filter.c Silence "unused <something>" warnings 2005-07-14 19:52:08 +00:00
syncrepl.c ITS#4227 delta-sync should use subtree search 2005-11-29 11:44:43 +00:00
syntax.c fix cleanup on error 2005-08-22 16:01:16 +00:00
unbind.c call frontend's be_unbind, if any, to honor hooks registered by global overlays (ITS#3649) 2005-04-11 19:12:30 +00:00
user.c use lutil_ato*() whenever appropriate 2005-11-24 01:10:05 +00:00
value.c Fix mod delete by ordered index 2005-12-05 11:46:56 +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