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

Jean-Noel Rouvignac
26.57.2013 693421b38b25cf570415fbb205a78948c32afeb9
26.57.2013 Jean-Noel Rouvignac
OPENDJ-832 Leverage the work queue for processing requests received on the ...
blob@ 693421 commitdiff | diff to current
25.54.2013 Jean-Noel Rouvignac
Code cleanup.
blob@ 9ecc91 commitdiff | diff to current
06.25.2013 Violette Roche-Montane
- Removed unused attribute 'private LinkedList<Operation> operationList;' (...
blob@ bcde04 commitdiff | diff to current
03.43.2012 Ludovic Poitou
Fix minor issues and optimizations suggested by FindBugs and NetBeans.
blob@ 63a209 commitdiff | diff to current
22.51.2011 Matthew Swift
Fix OPENDJ-293: InternalClientConnection memory leak when performing passwo...
blob@ 05d4af commitdiff | diff to current
05.04.2009 matthew_swift
svn merge -r5333:5417 https://opends.dev.java.net/svn/opends/branches/b2.0
blob@ 67405d commitdiff | diff to current
24.05.2009 boli
Fix for issue where unit tests hang when the startTLS extended operation is...
blob@ 90a85f commitdiff | diff to current
05.42.2009 matthew_swift
Merge ASN1 branch to trunk
blob@ 220943 commitdiff | diff to current
10.41.2008 matthew_swift
This change fixes issue 3567:
blob@ 218b40 commitdiff | diff to current
29.40.2008 floblanc
Implement a network group dedicated to the admin connector: - this network ...
blob@ 2964e0 commitdiff | diff to current
23.04.2008 jcduff
The commit will bring the following features : - An updated version of ...
blob@ f73b65 commitdiff | diff to current
18.44.2008 boli
With this refactoring:
blob@ 35a408 commitdiff | diff to current
12.29.2008 ludovicp
Updated the copyright statement to reflect that Sun owns the full copyright...
blob@ 1e7cfd commitdiff | diff to current
09.30.2007 neil_a_wilson
Update the internal operations API so that it is easier to include controls...
blob@ ee9f61 commitdiff | diff to current
05.54.2007 neil_a_wilson
Add a new LDIF connection handler, which can be used to watch for new LDIF ...
blob@ c22404 commitdiff | diff to current
02.00.2007 davidely
There are several improvements to the unit test framework in this commit.
blob@ a5ce1b commitdiff | diff to current
16.37.2007 neil_a_wilson
Add a new convenience constructor for the InternalClientConnection class th...
blob@ 06b521 commitdiff | diff to current
16.36.2007 neil_a_wilson
Update package-info.java files to include the @PublicAPI annotation to indi...
blob@ 4564c9 commitdiff | diff to current
15.34.2007 kenneth_suter
This commit is a step toward getting OpenDS internationalized. There are st...
blob@ 80c583 commitdiff | diff to current
17.21.2007 jdemendi
blob@ c429ea commitdiff | diff to current
17.35.2007 jarnou
This fix is the refactoring of the extended operation (issue 1189).
blob@ 16781a commitdiff | diff to current
17.14.2007 jarnou
This fix is the refactoring of the modrdn operation [issue 1180]
blob@ ff9755 commitdiff | diff to current
16.02.2007 jdemendi
This fix is the refactoring of the compare operation (issue #1886).
blob@ 61319d commitdiff | diff to current
05.10.2007 neil_a_wilson
Update the internal root connection to ensure that it always inherits a def...
blob@ 43e9da commitdiff | diff to current
03.29.2007 jarnou
Commits the refactoring of the core server to provide support for proxy/dis...
blob@ fbda6e commitdiff | diff to current
23.30.2007 boli
Remove the dependence on AspectJ for all non method-entry and method-exit r...
blob@ b0a7e3 commitdiff | diff to current
03.55.2007 boli
Major changes made to the logging framework. It should resolve the followin...
blob@ d75588 commitdiff | diff to current
25.40.2007 neil_a_wilson
Make several significant changes to the OpenDS code base, including:
blob@ 44aad3 commitdiff | diff to current
07.39.2007 neil_a_wilson
Update the bind operation so that it provides access to the protocol versio...
blob@ 77e5e1 commitdiff | diff to current
03.52.2007 neil_a_wilson
Add initial support for a virtual attribute subsystem, and implement a few ...
blob@ e1ea3e commitdiff | diff to current
21.09.2007 neil_a_wilson
Add support for dynamic groups, which use the groupOfURLs object class and ...
blob@ c0b406 commitdiff | diff to current
02.48.2007 boli
Fixed spelling error of a debug method (org.opends.server.loggers.debug.Deb...
blob@ 061e01 commitdiff | diff to current
01.18.2007 neil_a_wilson
Remove blank lines at the beginning of methods left after eliminating the d...
blob@ a49dee commitdiff | diff to current
01.17.2007 neil_a_wilson
Update all CDDL headers in source files to remove a typo.
blob@ b4bae6 commitdiff | diff to current
01.27.2007 boli
This removes old debug logging framework method calls that are going to be ...
blob@ 455897 commitdiff | diff to current
18.24.2007 neil_a_wilson
Update all internal client connections to have unlimited size limits, time ...
blob@ 34c4d0 commitdiff | diff to current
09.51.2007 neil_a_wilson
Add an initial set of privilege support to OpenDS. The current privileges ...
blob@ ed3926 commitdiff | diff to current
08.27.2007 neil_a_wilson
Update the AuthenticationInfo object to store the entries for the authentic...
blob@ 4a4a85 commitdiff | diff to current
06.22.2007 neil_a_wilson
Update the InternalClientConnection object to make the default constructor ...
blob@ 1bff31 commitdiff | diff to current
02.51.2007 neil_a_wilson
Add initial support for static groups. At present, this does not allow for...
blob@ 2b1ccc commitdiff | diff to current
13.55.2006 neil_a_wilson
Publish a separate monitor entry for each connection handler, which include...
blob@ fa6e5b commitdiff | diff to current
02.32.2006 neil_a_wilson
Perform significant refactoring in the core and plugin code in order to hel...
blob@ 48e73e commitdiff | diff to current
16.22.2006 neil_a_wilson
Fix numerous problems (long lines in doctarget files, unused imports, incor...
blob@ 336f28 commitdiff | diff to current
16.06.2006 neil_a_wilson
Add an internal connection security provider that is very similar to the nu...
blob@ 5c616e commitdiff | diff to current
15.36.2006 neil_a_wilson
Update the internal operation API to provide methods for performing simple ...
blob@ df662a commitdiff | diff to current
28.11.2006 opends
Initial public commit of OpenDS Directory Server source code.
blob@ eda793 commitdiff | diff to current
first | « prev | next »