Commit Graph

16864 Commits

Author SHA1 Message Date
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
Howard Chu
b9f012377a ITS#5197 fully revert prev commit, use thr_stub 2007-10-23 21:14:39 +00:00
Howard Chu
9bc4ebd12c ITS#5197 add stub for ldap_pvt_thread_pool_query() 2007-10-23 21:14:11 +00:00
Howard Chu
faa76b761d Forced commit, partially revert prev commit 2007-10-23 20:57:13 +00:00
Howard Chu
3877fc9359 ITS#5197 don't check thread pool if NO_THREADS 2007-10-23 20:55:28 +00:00
Howard Chu
d7535d4ddc ITS#5189 revert index.c 1.67, just catch LDAP_OTHER 2007-10-23 00:25:51 +00:00
Howard Chu
bb1d8dfcd7 Fix prev commit, include errno.h 2007-10-23 00:05:03 +00:00
Howard Chu
9965fc5f60 ITS#5189 recognize ENOMEM 2007-10-23 00:03:56 +00:00
Howard Chu
7404384766 Fix typo 2007-10-22 09:14:56 +00:00
Howard Chu
38953e2f2c Fix depend dependency for parallel make 2007-10-20 04:29:11 +00:00
Howard Chu
874ddbebe9 Fix depend/.links dependency for parallel make 2007-10-20 04:24:15 +00:00
Howard Chu
8713229bba Fix liblutil link order 2007-10-19 04:46:41 +00:00
Howard Chu
f3c82a78a0 ITS#5193 don't use "cd; pwd" to get the absolute path of schema dir 2007-10-19 04:17:28 +00:00
Gavin Henry
45309cab94 Almost complete MirrorMode section. back-ldap proxy example to do. 2007-10-18 23:50:42 +00:00
Gavin Henry
33222eb428 Backup strategy discussions. db_recover example to do. 2007-10-18 23:50:08 +00:00
Gavin Henry
10fcc30970 more word additions. 2007-10-18 23:49:11 +00:00
Gavin Henry
7bb6eddf06 Wee chaining update. 2007-10-18 22:46:07 +00:00
Howard Chu
13c6ef95ce ITS#5194 zero out pool when destroying 2007-10-18 21:13:43 +00:00
Howard Chu
6775e25ba3 In pool_resume don't touch the condvar if the pool is tearing down. 2007-10-18 06:52:54 +00:00
Howard Chu
bdac543b3b Cleanup debug calls 2007-10-18 01:35:07 +00:00
Quanah Gibson-Mount
69e89815e0 Revert previous commit 2007-10-17 23:08:48 +00:00
Quanah Gibson-Mount
952d8e9d47 ITS#5189 add note about db_stat and slapd needing to be run when using quick mode. 2007-10-17 21:59:57 +00:00
Ralf Haferkamp
029a05a8d5 use URIs instead of hostname/port 2007-10-17 17:07:05 +00:00
Ralf Haferkamp
f3c2c29f69 fixed typo 2007-10-17 16:42:07 +00:00
Pierangelo Masarati
006b9d9799 fix *_TIMEOUT API documentation (ITS#5188) 2007-10-17 16:32:11 +00:00
Howard Chu
539109e4f0 Fix prev commit, only defer open for online Add 2007-10-16 16:25:56 +00:00
Howard Chu
43359bb02f Don't leak logfiles 2007-10-16 00:59:39 +00:00
Howard Chu
e63ac9ac9e Fix error message propagation 2007-10-15 10:22:51 +00:00