02 Oct, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5917 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5916 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The failures are caused by a real but very rare and minor bug. When a Directory Server connects to a Replication Server at the same time a change is generated by another server and this change is the first to be sent to the directory server it can be sent with the wrong assured status. This cause no harm in a real deployment but was causing test failure in our case. This is fixed by using the message from the message queue rather than from the replication log git-svn-id: https://svn.forgerock.org/opendj/trunk@5915 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5914 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Oct, 2009
5 commits
-
…d to run as a service. git-svn-id: https://svn.forgerock.org/opendj/trunk@5906 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5905 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5904 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…d iterations cancellation process. git-svn-id: https://svn.forgerock.org/opendj/trunk@5903 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ess backend ACI during initialization. git-svn-id: https://svn.forgerock.org/opendj/trunk@5902 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Sep, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5898 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5896 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5894 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5890 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Sep, 2009
11 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5888 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5887 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5886 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5885 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5884 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5883 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use the correct methods in ConnectionUtils to generate the LDAP urls to be used to connect to the server. git-svn-id: https://svn.forgerock.org/opendj/trunk@5882 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5881 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Some new PDUs where added in 2.1 and therefore are not processed correctly by 2.0 servers. This fix makes sure that they are not sent in such case. git-svn-id: https://svn.forgerock.org/opendj/trunk@5880 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5879 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5878 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Sep, 2009
1 commit
-
Introduce API for registering internal plugins which are not exposed in the user configuration. Update ACI cache to use a post-op plugin instead of a change listener. git-svn-id: https://svn.forgerock.org/opendj/trunk@5877 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Sep, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5876 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Sep, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5875 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5874 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Sep, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5872 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ted : track aci statement separator. git-svn-id: https://svn.forgerock.org/opendj/trunk@5871 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Sep, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5870 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The first fix was not working because the synchronization code that had been added in the first fix was not called in this case. A test case has been added that reproduce the issue. git-svn-id: https://svn.forgerock.org/opendj/trunk@5869 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Sep, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5868 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ation could corrupt the dn2id database. git-svn-id: https://svn.forgerock.org/opendj/trunk@5867 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5866 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…erver lock file stays locked til JVM exit to prevent another server process from starting while the current server process is still shutting down. in-core restarts should always have the server lock file locked due to the same JVM instance/process the lock originally belongs to still being their JVM instance/process on restart. git-svn-id: https://svn.forgerock.org/opendj/trunk@5865 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Sep, 2009
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5864 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…moved sequentially then added back. Also fixed a case where an error caused by a corrupted index does not result in the index being put into the untrusted state. git-svn-id: https://svn.forgerock.org/opendj/trunk@5863 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5862 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5861 41b1ffd8-f28e-4786-ab96-9950f0a78031