..
back-bdb
Fix previous commit
2003-03-27 03:27:48 +00:00
back-dnssrv
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
back-ldap
Remove attribute.c, group.c from build
2003-03-26 11:52:59 +00:00
back-ldbm
Remove attribute.c, group.c from build
2003-03-26 11:52:59 +00:00
back-meta
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
back-monitor
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
back-null
Fix typo in comment.
2003-01-24 20:12:50 +00:00
back-passwd
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
back-perl
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
back-shell
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
back-sql
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
back-tcl
more OPERATIONS v. OTHER error cleanup
2003-03-01 20:20:53 +00:00
schema
Minor tweaks
2003-03-13 01:29:49 +00:00
shell-backends
Happy new year
2003-01-03 20:20:47 +00:00
slapi
blind fix of value_match when SLAP_NVALUES is set
2003-03-24 22:23:18 +00:00
tools
document -u option
2003-03-18 10:38:23 +00:00
abandon.c
Fix -ULDAP_CLIENT_UPDATE bug (mine)
2003-02-17 17:57:19 +00:00
acl.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
aclparse.c
only document 'subtree', but also allow 'sub'
2003-02-05 20:38:42 +00:00
ad.c
SLAP_NVALUES:
2003-02-27 01:54:43 +00:00
add.c
Fix prev commit
2003-03-24 19:36:25 +00:00
at.c
Use add_merge_one to add schema elements to subschema
2003-02-28 07:06:06 +00:00
attr.c
SLAP_NVALUES - add attr_merge comment
2003-03-24 02:24:23 +00:00
ava.c
SLAP_NVALUES:
2003-02-27 01:54:43 +00:00
backend.c
Deleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-26 11:50:03 +00:00
backglue.c
fix ITS#2343
2003-03-03 22:25:28 +00:00
bind.c
call LDAPv2 what it is (historical)
2003-03-06 01:00:05 +00:00
cancel.c
Use struct berval for exop reqoid everywhere. Define berval constants
2003-02-16 06:15:28 +00:00
ch_malloc.c
Happy new year
2003-01-03 20:20:47 +00:00
compare.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
config.c
ITS#2389 - added conn_max_pending/auth config keywords to cap the number
2003-03-27 03:35:46 +00:00
connection.c
ITS#2389 - added conn_max_pending/auth config keywords to cap the number
2003-03-27 03:35:46 +00:00
controls.c
Plug leaks in controls_destroy()
2003-03-14 09:42:18 +00:00
cr.c
Use add_merge_one to add schema elements to subschema
2003-02-28 07:06:06 +00:00
daemon.c
silence warning
2003-03-11 12:25:39 +00:00
delete.c
Move include <slapi.h> behind #ifdef
2003-02-10 02:09:00 +00:00
dn.c
ITS#2847: fix cn=#,...
2003-03-22 16:12:39 +00:00
entry.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
extended.c
init var
2003-03-03 21:33:29 +00:00
filter.c
value is parsed in place; minor cleanup
2003-03-18 14:38:40 +00:00
filterentry.c
SLAP_NVALUES - a_nvals is useless if ma_rule isn't the same as attr's.
2003-03-24 02:16:42 +00:00
globals.c
Use BER_BVC
2003-03-13 01:05:40 +00:00
index.c
Happy new year
2003-01-03 20:20:47 +00:00
init.c
Rework #ifdef'ing of expermental controls to ease release engineering
2003-02-08 21:53:05 +00:00
kerberos.c
Happy new year
2003-01-03 20:20:47 +00:00
libslapd.dsp
Blind fix - remove suffixalias.c
2003-03-10 19:13:38 +00:00
limits.c
Happy new year
2003-01-03 20:20:47 +00:00
lock.c
Added lutil_passwd_init, _destroy, _add for dynamically adding passwd
2003-03-11 05:58:53 +00:00
main.c
Added slap_op_init/destroy, cache Operation structures
2003-03-25 20:18:50 +00:00
Makefile.in
SLAP_NVALUES: test003 now passes (with help of a substr mr hack)
2003-03-01 00:14:32 +00:00
matchedValues.c
SLAP_NVALUES fix matchedValues
2003-03-24 02:03:33 +00:00
modify.c
Added lutil_passwd_init, _destroy, _add for dynamically adding passwd
2003-03-11 05:58:53 +00:00
modrdn.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
mods.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
module.c
Use struct berval for exop reqoid everywhere. Define berval constants
2003-02-16 06:15:28 +00:00
mr.c
Plug leaks. (benign. slap_controls and root_dse need a destroy() still,
2003-03-14 09:37:27 +00:00
mra.c
Fix order of arguments
2003-03-24 01:19:43 +00:00
nt_svc.c
Cleanup slapd-specific NT service support
2003-03-03 11:46:05 +00:00
oc.c
SLAP_NVALUES changes
2003-03-16 18:10:16 +00:00
oidm.c
SLAP_NVALUES: test004 works
2003-03-01 03:37:16 +00:00
operation.c
Added slap_op_init/destroy, cache Operation structures
2003-03-25 20:18:50 +00:00
operational.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
passwd.c
Suppress warning
2003-02-16 12:22:06 +00:00
phonetic.c
Happy new year
2003-01-03 20:20:47 +00:00
proto-slap.h
ITS#2389 - added conn_max_pending/auth config keywords to cap the number
2003-03-27 03:35:46 +00:00
referral.c
Happy new year
2003-01-03 20:20:47 +00:00
repl.c
Happy new year
2003-01-03 20:20:47 +00:00
result.c
Revert previous commit
2003-03-26 19:22:33 +00:00
root_dse.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
sasl.c
SLAP_NVALUES changes
2003-03-16 18:10:16 +00:00
saslauthz.c
Added op->o_is_auth_check; use ACL_AUTH instead of ACL_SEARCH/ACL_READ
2003-03-10 22:07:21 +00:00
schema.c
more SLAP_NVALUES cleanup
2003-02-26 22:58:46 +00:00
schema_check.c
SLAP_NVALUES tweaks - after input, a_nvals is always populated. If there is
2003-03-24 01:56:56 +00:00
schema_init.c
SLAP_NVALUES: a few more matching rules
2003-03-24 06:49:55 +00:00
schema_prep.c
Add namingCSN attribute type
2003-03-23 02:58:36 +00:00
schemaparse.c
Move RDN checks to entry_schema_check() so that it is consistently
2003-02-07 20:12:26 +00:00
search.c
Move include <slapi.h> behind #ifdef
2003-02-10 02:09:00 +00:00
sets.c
Happy new year
2003-01-03 20:20:47 +00:00
sets.h
Remove values match v. filter struct field macro overloads
2003-01-20 20:21:17 +00:00
slap.h
ITS#2389 - added conn_max_pending/auth config keywords to cap the number
2003-03-27 03:35:46 +00:00
slapd.conf
Clarify comment
2003-03-24 02:11:16 +00:00
slapd.dsp
Remove values match v. filter struct field macro overloads
2003-01-20 20:21:17 +00:00
starttls.c
Use struct berval for exop reqoid everywhere. Define berval constants
2003-02-16 06:15:28 +00:00
str2filter.c
Happy new year
2003-01-03 20:20:47 +00:00
syntax.c
Use add_merge_one to add schema elements to subschema
2003-02-28 07:06:06 +00:00
unbind.c
Happy new year
2003-01-03 20:20:47 +00:00
user.c
Happy new year
2003-01-03 20:20:47 +00:00
value.c
SLAP_NVALUES: more fixes
2003-03-17 00:27:33 +00:00