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

neil_a_wilson
22.38.2006 df7e5129e5b4ad17f9a614265f29ab8eab9d1266
22.38.2006 neil_a_wilson
Update the server and tools to use the correct encoding for the proxied aut...
tree@ df7e51 commitdiff
22.45.2006 neil_a_wilson
Update the LDIF reader to treat the tab as a line continuation character ju...
tree@ 379cd9 commitdiff
20.43.2006 dugan
Fix precommit errors.
tree@ 4fd756 commitdiff
19.22.2006 dugan
Add comment that this method will throw a runtime exception if the byte arr...
tree@ 97860e commitdiff
19.17.2006 dugan
Add support for collecting verifyBackend statistics such as error-count and...
tree@ 0d8189 commitdiff
19.32.2006 coulbeck
Fix for [Issue 798] break infinite loop when problems with naming resolutio...
tree@ d9be46 commitdiff
18.45.2006 dugan
Throw database exception if openEntryContainer is called on a baseDN that i...
tree@ 661032 commitdiff
18.13.2006 coulbeck
Fix for [Issue 846] DN embedded in a monitor instance name. Reviewed by g...
tree@ c96b62 commitdiff
17.09.2006 coulbeck
Fix for [Issue 635] NullPointerException when trying to access non existi...
tree@ 3a3143 commitdiff
16.31.2006 coulbeck
Consistent version number output. Reviewed by neil_a_wilson.
tree@ f54a6b commitdiff
16.02.2006 gbellato
Add a synchronization stress test : The test creates a number of modificat...
tree@ a7e400 commitdiff
16.51.2006 gbellato
Fix for 837 : don't keep historical information for attribute ds-synch-hist
tree@ 48d41a commitdiff
14.50.2006 neil_a_wilson
Move the ConfigFileHandler from the config package to the extensions packag...
tree@ 55d393 commitdiff
13.58.2006 neil_a_wilson
Add additional test cases for add, delete, and modify operations.
tree@ 8be8fb commitdiff
13.46.2006 neil_a_wilson
Fix a bug in which MakeLDIF can report an incorrect line number if there is...
tree@ 67fd79 commitdiff
13.02.2006 coulbeck
Added a test case for search operation that needs the JE backend rather tha...
tree@ f9e8b6 commitdiff
12.27.2006 dugan
Re-write entries in sorted order. Andy suggested changes
tree@ c1aec3 commitdiff
12.26.2006 dugan
Cleanup of code
tree@ a9efc2 commitdiff
12.20.2006 coulbeck
Fixes for the following issues, reviewed by neil_a_wilson.
tree@ d4afbe commitdiff
12.08.2006 neil_a_wilson
Update the server code to eliminate the need for a 5-second delay when atte...
tree@ 0181e8 commitdiff
12.27.2006 neil_a_wilson
Update code in the org.opends.server.util package to use the Validator.ensu...
tree@ 6af270 commitdiff
11.07.2006 gbellato
fix for issue 782 : need to encode/decode the assured flag as part of the u...
tree@ fe9cb8 commitdiff
11.42.2006 coulbeck
Fixes for the following issues, reviewed by neil_a_wilson. issue 776: Overf...
tree@ 848768 commitdiff
10.23.2006 neil_a_wilson
Make all of the plugin result objects immutable, and create a default SUCCE...
tree@ b8c43b commitdiff
10.57.2006 gbellato
Fix two null pointer Exception that can happen in the conflict resolution c...
tree@ 9ed88c commitdiff
10.27.2006 davidely
Added ensureNotNull and ensureTrue functionality via the new Validator clas...
tree@ 9258a8 commitdiff
10.53.2006 neil_a_wilson
Update the LDAP client tools to avoid explicit calls to System.err instead ...
tree@ 83b2ce commitdiff
09.57.2006 neil_a_wilson
Remove unused methods from the MonitorProvider API class. The methods are ...
tree@ 397e77 commitdiff
09.15.2006 gbellato
- Change the synchronization code so that the changelog server can now be u...
tree@ 7b84e5 commitdiff
09.54.2006 lutoff
Update the JMX connection handler to ensure that it invokes the post-connec...
tree@ 41fa9d commitdiff
09.12.2006 neil_a_wilson
Update the memory-based backend to provide support for the subtree delete c...
tree@ 722804 commitdiff
09.36.2006 neil_a_wilson
Update the LDAPDelete tool so that it doesn't print out the usage informati...
tree@ 68ad56 commitdiff
09.35.2006 neil_a_wilson
Update the LDAPCompare tool to fail with an appropriate error message if th...
tree@ 995c24 commitdiff
09.16.2006 neil_a_wilson
Update the LDAPCompare tool to replace references to fileURL for the assert...
tree@ 395c95 commitdiff
09.49.2006 neil_a_wilson
Update the LDAPCompare tool so that it will fail with an error if an assert...
tree@ e7c0b2 commitdiff
09.34.2006 neil_a_wilson
Update the LDAPPasswordModify tool to expose the "--useStartTLS" option so ...
tree@ 743d12 commitdiff
09.28.2006 neil_a_wilson
Update the LDAPCompare tool so that when it is used with the "--help" optio...
tree@ 7075cb commitdiff
07.27.2006 neil_a_wilson
Fix a problem in the modify operation in which it would not correctly rejec...
tree@ df0d08 commitdiff
07.57.2006 neil_a_wilson
Add a new ByteStringFactory class that can be used to create ByteString obj...
tree@ 047432 commitdiff
07.05.2006 neil_a_wilson
Fix a problem in which an attempt to remove the objectClass attribute is su...
tree@ 9bb8b5 commitdiff
07.48.2006 neil_a_wilson
Fix a bug that allows the server to overlook the fact that there are duplic...
tree@ 6a2469 commitdiff
07.34.2006 neil_a_wilson
Update the modify operation so that it will reject any request that does no...
tree@ efb006 commitdiff
06.01.2006 neil_a_wilson
Update the password validator API in the following ways:
tree@ 922296 commitdiff
06.42.2006 lutoff
Issue #620 fix (Cannot disable connection handler through JMX)
tree@ 08f127 commitdiff
06.17.2006 neil_a_wilson
Fix a build break caused by extra whitespace at the end of a couple of lines.
tree@ 396b19 commitdiff
05.41.2006 dugan
change adds map from HashMap to TreeMap so they will be retreived in sorted...
tree@ cde770 commitdiff
05.01.2006 coulbeck
Missing import-ldif usage message. Reviewed by neil_a_wilson.
tree@ e467f6 commitdiff
05.01.2006 dugan
Fixes for issues 755 and 743
tree@ c56f9b commitdiff
05.55.2006 coulbeck
Fix for issue 749. Reviewed by dugan.
tree@ 76e4f2 commitdiff
05.54.2006 lutoff
Update debug message level
tree@ 6ef81e commitdiff
first | « prev | next »