Howard Chu
|
d38dd74818
|
Fix adding ACLs to specific DBs vs global/frontend
|
2006-04-28 23:01:59 +00:00 |
|
Howard Chu
|
e1ec64aaee
|
rmutex_lock etc.: caller supplies thread id
|
2006-04-28 21:39:38 +00:00 |
|
Howard Chu
|
ec4c74f7e0
|
Add logoldattr option
|
2006-04-28 20:43:20 +00:00 |
|
Howard Chu
|
15ba27d5c1
|
Add logoldattr keyword for attributes that should always have their old
value logged in a Modify request (that matches the logold filter)
|
2006-04-28 20:40:43 +00:00 |
|
Howard Chu
|
9207979a86
|
Use recursive mutex to avoid deadlocks
|
2006-04-28 20:13:34 +00:00 |
|
Howard Chu
|
0a7808fbad
|
Added recursive mutex implementation
|
2006-04-28 20:12:45 +00:00 |
|
Luke Howard
|
51a65afb86
|
SLAPI_PLUGIN_{PRE,POST}_RESULT_FN should also be called for
REP_SASL and REP_EXTENDED in addition to REP_RESULT -- the
distinction is not present in FDS
|
2006-04-28 08:39:29 +00:00 |
|
Howard Chu
|
716df7c62c
|
ITS#4512 fix bogus Debug messages in rev 1.48
|
2006-04-28 06:22:48 +00:00 |
|
Howard Chu
|
eda2b46dd2
|
Revert 1.96, restore 1.91 functionality
|
2006-04-28 06:07:05 +00:00 |
|
Howard Chu
|
590bc6a7fa
|
More logging for ITS#4423
|
2006-04-28 03:06:47 +00:00 |
|
Howard Chu
|
70de4ee403
|
Fix lutil_parsetime parsing fractional seconds
|
2006-04-28 01:26:05 +00:00 |
|
Howard Chu
|
3879cac787
|
Fix slapadd of config tree, broken by ITS#4194
|
2006-04-27 23:52:53 +00:00 |
|
Howard Chu
|
f3ee4f5d30
|
Fix rev 1.52, frontendDB uses index {-1}.
|
2006-04-27 23:21:39 +00:00 |
|
Howard Chu
|
32712f4c26
|
Fix prev commit
|
2006-04-27 22:47:20 +00:00 |
|
Kurt Zeilenga
|
153e81817f
|
ITS#4414: SLP attributes support from Peter Marschall
|
2006-04-27 19:36:40 +00:00 |
|
Hallvard Furuseth
|
2f04f61dc7
|
Support rootdn
|
2006-04-27 16:12:59 +00:00 |
|
Hallvard Furuseth
|
a242808f7e
|
cleanup (unused variable)
|
2006-04-27 16:05:41 +00:00 |
|
Howard Chu
|
fd20e683df
|
Add logging for ITS#4423
|
2006-04-27 09:18:43 +00:00 |
|
Howard Chu
|
e97673df67
|
ITS#4500 use rdwr lock instead of mutex
|
2006-04-27 07:52:12 +00:00 |
|
Howard Chu
|
2cd781eae3
|
Cleanup close
|
2006-04-27 02:29:13 +00:00 |
|
Howard Chu
|
8b06446b10
|
back-config support, cleanup init/destroy
|
2006-04-27 02:28:07 +00:00 |
|
Howard Chu
|
328470c114
|
OIDs for more overlays
|
2006-04-27 02:13:21 +00:00 |
|
Howard Chu
|
7cd5dddd4c
|
back-config support. from Matthew Backes @ Symas.com and
Karsten Kuenne @ rentec.com (ITS#4506)
|
2006-04-27 02:12:34 +00:00 |
|
Howard Chu
|
da5c3ec1f4
|
More cleanup
|
2006-04-27 00:37:40 +00:00 |
|
Howard Chu
|
d62fd3fd5a
|
Cleanup prev commit
|
2006-04-27 00:27:43 +00:00 |
|
Howard Chu
|
79797e9d9e
|
Added reqOld support
|
2006-04-27 00:21:19 +00:00 |
|
Howard Chu
|
6af9770996
|
Tweak mutexes
|
2006-04-27 00:19:32 +00:00 |
|
Howard Chu
|
4f1e154c12
|
Implement reqOld support
|
2006-04-27 00:01:20 +00:00 |
|
Hallvard Furuseth
|
95f90b5759
|
Only use "index" directive in bdb and hdb
|
2006-04-26 15:36:15 +00:00 |
|
Hallvard Furuseth
|
d9b243072c
|
Fix misplaced ">>>>> Test succeeded" messages
|
2006-04-26 15:08:34 +00:00 |
|
Howard Chu
|
bac546adb0
|
Fix prev commit
|
2006-04-26 10:26:46 +00:00 |
|
Howard Chu
|
0836354d1e
|
Fix ITS#4505
|
2006-04-26 09:12:40 +00:00 |
|
Pierangelo Masarati
|
e8e153e4a8
|
note when the default base is being used (more about ITS#4504)
|
2006-04-25 23:33:51 +00:00 |
|
Pierangelo Masarati
|
8242166888
|
print the correct search base when taken from ldaprc (ITS#4504)
|
2006-04-25 22:23:00 +00:00 |
|
Pierangelo Masarati
|
02b3af0900
|
check existence of newSuperior
|
2006-04-25 21:11:44 +00:00 |
|
Pierangelo Masarati
|
484ca8db59
|
only the right error is acceptable
|
2006-04-25 21:11:17 +00:00 |
|
Pierangelo Masarati
|
54f7d5aef3
|
allow empty modlist
|
2006-04-25 19:51:38 +00:00 |
|
Pierangelo Masarati
|
435ef64bf6
|
fix strtoul() usage (ITS#4503; forced commit)
|
2006-04-25 19:33:24 +00:00 |
|
Pierangelo Masarati
|
95b29919a3
|
more ITS#4503 cleanup
|
2006-04-25 19:30:48 +00:00 |
|
Pierangelo Masarati
|
004b69d070
|
callbacks must return valid error codes (ITS#4499)
|
2006-04-25 19:07:34 +00:00 |
|
Pierangelo Masarati
|
716d1770a2
|
fix strtoul() odd interface
|
2006-04-25 15:46:44 +00:00 |
|
Howard Chu
|
94c3bc332d
|
Fix log_age_parse days parsing
|
2006-04-25 10:24:54 +00:00 |
|
Hallvard Furuseth
|
54174d3072
|
"access to attr=" => "... attrs="
|
2006-04-24 22:53:22 +00:00 |
|
Hallvard Furuseth
|
61d71d95b9
|
Cast isspace() arg to unsigned char. (Update to previous change.)
|
2006-04-24 20:32:23 +00:00 |
|
Pierangelo Masarati
|
a42367ae3a
|
cleanup
|
2006-04-24 17:20:13 +00:00 |
|
Pierangelo Masarati
|
77e7acc4f9
|
cleanup; make sure no spurious error code slip thru
|
2006-04-24 12:12:14 +00:00 |
|
Howard Chu
|
478ae2346e
|
PPOLICY_ERROR is primitive, not constructed
|
2006-04-22 00:23:44 +00:00 |
|
Howard Chu
|
68b374dd4a
|
Fix EXPIRE/GRACE ber tags
|
2006-04-21 23:47:53 +00:00 |
|
Howard Chu
|
449188fb73
|
Fix EXPIRE/GRACE tags in control value
|
2006-04-21 23:45:29 +00:00 |
|
Pierangelo Masarati
|
4d894c7d24
|
don't idassert if proxyAuthz == boundDN (ITS#4497)
|
2006-04-21 21:07:31 +00:00 |
|