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

neil_a_wilson
22.38.2006 80f2b0aa58435f8b67b5f6c220b65b4f1b46efef
22.38.2006 neil_a_wilson
Update the server and tools to use the correct encoding for the proxied aut...
tree@ 80f2b0 commitdiff
22.45.2006 neil_a_wilson
Update the LDIF reader to treat the tab as a line continuation character ju...
tree@ e7e136 commitdiff
20.43.2006 dugan
Fix precommit errors.
tree@ c98ae0 commitdiff
19.22.2006 dugan
Add comment that this method will throw a runtime exception if the byte arr...
tree@ 62ea28 commitdiff
19.17.2006 dugan
Add support for collecting verifyBackend statistics such as error-count and...
tree@ aa1603 commitdiff
19.32.2006 coulbeck
Fix for [Issue 798] break infinite loop when problems with naming resolutio...
tree@ d9b21d commitdiff
18.45.2006 dugan
Throw database exception if openEntryContainer is called on a baseDN that i...
tree@ 43cae5 commitdiff
18.13.2006 coulbeck
Fix for [Issue 846] DN embedded in a monitor instance name. Reviewed by g...
tree@ 365b91 commitdiff
17.09.2006 coulbeck
Fix for [Issue 635] NullPointerException when trying to access non existi...
tree@ 0a2944 commitdiff
16.31.2006 coulbeck
Consistent version number output. Reviewed by neil_a_wilson.
tree@ fefff7 commitdiff
16.02.2006 gbellato
Add a synchronization stress test : The test creates a number of modificat...
tree@ 4cbe37 commitdiff
16.51.2006 gbellato
Fix for 837 : don't keep historical information for attribute ds-synch-hist
tree@ 19f9b9 commitdiff
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
first | « prev | next »