openldap/servers/slapd
2003-11-18 22:42:13 +00:00
..
back-bdb ITS#2816 init_module for dynamic HDB 2003-11-13 21:49:48 +00:00
back-dnssrv ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-hdb Context CSN updates for hdb 2003-08-26 18:57:09 +00:00
back-ldap fix a number of mem leaks; add destroy code; HEADS-UP: API change in rewrite_info_delete() 2003-11-14 18:39:18 +00:00
back-ldbm Syncrepl code cleanup (namely prefix struct field names) 2003-10-22 05:19:30 +00:00
back-meta silence warning? 2003-11-14 18:41:42 +00:00
back-monitor Explicitly mark attribute/assertion syntax of values to be normalized 2003-10-18 06:18:05 +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 Fix typo in comment. 2003-09-30 17:11:44 +00:00
back-shell ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
back-sql Add memctx param to build_new_dn(). cleanup DN leaks. 2003-09-24 04:30:41 +00:00
back-tcl ITS#2440 unmunge init_module names 2003-06-12 22:25:20 +00:00
overlays Starting a collection of overlays 2003-09-29 05:49:39 +00:00
schema Rework support for certificate exact matching based, in part, 2003-10-18 02:39:08 +00:00
shell-backends Happy new year 2003-01-03 20:20:47 +00:00
slapi ITS#2779, cache group ACLs per operation instead of per-connection 2003-10-23 01:23:45 +00:00
tools 1. Session history support 2003-11-10 02:44:25 +00:00
abandon.c Fixed minor compile errors 2003-04-15 20:40:02 +00:00
acl.c SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
aclparse.c Improve printing of ACLs 2003-10-15 07:48:01 +00:00
ad.c ITS#2217 fix option sorting 2003-05-22 08:39:55 +00:00
add.c SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
at.c #ifdef -DSLAP_NVALUES 2003-04-05 03:35:16 +00:00
attr.c Explicitly mark attribute/assertion syntax of values to be normalized 2003-10-18 06:18:05 +00:00
ava.c More memory context tweaks 2003-04-11 01:29:28 +00:00
backend.c SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
backglue.c slaptool update for LDAP Sync replication 2003-08-30 15:19:35 +00:00
backover.c ITS#2751 additional fix 2003-10-11 02:52:48 +00:00
bind.c SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
cancel.c unifdef LDAP_SYNC and LDAP_SYNCREPL 2003-08-27 22:16:04 +00:00
ch_malloc.c Added sl_context() to return the context associated with an alloc'd ptr. 2003-04-12 05:12:40 +00:00
compare.c SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
config.c update ldapsync/syncrepl code according to the new version of 2003-11-11 20:25:19 +00:00
connection.c ITS#2832 init conn->c_writewaiter to 0 2003-11-18 22:18:33 +00:00
controls.c update ldapsync/syncrepl code according to the new version of 2003-11-11 20:25:19 +00:00
cr.c Add a basic DIT content rule test. 2003-10-24 04:40:32 +00:00
ctxcsn.c 1. Session history support 2003-11-10 02:44:25 +00:00
daemon.c Fix prev commit, don't timeout outbound connections 2003-10-25 21:14:07 +00:00
delete.c SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
dn.c Explicitly mark attribute/assertion syntax of values to be normalized 2003-10-18 06:18:05 +00:00
entry.c ITS#2801: fix str2entry trace 2003-10-30 22:45:18 +00:00
extended.c Allow SLAPI plug-ins to override OpenLDAP extended operations 2003-08-01 03:40:11 +00:00
filter.c Declare filter_escape_value_x() and make it static. 2003-09-29 14:09:31 +00:00
filterentry.c Add basic support for certificateMatch (as an extensible matching rule) 2003-10-18 04:20:19 +00:00
globals.c 1. Session history support 2003-11-10 02:44:25 +00:00
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 Happy new year 2003-01-03 20:20:47 +00:00
ldapsync.c csn format update & cleanup 2003-11-18 22:42:13 +00:00
libslapd.dsp Blind fix - remove suffixalias.c 2003-03-10 19:13:38 +00:00
limits.c remove dnNormalize2 2003-04-29 18:28:14 +00:00
lock.c Added lutil_passwd_init, _destroy, _add for dynamically adding passwd 2003-03-11 05:58:53 +00:00
main.c 1. Session history support 2003-11-10 02:44:25 +00:00
Makefile.in 1. Session history support 2003-11-10 02:44:25 +00:00
matchedValues.c vrFilter -> o_vrFilter 2003-06-10 03:32:33 +00:00
modify.c ITS#2808 fix UUIDNormalize, use it. 2003-11-03 08:22:13 +00:00
modrdn.c SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
mods.c ITS#2827 patch from Masato Taruishi 2003-11-13 08:22:03 +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 cleanup 2003-10-23 01:16:06 +00:00
mra.c More memory context tweaks 2003-04-11 01:29:28 +00:00
nt_svc.c Cleanup slapd-specific NT service support 2003-03-03 11:46:05 +00:00
oc.c #ifdef -DSLAP_NVALUES 2003-04-05 03:35:16 +00:00
oidm.c ITS#2409 - fix oidm_destroy 2003-03-28 10:24:16 +00:00
operation.c 1. Session history support 2003-11-10 02:44:25 +00:00
operational.c use global bervals for TRUE/FALSE 2003-04-16 19:49:00 +00:00
passwd.c Syncrepl code cleanup (namely prefix struct field names) 2003-10-22 05:19:30 +00:00
phonetic.c Happy new year 2003-01-03 20:20:47 +00:00
proto-slap.h update ldapsync/syncrepl code according to the new version of 2003-11-11 20:25:19 +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 SLAPI fix - no-op when slapi_plugins_used == 0 2003-10-24 05:58:42 +00:00
root_dse.c Hide experimental features 2003-09-19 18:41:28 +00:00
sasl.c ITS#2825 fix SASL internal searches 2003-11-13 21:42:28 +00:00
saslauthz.c ITS#2825 fix SASL internal searches 2003-11-13 21:42:28 +00:00
schema_check.c cleanup 2003-10-30 22:44:45 +00:00
schema_init.c ITS#2808 fix UUIDNormalize, use it. 2003-11-03 08:22:13 +00:00
schema_prep.c 1. Session history support 2003-11-10 02:44:25 +00:00
schema.c #ifdef -DSLAP_NVALUES 2003-04-05 03:35:16 +00:00
schemaparse.c Add a basic DIT content rule test. 2003-10-24 04:40:32 +00:00
search.c 1. Session history support 2003-11-10 02:44:25 +00:00
sessionlog.c 1. Session history support 2003-11-10 02:44:25 +00:00
sets.c Memory context tweaks for Bind 2003-04-12 06:56:42 +00:00
sets.h Memory context tweaks for Bind 2003-04-12 06:56:42 +00:00
sl_malloc.c cleanup comments of sl_mem_detach() 2003-05-30 21:44:18 +00:00
slap.h misc cleanup 2003-11-18 19:08:33 +00:00
slapd.conf Remove $OpenLDAP$ from installed file 2003-05-25 04:08:59 +00:00
slapd.dsp Remove values match v. filter struct field macro overloads 2003-01-20 20:21:17 +00:00
starttls.c Fix some Statslog()s: Add missing newlines. Print file descriptor as long. 2003-05-15 23:45:33 +00:00
str2filter.c Initial fix for berbuf alignment bug (ITS#2760) 2003-10-12 04:45:09 +00:00
syncrepl.c adjust cookie precedence : command line cookie has higer precedence over stored cookie 2003-11-13 01:11:07 +00:00
syntax.c #ifdef -DSLAP_NVALUES 2003-04-05 03:35:16 +00:00
unbind.c Fixed minor compile errors 2003-04-15 20:40:02 +00:00
user.c Happy new year 2003-01-03 20:20:47 +00:00
value.c Explicitly mark attribute/assertion syntax of values to be normalized 2003-10-18 06:18:05 +00:00