19 Mar, 2012
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7834 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Feb, 2012
1 commit
-
Implement a new virtual attribute which automatically generates etags based on either the Adler-32 or CRC-32 algorithms. git-svn-id: https://svn.forgerock.org/opendj/trunk@7748 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Dec, 2011
1 commit
-
Added optional ds-cfg-db-log-filecache-size attribute. git-svn-id: https://svn.forgerock.org/opendj/trunk@7548 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Nov, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7451 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Nov, 2011
1 commit
-
Updated scripts so that if OPENDJ_JAVA_HOME and OPENDJ_JAVA_ARGS are not defined, we look at the legacy OPENDS_... ones. git-svn-id: https://svn.forgerock.org/opendj/trunk@7448 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Oct, 2011
1 commit
-
…updates from being replicated. Add EntryUUID values derived from DNs to admin-backend.ldif. git-svn-id: https://svn.forgerock.org/opendj/trunk@7439 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Oct, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@7400 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Oct, 2011
1 commit
-
* split access and audit log configuration, since filtering is not appropriate for the audit log * add initial filtering capabilities to the access log (based on operation type only for now). git-svn-id: https://svn.forgerock.org/opendj/trunk@7364 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Aug, 2011
1 commit
-
Refactor PasswordPolicy implementation so that we now have a common parent type, "AuthenticatioPolicy", which will act as a common entry point for all authentication policies. In particular, password policies can be thought of as a specific type of authentication policy: one where authentication and the user's credentials are managed locally. PTA can be thought of as a non-local authentication policy: the password is managed by a third party. With this change we still only have one type of authentication policy and no attempt has been made to refactor code which uses it. More specifically, code such as the local backend WFE just type-casts the authentication policy to a password policy. Another implication of this change is that sub-entry based password policies now automatically inherit run-time changes made to the default password policy, whereas before a server restart was required. git-svn-id: https://svn.forgerock.org/opendj/trunk@7192 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Jun, 2011
2 commits
-
Publish original attributes from the target entry as a single value LDIF blob in "includedAttributes" in a similar manner to the "changes" attribute. git-svn-id: https://svn.forgerock.org/opendj/trunk@6993 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Remove remaining references to targetUniqueID as this is now an alias for targetEntryUUID. git-svn-id: https://svn.forgerock.org/opendj/trunk@6992 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Jun, 2011
1 commit
-
…e size, and replication purge delay See issue description for exact changes. git-svn-id: https://svn.forgerock.org/opendj/trunk@6973 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 May, 2011
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6869 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Feb, 2011
1 commit
-
This will ease defining a proper aci to grant access properly under cn=changelog to administrators or users. git-svn-id: https://svn.forgerock.org/opendj/trunk@6696 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Nov, 2010
1 commit
-
Introduce 3 new parameters to tune the new DB-Cache evictor functionality git-svn-id: https://svn.forgerock.org/opendj/trunk@6659 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Oct, 2010
1 commit
-
This changes are adding support for the BSD MD5 crypt hash as part of the CRYPT password storage scheme. A new parameter has been added to the configuration of the storage scheme to select whether new passwords should be hashed with the unix algo (default) or the md5 one. When it comes to authentication, the scheme is able to detect the algo (based on the $1$ prefix) and match appropriately. Unit tests have been added, including test again passwords already hashed on Linux systems. git-svn-id: https://svn.forgerock.org/opendj/trunk@6641 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Sep, 2010
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6617 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Sep, 2010
3 commits
-
…e capacity finite so that clients are blocked when the queue is full git-svn-id: https://svn.forgerock.org/opendj/trunk@6598 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6597 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…name inheritFromBaseDN to inheritFromBaseRDN and restrict it to the root entry of the subentry scope; restrict DNs derived from inheritFromDNAttribute to the root entry of the subentry scope; remove band-aid subentry write access global ACI. git-svn-id: https://svn.forgerock.org/opendj/trunk@6595 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Aug, 2010
2 commits
-
…d information. The default is to keep the replication meta data (historical information) for at least 1 day. Purging occurs on the fly when entries are modified, or via a task. Launching the task will be available through dsreplication in separate commit. git-svn-id: https://svn.forgerock.org/opendj/trunk@6567 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Cleanup messages, removing unnecessary casts (due to bugs in early versions of Java 5), removing dead code. The minimal version has been set to Java 1.6.0_10. Also cleanup the Java Stubs for MacOS, removed the StatusPanel (replaced by ControlPanel since 1.2), and update Info.plist to require 1.6 or higher, show 2.3 as version. git-svn-id: https://svn.forgerock.org/opendj/trunk@6564 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Jul, 2010
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6557 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…or exiting of disks full. Each instance of the monitor have two thresholds: "low" and "full". Other components can register their own handlers if they wish to receive notifications when the thresholds are reached. It extends the MonitorProvider interface and utilizes the update interval mechanism to poll the free disk space. The current free space and state of all monitor instances are exposed through the cn=monitor interface under the cn=Disk Space Monitor branch. The only component using the monitor now is the JE backend. When the "low" threshold is reached, write operations will only be permitted to users with the BYPASS_LOCKDOWN privilege. When the "full" threshold is reached, the backend is placed in read-only mode. The default "low" and "full" thresholds are 100 MB and 10MB respectively. Along with the new feature, this patch also added two privileges: SERVER_LOCKDOWN and BYPASS_LOCKDOWN. Any user with the SERVER_LOCKDOWN privilege can put and take the server out of lockdown mode. Any user with the BYPASS_LOCKDOWN mode can bypass lockdown mode. This was restricted to only "root" users before. In addition, the MonitorProvider abstract class no longer extends DirectoryThread. It now uses a static single threaded ScheduledExecutorService to update provider states. Any provider that wishes to have its state updated periodically needs to register its updater runnable with the scheduleUpdate method. git-svn-id: https://svn.forgerock.org/opendj/trunk@6549 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… and AbsoluteSubtreeSpec. git-svn-id: https://svn.forgerock.org/opendj/trunk@6545 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Jul, 2010
1 commit
-
The max log size is decreased to 10MB and checkpointer to 20MB. Also increases the number of cleaners to match the default number of workers. These new settings are helping with reducing the etimes on write operations git-svn-id: https://svn.forgerock.org/opendj/trunk@6537 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jun, 2010
1 commit
-
… handling subtree move or delete. The changes particularly resolve problems raised by the community with the referential integrity and the isMemberOf plug-ins. Unit-tests have been updated to cover those cases git-svn-id: https://svn.forgerock.org/opendj/trunk@6518 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Jun, 2010
1 commit
-
…te. This index is only updated when conflicts are detected and searched on for all deletes and modDN operations. Tested successfully against performance regression. git-svn-id: https://svn.forgerock.org/opendj/trunk@6498 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Apr, 2010
2 commits
-
This adds support for the IETF based Password Policy for LDAP as SubEntry. Also resolves the following issues : - 4544 : initializeBackend() should not set JE env config params directly. - 4478 : ECL in draft compat mode / search lastchangenumber can be very long - 4538 : Virtual attributes not retrieved when entry cache configured - 4547 : Search Filter Matching differ for cn=Directory Manager and plain user. - 4514 : Logs shows unexpected message with replication monitoring data missing (Partial fix) - 4534 : Replication using security does not work after server restart - 4516 : SEVERE_ERROR: servers (...) have the same ServerId In addition, they also improve reliability and performance in various areas including CollectiveAttributes, Virtual Attributes and Subentries management, Schema loading, Replication... git-svn-id: https://svn.forgerock.org/opendj/trunk@6400 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Update BDB JE to version 4.0.95 - Remove BDB logging configuration and definitely fix issue 4367 - Resolve issue 4523 - ACI and sub-entry caches not updated on replicas - Update the build factory to warn about generated messages on precommit - Resolve some issues in the Control Panel - Fix an issue with java.properties being ignored by some CLI git-svn-id: https://svn.forgerock.org/opendj/trunk@6399 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Jan, 2010
1 commit
-
…0MBto 100MB): decrease default checkpoint frequency from 20MB to 100MB in order to reduce frequency of fsyncs. This should not increase recovery times significantly since modern hardware is capable of recovering 100MB of log very quickly. git-svn-id: https://svn.forgerock.org/opendj/trunk@6364 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Jan, 2010
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6336 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Dec, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6311 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Nov, 2009
1 commit
-
…nd tracing configuration. git-svn-id: https://svn.forgerock.org/opendj/trunk@6191 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Nov, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6139 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Oct, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@6007 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Oct, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5953 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Sep, 2009
1 commit
-
Fractional LDIF import plugin is now able to read fractional configuration from config backend if server is offline. => Initializing a fractional replica is possible even if server is offline. git-svn-id: https://svn.forgerock.org/opendj/trunk@5838 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Aug, 2009
1 commit
-
…ms with the include/exclude options. git-svn-id: https://svn.forgerock.org/opendj/trunk@5679 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Aug, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5672 41b1ffd8-f28e-4786-ab96-9950f0a78031