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

neil_a_wilson
14.50.2006 0b925e1446910f63db6589a469c0cf9d3482bc0f
14.50.2006 neil_a_wilson
Move the ConfigFileHandler from the config package to the extensions packag...
tree@ 0b925e commitdiff
13.58.2006 neil_a_wilson
Add additional test cases for add, delete, and modify operations.
tree@ a1c112 commitdiff
13.46.2006 neil_a_wilson
Fix a bug in which MakeLDIF can report an incorrect line number if there is...
tree@ 52ea60 commitdiff
13.02.2006 coulbeck
Added a test case for search operation that needs the JE backend rather tha...
tree@ 493420 commitdiff
12.27.2006 dugan
Re-write entries in sorted order. Andy suggested changes
tree@ d2fe34 commitdiff
12.26.2006 dugan
Cleanup of code
tree@ e8b506 commitdiff
12.20.2006 coulbeck
Fixes for the following issues, reviewed by neil_a_wilson.
tree@ d6a18c commitdiff
12.08.2006 neil_a_wilson
Update the server code to eliminate the need for a 5-second delay when atte...
tree@ f24118 commitdiff
12.27.2006 neil_a_wilson
Update code in the org.opends.server.util package to use the Validator.ensu...
tree@ ed6999 commitdiff
11.07.2006 gbellato
fix for issue 782 : need to encode/decode the assured flag as part of the u...
tree@ 856b7d commitdiff
11.42.2006 coulbeck
Fixes for the following issues, reviewed by neil_a_wilson. issue 776: Overf...
tree@ c01443 commitdiff
10.23.2006 neil_a_wilson
Make all of the plugin result objects immutable, and create a default SUCCE...
tree@ bb40b9 commitdiff
10.57.2006 gbellato
Fix two null pointer Exception that can happen in the conflict resolution c...
tree@ b6da5b commitdiff
10.27.2006 davidely
Added ensureNotNull and ensureTrue functionality via the new Validator clas...
tree@ 601871 commitdiff
10.53.2006 neil_a_wilson
Update the LDAP client tools to avoid explicit calls to System.err instead ...
tree@ dc4fc6 commitdiff
09.57.2006 neil_a_wilson
Remove unused methods from the MonitorProvider API class. The methods are ...
tree@ 8117c9 commitdiff
09.15.2006 gbellato
- Change the synchronization code so that the changelog server can now be u...
tree@ 92a735 commitdiff
09.54.2006 lutoff
Update the JMX connection handler to ensure that it invokes the post-connec...
tree@ bdec01 commitdiff
09.12.2006 neil_a_wilson
Update the memory-based backend to provide support for the subtree delete c...
tree@ d46e2b commitdiff
09.36.2006 neil_a_wilson
Update the LDAPDelete tool so that it doesn't print out the usage informati...
tree@ 9798b7 commitdiff
09.35.2006 neil_a_wilson
Update the LDAPCompare tool to fail with an appropriate error message if th...
tree@ 75a135 commitdiff
09.16.2006 neil_a_wilson
Update the LDAPCompare tool to replace references to fileURL for the assert...
tree@ 0bfa14 commitdiff
09.49.2006 neil_a_wilson
Update the LDAPCompare tool so that it will fail with an error if an assert...
tree@ c03717 commitdiff
09.34.2006 neil_a_wilson
Update the LDAPPasswordModify tool to expose the "--useStartTLS" option so ...
tree@ cf0d8e commitdiff
09.28.2006 neil_a_wilson
Update the LDAPCompare tool so that when it is used with the "--help" optio...
tree@ 113630 commitdiff
07.27.2006 neil_a_wilson
Fix a problem in the modify operation in which it would not correctly rejec...
tree@ 922f32 commitdiff
07.57.2006 neil_a_wilson
Add a new ByteStringFactory class that can be used to create ByteString obj...
tree@ e91a87 commitdiff
07.05.2006 neil_a_wilson
Fix a problem in which an attempt to remove the objectClass attribute is su...
tree@ de17da commitdiff
07.48.2006 neil_a_wilson
Fix a bug that allows the server to overlook the fact that there are duplic...
tree@ a35f8a commitdiff
07.34.2006 neil_a_wilson
Update the modify operation so that it will reject any request that does no...
tree@ 9a9b85 commitdiff
06.01.2006 neil_a_wilson
Update the password validator API in the following ways:
tree@ 19a4cb commitdiff
06.42.2006 lutoff
Issue #620 fix (Cannot disable connection handler through JMX)
tree@ 2b16c1 commitdiff
06.17.2006 neil_a_wilson
Fix a build break caused by extra whitespace at the end of a couple of lines.
tree@ 8e0084 commitdiff
05.41.2006 dugan
change adds map from HashMap to TreeMap so they will be retreived in sorted...
tree@ c31f90 commitdiff
05.01.2006 coulbeck
Missing import-ldif usage message. Reviewed by neil_a_wilson.
tree@ 917415 commitdiff
05.01.2006 dugan
Fixes for issues 755 and 743
tree@ 0d247e commitdiff
05.55.2006 coulbeck
Fix for issue 749. Reviewed by dugan.
tree@ 0df1c1 commitdiff
05.54.2006 lutoff
Update debug message level
tree@ eb16be commitdiff
04.47.2006 neil_a_wilson
Add a new org.opends.server.types.DirectoryConfig class that can be used to...
tree@ 70d3c6 commitdiff
04.34.2006 coulbeck
Remove the unused method EntryContainer#removeAllDatabases. It is broken b...
tree@ da9192 commitdiff
03.31.2006 coulbeck
Fix some error messages that were not being passed the required argument.
tree@ d2820c commitdiff
03.08.2006 boli
Fixed issue where static variables linger around and prevent the JEB backen...
tree@ 8a239e commitdiff
03.09.2006 boli
Refactoring of the JEB backend to simplify the container and entryContainer...
tree@ 83dd61 commitdiff
03.40.2006 coulbeck
Unit test for compare operation when the entry is write locked. Trivial im...
tree@ f931e5 commitdiff
03.47.2006 gbellato
At startup time, each changelog server establish a connection with each oth...
tree@ cdee5e commitdiff
03.14.2006 lutoff
Check null value to prevent NullPointerException
tree@ f03485 commitdiff
03.59.2006 lutoff
In the previous implementation, each time we had a configuration change, th...
tree@ 16e0eb commitdiff
02.12.2006 coulbeck
Trivial changes to fix warnings.
tree@ 5f15ad commitdiff
02.32.2006 neil_a_wilson
Perform significant refactoring in the core and plugin code in order to hel...
tree@ 48e73e commitdiff
02.39.2006 matthew_swift
Add test suite for org.opends.server.types.ObjectClass and perform the foll...
tree@ 57d38c commitdiff
first | « prev | next »