11 Oct, 2006
2 commits
-
--This line, and th se below, will be ignored-- M UpdateMessage.java git-svn-id: https://svn.forgerock.org/opendj/trunk@555 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- draft-ietf-sasl-rfc2831bis - draft-joslin-config-schema - draft-wahl-ldap-p3p git-svn-id: https://svn.forgerock.org/opendj/trunk@554 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Oct, 2006
6 commits
-
issue 776: Overflow of large values for time limit. issue 781: search result entries have their object class in the wrong field. Initial unit tests for SearchOperation. git-svn-id: https://svn.forgerock.org/opendj/trunk@553 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@552 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@551 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
instance for each of them that may be used if all processing completed successfully. Update all uses of the plugin result objects to use this SUCCESS instance where applicable. OpenDS Issue Number: 774 git-svn-id: https://svn.forgerock.org/opendj/trunk@550 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
when - replaying a modify operation on an entry that has already been deleted (778) - replaying a modify DN operation to rename an entry below a parent that does not exist anymore. (775) Fix the conflict resolution code in cases where it is necessary to generate a conflicting DN following a modify DN operation because the new DN has already been used by another added or renamed entry. (779) Fix a race condition in UpdateOperationTest that can make the test fail on some platforms Add some tests for modify DN naming conflicts reviewed by Daniel git-svn-id: https://svn.forgerock.org/opendj/trunk@549 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…anks to Neil and Andy for the reviews. git-svn-id: https://svn.forgerock.org/opendj/trunk@548 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Oct, 2006
10 commits
-
using the defined print stream for error messages. git-svn-id: https://svn.forgerock.org/opendj/trunk@547 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…onditions. An earlier test can complete successfully with an operation still running in the server, and this operation changes the values of the invocation counters while subsequent tests are running. A new method InvocationCounterPlugin#waitForPostResponse can be used in a test to wait until an operation has invoked the post-response plugins, so that the operation doesn't interfere with subsequent tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@546 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@545 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
the ServerShutdownListener interface, which MonitorProvider was originally going to implement. However, the Directory Server explicitly notifies all monitor providers during the shutdown process anyway, so it was not necessary to implement the ServerShutdownListener interface but the methods associated with that interface were never removed from the MonitorProvider API class. git-svn-id: https://svn.forgerock.org/opendj/trunk@544 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@543 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
changelog server can now be used directly through the ChangelogBroker class as a client API. This is very usefull for testing because it allows to generate a wide variety of events and therefore helps to test code that is otherwise rarely used and therefore difficult to tests like : .starting condition. .conflicts resolution. .tests of error conditions. .fail-over tests. - add the first set of tests for the currently available conflict resolution code. - fix the two bugs (772 and 773) discovered when coding these tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@542 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
plugins at the appropriate time. Update the JMX client connection to ensure that it invokes the post-disconnect plugins at the appropriate time. Add unit-test to check that post-connect and post-disconnect plugins are called. git-svn-id: https://svn.forgerock.org/opendj/trunk@541 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
LDAPCompare, LDAPDelete, and LDAPPasswordModify). git-svn-id: https://svn.forgerock.org/opendj/trunk@540 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
control. git-svn-id: https://svn.forgerock.org/opendj/trunk@539 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
twice when the --help option is provided. OpenDS Issue Number: 771 git-svn-id: https://svn.forgerock.org/opendj/trunk@538 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Oct, 2006
5 commits
-
assertion value is to be read from a file but that file does not exist or is not readable. OpenDS Issue Number: 770 git-svn-id: https://svn.forgerock.org/opendj/trunk@537 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
value to filePath, since the expected value is a path and not a URL. OpenDS Issue Number: 766 git-svn-id: https://svn.forgerock.org/opendj/trunk@536 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
value is supposed to be base64-encoded but an error occurs while trying to decode it. OpenDS Issue Number: 765 git-svn-id: https://svn.forgerock.org/opendj/trunk@535 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
the StartTLS capability can actually be used. Also, change the order of evaluation for an argument validation check to make testing easier. OpenDS Issue Number: 769 git-svn-id: https://svn.forgerock.org/opendj/trunk@534 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
it exits with a return code of zero rather than one. OpenDS Issue Number: 768 git-svn-id: https://svn.forgerock.org/opendj/trunk@533 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Oct, 2006
8 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@532 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
an increment request where there were multiple increment values in the request from the client. OpenDS Issue Number: 764 git-svn-id: https://svn.forgerock.org/opendj/trunk@531 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
without needing to reference any classes outside of the public API. Also, update several classes that should use the public API to use the ByteStringFactory rather than creating ASN1OctetString objects. Reviewed by davidely. git-svn-id: https://svn.forgerock.org/opendj/trunk@530 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
with the "all" target. See OpenDS issue number 763 for details. git-svn-id: https://svn.forgerock.org/opendj/trunk@529 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
JVM used to run the TestNG unit tests. git-svn-id: https://svn.forgerock.org/opendj/trunk@528 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
successful. The attempt to remove the entire attribute (without specifying the individual values) was not properly handled and the entry remained unchanged instead of actually removing the values. OpenDS Issue Number: 762 git-svn-id: https://svn.forgerock.org/opendj/trunk@527 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
values in an LDAP attribute when converting to a core Attribute (it would silently discard the duplicate rather than rejecting it). Also, fix an error in an unrelated Javadoc comment. OpenDS Issue Number: 761 git-svn-id: https://svn.forgerock.org/opendj/trunk@526 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
contain any modifications. OpenDS Issue Number: 760 git-svn-id: https://svn.forgerock.org/opendj/trunk@525 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Oct, 2006
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@524 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Make the current password(s) for the user available so that they can be used in the process of determining whether the new password is acceptable. - Rename the passwordIsValid method to passwordIsAcceptable to make it clearer what the intended purpose of the password validator is. Also, improve test coverage for the password validator classes. git-svn-id: https://svn.forgerock.org/opendj/trunk@523 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… had been called. Depending on thread scheduling the operation thread might not have called the post response plugins at the time of the check. git-svn-id: https://svn.forgerock.org/opendj/trunk@522 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@521 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Defined "ds-cfg-connection-handler-enabled" as a configuration attribute git-svn-id: https://svn.forgerock.org/opendj/trunk@520 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@519 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Oct, 2006
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@518 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Reviewed by neil_a_wilson. git-svn-id: https://svn.forgerock.org/opendj/trunk@517 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@516 41b1ffd8-f28e-4786-ab96-9950f0a78031