Jong Hyuk Choi
|
22df3f94e4
|
internal operation return value processing cleanup
|
2004-06-25 02:27:02 +00:00 |
|
Kurt Zeilenga
|
e8b2c7f3be
|
Fix wrong error when using operative attribute in
objectclass definition (ITS#3205)
|
2004-06-25 01:05:49 +00:00 |
|
Howard Chu
|
3c68fc1f14
|
ITS#3201 fix conflict with BDB internal locks
|
2004-06-24 23:50:10 +00:00 |
|
Howard Chu
|
f7f6861a26
|
ITS#3201 fix conflict with BDB internal locks
|
2004-06-24 23:35:18 +00:00 |
|
Howard Chu
|
c63817b9bd
|
ITS#3201 partial fix. still encountering deadlocks.
|
2004-06-24 17:56:43 +00:00 |
|
Kurt Zeilenga
|
8bca3b42f9
|
Rework pre/post read controls to handle retry conditions...
(and plug leaks)
|
2004-06-23 06:56:23 +00:00 |
|
Kurt Zeilenga
|
e23b0f677f
|
Move pre/post read calls into outer transaction.
Need to fix retry handling.
|
2004-06-23 06:02:49 +00:00 |
|
Jong Hyuk Choi
|
ec9d21e094
|
use ltid if it exists; use NULL otherwise.
|
2004-06-23 05:10:18 +00:00 |
|
Kurt Zeilenga
|
a1cc0bf546
|
Add reference to doc/install/configure
|
2004-06-23 04:56:53 +00:00 |
|
Kurt Zeilenga
|
ee7dfb2ab9
|
cleanup
|
2004-06-23 03:09:13 +00:00 |
|
Jong Hyuk Choi
|
bc6b28a650
|
using write lock in accessing pslist
|
2004-06-23 02:07:12 +00:00 |
|
Jong Hyuk Choi
|
81c59404e9
|
use txn locker if it exists; get one otherwise.
|
2004-06-23 02:00:00 +00:00 |
|
Kurt Zeilenga
|
e5a37f2125
|
SLAPD_DISCONNECT v -1 cleanup
misc other cleanup
|
2004-06-23 01:04:52 +00:00 |
|
Kurt Zeilenga
|
83476f2d98
|
Add pre-read FIXME comment
|
2004-06-22 23:44:35 +00:00 |
|
Jong Hyuk Choi
|
28bd88d289
|
more timelimit cleanup
|
2004-06-22 23:23:37 +00:00 |
|
Jong Hyuk Choi
|
b459e59394
|
patch for ITS#3173
- passing transaction ptr to psearch
|
2004-06-22 23:22:16 +00:00 |
|
Kurt Zeilenga
|
3484ddff18
|
cleanup
|
2004-06-22 20:20:47 +00:00 |
|
Kurt Zeilenga
|
4e6ed7072d
|
cleanup
|
2004-06-22 19:49:00 +00:00 |
|
Jong Hyuk Choi
|
3917d2b15d
|
limit checking in syncrepl
|
2004-06-22 18:15:29 +00:00 |
|
Pierangelo Masarati
|
d8eff4d1b5
|
use hard limit instead of returning adminLimitExceeded when requested limit exceeds hard; improve (and document) syntax; modify test025 accordingly
|
2004-06-22 09:43:41 +00:00 |
|
Pierangelo Masarati
|
445067260e
|
asserts contradict the comment above and are basically wrong
|
2004-06-22 08:40:53 +00:00 |
|
Pierangelo Masarati
|
8b961ebdf0
|
fix indices and limits for backends oher than bdb
|
2004-06-22 08:25:52 +00:00 |
|
Kurt Zeilenga
|
5238488e60
|
Replaced MSAD specific stuff
|
2004-06-22 04:33:18 +00:00 |
|
Pierangelo Masarati
|
528b6c7e25
|
clear pagedresults_state if reusing an inactive connection; prepare for more consistent behavior of pagedResults control
|
2004-06-21 21:31:55 +00:00 |
|
Pierangelo Masarati
|
ff35e820dd
|
more improvements
|
2004-06-21 18:43:29 +00:00 |
|
Pierangelo Masarati
|
db85e423d2
|
fix response output
|
2004-06-21 18:40:20 +00:00 |
|
Pierangelo Masarati
|
eb6dcbe246
|
fix ITS#3196; more to do
|
2004-06-21 17:51:28 +00:00 |
|
Pierangelo Masarati
|
5ff789e379
|
fix pagedResults dangling pointer in parsing cookie (ITS#3089)
|
2004-06-21 17:49:03 +00:00 |
|
Pierangelo Masarati
|
52e8543b7b
|
parse page control only in case of succes...
|
2004-06-21 16:46:41 +00:00 |
|
Pierangelo Masarati
|
77eacb0dfe
|
allow back-ldap as module... (ITS#3194)
|
2004-06-21 11:38:56 +00:00 |
|
Pierangelo Masarati
|
40a632cdde
|
add test for rootdn; better check search results (not over yet)...
|
2004-06-21 10:06:23 +00:00 |
|
Pierangelo Masarati
|
120470e1d6
|
clarify usage for internal searches
|
2004-06-21 09:10:46 +00:00 |
|
Pierangelo Masarati
|
458d1e3b50
|
actually, we're not proxying SASL bind at all
|
2004-06-21 07:41:06 +00:00 |
|
Jong Hyuk Choi
|
a1308f8dfa
|
syncrepl retry code fix for correct timing
|
2004-06-21 07:03:49 +00:00 |
|
Pierangelo Masarati
|
b24e540790
|
improve readability
|
2004-06-21 01:01:09 +00:00 |
|
Pierangelo Masarati
|
1f70ad82f2
|
clean up unnecessary checks; don't use SASL native authz if authz ID is not static, because back-ldap pools connections...
|
2004-06-21 00:57:12 +00:00 |
|
Pierangelo Masarati
|
eca48b6f20
|
not sure that cyrus-sasl doesn't honor empty authz; need to check
|
2004-06-20 23:21:40 +00:00 |
|
Pierangelo Masarati
|
4f593f55a6
|
improve test028; add test029 about glueing ldap databases with identity assertion
|
2004-06-20 23:01:25 +00:00 |
|
Pierangelo Masarati
|
5bfb9fd590
|
make authz mode selection fully manual, plus more cleanup
|
2004-06-20 22:42:36 +00:00 |
|
Pierangelo Masarati
|
176e5542bb
|
fix erroneous logging
|
2004-06-20 22:42:04 +00:00 |
|
Pierangelo Masarati
|
7fe1acca92
|
add shortcut for 'users'; but, very important, cleanup rewrite replacement to authz-regexp
|
2004-06-20 22:41:24 +00:00 |
|
Pierangelo Masarati
|
e8293039b5
|
add debug to rewrite tool
|
2004-06-20 22:40:32 +00:00 |
|
Pierangelo Masarati
|
ca33242924
|
manual cleanup
|
2004-06-20 22:39:43 +00:00 |
|
Luke Howard
|
4eaef6a37d
|
Do not crash if computed attribute has no values - necessary for range retrieval
support
|
2004-06-20 18:04:01 +00:00 |
|
Pierangelo Masarati
|
5d843b2b13
|
detect mechs that are known to perform native authz
|
2004-06-19 18:32:55 +00:00 |
|
Pierangelo Masarati
|
92cdecc686
|
improve message
|
2004-06-19 18:23:11 +00:00 |
|
Pierangelo Masarati
|
f34b11760a
|
allow a hidden parameter to instruct the proxy that the SASL mech can do native authz; will disappear as soon as I can detect it automnatically
|
2004-06-19 18:18:26 +00:00 |
|
Kurt Zeilenga
|
cb3bfdd3cd
|
Rebuild
|
2004-06-19 18:11:40 +00:00 |
|
Pierangelo Masarati
|
97f96aaaa6
|
cleanup limits for internal searches...
|
2004-06-19 17:07:36 +00:00 |
|
Pierangelo Masarati
|
b2226f75c4
|
cleanup
|
2004-06-19 16:29:30 +00:00 |
|