Commit Graph

16841 Commits

Author SHA1 Message Date
Howard Chu
0e3db5ac3e ITS#4889 fix search. remainder of code needs similar work. 2007-11-13 01:22:45 +00:00
Howard Chu
82d4844b81 ITS#5231 don't maintain presentlist for entries added in Persist phase 2007-11-12 14:38:34 +00:00
Howard Chu
1569fae109 Fix prev commit, broke test033 2007-11-12 12:16:05 +00:00
Howard Chu
74f54320cd Fix pagedresults resume 2007-11-12 11:45:12 +00:00
Howard Chu
7aeb9bf621 Fix unlock in prev commit 2007-11-12 11:41:45 +00:00
Howard Chu
b4bcc325ee Cache-thrashing protection: if the DB has more entries than the cache,
don't allow large search operations that touch more entries churn the
existing cached entries.
2007-11-12 11:16:30 +00:00
Howard Chu
eea5e60bf0 Tweak entry parent check 2007-11-12 11:14:55 +00:00
Howard Chu
caac5b76fb Cleanup debug msgs 2007-11-12 08:34:55 +00:00
Howard Chu
33162c1aef ITS#5230 fix slimit for rootDN w/pagedresults 2007-11-12 08:14:50 +00:00
Howard Chu
2701782cba ITS#5224 add any necessary socket libraries 2007-11-12 07:59:54 +00:00
Howard Chu
f8588ff0c3 ITS#5225 fix contextCSN updating 2007-11-12 03:50:31 +00:00
Quanah Gibson-Mount
9602d401a5 cleanup 2007-11-11 20:32:18 +00:00
Howard Chu
b8ab61d2ee More for ITS#5212 make conditional explicit 2007-11-09 07:28:42 +00:00
Howard Chu
9556aecdce There can be multiple ETCDIR instances on a line 2007-11-09 03:56:26 +00:00
Ralf Haferkamp
488af9daa2 Fix op->o_abandon handling. Use fake connection to add results to the cache (ITS#5187) 2007-11-08 15:43:42 +00:00
Gavin Henry
6078879299 ITS#5217 and ITS#5216 2007-11-07 23:52:55 +00:00
Gavin Henry
7d582febd3 ITS#5223 2007-11-07 23:28:31 +00:00
Kurt Zeilenga
553c796c54 Update www to build OpenLDAP-Admin-Guide.pdf instead of guide.pdf as
www pages have now been updated to reference OpenLDAP-Admin-Guide.pdf
2007-11-07 16:46:50 +00:00
Kurt Zeilenga
7c45c001ee Add www rule for webmaster use 2007-11-07 16:18:05 +00:00
Kurt Zeilenga
64a00679e6 Add rule to produce OpenLDAP-Admin-Guide.pdf 2007-11-07 16:00:01 +00:00
Kurt Zeilenga
d829dccaa3 This is used in the Makefile rule to build guide.pdf. Hence the -f is bogus. 2007-11-07 15:56:15 +00:00
Ralf Haferkamp
99fab38565 increased version number and regenerated autoconf/automake files 2007-11-07 11:02:26 +00:00
Ralf Haferkamp
d63b735e7f Fixed gcc 4.3 compile issues 2007-11-07 11:01:03 +00:00
Howard Chu
18db111c6b Fix prev commit 2007-11-07 04:59:03 +00:00
Howard Chu
8f56be2ce8 ITS#5146 better check for single val in modify 2007-11-07 04:58:07 +00:00
Howard Chu
115635a5ef ITS#5200 fix typo in ITS#1749 patch 2007-11-07 04:41:12 +00:00
Howard Chu
0f1bad6fb0 ITS#5186 check for multiple suffixes at config time, not open time 2007-11-07 04:31:06 +00:00
Howard Chu
33616c51d6 fix prev commit (ITS#5212) 2007-11-07 04:02:21 +00:00
Howard Chu
f8ad90167b ITS#5209 sasl_host may be different from global_host 2007-11-05 09:30:40 +00:00
Howard Chu
005209bfe1 ITS#5211 spec says we must ignore invalid cookies 2007-11-04 12:34:41 +00:00
Howard Chu
a6a51d86be Forced commit - prev was for ITS#5210, not 5120 2007-11-02 16:51:13 +00:00
Howard Chu
528a30fe87 More for prev commit, ITS#5120. 2007-11-02 16:40:42 +00:00
Howard Chu
b6570cf867 Don't send cookie at end of refresh if nothing changed in refreshAndPersist 2007-11-02 00:25:11 +00:00
Howard Chu
8bc46e741a ITS#5191 do all pagedresult control parsing in the frontend, don't
re-parse in the backend. Keep track of pagedresult controls and state
in backglue.
2007-11-01 15:11:22 +00:00
Gavin Henry
e580bd799a common-errors finished, bar some formation of man page names etc. 2007-10-29 22:14:12 +00:00
Gavin Henry
0bd3a60fa0 I don't think we need to pull anything in from these blog entries. We've covered enough reasons. 2007-10-29 21:34:00 +00:00
Howard Chu
365f876e3c Forced commit: forgot to note that SLAP_LIGHTWEIGHT_DISPATCHER is
now unifdef'd.
2007-10-25 08:56:15 +00:00
Howard Chu
233632fa04 Use per-thread slap_counters to eliminate lock contention 2007-10-25 08:45:00 +00:00
Howard Chu
a354d38fea Fix typo in prev commit 2007-10-25 06:50:43 +00:00
Howard Chu
183ff5120c Use thread-specific data in pool_context() 2007-10-25 06:48:44 +00:00
Howard Chu
20c4e016fa Added native thread-specific data support 2007-10-25 06:42:40 +00:00
Howard Chu
a9d35da834 Repack Connection structure for alignment 2007-10-25 04:29:46 +00:00
Howard Chu
68ebee4726 Concurrency tweaks:
store conn->c_sd, don't use ber_sockbuf_ctrl to retrieve it.
  use per-thread free lists for operations, no mutexes needed.
2007-10-25 02:22:40 +00:00
Gavin Henry
41e62ddb40 Mention delta-syncrepl and MirrorMode. N-Way Next 2007-10-24 16:37:37 +00:00
Gavin Henry
5e78b05463 Chaining fix. 2007-10-24 16:36:56 +00:00
Gavin Henry
89f5b10f12 Point to 'Recommended OpenLDAP Software Dependency Versions' section when discussing BDB etc. 2007-10-24 16:36:26 +00:00
Gavin Henry
b881feee49 Wee fix. 2007-10-24 16:35:11 +00:00
Gavin Henry
802a00a016 Finish port of rfc4511 into appendix for error codes. Just need to give examples as to why a user would hit a certain error in relation to a slap*/ldap* tool 2007-10-24 15:43:19 +00:00
Pierangelo Masarati
a6a584eaa8 further fix of double free (ITS#4860) 2007-10-24 10:34:43 +00:00
Pierangelo Masarati
2069092aa5 don't compute lengths twice 2007-10-24 10:34:04 +00:00