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

coulbeck
15.51.2007 6cb2d46b1718cf78acf89e68f314dbee97041c2f
15.51.2007 coulbeck
In ACI targetScope, use the standard definition of onelevel meaning just th...
tree@ 6cb2d4 commitdiff
15.48.2007 neil_a_wilson
Add new interfaces that can be used to notify Directory Server components w...
tree@ 451aec commitdiff
15.50.2007 coulbeck
Fix some more TODOs in the ACI.
tree@ 038447 commitdiff
15.13.2007 neil_a_wilson
Update the LDAPSearch tool so that the "--noop" option works as expected. ...
tree@ 09ad1b commitdiff
15.52.2007 jvergara
Fix for issue 528 (Windows Service Definition for Automatic Startup).
tree@ 4c484f commitdiff
14.32.2007 neil_a_wilson
Update the LDAP client tools so that they provide error messages in a more ...
tree@ 9fa685 commitdiff
14.01.2007 neil_a_wilson
Update the schema and memory backends so that they will properly set the ma...
tree@ d43280 commitdiff
13.01.2007 neil_a_wilson
Update the LDAPConnection object and the classes that use it to ensure that...
tree@ 584e55 commitdiff
13.43.2007 neil_a_wilson
Update the config file handler so that it will do something with the Config...
tree@ 899d86 commitdiff
13.25.2007 neil_a_wilson
Update the backend config manager to do a more thorough cleanup job when de...
tree@ bedbc5 commitdiff
13.25.2007 neil_a_wilson
Update the AciList class to fix a concurrent modification exception that wa...
tree@ 7b17f1 commitdiff
12.22.2007 coulbeck
Add support for subordinate subtree to ACI.
tree@ 6f188e commitdiff
12.36.2007 neil_a_wilson
Provide a mechanism for the server to notify the synchronization service ab...
tree@ e71e0f commitdiff
12.56.2007 jvergara
Fix for issue 1351.
tree@ a57f00 commitdiff
12.38.2007 david_page
The following update to core.PasswordPolicyState.java, along with some smal...
tree@ 5d0af2 commitdiff
12.23.2007 gbellato
Enable again the synchonization pushSchemaFilesChange test after fixing the...
tree@ 481576 commitdiff
09.08.2007 neil_a_wilson
Fix a problem that prevented the server from handling attribute options in ...
tree@ 319d06 commitdiff
09.06.2007 neil_a_wilson
Update the argument parser so that it will always treat "-?" as as request ...
tree@ ffe22a commitdiff
09.11.2007 dugan
Remove search right from filterEntry method rights mask.
tree@ 721378 commitdiff
09.04.2007 coulbeck
Fix for one failing ACI unit test. The ACI syntax checks in the access con...
tree@ 5efddc commitdiff
09.08.2007 coulbeck
Fix for issue #1317: Wrong Error Code For Improperly Formatted ACIs.
tree@ 7965fe commitdiff
08.30.2007 sin
issue 756:Import LDIF should allow groups of attributes to be included or ...
tree@ 387a24 commitdiff
08.20.2007 neil_a_wilson
Fix a bug in the schema backend that could cause problems when deleting one...
tree@ 772069 commitdiff
08.07.2007 david_page
These changes move the PasswordPolicy field default-value initialization fr...
tree@ 74e1bc commitdiff
08.34.2007 neil_a_wilson
Update the UTC Time attribute syntax so that it correctly uses two-digit ye...
tree@ e1ae31 commitdiff
08.28.2007 neil_a_wilson
Add a new CertificateManager class that can be used to simplify interacting...
tree@ 0e2118 commitdiff
08.41.2007 gbellato
Fix some synchronization tests so that they don't fail anymore when trying ...
tree@ 7d4ae4 commitdiff
08.50.2007 gbellato
Issue 613 : Add the capability to deal with schema changes made be editing ...
tree@ fd9eb9 commitdiff
08.38.2007 boli
Enable AspectJ weaving for the new debug logging framework: - This commit d...
tree@ d4c325 commitdiff
07.26.2007 dugan
Remove test variable.
tree@ 9798c4 commitdiff
07.03.2007 dugan
Remove type-o test variable left behind, also fix whitespace EOL.
tree@ e57be2 commitdiff
07.56.2007 dugan
These changes are mostly related to restructuring the regular expression pa...
tree@ 7bbe88 commitdiff
07.36.2007 gbellato
Fix for issue 1150 : Take attribute usage into account when synchronizing e...
tree@ c1287a commitdiff
06.30.2007 coulbeck
Implement access control checking for the modify increment operation. The ...
tree@ 67daa4 commitdiff
02.51.2007 neil_a_wilson
Make the import-ldif, export-ldif, backup, and restore tools easier to invo...
tree@ 63e7e8 commitdiff
02.34.2007 coulbeck
Fix for issue #1309: Deleting ACI is Ineffective. This was caused by a null...
tree@ d27adb commitdiff
02.04.2007 jvergara
Allow the user to specify the JMX port using *j* option during the cli inst...
tree@ 882aed commitdiff
02.22.2007 gbellato
issue 504,505,507 : res-synchronization after restore or import
tree@ 3fcf16 commitdiff
02.48.2007 boli
Fixed spelling error of a debug method (org.opends.server.loggers.debug.Deb...
tree@ 72892b commitdiff
01.30.2007 coulbeck
Make AciList (the ACI cache) a copy-on-write class, such that there is no l...
tree@ db2243 commitdiff
01.39.2007 boli
Replaced System.err.println calls in VerifyJob and ExportJob to debugError ...
tree@ 688f97 commitdiff
01.18.2007 neil_a_wilson
Remove blank lines at the beginning of methods left after eliminating the d...
tree@ 3e3246 commitdiff
01.17.2007 neil_a_wilson
Update all CDDL headers in source files to remove a typo.
tree@ 2d6afa commitdiff
01.55.2007 neil_a_wilson
Remove redundant casts in LogLevel.java that were generating build warnings.
tree@ 3f46fd commitdiff
01.35.2007 boli
Add a file that was left out of the previous commit.
tree@ 6f25c0 commitdiff
01.27.2007 boli
This removes old debug logging framework method calls that are going to be ...
tree@ 4783ad commitdiff
28.01.2007 neil_a_wilson
Add a new key manager which provides the ability to specify which certifica...
tree@ 4daff1 commitdiff
28.41.2007 david_page
Replace call to PasswordPolicyState.requireSecureAuthentication with call t...
tree@ 916fd4 commitdiff
28.40.2007 david_page
Replace call to PasswordPolicyState.requireSecureAuthentication with call t...
tree@ 0ae514 commitdiff
28.06.2007 gbellato
This set of changes allow to have the schema synchronization working by con...
tree@ f87b1f commitdiff
first | « prev | next »