cohei...@apache.org |
[1/2] directory-kerby git commit: Fixing licensing issues |
Mon, 03 Dec, 14:54 |
cohei...@apache.org |
[2/2] directory-kerby git commit: Fixing admin javadoc |
Mon, 03 Dec, 14:54 |
cohei...@apache.org |
directory-kerby git commit: Fixing some licensing issues |
Mon, 10 Dec, 10:47 |
cohei...@apache.org |
directory-kerby git commit: [maven-release-plugin] prepare release kerby-all-2.0.0 |
Mon, 10 Dec, 10:54 |
cohei...@apache.org |
[directory-kerby] Git Push Summary |
Mon, 10 Dec, 10:54 |
cohei...@apache.org |
directory-kerby git commit: [maven-release-plugin] prepare for next development iteration |
Mon, 10 Dec, 10:54 |
cohei...@apache.org |
[1/2] directory-kerby git commit: Updating owasp dependency plugin |
Tue, 18 Dec, 14:39 |
cohei...@apache.org |
[2/2] directory-kerby git commit: Updating JMH |
Tue, 18 Dec, 14:39 |
cohei...@apache.org |
directory-kerby git commit: DIRKRB-729 - Upgrade LDAP API |
Wed, 19 Dec, 10:40 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Split the AdDirSync control into two classes: one for the request, another for the response o Separated the controls in two categories: request/response. Some controls have a common OID for both type, which makes it difficult to know which part to use when encoding or decoding them. |
Sat, 01 Dec, 22:06 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: Calling the correct Request/Response control crator method |
Sun, 02 Dec, 07:15 |
elecha...@apache.org |
[directory-server] branch master updated: Fixed ApacheDS compilation error accordingly to the changes in teh LDAP API controls handling (there are some tests errors that need to be fixed) |
Sun, 02 Dec, 07:21 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: Improved the class header |
Mon, 03 Dec, 06:52 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Split the PasswordPolicy control into request and response |
Mon, 03 Dec, 23:16 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: Removed a checkstyle error |
Mon, 03 Dec, 23:16 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added the reverse encoding for SyncDoneValue and SyncRequestValue controls o Added the associated tests |
Tue, 04 Dec, 03:53 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added the SyncStateValue reverse encoding |
Tue, 04 Dec, 04:24 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Fixed the AdPolicyHints control, it can't be decoded o Added tests for this control |
Tue, 04 Dec, 10:48 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added the reverse encoding for VLV o Added some tests for VLV o Removed the useless DummySSLSocketFactory class |
Tue, 04 Dec, 15:27 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Completed the controls reverse encoding implementation. |
Tue, 04 Dec, 22:08 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Fixed the reverse encoding of controls o Added some check for message with controls |
Wed, 05 Dec, 04:40 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Created a Asn1Buffer constructor o Declared all the response control in the StandaloneLdapApiService o Fixed the Jndi <-> control converters to use teh request/response factories |
Wed, 05 Dec, 16:53 |
elecha...@apache.org |
[directory-server] branch master updated: Fixed teh server accordingly to the LDAP API control modifications |
Wed, 05 Dec, 16:54 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added a BerValue.encodeOctetStriung( Asn1Buffer, String ) method o Implemented the revert encoding for Cancel, CertGeneration and EndTransactionRequest extended operations |
Sat, 08 Dec, 05:20 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added a BerValue.encodeOctetString( Asn1Buffer, String ) method o Implemented the revert encoding for Cancel, CertGeneration and EndTransactionRequest extended operations |
Sat, 08 Dec, 05:21 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: Added the reverse encoding for all the ExtendedRequest operations |
Sun, 09 Dec, 06:14 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added the EndTransacytionResponse reverse encoding o Decoding controls when processing their values |
Mon, 10 Dec, 00:32 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: Completed the ExtendedResponse reverse encoding factories |
Mon, 10 Dec, 11:33 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: Added some test with controls |
Mon, 10 Dec, 14:41 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added the IntermediateResponse reverse encoding o Removed the SyncStateFactory class, it's not used o Added tests for reverse encoding in somemessages, when controls are injected |
Tue, 11 Dec, 14:00 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added the reverse encoding for IntermediateResponse and extended operations o Passing the LdapApiService instance to all the operation factories o Removed the current control from the Message Decorator, it's actually stored in the container o Fixed a bug in the AddRequest encoding: attributes with no value weren't encoded properly o Extended Operations are stored in two maps, as we need to encode some of them differently o Renamed a decoder constants for extendedOperations o Stored the L [...] |
Sun, 16 Dec, 12:10 |
elecha...@apache.org |
[directory-server] branch master updated: o Simplified the replication code, using the SyncInfoValue class |
Sun, 16 Dec, 13:23 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Don't write Decorated messages anymore o Minor cleanups |
Mon, 17 Dec, 14:01 |
elecha...@apache.org |
[directory-server] branch master updated: Don't write decorated messages anymore |
Mon, 17 Dec, 14:01 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Removed the normal encoding from tests, using only the reverse encoder o Refactored the WhoAmI classes to get rid of the decorator o Made the decoratedMessage filed visible in the AbstractMessageDecorator o Removed the getRequestName from the AbstractResultResponseRequestDsml class, it's a duplicate o Fixed a bug in the BindRequest encoding o Fixed an encoding issue in the CancelRequest setValue method o Removed a useless 'if' in the DefaultAttribute class o Improved the DefaultLdapCodec [...] |
Wed, 19 Dec, 09:43 |
elecha...@apache.org |
[directory-ldap-api] branch master updated: o Added a hashCode() method to the AttributeType class o Fixed an infinite loop in a test, when a AT superior is the AT itself |
Wed, 19 Dec, 22:01 |
pike1212 |
[GitHub] directory-fortress-core pull request #8: FC-260 add external config for star... |
Tue, 18 Dec, 18:50 |
pike1212 |
[GitHub] directory-fortress-core pull request #9: FC-261 add pool config for test whi... |
Tue, 18 Dec, 19:25 |
plusplusjia...@apache.org |
directory-kerby git commit: Fixing HAS javadoc. |
Tue, 04 Dec, 06:19 |
plusplusjia...@apache.org |
[1/3] directory-kerby git commit: 1.Exclude jdk.tools-1.8.jar in has-dist 2. Add Maven profile dist in has-dist pom.xml 3. Include N&L in assembly.xml |
Fri, 28 Dec, 02:57 |
plusplusjia...@apache.org |
[2/3] directory-kerby git commit: Add the licenses folder in assembly.xml |
Fri, 28 Dec, 02:57 |
plusplusjia...@apache.org |
[3/3] directory-kerby git commit: Merge remote-tracking branch 'asf/trunk' into trunk |
Fri, 28 Dec, 02:57 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: Fix copy entry and add tests |
Sun, 02 Dec, 09:20 |
seelm...@apache.org |
[directory-ldap-api] branch master updated: Fix OSGi |
Sun, 02 Dec, 17:20 |
seelm...@apache.org |
[directory-server] branch master updated: Fix OSGi |
Sun, 02 Dec, 18:07 |
seelm...@apache.org |
[directory-ldap-api] branch master updated: DIRAPI-330: Improve TLS handshake error handling |
Tue, 18 Dec, 23:02 |
seelm...@apache.org |
[directory-ldap-api] branch master updated: Fix OSGi |
Tue, 18 Dec, 23:37 |
seelm...@apache.org |
[directory-server] branch master updated (23afdb1 -> 9163f20) |
Tue, 18 Dec, 23:37 |
seelm...@apache.org |
[directory-server] 01/02: DIRAPI-330: Improve TLS handshake error handling (tests) |
Tue, 18 Dec, 23:37 |
seelm...@apache.org |
[directory-server] 02/02: Fix connection pool tests |
Tue, 18 Dec, 23:37 |
seelm...@apache.org |
[directory-server] branch master updated: Fix assertions |
Wed, 19 Dec, 18:39 |
seelm...@apache.org |
[directory-server] branch master updated: Fix compile error |
Wed, 19 Dec, 19:52 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: DIRSTUDIO-1205: Improve TLS handshake error handling |
Thu, 20 Dec, 06:48 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: GTK flag no longer needed |
Sun, 23 Dec, 14:24 |
seelm...@apache.org |
[directory-buildtools] branch master updated: Upgrade to latest Java 8 and Maven version. Add Java 11 image. Workaround for SUREFIRE-1588. |
Sun, 23 Dec, 15:05 |
seelm...@apache.org |
[directory-buildtools] branch master updated: Add generic maven build docker image |
Sun, 23 Dec, 23:25 |
seelm...@apache.org |
[directory-server] branch master updated: Fix replication tests |
Mon, 24 Dec, 00:19 |
seelm...@apache.org |
[directory-server] branch remove-infinite-timeout created (now 2f415c5) |
Mon, 24 Dec, 09:47 |
seelm...@apache.org |
[directory-server] 01/01: Remove inifinite timeout settings in tests |
Mon, 24 Dec, 09:47 |
seelm...@apache.org |
[directory-server] branch remove-infinite-timeout updated (2f415c5 -> 0df3a39) |
Mon, 24 Dec, 10:25 |
seelm...@apache.org |
[directory-server] 01/02: Remove inifinite timeout from replication config |
Mon, 24 Dec, 10:25 |
seelm...@apache.org |
[directory-server] 02/02: Fix wrong property check |
Mon, 24 Dec, 10:25 |
seelm...@apache.org |
[directory-ldap-api] branch master updated: Fix race condition in intermediate response handling. The incomplete intermediate response object was already passed to the future, response name and value were set afterwards, the consumer of the future queue hence saw sometimes null values. |
Mon, 24 Dec, 23:47 |
seelm...@apache.org |
[directory-server] branch remove-infinite-timeout updated (0df3a39 -> 23e88d8) |
Tue, 25 Dec, 00:46 |
seelm...@apache.org |
[directory-server] 01/02: Improve replication tests, remove duplicate wait method, also wait for sync info intermediate response |
Tue, 25 Dec, 00:46 |
seelm...@apache.org |
[directory-server] 02/02: Reduce test output |
Tue, 25 Dec, 00:46 |
seelm...@apache.org |
[directory-server] branch master updated (a967693 -> 23e88d8) |
Tue, 25 Dec, 01:07 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: Switch to common lang3 and collections4 |
Tue, 25 Dec, 11:59 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: Fix schema load from ApacheDS and add more schema editor tests |
Tue, 25 Dec, 18:00 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: Remove sysout |
Tue, 25 Dec, 18:45 |
seelm...@apache.org |
[directory-ldap-api] branch master updated: Extract certificate exception classification to make it reusable |
Wed, 26 Dec, 23:53 |
seelm...@apache.org |
[directory-server] branch master updated: Extract certificate exception classification to make it reusable. Cleanup test annotations. |
Thu, 27 Dec, 00:13 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: Improve certificate validation, reuse classifier from LDAP API. Speed up tests. |
Thu, 27 Dec, 00:26 |
seelm...@apache.org |
[directory-ldap-api] branch master updated: Fix license header |
Thu, 27 Dec, 08:31 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: Add missing license headers |
Thu, 27 Dec, 08:36 |
seelm...@apache.org |
[directory-buildtools] branch master updated: Limit memory usage |
Thu, 27 Dec, 09:09 |
seelm...@apache.org |
[directory-studio] branch remove-jndi-provider-and-jndi-layer updated: Fix flaky test |
Thu, 27 Dec, 11:57 |
smckin...@apache.org |
directory-fortress-core git commit: + search roleConstraints |
Sat, 01 Dec, 15:21 |
smckin...@apache.org |
directory-fortress-enmasse git commit: fix path |
Tue, 25 Dec, 16:04 |
ussm...@apache.org |
[directory-scimple] branch develop updated: Update ScimUser.java |
Fri, 14 Dec, 04:19 |