Pierangelo Masarati
|
3e84f692aa
|
there might definitely be concurrency issues, but it's not pooled connections' fault
|
2005-07-23 22:03:35 +00:00 |
|
Pierangelo Masarati
|
e810105f87
|
(mostly) reverting previous commit (overconservative)
|
2005-07-23 22:02:12 +00:00 |
|
Pierangelo Masarati
|
796316bc84
|
strengthen concurrency protection
|
2005-07-23 19:39:51 +00:00 |
|
Pierangelo Masarati
|
bea2e5494c
|
reverse logic (chasing a dangling pointer...)
|
2005-07-23 19:38:57 +00:00 |
|
Hallvard Furuseth
|
4a57978a4b
|
'#if 0' out variables used only in #if 0. Fix '#if 0'-ed out counting loops.
|
2005-07-22 13:21:10 +00:00 |
|
Pierangelo Masarati
|
4be9f57b29
|
more on leaks & small fixes to unparsing
|
2005-07-22 03:23:58 +00:00 |
|
Pierangelo Masarati
|
6adfb5dd2f
|
note an issue
|
2005-07-22 03:23:26 +00:00 |
|
Pierangelo Masarati
|
1ac6bf4d1d
|
fix back-ldap unparsing
|
2005-07-22 02:29:49 +00:00 |
|
Pierangelo Masarati
|
51346cfa68
|
fix ITS#3862
|
2005-07-18 21:32:31 +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 |
|
Hallvard Furuseth
|
0cc537e6f1
|
Declare ldap_back_init_cf().
|
2005-07-17 12:06:09 +00:00 |
|
Pierangelo Masarati
|
681a547e13
|
fix potential deadlock
|
2005-07-04 22:41:27 +00:00 |
|
Pierangelo Masarati
|
982981d465
|
fix potential deadlock; improve idassert in case of authzFrom rules (new flag values); rootdn can always idassert
|
2005-07-03 23:27:56 +00:00 |
|
Pierangelo Masarati
|
1aaa18b180
|
more on ITS#3808
|
2005-06-29 18:16:29 +00:00 |
|
Pierangelo Masarati
|
9e811df052
|
seems to definitely fix issues related to ITS#3808
|
2005-06-29 16:38:09 +00:00 |
|
Pierangelo Masarati
|
cbe9c74675
|
return LDAP_SUCCESS if Start TLS failed but was not critical
|
2005-06-29 12:38:18 +00:00 |
|
Pierangelo Masarati
|
671b02f748
|
more on ITS#3808
|
2005-06-29 12:28:40 +00:00 |
|
Pierangelo Masarati
|
196af0e056
|
(partial?) fix ITS#3808
|
2005-06-29 11:44:11 +00:00 |
|
Pierangelo Masarati
|
c7c572f883
|
fix ITS#3785: do our best to deal with invalid filters...
|
2005-06-16 19:27:03 +00:00 |
|
Pierangelo Masarati
|
e12c4ca230
|
preemptive time limit check in proxy backends
|
2005-06-13 19:14:40 +00:00 |
|
Kurt Zeilenga
|
43ffb3f235
|
Fix -ULDAP_DEVEL build
|
2005-06-03 22:13:27 +00:00 |
|
Kurt Zeilenga
|
da9732a766
|
fix -ULDAP_DEVEL compile
|
2005-06-03 21:52:54 +00:00 |
|
Pierangelo Masarati
|
47daec07d5
|
fix previous commit :)
|
2005-05-25 12:05:39 +00:00 |
|
Pierangelo Masarati
|
1b9c9577c2
|
invalidate cached connections if URI changed
|
2005-05-25 11:54:19 +00:00 |
|
Pierangelo Masarati
|
672c39024e
|
further fixing of back-ldap config; added enum_to_verb call to ease mapping enumerations to strings...
|
2005-05-23 14:14:34 +00:00 |
|
Pierangelo Masarati
|
a7f44159c1
|
complete back-config support, including chain overlay; passes all tests; HEADS-UP: few syntax changes (essentially backwards compatible)
|
2005-05-23 07:25:00 +00:00 |
|
Pierangelo Masarati
|
da2a26d19f
|
first round of back-config support; need to #define LDAP_BACK_BCONFIG; no support for rewrite and so, still stuff to fix. Doesn't pass most of the tests
|
2005-05-21 19:07:14 +00:00 |
|
Pierangelo Masarati
|
be53e82650
|
fix entry DN free
|
2005-05-21 14:53:05 +00:00 |
|
Pierangelo Masarati
|
96773427db
|
don't bother about slap_dummy_bv
|
2005-05-13 09:06:28 +00:00 |
|
Pierangelo Masarati
|
1001d062d3
|
consistently rename function
|
2005-05-05 18:11:35 +00:00 |
|
Pierangelo Masarati
|
8ad34dc76b
|
fix previous commit: don't loop on undefined; return success with no data in case of undefined filter
|
2005-05-05 12:01:12 +00:00 |
|
Pierangelo Masarati
|
7f61a2739a
|
fix support for absoluteFilters
|
2005-05-05 11:19:11 +00:00 |
|
Pierangelo Masarati
|
d30933af36
|
fix previous commit
|
2005-05-05 00:31:11 +00:00 |
|
Pierangelo Masarati
|
f0122ce3fc
|
move discover function to frontend
|
2005-05-05 00:22:43 +00:00 |
|
Pierangelo Masarati
|
c80eb34888
|
honor T-F filters (ITS#3706) and some cleanup
|
2005-05-05 00:07:17 +00:00 |
|
Pierangelo Masarati
|
4199f4577a
|
if for any reason ldap_search_ext() fails (e.g. ITS#3706) don't wait for results
|
2005-05-04 23:16:56 +00:00 |
|
Pierangelo Masarati
|
471f4772a0
|
cleanup connection locking
|
2005-04-21 00:49:35 +00:00 |
|
Pierangelo Masarati
|
a141e3badf
|
enable use of asynchronous call to StartTLS
|
2005-04-16 02:56:46 +00:00 |
|
Pierangelo Masarati
|
5affbfa428
|
add SASL bind for acl-authc; use slap_bindconf
|
2005-04-10 23:44:06 +00:00 |
|
Howard Chu
|
38cf26c95a
|
Fix typo
|
2005-03-14 19:23:42 +00:00 |
|
Howard Chu
|
4e2dccf147
|
Fix prev commit, make sure to only send result once
|
2005-03-04 06:25:10 +00:00 |
|
Howard Chu
|
379a620217
|
Fix ITS#3537 (need to repeat this fix for the other operations too.)
|
2005-03-04 06:20:37 +00:00 |
|
Pierangelo Masarati
|
edfbbeb653
|
clarify comment
|
2005-02-19 16:55:14 +00:00 |
|
Pierangelo Masarati
|
f8b463d0bc
|
use asynchronous StartTLS
|
2005-02-19 16:14:22 +00:00 |
|
Howard Chu
|
beaeb5ed5c
|
Fix if HAVE_TLS is missing
|
2005-02-18 04:20:56 +00:00 |
|
Howard Chu
|
ee42df4cea
|
Always return SLAPD_ABANDON in response to op->o_abandon being set.
|
2005-02-18 00:37:40 +00:00 |
|
Pierangelo Masarati
|
b43fb2bdfc
|
allow stacking of a default chaining control when chasing further referrals; fix referral return memory allocation on direct search
|
2005-02-06 22:12:02 +00:00 |
|
Pierangelo Masarati
|
046b40cbe3
|
provisions for configuring a desired chaining policy via the chaining behavior control
|
2005-02-05 18:21:14 +00:00 |
|
Pierangelo Masarati
|
e50092878d
|
temporarily revert to synchronous start tls
|
2005-02-05 17:33:22 +00:00 |
|
Pierangelo Masarati
|
43138aa500
|
use asynchronous Start TLS exop; allow propagating TLS if used in the original connection; minor cleanup
|
2005-02-05 15:55:02 +00:00 |
|