13 May, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7982 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 May, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7981 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7980 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 May, 2012
1 commit
-
A huge thanks to Manuel Gaupp for this contribution. In addition to the original contributed change I have made the following alterations: * make the CertificateSyntax strictness configurable. By default the syntax will enforce the syntax, but this can be disabled if needed * add a new method "isHumanReadable" to AttributeSyntax and AttributeType classes in order to make it easier to determine whether or not a syntax/type is human readable. This can be used in order to determine whether or not an attribute value can be included in log messages, for example. git-svn-id: https://svn.forgerock.org/opendj/trunk@7979 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 May, 2012
5 commits
-
Use long instead of int to compute progress git-svn-id: https://svn.forgerock.org/opendj/trunk@7976 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Fixed error message, added unit tests for IntegerSyntax, fixed typo in comment. git-svn-id: https://svn.forgerock.org/opendj/trunk@7975 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Prevent ACI handler storing control specific attachments when the control has been rejected. git-svn-id: https://svn.forgerock.org/opendj/trunk@7974 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7972 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7970 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 May, 2012
1 commit
-
…should receive result code 0 (SUCCESS) git-svn-id: https://svn.forgerock.org/opendj/trunk@7961 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 May, 2012
3 commits
-
Fix precommit tests failure. git-svn-id: https://svn.forgerock.org/opendj/trunk@7939 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Cleaned up error message that mentioned the server while the error was on the client side git-svn-id: https://svn.forgerock.org/opendj/trunk@7938 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The NPE was occurring parsing the MatchedDN because schema was not initialized. git-svn-id: https://svn.forgerock.org/opendj/trunk@7937 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Apr, 2012
1 commit
-
This last commit resolves issues with the Nightly tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@7914 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Apr, 2012
4 commits
-
…explicitely set to false in the ReplicationBackend. The entries exposed there might not be schema compliant, which is ok, as the backend is only used for backup/restore. git-svn-id: https://svn.forgerock.org/opendj/trunk@7896 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ount of them, and store them in both rejected and skipped files. Clean up and moved counters increments in call to log rejected or skipped entries. git-svn-id: https://svn.forgerock.org/opendj/trunk@7894 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e with highly multi-valued attributes. Previous commit demonstrates an issue with the LDIFImportConfig, the validateSchema flag was not set in constructor. git-svn-id: https://svn.forgerock.org/opendj/trunk@7893 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e with highly multi-valued attributes. Another optimization to avoid double checking of the presence of an entry. git-svn-id: https://svn.forgerock.org/opendj/trunk@7892 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Apr, 2012
5 commits
-
…e with highly multi-valued attributes. Refactor to get rid of the readAttribute method that didn't use AttributeBuilders. git-svn-id: https://svn.forgerock.org/opendj/trunk@7891 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Now, when low memory conditions are detected, the FIFOEntryCache removes the previous version of the updated entry if it exists, instead of just removing the first-in entry. git-svn-id: https://svn.forgerock.org/opendj/trunk@7890 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7888 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7887 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7886 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Apr, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7883 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7882 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Apr, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7878 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use Queue.take() instead of Queue.poll(). Thanks to Radiant Logic for spotting this. git-svn-id: https://svn.forgerock.org/opendj/trunk@7876 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Apr, 2012
1 commit
-
Thanks to Manuel Gaupp who raised and provided a fix for this issue. git-svn-id: https://svn.forgerock.org/opendj/trunk@7875 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Mar, 2012
2 commits
-
Improve synchronization during broker start/stop. git-svn-id: https://svn.forgerock.org/opendj/trunk@7872 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This fix resolve the issue with the Nightly build tests failing. git-svn-id: https://svn.forgerock.org/opendj/trunk@7871 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Mar, 2012
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7868 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7867 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The certificate mappers where searching for the user entry, but not requesting operational attributes. As a result, the authenticated user privileges were not established properly. git-svn-id: https://svn.forgerock.org/opendj/trunk@7864 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Mar, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7860 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…: this fixes also OPENDJ-134 and OPENDJ-135 git-svn-id: https://svn.forgerock.org/opendj/trunk@7859 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7848 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Mar, 2012
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7839 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Improved responsiveness of several threads: * remove sleep based looped and replaced with wait/notify loops * ensured that shutdown signal variables are volatile * ensured that InterruptedExceptions are treated as shutdown since these are sent by shutdown monitor. git-svn-id: https://svn.forgerock.org/opendj/trunk@7838 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7834 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Mar, 2012
1 commit
-
…ents of "cn=admin data" Don't remove instance keys when disabling replication. Instance keys are intended for other purposes as well as replication, for example log signing, etc, and may be required after an instance has been removed from a topology. It is the responsibility of administrators to manually remove unused instance keys on a case by case basis. git-svn-id: https://svn.forgerock.org/opendj/trunk@7829 41b1ffd8-f28e-4786-ab96-9950f0a78031