28 May, 2010
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6431 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6430 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6429 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6427 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 May, 2010
22 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6426 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6425 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6424 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6423 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…protocol, especially flow control and handling connection outage. git-svn-id: https://svn.forgerock.org/opendj/trunk@6422 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… CLI with the --connectTimeout option (expressed in milliseconds), the default is 30 000 milliseconds. This solves Issue 4196. git-svn-id: https://svn.forgerock.org/opendj/trunk@6421 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…he MR used and not the equality MR. git-svn-id: https://svn.forgerock.org/opendj/trunk@6420 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6419 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ve ECL and tests as well git-svn-id: https://svn.forgerock.org/opendj/trunk@6418 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6417 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6416 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6415 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… integrity on several attributes and only one is in the entry git-svn-id: https://svn.forgerock.org/opendj/trunk@6414 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6412 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…se when two mods (one add and one del) are done in the same modify operation. This code contains unit tests case for this problem and fix the conflict resolution code. git-svn-id: https://svn.forgerock.org/opendj/trunk@6411 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…s are configured and a modification doesn't contain those attributes. git-svn-id: https://svn.forgerock.org/opendj/trunk@6410 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The fix consists on waiting in the service code to the start-ds.bat call to finish (the re-entrant one). This avoids having a race condition problem locking the file (as can happen today). There is a new environment variable that can be configured (OPENDS_WINDOWS_SERVICE_STARTDS_WAIT). The default value is 300000 milliseconds (5 minutes). This is the maximum time in milliseconds the service code will wait for the server to start before checking directly its status. Also update setup.bat and uninstall.bat to return an error code when called in CLI mode. git-svn-id: https://svn.forgerock.org/opendj/trunk@6408 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6407 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…, we must ignore changes older than the purge date. git-svn-id: https://svn.forgerock.org/opendj/trunk@6406 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…lure happen in the dbHandler cleaner trimming thread the db shutdown can be called from this thread and should therefore not wait for the trimming thread to complete. This is fixed by setting the done flag before calling the shutdown. git-svn-id: https://svn.forgerock.org/opendj/trunk@6405 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6404 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6403 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Apr, 2010
2 commits
-
This adds support for the IETF based Password Policy for LDAP as SubEntry. Also resolves the following issues : - 4544 : initializeBackend() should not set JE env config params directly. - 4478 : ECL in draft compat mode / search lastchangenumber can be very long - 4538 : Virtual attributes not retrieved when entry cache configured - 4547 : Search Filter Matching differ for cn=Directory Manager and plain user. - 4514 : Logs shows unexpected message with replication monitoring data missing (Partial fix) - 4534 : Replication using security does not work after server restart - 4516 : SEVERE_ERROR: servers (...) have the same ServerId In addition, they also improve reliability and performance in various areas including CollectiveAttributes, Virtual Attributes and Subentries management, Schema loading, Replication... git-svn-id: https://svn.forgerock.org/opendj/trunk@6400 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Update BDB JE to version 4.0.95 - Remove BDB logging configuration and definitely fix issue 4367 - Resolve issue 4523 - ACI and sub-entry caches not updated on replicas - Update the build factory to warn about generated messages on precommit - Resolve some issues in the Control Panel - Fix an issue with java.properties being ignored by some CLI git-svn-id: https://svn.forgerock.org/opendj/trunk@6399 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Apr, 2010
1 commit
-
Also improves unit, functional tests. More specifically this commit resolves the following open issues: 4385 - NPE when using ExtensibleMatch filter without a matching rule 4521 - dynamic lookup in attribut selection when selecting the sort order attribut while defining VLV index 4531 - Control Panel creates virtual static groups using groupOfURLs as objectclass 4533 - NullPointerException when configuring replication between 2 OpenDS 4539 - DSML Gateway - jaxb.properties Exception git-svn-id: https://svn.forgerock.org/opendj/trunk@6396 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Jan, 2010
1 commit
-
… after a binary update happened in the entry) Treat the ds-sync-hist in a special manner. It is an attribute with DirectoryString syntax but it can contain byte[] values expressed in a String format which can completely break the UI and the entry processing. git-svn-id: https://svn.forgerock.org/opendj/trunk@6392 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Jan, 2010
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6390 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6387 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jan, 2010
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6386 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…disconnection and silly message when broker is stopping. git-svn-id: https://svn.forgerock.org/opendj/trunk@6382 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Jan, 2010
1 commit
-
…utput. If the environment variable is not set to 'true' the current behavior is kept. git-svn-id: https://svn.forgerock.org/opendj/trunk@6379 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Jan, 2010
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6374 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6372 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…) than the local DS has, retain only those that have the latest available changes. This also fixes the ComputeBestServerTest#test3ServersUp unit test that sometimes may fail. git-svn-id: https://svn.forgerock.org/opendj/trunk@6367 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Jan, 2010
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6366 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Copied from the issue: Fix a bug where an NPE is occurring during ACI processing because the base entry contains a single RDN component which our one-level scope resolution does not handle very well (actually this is understandable - DN.getParent() has surprising behavior for single RDN DNs). This bug can be seen more clearly on trunk builds because the NPE stack trace is non-empty (IIRC there was a bug in older JVM versions where the NPE stack trace could be empty). Fix a bug where our exception handling code fails when an exception's stack trace is empty (in this case the NPE does not have any stack trace elements). git-svn-id: https://svn.forgerock.org/opendj/trunk@6365 41b1ffd8-f28e-4786-ab96-9950f0a78031