Hallvard Furuseth
|
036e7dac59
|
ITS#5747: Only use C99 flexible array member when supported
|
2008-10-17 18:43:10 +00:00 |
|
Hallvard Furuseth
|
670ec4f938
|
Warning cleanup: signed meets unsigned.
|
2008-10-17 18:05:00 +00:00 |
|
Hallvard Furuseth
|
05bbe7833b
|
Fix typo in assertion: j1 + j1 -> j1 + j2. (Not a crasher, just wrong test.)
Warning cleanup: signed meets unsigned.
|
2008-10-17 18:02:09 +00:00 |
|
Hallvard Furuseth
|
e3bc5b64c6
|
Warning cleanup: Remove no-op bv_len < 0 and bv_len >= 0 tests
|
2008-10-17 17:40:48 +00:00 |
|
Pierangelo Masarati
|
23f78d1bba
|
leave rs struct untouched (ITS#5742)
|
2008-10-17 00:06:12 +00:00 |
|
Pierangelo Masarati
|
bbe6e77876
|
fix indentation
|
2008-10-17 00:03:53 +00:00 |
|
Pierangelo Masarati
|
515733a656
|
make sure sr_entry is not used if unset (ITS#5742)
|
2008-10-17 00:03:17 +00:00 |
|
Pierangelo Masarati
|
4f26be5cf6
|
fix parsing of read entry control (ITS#5741)
|
2008-10-17 00:02:13 +00:00 |
|
Howard Chu
|
72a9d87fec
|
BDB_PAGESIZE not used any more, use BDB/FS default instead
|
2008-10-15 10:45:31 +00:00 |
|
Howard Chu
|
3be39979ea
|
Add checksum keyword to enable DB checksum validation
|
2008-10-15 08:13:56 +00:00 |
|
Howard Chu
|
81ed60c056
|
Add dbpagesize keyword for configuring DB file page sizes
|
2008-10-15 07:41:57 +00:00 |
|
Hallvard Furuseth
|
742f3a2a2c
|
Warning cleanup: signed meets unsigned.
|
2008-10-13 14:54:27 +00:00 |
|
Hallvard Furuseth
|
7b3bdf2185
|
Warning cleanup: signed meets unsigned. ber_flatten2() returns -1 on
error, not LBER_ERROR.
|
2008-10-13 10:18:15 +00:00 |
|
Hallvard Furuseth
|
b6f83f1a25
|
Warning cleanup: signed meets unsigned. ber_flatten2() returns -1 on
error, not LBER_DEFAULT.
|
2008-10-13 09:17:36 +00:00 |
|
Hallvard Furuseth
|
6f39252bd0
|
Warning cleanup: signed meets unsigned.
|
2008-10-13 08:35:31 +00:00 |
|
Hallvard Furuseth
|
e8afbb70fc
|
Warning cleanup: signed meets unsigned.
|
2008-10-13 08:29:21 +00:00 |
|
Hallvard Furuseth
|
182c2931c4
|
Warning cleanup: signed meets unsigned.
|
2008-10-13 08:19:13 +00:00 |
|
Hallvard Furuseth
|
3b90f84422
|
Fix typo in assertion: j1 + j1 -> j1 + j2. (Not a crasher, just wrong test.)
Warning cleanup: Missing braces in initialization. signed meets unsigned.
|
2008-10-13 07:55:02 +00:00 |
|
Hallvard Furuseth
|
3c7d9415b4
|
Warning cleanup: Missing braces in initialization.
|
2008-10-13 06:20:12 +00:00 |
|
Hallvard Furuseth
|
27d6497c33
|
Warning cleanup: Missing braces in initialization.
|
2008-10-13 05:44:55 +00:00 |
|
Hallvard Furuseth
|
c2a317415c
|
Fix r1.86 (LDAP_DEVEL:SLAP_CONFIG_DELETE): No declarations after code.
|
2008-10-13 05:31:52 +00:00 |
|
Pierangelo Masarati
|
1421d522ad
|
fix overlays with private instances of databases (ITS#5736)
|
2008-10-12 20:20:46 +00:00 |
|
Pierangelo Masarati
|
4e276f882c
|
allow private databases to be instantiated by global overlays (ITS#5735)
|
2008-10-12 20:20:01 +00:00 |
|
Pierangelo Masarati
|
6845c2510d
|
don't free and reuse filter structure; don't rewrite undefined filter values (ITS#5731,ITS#5732)
|
2008-10-09 22:34:43 +00:00 |
|
Howard Chu
|
faadcf3908
|
ITS#5730, patch for #5728 broke referrals
|
2008-10-08 21:33:45 +00:00 |
|
Howard Chu
|
16710f4ed4
|
Fix dn2idl when suffix = ""
|
2008-10-07 22:52:59 +00:00 |
|
Howard Chu
|
95d472aa98
|
ITS#5729 check for NULL bei_parent
|
2008-10-07 22:16:15 +00:00 |
|
Howard Chu
|
5313745e77
|
More #5728 fallout
|
2008-10-07 01:59:52 +00:00 |
|
Howard Chu
|
3a41f2c5a2
|
Fix: use overlay_entry_release_ov in overlay environment
|
2008-10-07 01:45:42 +00:00 |
|
Howard Chu
|
599d83c7cd
|
ITS#5728 release entries before send_ldap_ber()
|
2008-10-07 00:29:54 +00:00 |
|
Rein Tollevik
|
f1f9a6280a
|
ITS#5726: Revert 1.392, the runqueue must always be inspected.
|
2008-10-05 22:35:44 +00:00 |
|
Pierangelo Masarati
|
bc09f6e8ad
|
open database using the real structure (partial fix to ITS#5724)
|
2008-10-05 21:11:13 +00:00 |
|
Rein Tollevik
|
c5f584e62b
|
Revert 1.410, i.e back to lock again. ITS#5725 fixes the lock situation.
|
2008-10-05 19:29:00 +00:00 |
|
Rein Tollevik
|
d2c08ebb4f
|
ITS#5725: Don't enable connection for events twice.
|
2008-10-05 19:17:56 +00:00 |
|
Howard Chu
|
aa2fecc1fc
|
More deadlock propagation fixes
|
2008-10-01 21:28:03 +00:00 |
|
Howard Chu
|
babf624b23
|
Missed a deadlock check
|
2008-10-01 21:07:26 +00:00 |
|
Emmanuel Dreyfus
|
7a5b406cf1
|
Make sur attribute ACL are evaluated on ADD operations (see ITS#4556)
|
2008-09-29 22:08:29 +00:00 |
|
Rein Tollevik
|
fd190659a7
|
ITS#5719 Reset interval after rescheduling a paused task.
|
2008-09-29 20:01:40 +00:00 |
|
Pierangelo Masarati
|
9be58de517
|
fix ITS#5717
|
2008-09-29 18:45:39 +00:00 |
|
Pierangelo Masarati
|
43d0d989ef
|
allow intermixing of mapped/not mapped attrs (spotted while invstigating ITS#5717)
|
2008-09-29 17:38:12 +00:00 |
|
Pierangelo Masarati
|
71373cfdfe
|
change olcDbMode syntax from integer to sirectory string, and allow any commonly accepted form to set its value, including -rwxrwxrwx (ITS#5713)
|
2008-09-27 14:04:57 +00:00 |
|
Pierangelo Masarati
|
3ccdb86edb
|
allow definition of syntaxes via configuration, including X-SUBST (ITS#5663)
|
2008-09-27 13:30:43 +00:00 |
|
Pierangelo Masarati
|
13eb62e42f
|
make sure o_csn is freed
|
2008-09-27 11:06:31 +00:00 |
|
Pierangelo Masarati
|
7cc2acd111
|
fix previous commit (ITS#5711)
|
2008-09-27 10:34:52 +00:00 |
|
Pierangelo Masarati
|
a0e3e68a02
|
allow controls deletion to be deferred; pass response controls back to frontend in extops (ITS#5711)
|
2008-09-27 10:06:43 +00:00 |
|
Howard Chu
|
9f808bd4b6
|
Propagate deadlock results for internal searches on write ops
|
2008-09-25 13:39:53 +00:00 |
|
Howard Chu
|
fda5733477
|
Wait for read locks in read txns
|
2008-09-25 13:17:17 +00:00 |
|
Howard Chu
|
a49d43ca27
|
Revert 1.394, see ITS#5454. It still locks up without a trylock.
|
2008-09-25 10:31:49 +00:00 |
|
Ralf Haferkamp
|
4788d897d2
|
Use ConfigReply to return error messages to the client
|
2008-09-23 15:30:48 +00:00 |
|
Pierangelo Masarati
|
b03ac2c2a5
|
fix typo
|
2008-09-20 18:43:30 +00:00 |
|