Howard Chu
|
ae5af832db
|
Always log outgoing cookie, just use op->o_csn instead of commit_csn since
all responses are now serialized.
|
2009-11-21 02:37:53 +00:00 |
|
Howard Chu
|
3dd04151f5
|
Always log rid with incoming cookie
|
2009-11-21 02:34:10 +00:00 |
|
Howard Chu
|
60d83e06b8
|
Fix typo in 1.487
|
2009-11-20 23:20:37 +00:00 |
|
Howard Chu
|
d283f02c45
|
Fix prev commit
|
2009-11-20 22:52:47 +00:00 |
|
Howard Chu
|
2aadfa5d86
|
Reject old ops based on pending ops, not just committed ops
|
2009-11-20 22:47:48 +00:00 |
|
Howard Chu
|
2f351f964d
|
Move connection state enums to slap.h to ease debugging
|
2009-11-19 11:24:14 +00:00 |
|
Howard Chu
|
198cbd6ea8
|
ITS#6368 partially revert 1.273, always check for skips, not just on
first matchops call
|
2009-11-19 11:17:53 +00:00 |
|
Howard Chu
|
ddfe3cde10
|
ITS#6387 plug leaks
|
2009-11-18 23:58:39 +00:00 |
|
Howard Chu
|
ffb06848ff
|
ITS#6368 add another call to check_syncprov to make sure cookie is fresh
|
2009-11-18 22:06:02 +00:00 |
|
Howard Chu
|
42e56b95d5
|
Don't allow any other jobs if a -q job is active
|
2009-11-18 21:08:48 +00:00 |
|
Pierangelo Masarati
|
272abc5561
|
don't test a NULL BackendDB * (ITS#6385)
|
2009-11-18 09:51:49 +00:00 |
|
Pierangelo Masarati
|
1ec443df53
|
trim unnecessary test
|
2009-11-16 10:02:47 +00:00 |
|
Pierangelo Masarati
|
3768fbbd30
|
warn if retry is not forever
|
2009-11-16 09:58:12 +00:00 |
|
Pierangelo Masarati
|
70a71edffb
|
trim unwanted commit
|
2009-11-16 09:55:27 +00:00 |
|
Howard Chu
|
99381a43e1
|
ITS#6304 retry if tls_accept() returns 1
|
2009-11-15 22:39:35 +00:00 |
|
Howard Chu
|
4cabc24269
|
ITS#6363 cleanup prev commit
|
2009-11-15 21:36:23 +00:00 |
|
Howard Chu
|
c419a3e4f7
|
ITS#6367 use correct SID in our request cookie
|
2009-11-15 19:15:12 +00:00 |
|
Howard Chu
|
fbe532b099
|
Use sl_mfunc instead of direct reference to slap_sl_free
|
2009-11-15 19:13:51 +00:00 |
|
Pierangelo Masarati
|
07dc23f5ee
|
treat bervals as bervals (related to ITS#6378,ITS#6379)
|
2009-11-15 18:26:53 +00:00 |
|
Howard Chu
|
ff98f4abc5
|
Use fake_init2 in db_open/db_close since they can execute from a
back-config operation (and could wipe out the state otherwise)
|
2009-11-15 10:38:13 +00:00 |
|
Howard Chu
|
68ab1a2272
|
Cleanup
|
2009-11-15 10:34:10 +00:00 |
|
Howard Chu
|
cd99d851a2
|
Fix uninit'd var
|
2009-11-15 08:59:56 +00:00 |
|
Howard Chu
|
c9d86af0ba
|
Fix 1.49 sl_realloc
|
2009-11-15 03:02:09 +00:00 |
|
Howard Chu
|
1eebd22151
|
Add a note about sl_malloc stack-based behavior
|
2009-11-14 23:25:14 +00:00 |
|
Howard Chu
|
3fbbd8ea3f
|
Mark freed regions so they can be reclaimed
|
2009-11-14 23:20:44 +00:00 |
|
Howard Chu
|
67edd75e48
|
Cleanup for #6373
|
2009-11-14 21:53:06 +00:00 |
|
Howard Chu
|
b800bd4729
|
ITS#6377, fix rev 1.478
|
2009-11-14 21:25:11 +00:00 |
|
Pierangelo Masarati
|
9cfa465107
|
handle embedded '\0' (ITS#6379)
|
2009-11-14 16:45:13 +00:00 |
|
Howard Chu
|
dd2f158b52
|
Fix prev commit
|
2009-11-14 09:35:23 +00:00 |
|
Howard Chu
|
fe911c5960
|
ITS#6376 plug potential leak
|
2009-11-14 09:34:29 +00:00 |
|
Howard Chu
|
d6fbe1c7ca
|
ITS#6361 remove asserts
|
2009-11-13 23:48:51 +00:00 |
|
Howard Chu
|
480d306186
|
ITS#6373 fix subentry keyword
|
2009-11-11 04:09:26 +00:00 |
|
Howard Chu
|
3f9e8eeeec
|
ITS#6373 more for subentry creation
|
2009-11-11 04:03:27 +00:00 |
|
Howard Chu
|
9ad558b78c
|
ITS#6373 create subentry if missing
|
2009-11-11 03:36:46 +00:00 |
|
Howard Chu
|
46a97b9204
|
ITS#6373 sync_use_subentry support
|
2009-11-11 03:19:01 +00:00 |
|
Howard Chu
|
1e85952843
|
ITS#6373 add sync_use_subentry keyword
|
2009-11-11 03:06:32 +00:00 |
|
Howard Chu
|
6355380ee1
|
Use OperationBuffer for fake op
|
2009-11-11 03:05:31 +00:00 |
|
Howard Chu
|
a48e329fc8
|
ITS#6373 revert 2009/03/10 commit, resurrect sync subentry code
|
2009-11-11 03:01:48 +00:00 |
|
Howard Chu
|
dda8ccd8d5
|
ITS#6309 tweak invalid dn logmsg
|
2009-11-11 01:42:00 +00:00 |
|
Howard Chu
|
2a334baba6
|
ITS#6372 make wake_sds non-blocking
|
2009-11-11 00:21:03 +00:00 |
|
Pierangelo Masarati
|
17a185b32a
|
unparse checkpoint time in minutes (ITS#6370)
|
2009-11-10 19:02:33 +00:00 |
|
Ralf Haferkamp
|
9d0c7b24c6
|
Initialize ConfigArgs before calling config_del_vals (ITS#6363)
|
2009-11-05 15:38:03 +00:00 |
|
Howard Chu
|
f685d9e78b
|
Clean up prev commit
|
2009-11-04 06:09:51 +00:00 |
|
Howard Chu
|
f6983802e2
|
More for ITS#6360
|
2009-11-04 05:52:04 +00:00 |
|
Howard Chu
|
0ecb68e02d
|
ITS#6360 fix cache cursize count
|
2009-11-04 00:47:45 +00:00 |
|
Hallvard Furuseth
|
e7fd598c01
|
Cleanup since ITS#6133
|
2009-11-02 16:19:59 +00:00 |
|
Hallvard Furuseth
|
5270cedb86
|
ITS#6337: replace previous commit with minimum-impact change.
Some cleanup.
|
2009-11-02 16:14:39 +00:00 |
|
Pierangelo Masarati
|
32fcd038ae
|
remove unused parameter idx (ITS#6356)
|
2009-10-30 22:53:27 +00:00 |
|
Hallvard Furuseth
|
e77aa3024a
|
Remove spurious comment
|
2009-10-30 18:43:43 +00:00 |
|
Hallvard Furuseth
|
d9d584e922
|
Alternate ITS#6324 fix. Use bitmask, handle -1 (LDAP_DEBUG_ANY) specially.
|
2009-10-30 17:46:38 +00:00 |
|