trunk

  • Filter
matthew

committed 7747 to opendj

21 Feb
Fix OPENDJ-181: DirectoryException provided value has an invalid length for a UUID

Generate entryUUID if none is present using the same algorithm as the virtual attribute provider.
Mark

committed 7745 to opendj

21 Feb
Thanks to Danny Turner for noticing that 2.4.4 was missing from the news page.
matthew

committed 7739 to opendj

20 Feb
Attach DSML gateway to Maven artifacts
added to pom.xml
matthew

committed 7728 to opendj

20 Feb
Finally figure out Maven voodoo to get opendmk property passed to release:perform
added to pom.xml
Mark

committed 7726 to opendj

20 Feb
Fix for COMMWEB-46: Enable compression for core documentation HTML, CSS, JavaScript
Mark

committed 7723 to opendj

20 Feb
Fix for COMMWEB-45: IE 8 seems to require DOCTYPE declaration in HTML to interpret CSS correctly
modified pom.xml
matthew

committed 7721 to opendj

20 Feb
Revert previous opendmk property change...grrrr....
modified build.properties
matthew

committed 7719 to opendj

20 Feb
Make opendmk property a comment in order to prevent it from overriding command line setting
modified build.properties
matthew

committed 7711 to opendj

20 Feb
Fix OPENDJ-422: Concurrent writes of large LDAP messages can become interleaved

Grizzly 2.1.9 released.
Mark

committed 7710 to opendj

20 Feb
Simplify example as suggested by Danny Turner

Also adjust stylesheet to fix date generation
matthew

committed 7709 to opendj

16 Feb
Fix OPENDJ-422: Concurrent writes of large LDAP messages can become interleaved

* switch to Grizzly 2.1.9-SNAPSHOT
* use FilterChainBuilder to rebuild filter chain when SASL/TLS layers are added
* improve synchronization in LDAP client connection implementation.
matthew

committed 7707 to opendj

16 Feb
Additional fix for OPENDJ-420: Rare SSLExceptions while handling LDAPS connections and big LDAP searches

Fix unit test hang on Mac: Repeatedly read until all available data is read or some data has been unwrapped.
Ludovic Poitou

committed 7705 to opendj

15 Feb
Code cleanup, following FindBugs and Netbeans advices.
Ludovic Poitou

committed 7704 to opendj

15 Feb
Code cleanup, following FindBugs and Netbeans advices.
Ludovic Poitou

committed 7703 to opendj

15 Feb
Code cleanup.
Ludovic Poitou

committed 7702 to opendj

15 Feb
Code and Typo cleanup. Some reformatting included.
Ludovic Poitou

committed 7701 to opendj

15 Feb
Code and Typo cleanup.
Ludovic Poitou

committed 7700 to opendj

15 Feb
Code and Typo cleanup.
Ludovic Poitou

committed 7699 to opendj

15 Feb
Fix issue OPENDJ-423: Single AND component filter causes an uncatch exception in ECL (ECLSearchOperation.java:1467).
Also fix a few typos and comments
Ludovic Poitou

committed 7698 to opendj

15 Feb
Fix issue OPENDJ-423: Single AND component filter causes an uncatch exception in ECL (ECLSearchOperation.java:1467).
Check that an AND filter has components before processing them.
Also includes minor cleanup.
Ludovic Poitou

committed 7697 to opendj

15 Feb
Code cleanup based on FindBugs and Netbeans advice
Ludovic Poitou

committed 7696 to opendj

15 Feb
Fix minor typo in access log as well as clean code.
gary.williams

committed 7689 to opendj

15 Feb
Fix account activation in future functional test
matthew

committed 7686 to opendj

14 Feb
Fix OPENDJ-420: Rare SSLExceptions while handling LDAPS connections and big LDAP searches

Correct a couple of minor typos in the comments.


matthew

committed 7684 to opendj

14 Feb
Fix OPENDJ-420: Rare SSLExceptions while handling LDAPS connections and big LDAP searches

Re-implement SASL and TLS byte channel support including:

* handle SSL application and packet buffer size changes
* introduce finer grained locking so that reads and writes can be performed concurrently
* handle incoming SASL packets which are bigger than the negotiated buffer size.