Howard Chu
67dd10ed2c
Merge remote-tracking branch 'origin/mdb.master'
2012-08-22 23:02:48 -07:00
Howard Chu
916995236e
ITS#7364 also close the mutexes as needed
...
Otherwise a process that opens and closes an env more than once
will leak mutex handles. (WIN32/BSD)
2012-08-22 23:01:19 -07:00
Chris Mikkelson
46cf442700
ITS#7364 Remove POSIX semaphores when the last user closes the mdb environment.
2012-08-22 22:55:01 -07:00
Howard Chu
6655e2793e
ITS#7350 actually use zero-length value ACLs
2012-08-22 15:29:17 -07:00
Howard Chu
3d107181cf
ITS#7350 allow value-specific ACLs on zero-length values
2012-08-22 15:05:54 -07:00
Rich Megginson
a0e48e7246
ITS#7360 accept nss certname in the form of tokenname:certnickname
...
There are cases where the user may want to force the use of a particular
PKCS11 device to use for a given certificate. Allow the user to do this
with MozNSS by specifying the cert as "tokenname:certnickname" where
token name is the name of a token/slot in a PKCS11 device and certnickname
is the nickname of a certificate on that device.
2012-08-22 14:21:23 -07:00
Howard Chu
1ebf95c31b
ITS#7359 cleanup for loop
2012-08-22 14:13:10 -07:00
Jan Vcelak
6833b8717a
ITS#7359 MozNSS: fix whitespaces in all my changes
...
To be compliant with OpenLDAP coding standards.
2012-08-22 14:12:01 -07:00
Howard Chu
d377f353b7
Merge remote-tracking branch 'origin/mdb.master'
2012-08-22 14:09:56 -07:00
Chris Mikkelson
9f983b7999
ITS#7363 Use posix semaphores on apple and bsd systems.
2012-08-22 14:09:08 -07:00
Pierangelo Masarati
06dfe9ddde
multiple URIs are allowed
2012-08-22 10:50:54 +02:00
Pierangelo Masarati
52a1a86fb5
fix one-time leak
2012-08-22 09:20:18 +02:00
Howard Chu
a801eaba57
Whitespace cleanup
2012-08-21 21:59:36 -07:00
Howard Chu
b06a0261c7
Revert "(ITS#7341) Ordered list error in overlays.sdf and attr in access-control.sdf"
...
This reverts commit dc9fccccc9
.
The commit appears to have come from an out of date branch.
2012-08-21 21:54:00 -07:00
Howard Chu
e30981838c
Delta-sync Mirror/MMR is now supported
2012-08-21 20:56:41 -07:00
Howard Chu
8aab542e2a
Add MDB description
2012-08-21 20:50:07 -07:00
Howard Chu
e16bee1897
All official backends now support cn=config
...
back-sql was updated in 2.4.27, back-meta in 2.4.33
2012-08-21 20:02:30 -07:00
Jan Vcelak
46dc6c424b
ITS#7359 MozNSS: prefer unlocked slot when getting private key
2012-08-21 13:32:34 -07:00
Howard Chu
e584749808
ITS#7357 set NAS-Identifier in request
2012-08-21 13:30:02 -07:00
Howard Chu
68c3cf9795
ITS#7358 fix ITS#7270 patch
...
commit 8bb9e88d5f
breaks Visual C
(as well as our own coding rules)
2012-08-21 13:22:19 -07:00
Howard Chu
a787eb641f
Merge commit 'd53644f6'
2012-08-21 12:18:10 -07:00
Jan Synacek
057949785f
ITS#7340 Fix handling of sets when checking for count constraint
2012-08-21 11:57:59 -07:00
Howard Chu
9d5af71214
ITS#7361 fix Windows lock handling
2012-08-21 04:55:03 -07:00
Howard Chu
cb1b9e2a3e
Don't error out if tls=auto and MozNSS not found
2012-08-20 21:07:23 -07:00
Howard Chu
30bb0b0b2a
ITS#7340 more test script cleanup
2012-08-20 14:02:44 -07:00
Howard Chu
858a11d72f
Fix whitespace
2012-08-19 13:04:33 -07:00
Howard Chu
842d1b5a17
Added delete support
2012-08-19 12:49:02 -07:00
Howard Chu
aa91738bc1
Fix rewrite/suffixmassage parsing
2012-08-19 01:25:07 -07:00
Howard Chu
e21d97385d
Finished emit support
2012-08-19 00:32:43 -07:00
Howard Chu
edbe111c8c
back-meta shares back-ldap's OIDs
2012-08-18 01:38:28 -07:00
Howard Chu
dde9480cbd
Initial emit support
2012-08-18 00:53:44 -07:00
Howard Chu
fb4d515195
Factor out common attrs from main and target
2012-08-17 21:27:35 -07:00
Howard Chu
54de37c0e1
Initial config support for back-meta
...
Currently just a direct replacement of slapd.conf parsing,
no dynamic features yet.
2012-08-17 14:04:48 -07:00
Howard Chu
11cf13bf9d
Fix slapadd -q -w double-free
2012-08-17 13:38:47 -07:00
Howard Chu
3f71f75601
ITS#7354 fix delta-sync mmr crash
2012-08-16 18:08:56 -07:00
Howard Chu
f114fec545
Loop thru all DBs and show their stats
...
This is quick and dirty, should be integrated into mdb_stat.
2012-08-16 10:25:40 -07:00
Howard Chu
babfce7d0f
ITS#7172 don't reference ops in syncprov locks
...
When a client performs a write and then closes the connection without
sending an Unbind request, the connection cleanup can race with the
op cleanup.
2012-08-15 14:36:35 -07:00
Howard Chu
d53644f682
Minor cleanup
2012-08-02 16:03:10 -07:00
Howard Chu
191ff344e9
ITS#7344 cleanup, integration
2012-08-02 07:29:55 -07:00
Jan Synacek
d41497d596
ITS#7344 Add initial testsuite for slapo-constraint
2012-08-02 07:01:31 -07:00
Howard Chu
d1120fbccc
Write optimization: avoid copying unused portions of pages.
2012-07-31 16:03:48 -07:00
Gavin Henry
dc9fccccc9
(ITS#7341) Ordered list error in overlays.sdf and attr in access-control.sdf
2012-07-30 20:31:34 +01:00
Quanah Gibson-Mount
95ade24a5a
Revert f6b8103b78
for add.c
...
ITS#7325
2012-07-26 14:01:34 -07:00
Quanah Gibson-Mount
5302323a7f
Revert "ITS#7325 fix entry len"
...
This reverts commit 348d43e82f
.
2012-07-26 13:59:50 -07:00
Jan Vcelak
f425a07d02
ITS#7331 MozNSS: ignore untrusted issuer error when verifying server cert
...
Untrusted issuer error can appear with self-signed PEM certificates.
2012-07-26 10:16:39 -07:00
Jan Vcelak
759fe9c6d5
ITS#7327 smbk5pwd: error if crypto backend unsupported
2012-07-26 10:15:39 -07:00
Howard Chu
da75e3b65e
ITS#7338 fix olcDbConfig changes to take effect immediately
2012-07-26 10:08:18 -07:00
Howard Chu
e5864927ae
Fix online reconfig
...
maxreaders/maxsize was not re-opening because cleanup call was missing
online indexer should abort txn after index failure
2012-07-26 08:45:39 -07:00
Howard Chu
8fe328dd51
Merge remote-tracking branch 'origin/mdb.master'
2012-07-26 08:43:57 -07:00
Howard Chu
234cd9dfb5
Fix txn_commit error check
2012-07-26 08:42:41 -07:00