Hallvard Furuseth
|
b4586b2f84
|
Fix for the previous ITS#4323 fix: for(expr;...) -> for(i=expr;...)
|
2006-04-05 14:15:34 +00:00 |
|
Howard Chu
|
c76eb501ab
|
Revert cache-purge task, go back to purging inline
|
2006-04-05 07:17:11 +00:00 |
|
Howard Chu
|
0ad714d61e
|
Additional fix for ITS#4323, must propagate search result controls
|
2006-04-05 07:03:25 +00:00 |
|
Kurt Zeilenga
|
45d0479d37
|
Reverse last commit. Wrong tree.
|
2006-04-05 00:40:53 +00:00 |
|
Kurt Zeilenga
|
31d64d4642
|
No LogTest in re23
|
2006-04-05 00:39:46 +00:00 |
|
Howard Chu
|
2bf9afd828
|
ITS#4323 allow lower overlays to work on master database
|
2006-04-05 00:27:16 +00:00 |
|
Hallvard Furuseth
|
eca5f7bf2d
|
ITS#4472: Make t_rwlock a lock pointer instead of a lock, and malloc/free it.
That way, realloc(qm->templates...) won't move the ldap_pvt_thread_rdwr_t data.
|
2006-04-04 23:12:58 +00:00 |
|
Howard Chu
|
04dae5a020
|
ITS#4442 just log refint failures, client only cares about main request
|
2006-04-04 22:16:24 +00:00 |
|
Pierangelo Masarati
|
674c98fa7d
|
honor stop on error
|
2006-04-04 19:48:22 +00:00 |
|
Pierangelo Masarati
|
e21f57cf05
|
complete previous commit (protect binds)
|
2006-04-04 18:45:59 +00:00 |
|
Pierangelo Masarati
|
543396c804
|
make sure only on bind at a time occurs; release resources only when appropriate
|
2006-04-04 17:41:50 +00:00 |
|
Pierangelo Masarati
|
2e9f2995ec
|
only wait if no entry was returned
|
2006-04-04 17:41:13 +00:00 |
|
Howard Chu
|
3bfe4a7f77
|
plug leaks
|
2006-04-04 10:58:08 +00:00 |
|
Howard Chu
|
abb01fa437
|
cleanup
|
2006-04-04 10:47:42 +00:00 |
|
Howard Chu
|
fc61aab12b
|
plug leak
|
2006-04-04 10:31:01 +00:00 |
|
Howard Chu
|
6a50826676
|
plug leaks
|
2006-04-04 10:27:28 +00:00 |
|
Howard Chu
|
548270776d
|
Plug leak
|
2006-04-04 10:12:55 +00:00 |
|
Howard Chu
|
272211fbcd
|
Same as ITS#4464, don't call cache_return_entry with NULL entry
|
2006-04-04 09:56:34 +00:00 |
|
Pierangelo Masarati
|
79df3e9c3c
|
don't add unnecessary message
|
2006-04-03 22:06:12 +00:00 |
|
Pierangelo Masarati
|
14cbf4bc3e
|
make sure an invalid connection is always released as appropriate
|
2006-04-03 21:56:30 +00:00 |
|
Pierangelo Masarati
|
aecfb85793
|
immediately return sizelimitExceeded if appropriate
|
2006-04-03 21:14:14 +00:00 |
|
Pierangelo Masarati
|
070c9d9f07
|
make sure rs->sr_err is fine
|
2006-04-03 00:33:34 +00:00 |
|
Pierangelo Masarati
|
c853ba1f0e
|
more on recovery (ITS#4429)
|
2006-04-03 00:32:59 +00:00 |
|
Hallvard Furuseth
|
19a0d82937
|
Init & destroy so.s_mutex around syncprov_findbase() call in syncprov_op_search
|
2006-04-02 23:49:57 +00:00 |
|
Hallvard Furuseth
|
b2f79aa42e
|
Initialize and destroy lc_lai.lai_mutex
|
2006-04-02 23:47:13 +00:00 |
|
Howard Chu
|
c63d1f04f8
|
plug leaks
|
2006-04-02 21:16:06 +00:00 |
|
Hallvard Furuseth
|
da0c0360e4
|
Warnings: Unused vars. funcptr=0, not =NULL. if(b=...) -> if((b=...) != NULL).
|
2006-04-02 19:54:24 +00:00 |
|
Hallvard Furuseth
|
c2f210a128
|
Return a value (0) from auditlog_db_close() and auditlog_db_destroy()
|
2006-04-02 16:40:39 +00:00 |
|
Hallvard Furuseth
|
909f5e6ae9
|
Cast %ld format arg to long
|
2006-04-02 16:38:46 +00:00 |
|
Hallvard Furuseth
|
b90c3d6fd3
|
Add missing snprintf args in debug output
|
2006-04-02 16:37:52 +00:00 |
|
Hallvard Furuseth
|
6c772f2057
|
assert expects int. (int)<nonnull ptr/long> can be 0. Use assert(arg!=0/NULL).
|
2006-04-01 23:52:42 +00:00 |
|
Hallvard Furuseth
|
581c1ff6c7
|
Cast ctype.h char arguments to unsigned char
|
2006-04-01 23:44:42 +00:00 |
|
Hallvard Furuseth
|
7ead463927
|
Remove suspicious whitespace from makefile
|
2006-04-01 23:29:41 +00:00 |
|
Pierangelo Masarati
|
44a75a03c0
|
allow overlays to inject an abandon without returning SLAPD_ABANDON
|
2006-04-01 18:59:26 +00:00 |
|
Pierangelo Masarati
|
46cb141185
|
seems to fix the equivalent of ITS#4429 in back-meta; had to give up per-target conn-ttl and idle-timeout
|
2006-04-01 18:56:39 +00:00 |
|
Pierangelo Masarati
|
e21ec88c88
|
fix previous commit (ITS#4465)
|
2006-04-01 15:31:35 +00:00 |
|
Pierangelo Masarati
|
3aac54f089
|
fix bound check (ITS#4449)
|
2006-04-01 15:22:13 +00:00 |
|
Pierangelo Masarati
|
fc89650cce
|
add a cleanup handler for binds (ITS#4465)
|
2006-04-01 15:21:00 +00:00 |
|
Pierangelo Masarati
|
7cba7d0b39
|
don't use uninitialized mutexes
|
2006-03-31 23:07:48 +00:00 |
|
Pierangelo Masarati
|
2f366c3a52
|
initialize the connection_pool in server mode only
|
2006-03-31 23:04:13 +00:00 |
|
Howard Chu
|
c002351982
|
cleanup
|
2006-03-31 22:24:39 +00:00 |
|
Howard Chu
|
65079f768e
|
Cleanup NULL check
|
2006-03-31 22:05:01 +00:00 |
|
Howard Chu
|
8c990ff2e9
|
plug leaks
|
2006-03-31 21:59:39 +00:00 |
|
Kurt Zeilenga
|
28191d7642
|
don't call cache_return_entry_rw with e of NULL
|
2006-03-31 21:03:51 +00:00 |
|
Howard Chu
|
c41a151d1e
|
Cleanup
|
2006-03-31 12:53:32 +00:00 |
|
Howard Chu
|
0af1940f3f
|
plug leaks
|
2006-03-31 12:20:04 +00:00 |
|
Howard Chu
|
90c8a53db4
|
plug leaks
|
2006-03-31 11:15:26 +00:00 |
|
Howard Chu
|
8cbd5ecc13
|
Cleanup
|
2006-03-31 10:45:23 +00:00 |
|
Howard Chu
|
bb9d5b1100
|
Plug leaks, fix coverity errors
|
2006-03-31 09:33:46 +00:00 |
|
Pierangelo Masarati
|
ac8c1f2a26
|
fix multiple response messages; add overall sleep time
|
2006-03-30 23:49:51 +00:00 |
|
Kurt Zeilenga
|
5487575086
|
Add link to FAQ entry on BDB tuning
|
2006-03-30 17:56:56 +00:00 |
|
Pierangelo Masarati
|
02966c3d1c
|
fix handling of expired connections (ITS#4429; need to look at back-meta as well)
|
2006-03-29 01:26:42 +00:00 |
|
Pierangelo Masarati
|
bacd1f170f
|
leave existing controls in place if proxyAuthz is not required by idassert (ITS#4457)
|
2006-03-28 21:45:54 +00:00 |
|
Pierangelo Masarati
|
e673b4d9ad
|
propagate pretty DN (ITS#4456)
|
2006-03-28 19:20:01 +00:00 |
|
Pierangelo Masarati
|
0a465343fb
|
cleanup
|
2006-03-27 00:31:38 +00:00 |
|
Pierangelo Masarati
|
51e1ab59cd
|
streamline handling of simple bind by global overlays (ITS#4454)
|
2006-03-26 23:03:43 +00:00 |
|
Pierangelo Masarati
|
1418b2c5b1
|
fix previous commit: actually free the connection in case of failed bind
|
2006-03-25 01:12:27 +00:00 |
|
Pierangelo Masarati
|
fd5208c18f
|
destroy bind connection after failed bind (ITS#4428)
|
2006-03-25 00:33:42 +00:00 |
|
Pierangelo Masarati
|
00073c8cac
|
fix operational attrs return with chain overlay (ITS#4431); misc cleanup
|
2006-03-24 22:49:51 +00:00 |
|
Pierangelo Masarati
|
3160c03dab
|
cleanup previous commit
|
2006-03-23 23:01:14 +00:00 |
|
Pierangelo Masarati
|
3437406a0b
|
honor "chase-referrals no" (ITS#4447)
|
2006-03-23 21:01:19 +00:00 |
|
Pierangelo Masarati
|
324431062b
|
refuse illegal values for "threads" (ITS#4433)
|
2006-03-20 12:12:28 +00:00 |
|
Pierangelo Masarati
|
9019ea74ee
|
fix leak
|
2006-03-19 23:26:12 +00:00 |
|
Luke Howard
|
486721d531
|
Fix build if LDAP_X_TXN is undefined
|
2006-03-10 02:44:32 +00:00 |
|
Kurt Zeilenga
|
ffee887d71
|
Update certificate schema to use IANA assigned OIDs
|
2006-03-08 20:07:25 +00:00 |
|
Kurt Zeilenga
|
71511a0569
|
more txn infrastructure
|
2006-03-08 05:54:10 +00:00 |
|
Howard Chu
|
afa10c3486
|
Add "subord" alias for subordinate scope
|
2006-03-07 22:39:09 +00:00 |
|
Kurt Zeilenga
|
815c178edc
|
control/TXN cleanup
|
2006-03-07 22:05:57 +00:00 |
|
Kurt Zeilenga
|
4a87798893
|
Remove developer's assert
|
2006-03-07 21:48:25 +00:00 |
|
Kurt Zeilenga
|
8788a2af36
|
Disallow pre/post reads in transactions (haven't yet specified
protocol mechanism to return update response controls).
|
2006-03-07 20:31:46 +00:00 |
|
Howard Chu
|
e30be8748a
|
Fix prev commit
|
2006-03-07 12:55:27 +00:00 |
|
Howard Chu
|
2c7f300619
|
FIx olcMirrorMode keyword
|
2006-03-07 12:48:46 +00:00 |
|
Kurt Zeilenga
|
247536744e
|
Some more txn infrastructure
|
2006-03-07 08:07:21 +00:00 |
|
Kurt Zeilenga
|
662051cd16
|
cleanup
|
2006-03-07 07:19:15 +00:00 |
|
Kurt Zeilenga
|
fad69dbef8
|
Additional TXN changes
|
2006-03-07 02:21:27 +00:00 |
|
Kurt Zeilenga
|
8ac8d70a55
|
TXN protocol element parsers (without any backend support)
Misc cleanup
|
2006-03-07 00:48:14 +00:00 |
|
Pierangelo Masarati
|
3861c47316
|
queue implicit binds (ITS#4409)
|
2006-03-03 16:27:00 +00:00 |
|
Kurt Zeilenga
|
4c64b8626d
|
Add support for GSER-encoded certificateExactAsssertion values
|
2006-03-03 04:54:49 +00:00 |
|
Pierangelo Masarati
|
a3f4f0b2db
|
map result codes as required (ITS#4419)
|
2006-03-02 00:35:12 +00:00 |
|
Luke Howard
|
fa1f4d3c38
|
slapi_ch_bvdup() should be implemented in terms of ber_dupbv()
|
2006-03-01 16:29:31 +00:00 |
|
Howard Chu
|
df91c3ef33
|
ITS#4372 add auditlog to build
|
2006-02-27 11:20:08 +00:00 |
|
Howard Chu
|
7b5528d68b
|
ITS#4417 backglue must pass intermediate responses transparently.
syncprov must prevent send_ldap_result from being called for an
in-progress persistent search.
|
2006-02-27 09:20:55 +00:00 |
|
Luke Howard
|
cd18c6cb4d
|
Fix slapi_valueset_count() for no value case
|
2006-02-27 05:21:11 +00:00 |
|
Luke Howard
|
8c674299bf
|
Fix memory smasher in slapi_valueset_free()
|
2006-02-27 03:44:40 +00:00 |
|
Luke Howard
|
8a3e5eb1b8
|
Add SLAPI_OPERATION_MSGID
Add SLAPI_IS_INTERNAL_OPERATION
|
2006-02-20 09:30:28 +00:00 |
|
Pierangelo Masarati
|
41f963644c
|
be conservative in reading subtree-exclude
|
2006-02-16 23:37:42 +00:00 |
|
Ralf Haferkamp
|
df7757b1fb
|
fixed last commit
|
2006-02-16 13:22:37 +00:00 |
|
Ralf Haferkamp
|
1195d6946b
|
Error out if creating the back-config entries fails when converting from
config file to config backend. [ITS: #4407]
|
2006-02-16 11:16:22 +00:00 |
|
Howard Chu
|
e18a6ab7f9
|
ITS#4406 don't cache attrsonly results
|
2006-02-16 08:16:49 +00:00 |
|
Kurt Zeilenga
|
0532ecfccd
|
No longer hide cancel.
|
2006-02-16 05:05:52 +00:00 |
|
Kurt Zeilenga
|
8c8ea049cb
|
Macro cleanup
|
2006-02-16 05:01:29 +00:00 |
|
Pierangelo Masarati
|
af0d2b1d2a
|
add support for "subtree-exclude"
|
2006-02-16 01:26:39 +00:00 |
|
Pierangelo Masarati
|
fa72882808
|
fix error message
|
2006-02-16 01:10:45 +00:00 |
|
Luke Howard
|
ec023f9777
|
remove c_pb, it is no longer needed
|
2006-02-16 00:14:38 +00:00 |
|
Kurt Zeilenga
|
377aa0be68
|
ITS#4404: fix typo in ValuesReturnFilter control OID, add
temporary server-side support for old OID.
|
2006-02-15 21:30:35 +00:00 |
|
Ralf Haferkamp
|
93d5e01390
|
some more debug logging
|
2006-02-15 17:25:45 +00:00 |
|
Howard Chu
|
937bc5bbb7
|
Fix ITS#4401 teardown persistent clients when unconfiguring
|
2006-02-15 07:38:17 +00:00 |
|
Kurt Zeilenga
|
cbc11c9233
|
unifdef -DLDAP_NULL_IS_NULL
|
2006-02-14 23:18:12 +00:00 |
|
Luke Howard
|
727a16ca55
|
Remove SLAPI references
|
2006-02-14 09:21:30 +00:00 |
|
Luke Howard
|
dab5803a59
|
Use bi_db_{open,close} to run SLAPI start/close plugins
|
2006-02-14 09:20:50 +00:00 |
|