mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
30.30.2006 032cabff13965a7b6eef4aa269ff9b4d25faef6f
30.30.2006 neil_a_wilson
Provide a mechanism for managing file permissions. On UNIX-based systems w...
tree@ 032cab commitdiff
29.54.2006 el_kaboing
Changed the order of the tests and made a very strict dependency chain for ...
tree@ 7ac818 commitdiff
28.02.2006 neil_a_wilson
Add a mechanism that may be used to determine the operating system on which...
tree@ b8b6ea commitdiff
28.51.2006 neil_a_wilson
Fix a simple copy-and-paste error that was missed when the IntermediateResp...
tree@ f4a68a commitdiff
25.36.2006 el_kaboing
Added the Security and Backend Test Suites to the Windows version. Tightene...
tree@ 1b5b4e commitdiff
25.13.2006 el_kaboing
Removed the second java thread for starting/stopping OpenDS for the unix pl...
tree@ a982ab commitdiff
25.04.2006 neil_a_wilson
Fix a problem in the setup utility in which the user would be prompted abou...
tree@ f6023f commitdiff
25.01.2006 el_kaboing
Added backend test suite into the default tests that are run.
tree@ 441e0c commitdiff
24.50.2006 boli
Add a configuration option to limit the number of entries that will be chec...
tree@ bf7b61 commitdiff
23.09.2006 boli
Fixed the issue where the EMMA reports does not include the annotated sourc...
tree@ bf83a0 commitdiff
23.44.2006 neil_a_wilson
Update the OpenDS setup process to add a "Please wait while the server init...
tree@ 9aca20 commitdiff
22.09.2006 el_kaboing
Fixed a bug introduced in the last commit where the integration tests were ...
tree@ 7850ec commitdiff
22.58.2006 el_kaboing
Made the Security Test Suite able to be run in Windows.
tree@ ddc1b0 commitdiff
21.25.2006 el_kaboing
Made a separate testng xml config file for Windows.
tree@ 3d42cc commitdiff
21.40.2006 el_kaboing
First commits for the the Windows version of the Integration Tests.
tree@ 315aec commitdiff
20.24.2006 neil_a_wilson
Make the following updates to the OpenDS code:
tree@ e04891 commitdiff
19.12.2006 neil_a_wilson
Update the createEntry method to be more intelligent about the structural o...
tree@ 15440a commitdiff
18.03.2006 coulbeck
Make use of the getFileForPath method for configuration pathnames.
tree@ 65b00a commitdiff
18.00.2006 coulbeck
Fix some mismatched format argument bugs and some code cleanup.
tree@ 48aad5 commitdiff
18.41.2006 coulbeck
Fix for issue 592 -- delete of one subtype value deletes all values of the ...
tree@ 2e1214 commitdiff
18.54.2006 neil_a_wilson
Add a very basic setup mechanism for the server. It will provide a means t...
tree@ b82bba commitdiff
18.26.2006 boli
Removed the unnessary first byte in index keys. Updated all methods to remo...
tree@ ea9e25 commitdiff
18.18.2006 boli
Added FIXME tags to the previous commit (revision 179) to make sure we addr...
tree@ d16533 commitdiff
18.27.2006 neil_a_wilson
Fix a timer in the server shutdown monitor that only waited 20 seconds (due...
tree@ 8fabd9 commitdiff
17.31.2006 dugan
Fix server hang when a connection to the server is denied. Remove explicit ...
tree@ 215ab9 commitdiff
17.58.2006 boli
Added an extra byte before the ASN1 encoding of database entries for versio...
tree@ 5ba5a2 commitdiff
17.11.2006 el_kaboing
Made the deafult for the Integration Test suite for the new Security tests ...
tree@ 1696f9 commitdiff
17.22.2006 el_kaboing
Adding a new security test suite for the Integration Tests to replace the o...
tree@ 13aa2e commitdiff
17.49.2006 el_kaboing
Removing the ssl/jks integration tests. They are replaced with the security...
tree@ bf2119 commitdiff
16.45.2006 neil_a_wilson
Add a getFileForPath method to the StaticUtils class, and update several se...
tree@ 2518a1 commitdiff
16.53.2006 el_kaboing
Fixed the time attribute to have an 's' for seconds.
tree@ 998e59 commitdiff
16.19.2006 neil_a_wilson
Update the definition for the ref attribute type in the 00-core.ldif schema...
tree@ 821c2d commitdiff
16.59.2006 neil_a_wilson
Update the password modify extended operation to use the correct process fo...
tree@ ca40d9 commitdiff
15.23.2006 boli
Added JE backend configuration option to specify the number of cleaner thre...
tree@ cd7c40 commitdiff
15.49.2006 neil_a_wilson
Update the modify processing code to ensure that attempts to add a new pass...
tree@ a9ebbd commitdiff
15.34.2006 neil_a_wilson
Update the modify operation code so that it will generate account status no...
tree@ 059f1e commitdiff
14.11.2006 el_kaboing
Modified Bob Add test 1 to expect a return code 1 instead of 0. This test u...
tree@ 204724 commitdiff
14.23.2006 el_kaboing
Modified these ldif files to be consistent with a fix for issue #559.
tree@ 9057ec commitdiff
14.03.2006 neil_a_wilson
Fix the error message that is returned if a user attempts to use an invalid...
tree@ f5a5b5 commitdiff
14.33.2006 neil_a_wilson
Make a few changes in the area of account status notifications:
tree@ abf2b9 commitdiff
12.55.2006 neil_a_wilson
Create a new error log category for messages related to the Directory Serve...
tree@ 6de04c commitdiff
12.53.2006 neil_a_wilson
Make several updates to the AccountStatusNotificationType class:
tree@ 2265a2 commitdiff
11.03.2006 el_kaboing
The backend tests now can stop and start OpenDS with the port number specif...
tree@ 559f17 commitdiff
11.41.2006 el_kaboing
Added backend test suite back into the Integration Tests.
tree@ ce9375 commitdiff
11.13.2006 el_kaboing
Cleaned up build warnings that arose from deprecated classes in TestNG vers...
tree@ b6ebd8 commitdiff
11.33.2006 el_kaboing
Need to use the TestNG version 5.0 to fix a bug in the Integration Tests wh...
tree@ 4b70d7 commitdiff
11.38.2006 el_kaboing
We had two copies of the testng jar file. I removed this one and the build....
tree@ d7d004 commitdiff
11.36.2006 el_kaboing
Fixed a bug introduced in r144. The build.sh file was generating the test.s...
tree@ e85cc6 commitdiff
11.47.2006 neil_a_wilson
Add an account status notification handler config manager, which is respons...
tree@ c401eb commitdiff
10.58.2006 coulbeck
Fix for Issue 574 -- JE test cases don't clean up after themselves.
tree@ 8af1e5 commitdiff
first | « prev | next »