Pierangelo Masarati
|
78d8a07708
|
frontend/config/monitor cannot be shadow, I bet
|
2005-11-25 17:10:11 +00:00 |
|
Pierangelo Masarati
|
f3c007229f
|
detect if trying to make back-monitor shadow
|
2005-11-25 15:16:54 +00:00 |
|
Pierangelo Masarati
|
6f7b00d891
|
fix sizelimit commit
|
2005-11-25 15:08:33 +00:00 |
|
Pierangelo Masarati
|
98936ee3c4
|
streamline overlay configuration
|
2005-11-25 12:43:43 +00:00 |
|
Pierangelo Masarati
|
f86543c770
|
cleanup filter escaping
|
2005-11-25 12:16:27 +00:00 |
|
Pierangelo Masarati
|
6ab23ef926
|
add more versatile private API for filter escaping
|
2005-11-25 10:41:33 +00:00 |
|
Pierangelo Masarati
|
473f3ab840
|
set limits as appropriate
|
2005-11-25 01:26:10 +00:00 |
|
Pierangelo Masarati
|
efe575c255
|
escape filter values (ITS#4212)
|
2005-11-25 01:13:24 +00:00 |
|
Pierangelo Masarati
|
ea83f6a669
|
check sizelimit in frontend (ITS#4213)
|
2005-11-25 00:28:33 +00:00 |
|
Pierangelo Masarati
|
45e188a812
|
one s/strtol/lutil_atoi/ too much...
|
2005-11-24 22:53:28 +00:00 |
|
Pierangelo Masarati
|
ce367bcc25
|
use friendly form for timeouts
|
2005-11-24 21:21:27 +00:00 |
|
Pierangelo Masarati
|
194aa68dab
|
always set sr_flags before sending an entry
|
2005-11-24 21:20:06 +00:00 |
|
Pierangelo Masarati
|
8d19d52467
|
use time_t for time-related vars
|
2005-11-24 01:49:06 +00:00 |
|
Pierangelo Masarati
|
9a47e3c81a
|
use lutil_ato*() whenever appropriate
|
2005-11-24 01:44:29 +00:00 |
|
Pierangelo Masarati
|
c7ae6680f2
|
don't expose unnecessary symbols :)
|
2005-11-24 01:21:34 +00:00 |
|
Pierangelo Masarati
|
d34fffcaf9
|
use lutil_ato*() whenever appropriate
|
2005-11-24 01:10:05 +00:00 |
|
Pierangelo Masarati
|
654181d8d5
|
silence debug messages
|
2005-11-24 01:00:28 +00:00 |
|
Howard Chu
|
7a46ab6e04
|
ITS#4201 undo all bdb_db_open() steps if any step fails.
|
2005-11-23 23:57:40 +00:00 |
|
Pierangelo Masarati
|
0fd295a321
|
first round of number/time parsing fixes
|
2005-11-23 17:29:16 +00:00 |
|
Hallvard Furuseth
|
6b93c656a1
|
Fix olcChainConfig definition when !LDAP_CONTROL_X_CHAINING_BEHAVIOR
|
2005-11-23 10:49:47 +00:00 |
|
Pierangelo Masarati
|
990b435ce0
|
fix return attributes (ITS#4203)
|
2005-11-23 10:04:33 +00:00 |
|
Pierangelo Masarati
|
59c4fb1fcd
|
"relax" previous commit; don't leave locks 'round (ITS#4204)
|
2005-11-23 09:35:44 +00:00 |
|
Pierangelo Masarati
|
de31e7aa91
|
quick fix to ITS#4204
|
2005-11-23 08:47:48 +00:00 |
|
Pierangelo Masarati
|
c580a4182e
|
make controls as strict as possible
|
2005-11-23 02:01:51 +00:00 |
|
Pierangelo Masarati
|
478360925b
|
add some integrity checks on input, without changing syntax nor semantics (ITS#4199)
|
2005-11-23 01:15:01 +00:00 |
|
Pierangelo Masarati
|
51ebb4ee99
|
prepare log line
|
2005-11-23 01:13:39 +00:00 |
|
Pierangelo Masarati
|
c1a845165e
|
add a comment about reworking compare
|
2005-11-22 19:05:43 +00:00 |
|
Pierangelo Masarati
|
23d893b4cc
|
run thru the list also in case of FALSE
|
2005-11-22 18:28:07 +00:00 |
|
Pierangelo Masarati
|
e83f0f900b
|
set the berval length\! (ITS#4196)
|
2005-11-22 12:13:07 +00:00 |
|
Pierangelo Masarati
|
133a673e65
|
don't return matchedDN in the case described in ITS#4195
|
2005-11-22 11:13:14 +00:00 |
|
Howard Chu
|
3192c5ffc4
|
ITS#4192 (reverts ITS#4035 patch) always use "cn=config" as the underlying
DB's rootDN independently of the configured back-config rootDN.
|
2005-11-22 10:53:15 +00:00 |
|
Howard Chu
|
575f6e2251
|
Fix ITS#4194, require config dir to be usable if only -F is specified.
|
2005-11-22 10:11:06 +00:00 |
|
Howard Chu
|
d0b70826d4
|
Fix prev commit, don't touch logDB in tool mode at all.
|
2005-11-22 09:09:52 +00:00 |
|
Howard Chu
|
f2ee760e92
|
Create auditContainer object automatically.
|
2005-11-21 05:38:50 +00:00 |
|
Howard Chu
|
9ca041c9a6
|
Fix retry on stale cookie result
|
2005-11-21 05:38:28 +00:00 |
|
Howard Chu
|
2b9c8076cc
|
In hdb_dn2idl_internal, skip cursor get when dkids == 1
|
2005-11-20 22:32:39 +00:00 |
|
Howard Chu
|
12d2901162
|
More for ITS#3939
|
2005-11-20 22:14:57 +00:00 |
|
Howard Chu
|
3429c5a566
|
ITS#4186 hdb_idl_append() must not alter the tmp input.
|
2005-11-20 22:02:41 +00:00 |
|
Pierangelo Masarati
|
64156a68b2
|
fix dumb var initialization
|
2005-11-20 19:55:07 +00:00 |
|
Pierangelo Masarati
|
4c92090e87
|
fix compilation when the chaining control is undefined
|
2005-11-20 19:28:03 +00:00 |
|
Howard Chu
|
3167b29812
|
Fix back-bdb inequality_candidates to use unchecked limit.
Fix syncprov_findcsn to set unchecked limit. (ITS#3939)
|
2005-11-20 10:39:05 +00:00 |
|
Pierangelo Masarati
|
3bea8f5836
|
remove pointless test & var
|
2005-11-20 09:23:43 +00:00 |
|
Pierangelo Masarati
|
4852bf8a58
|
don't care about empty matched/text #ifdef LDAP_NULL_IS_NULL
|
2005-11-20 01:59:26 +00:00 |
|
Pierangelo Masarati
|
01bea97a26
|
don't leak temporary URLs
|
2005-11-20 01:58:19 +00:00 |
|
Pierangelo Masarati
|
754e59543d
|
cleanup
|
2005-11-20 01:39:19 +00:00 |
|
Pierangelo Masarati
|
fbb31b58a1
|
yet another fix to previous commit
|
2005-11-20 00:29:35 +00:00 |
|
Pierangelo Masarati
|
b85b28275f
|
fix previous commit
|
2005-11-20 00:08:50 +00:00 |
|
Pierangelo Masarati
|
d71a3add92
|
fix typo in write timeouts argnumbers
|
2005-11-19 23:23:18 +00:00 |
|
Pierangelo Masarati
|
5bd95600de
|
allow the chain overlay and the underlying databases to be loaded via back-config
|
2005-11-19 23:22:50 +00:00 |
|
Pierangelo Masarati
|
39d721504a
|
plug one-time leaks
|
2005-11-19 18:44:54 +00:00 |
|
Pierangelo Masarati
|
6d7689b7e3
|
check we don't exceed userland with config param bits
|
2005-11-19 18:01:28 +00:00 |
|
Pierangelo Masarati
|
3e7fd464dc
|
streamline back-ldap/slapo-chain configuration; add the possibility to cache non-configured, anonymous referral URIs
|
2005-11-19 17:48:33 +00:00 |
|
Pierangelo Masarati
|
7fa4b159bf
|
fix dangling resources issue in slapd-ldap; completely rework slapo-chain to fix the resource leak/concurrency issue; add support for multiple well-known URIs to set credentials for, and deal with unknown URIs anonymously; similar reworking and cleanup for slapd-meta
|
2005-11-19 15:00:50 +00:00 |
|
Pierangelo Masarati
|
1e66d540e1
|
cleanup for (ITS#4180); has nothing to do with the solution yet...
|
2005-11-19 14:58:47 +00:00 |
|
Pierangelo Masarati
|
14e2726cce
|
rework typedefs for functions
|
2005-11-19 14:58:04 +00:00 |
|
Pierangelo Masarati
|
f4781b1527
|
minor schema parsing cleanup
|
2005-11-19 14:57:25 +00:00 |
|
Pierangelo Masarati
|
5d83746abf
|
improve previous commit; same fix required by objectClasses (ITS#4185)
|
2005-11-19 00:33:19 +00:00 |
|
Pierangelo Masarati
|
4d3fe81780
|
roll-back inserts in AVL tree; put back original OID macro in case of error (ITS#4185)
|
2005-11-19 00:24:04 +00:00 |
|
Pierangelo Masarati
|
aac978d8f9
|
better fix to ITS#4183 (the prototype in proto-slap.h was erroneously committed earlier)
|
2005-11-18 00:20:01 +00:00 |
|
Pierangelo Masarati
|
55c52c5c72
|
better fix to ITS#4183 (the prototype in proto-slap.h was erroneously committed earlier)
|
2005-11-18 00:00:39 +00:00 |
|
Pierangelo Masarati
|
429a6f5353
|
fix wrong response tags (ITS4182; consequence of fixing ITS#4173)
|
2005-11-17 23:52:56 +00:00 |
|
Kurt Zeilenga
|
79ef5e812f
|
Fix typo in last commit -- shorten message by removing
extraneous information
|
2005-11-17 22:57:11 +00:00 |
|
Pierangelo Masarati
|
99b450dc00
|
don't accept modify operations with no modifications (ITS#4183)
|
2005-11-17 22:45:32 +00:00 |
|
Pierangelo Masarati
|
b2c4a3be6a
|
fix size limit count (ITS#4181)
|
2005-11-17 18:55:47 +00:00 |
|
Howard Chu
|
640f33a267
|
Fix threads vs tool_threads settings
|
2005-11-17 11:25:48 +00:00 |
|
Howard Chu
|
1340530e41
|
Fix missing error text
|
2005-11-17 08:40:46 +00:00 |
|
Pierangelo Masarati
|
28aca605c7
|
more URI into bindconf
|
2005-11-16 21:52:14 +00:00 |
|
Howard Chu
|
c5cf54dddf
|
Fix Add password_hash to not depend on password quality configuration
|
2005-11-16 18:51:56 +00:00 |
|
Pierangelo Masarati
|
86fc534c8f
|
improve fix to ITS#4173
|
2005-11-16 15:58:18 +00:00 |
|
Pierangelo Masarati
|
dd2afd3e3e
|
refine previous commit...
|
2005-11-16 14:20:45 +00:00 |
|
Pierangelo Masarati
|
917b77fff1
|
fix matched handling of slapd-ldap/slapo-chain (ITS#4176)
|
2005-11-16 14:17:19 +00:00 |
|
Howard Chu
|
a9c95d36be
|
ITS#4175 wait for worker threads to be ready
|
2005-11-16 03:22:21 +00:00 |
|
Pierangelo Masarati
|
1762f730fc
|
partially revert commit
|
2005-11-16 00:49:54 +00:00 |
|
Kurt Zeilenga
|
8688a96b9f
|
Additional error detail
|
2005-11-15 22:45:44 +00:00 |
|
Pierangelo Masarati
|
48ecc89890
|
don't muck with SlapReply during response (ITS#4173)
|
2005-11-15 18:27:40 +00:00 |
|
Pierangelo Masarati
|
4dcccd3ca2
|
valgrind keeps complaining (it makes sense) but the bus error problem disappeared
|
2005-11-14 23:14:31 +00:00 |
|
Pierangelo Masarati
|
af23be3675
|
silence warnings...
|
2005-11-14 21:47:17 +00:00 |
|
Howard Chu
|
a1830a3cd0
|
Fix for syncprov checkpoint CSN disposal
|
2005-11-14 19:38:48 +00:00 |
|
Pierangelo Masarati
|
6495247869
|
initialize back-monitor only if configured (so resources get released at shutdown)
|
2005-11-14 19:28:28 +00:00 |
|
Pierangelo Masarati
|
e88c4b48e3
|
don't leak fakeroot save_attrs
|
2005-11-14 19:16:00 +00:00 |
|
Pierangelo Masarati
|
fe59b0be6e
|
reset freed resources
|
2005-11-14 18:38:58 +00:00 |
|
Pierangelo Masarati
|
144ad3657e
|
handle empty parent (related to ITS#4171)
|
2005-11-14 18:21:55 +00:00 |
|
Hallvard Furuseth
|
dbb2ceac90
|
Fix ber_bvchr() vs assert() logic. Declare missing variable for code in #if 0.
|
2005-11-14 16:23:55 +00:00 |
|
Pierangelo Masarati
|
2bf647fa16
|
re-fix cast and logic
|
2005-11-14 15:02:14 +00:00 |
|
Hallvard Furuseth
|
bfd221ae46
|
Fix void* pointer arithmetic from ber_bvchr()
|
2005-11-14 14:46:38 +00:00 |
|
Hallvard Furuseth
|
82c73ef51a
|
Fix pointer cast in assignment
|
2005-11-14 14:43:25 +00:00 |
|
Hallvard Furuseth
|
aa37b27ab3
|
Remove unused declaration bdb_tool_ix_rec() and variable bdb
|
2005-11-14 14:40:01 +00:00 |
|
Pierangelo Masarati
|
1cef82abe9
|
return the position of the failing verb
|
2005-11-14 11:23:44 +00:00 |
|
Pierangelo Masarati
|
474dfbc8fd
|
don't trust strchr/strrchr with bervals
|
2005-11-13 22:26:53 +00:00 |
|
Pierangelo Masarati
|
910ee45f01
|
use pooled memory whenever appropriate
|
2005-11-13 21:51:13 +00:00 |
|
Pierangelo Masarati
|
6eaf2b1ec4
|
add overlay config schema registry
|
2005-11-12 16:32:19 +00:00 |
|
Howard Chu
|
ee8a946e8f
|
Fix Win32 typos
|
2005-11-12 08:18:28 +00:00 |
|
Howard Chu
|
a028353ca1
|
declare waking volatile. perhaps it should only be used when NO_THREADS
is defined.
|
2005-11-12 08:11:11 +00:00 |
|
Pierangelo Masarati
|
78bd3bf6a3
|
handle LDAPv2 when returning timelimit; silence warning
|
2005-11-11 09:54:07 +00:00 |
|
Howard Chu
|
a88bfa6a08
|
Rename getline to avoid stdio conflict
|
2005-11-10 21:25:01 +00:00 |
|
Pierangelo Masarati
|
e108ff00b9
|
fix log
|
2005-11-10 12:57:42 +00:00 |
|
Pierangelo Masarati
|
0e1f737774
|
reset request DN after free; confuses global overlays
|
2005-11-10 03:42:44 +00:00 |
|
Pierangelo Masarati
|
4537065ffc
|
further isolation and cleanup of ACI code
|
2005-11-10 00:52:43 +00:00 |
|
Pierangelo Masarati
|
cbdaf8058f
|
silence warning
|
2005-11-10 00:33:19 +00:00 |
|
Pierangelo Masarati
|
d959a7a7b5
|
add some sanity checks...
|
2005-11-09 17:08:11 +00:00 |
|