- Sep 22, 2021
-
-
Norbert Klasen authored
-
- Sep 20, 2021
-
-
Norbert Klasen authored
-
Norbert Klasen authored
-
- Nov 06, 2020
-
-
Norbert Klasen authored
-
Norbert Klasen authored
This reverts commit 6795ebdf
-
- Nov 03, 2020
-
-
Norbert Klasen authored
-
- Oct 30, 2020
-
-
Norbert Klasen authored
-
- Oct 26, 2020
-
-
Norbert Klasen authored
The java.lang.Runtime class has two methods, traceInstructions() and traceMethodCalls(), which are obsolete and have long been superseded by other technologies such as JVMTI. These methods do nothing. They have been deprecated for removal since Java 9. https://bugs.openjdk.java.net/browse/JDK-8205131
-
Norbert Klasen authored
The ant build used a template mechanism to set LDAP_DEBUG to FALSE for release and to TRUE for debug builds. Set it to FALSE here as maven is currently only setup for a single build target.
-
Norbert Klasen authored
Rename DsmlImpl.java to .txt to allow the jldap-dsml module to compile. DsmlImpl requires Dsml_ServiceSkeleton from the DSML for eDirectory SDK: https://www.microfocus.com/de-de/documentation/edirectory-developer-documentation/dsml-for-edirectory-soap/
-
Norbert Klasen authored
-
Norbert Klasen authored
for OpenLDAP CI/CD
-
Norbert Klasen authored
Split code into two modules: jldap and jldap-dsml. The latter contains the DSML and SPML specific codes that depends on external libraries. Some of these (dsmlv2.jar and providerutil.jar) were part of the JNDI DSML v2 Service Providers (https://docs.oracle.com/cd/E19850-01/816-6400-10/jndi.html#wp19650) and are currently unavailable.
-
- Jul 06, 2009
-
-
Nachiappan Palaniappan authored
Addition of a new extension 'getEffectivePrivilegesList'. This LDAP extension is specific to eDirectory. It retrieves the effective rights list from an GetEffectivePrivilegesListResponse object. The GetEffectivePrivilegesListRequest.java processes the extended request and the GetEffectivePrivilegesListResponse.java processes the extended response.
-
Nachiappan Palaniappan authored
-
Nachiappan Palaniappan authored
- Jun 29, 2009
-
-
Nachiappan Palaniappan authored
-
- Feb 22, 2008
-
-
Nachiappan Palaniappan authored
Files added for the new control LDAPPagedResultsControl. This is a Server Control to specify how search results are to be returned in pages of specified size by the server. If the control was marked "critical", the whole search operation will fail if the paged results control is not supported. This control is specified in RFC2696.
-
Nachiappan Palaniappan authored
-
Nachiappan Palaniappan authored
-
- Dec 19, 2007
-
-
Nachiappan Palaniappan authored
Fix for the issue of the PoolManager being unable to rebind the existing available connections on LDAP server failure
-
- Dec 05, 2007
-
-
Nachiappan Palaniappan authored
1. LDAP Connection constructor with the time out value has been modified to use the socketFactory which is set through the method setSocketFactory(). 2. New exception has been thrown in case of connection failure.
-
- Sep 25, 2007
-
-
Nachiappan Palaniappan authored
-
- Aug 10, 2007
-
-
Nachiappan Palaniappan authored
-
Nachiappan Palaniappan authored
-
- Dec 11, 2006
-
-
Nachiappan Palaniappan authored
A new method getBinaryData() has been implemented in the ValueEventData.java class to enable applications retrieve the binary data as such from the ASN1OctetString with out converting it in to a String. The return type of this method is the array of bytes and the data will be raw. It is left to the applications to manipulate the data to whichever format they prefer.
-
- Sep 07, 2006
-
-
Nachiappan Palaniappan authored
-
- Aug 17, 2006
-
- May 17, 2006
-
-
Anil Kumar Kommuri authored
-
Anil Kumar Kommuri authored
-
- Feb 09, 2006
-
-
Sunil Kumar authored
-
Sunil Kumar authored
New methods setSocketTimeOut and getSocketTimeOut are added to set and get the socket connect timeouts respectively.
-
Sunil Kumar authored
New methods setSocketTimeOut and getSocketTimeOut are added to set and get the socket connect timeouts respectively. Small fix for thread synch done
-
- Feb 08, 2006
-
-
Jon Roberts authored
-
- Jan 31, 2006
-
-
Jon Roberts authored
-
- Jan 29, 2006
-
-
Jon Roberts authored
-
- Nov 23, 2005
-
-
Jon Roberts authored
-
Jon Roberts authored
-
- Nov 22, 2005
-
-
Jon Roberts authored
-