Pierangelo Masarati
|
dbb88f203b
|
fix root entry deletion
|
2005-11-06 23:33:41 +00:00 |
|
Pierangelo Masarati
|
40cac2e37a
|
fix access checking; fix operational attrs addition
|
2005-11-06 23:32:52 +00:00 |
|
Howard Chu
|
7dcb68f6fa
|
Move CSN invocations to backends
|
2005-10-13 11:58:44 +00:00 |
|
Kurt Zeilenga
|
6db7e605ee
|
Align Operation buffers using LBER_ALIGNED_BUFFER
|
2005-10-12 23:17:28 +00:00 |
|
Pierangelo Masarati
|
0d76419984
|
add missing space (ITS#4061)
|
2005-10-04 10:02:54 +00:00 |
|
Pierangelo Masarati
|
1c2aef6050
|
fix format and signedness issues
|
2005-09-08 20:18:43 +00:00 |
|
Pierangelo Masarati
|
98363b43a6
|
enable syncrepl support by default
|
2005-08-10 16:54:45 +00:00 |
|
Pierangelo Masarati
|
e24cc0589f
|
more cleanup
|
2005-08-07 22:22:27 +00:00 |
|
Pierangelo Masarati
|
d79d9be840
|
free Env
|
2005-08-07 21:53:38 +00:00 |
|
Pierangelo Masarati
|
3d075186bf
|
don't leak entry/referrals in case of reference
|
2005-08-07 21:26:15 +00:00 |
|
Pierangelo Masarati
|
09f749da96
|
remove unnecessary data from search_info
|
2005-08-07 20:43:07 +00:00 |
|
Pierangelo Masarati
|
779d94312f
|
cleanup candidate list in case of abandon, even if it occurs while selecting candidates
|
2005-08-07 20:11:41 +00:00 |
|
Pierangelo Masarati
|
433c7923c5
|
cleanup candidate list in case of abandon
|
2005-08-07 20:04:47 +00:00 |
|
Pierangelo Masarati
|
125059ccb5
|
more cleanup
|
2005-08-07 18:56:19 +00:00 |
|
Pierangelo Masarati
|
92527ee15b
|
plug more leaks; few remain (but seem to be in ODBC)
|
2005-08-07 17:28:26 +00:00 |
|
Pierangelo Masarati
|
be355833a0
|
fix use of uninitialized value; beautify logs
|
2005-08-07 10:49:40 +00:00 |
|
Pierangelo Masarati
|
e281e08e79
|
remove cruft
|
2005-08-07 10:49:01 +00:00 |
|
Luke Howard
|
12d006d17d
|
Add o_no_schema_check to operation structure
entry_schema_check() nows takes Operation instead of Backend as first
argument, allows it to check o_no_schema_check
|
2005-08-01 15:26:13 +00:00 |
|
Pierangelo Masarati
|
e8c4911a39
|
check return value from add (ITS#3891)
|
2005-07-28 00:06:14 +00:00 |
|
Pierangelo Masarati
|
a6d9e7d933
|
use operation slab for column binding
|
2005-07-25 22:11:09 +00:00 |
|
Pierangelo Masarati
|
6f3363f0d9
|
Under some circumstances, port 9010 is already in use and may cause problems to referrals whose server is supposed to be unavailable
|
2005-07-20 11:17:06 +00:00 |
|
Pierangelo Masarati
|
e6ecb77b0e
|
drop stored procedures
|
2005-07-20 11:16:09 +00:00 |
|
Hallvard Furuseth
|
81ecb0b153
|
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
|
2005-07-18 06:22:33 +00:00 |
|
Pierangelo Masarati
|
684860502e
|
should address ITS#3861
|
2005-07-13 17:43:30 +00:00 |
|
Hallvard Furuseth
|
b1f5e9258a
|
Complete the replacement of LDAP_CONTROL_X_TREE_DELETE with
SLAP_CONTROL_X_TREE_DELETE, which is only defiend when LDAP_DEVEL.
back-sql triggered an assert(0): It expected the control to be supported.
|
2005-07-07 20:36:37 +00:00 |
|
Pierangelo Masarati
|
ba8b6bbd88
|
add delete stuff to all attributes (needed to deelete with "fail_if_no_mapping yes"); passes write test(s)
|
2005-06-13 22:13:10 +00:00 |
|
Pierangelo Masarati
|
acf5187b2e
|
rework assertion
|
2005-06-13 22:12:11 +00:00 |
|
Pierangelo Masarati
|
495106c213
|
fix potential SIGSEGV when backsql_modify_delete_all_values() is used outside backsql_add()
|
2005-06-13 22:11:41 +00:00 |
|
Pierangelo Masarati
|
91bdea2817
|
use "pgsql" instead of "postgres" for consistency with the directory names in servers/slapd/back-sql/rdbms_depend
|
2005-06-09 11:03:06 +00:00 |
|
Pierangelo Masarati
|
94747a8489
|
fix previous commit; document aliasing and aliasing quotes configuration
|
2005-06-09 09:45:02 +00:00 |
|
Pierangelo Masarati
|
e52d5cb812
|
make aliasing and aliasing quotes configurable
|
2005-06-09 09:43:20 +00:00 |
|
Pierangelo Masarati
|
4d58c2f39f
|
fix previous commit
|
2005-06-01 19:36:58 +00:00 |
|
Pierangelo Masarati
|
3751f0325d
|
work around syncprov interoperation issues; minor cleanup
|
2005-06-01 19:35:13 +00:00 |
|
Pierangelo Masarati
|
6434721e42
|
fix improper use of "fail_if_no_mapping" flag: fail in case of error, don't fail only if mapping is not present
|
2005-06-01 16:51:36 +00:00 |
|
Kurt Zeilenga
|
feeeabcd68
|
manageDIT framework and obsolete objectclasses/DIT-content-rule override
|
2005-05-13 19:07:31 +00:00 |
|
Howard Chu
|
c225c4af34
|
Updated ldif_read_record to support LDIF include: directive
|
2005-05-12 00:46:39 +00:00 |
|
Pierangelo Masarati
|
3ce45e11bb
|
fix and strengthen the structural objectClass test
|
2005-05-12 00:43:29 +00:00 |
|
Pierangelo Masarati
|
740835dff9
|
remove global_schemacheck
|
2005-05-12 00:03:50 +00:00 |
|
Pierangelo Masarati
|
4abbf9c610
|
implement add/delete granularity in write access (ITS#3631)
|
2005-04-08 00:18:24 +00:00 |
|
Pierangelo Masarati
|
0220a25f05
|
use alias name instead of column name in order by clause (ITS#3629)
|
2005-04-04 17:41:29 +00:00 |
|
Pierangelo Masarati
|
20b3d14dc3
|
more dnParent() cleanup
|
2005-03-30 22:29:54 +00:00 |
|
Kurt Zeilenga
|
71c2c1c9fe
|
Change "subtree delete not supported" diagnostic text to
"subordinate objects must be deleted first" as the "not supported"
language implies some feature of LDAP is not implemented in slapd(8).
|
2005-03-26 00:53:00 +00:00 |
|
Pierangelo Masarati
|
5d19659193
|
honor abandon/cancel (ITS#3551)
|
2005-02-19 12:25:55 +00:00 |
|
Pierangelo Masarati
|
0f18e6ce24
|
fix ITS#3551
|
2005-02-19 11:07:02 +00:00 |
|
Pierangelo Masarati
|
fbb2b75ace
|
matched values is "global"
|
2005-01-30 22:04:02 +00:00 |
|
Pierangelo Masarati
|
96fa1eda64
|
(blind) improvement of column name aliasing
|
2005-01-21 17:27:27 +00:00 |
|
Pierangelo Masarati
|
2975c6d46e
|
provision for ITS#3497
|
2005-01-20 16:35:49 +00:00 |
|
Pierangelo Masarati
|
5785175313
|
provision for ITS#3497
|
2005-01-20 16:06:41 +00:00 |
|
Pierangelo Masarati
|
0c601c5db2
|
fix compare; more manageDSAit cleanup
|
2005-01-20 00:17:52 +00:00 |
|
Pierangelo Masarati
|
3638004798
|
remove all referral specific code; now referrals can be used by defining appropriate data/metadata
|
2005-01-19 00:09:07 +00:00 |
|