18 Jul, 2006
2 commits
-
lock timeout attribute to use an integer with unit syntax rather than just an integer. Also, update the FIFO entry cache implementation to get rid of the calls to run the garbage collector. Instead, if we detect that too much memory is being used, we'll not store the new entry and get rid of an old entry. This is much more palatable in terms of performance and response time when the cache gets full. git-svn-id: https://svn.forgerock.org/opendj/trunk@19 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@18 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Jul, 2006
4 commits
-
message about a missing key manager configuration entry if SSL was not enabled. git-svn-id: https://svn.forgerock.org/opendj/trunk@13 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
size configuration attribute are consistent with the size units used in various configuration attributes for the JE backend. In particular, the following are now true: - KB refers to kilobytes, or 1000 bytes - KiB refers to kibibytes, or 1024 bytes - MB refers to megabytes, or 1000000 bytes - MiB refers to mebibytes, or 1048576 bytes Previously, only KB and MB were defined and they used the "power of 2" form rather than the "power of 10" form. git-svn-id: https://svn.forgerock.org/opendj/trunk@12 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
configuration attribute from an integer (with the value specified in seconds) to an integer with unit (specified as an integer value followed by a unit of "seconds", "minutes", "hours", "days", or "weeks"). Also change the syntax of the attribute in the schema from integer to directory string. git-svn-id: https://svn.forgerock.org/opendj/trunk@11 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
be called whenever the alert handler is taken out of service to ensure that it releases any resources that it might have had open. git-svn-id: https://svn.forgerock.org/opendj/trunk@10 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Jul, 2006
2 commits
-
…lative to the server root rather than the current working directory. git-svn-id: https://svn.forgerock.org/opendj/trunk@6 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
for ADD,DELELTE and MODIFYDN as it was already the case for MODIFY operation This is necessary to make sure that entries use the same unique ID everywhere. - Synchronization now its own serialization mechanism for synchronization messages (before it was using java object serialization) This allows to use the same serialization for data transfer between LDAP servers and changelog servers and for saving the changes into the changelog database. It will also allow to make some evolution the protocol without breaking the compatibility with previous releases. This also brings some performance improvements as this new serialization mechanism only needs to be done once on the master that originally processed the operation while before it was done for each transfer over the wire and for writing the changelog database. git-svn-id: https://svn.forgerock.org/opendj/trunk@4 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Jun, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2 41b1ffd8-f28e-4786-ab96-9950f0a78031