From commits-return-52613-archive-asf-public=cust-asf.ponee.io@directory.apache.org Sun Jun 20 06:36:51 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 1EB2118064A for ; Sun, 20 Jun 2021 08:36:51 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 4984C3ED8D for ; Sun, 20 Jun 2021 06:36:50 +0000 (UTC) Received: (qmail 38159 invoked by uid 500); 20 Jun 2021 06:36:50 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 38130 invoked by uid 99); 20 Jun 2021 06:36:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jun 2021 06:36:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C89EB821E0; Sun, 20 Jun 2021 06:36:49 +0000 (UTC) Date: Sun, 20 Jun 2021 06:36:49 +0000 To: "commits@directory.apache.org" Subject: [directory-server] branch master updated (a1e195c -> 1c2b759) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162417100973.24005.6057426449449493056@gitbox.apache.org> From: seelmann@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: directory-server X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a1e195cb6d89e46f941f4fbd292fcc6fddd7b8ae X-Git-Newrev: 1c2b759f68d17ba54c8f24e407c38098b1eab196 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. seelmann pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/directory-server.git. from a1e195c Updating checkstyle configuration to 2.0.1 new e71b726 DIRSERVER-1632: Use improved SASL filter from ldap-api (DIRAPI-373) new 1c2b759 Adjust test to changed getRootDse() implementation The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../client/api/operations/GetRootDseTest.java | 15 +- pom.xml | 2 +- .../handlers/sasl/AbstractMechanismHandler.java | 1 + .../server/ldap/handlers/sasl/SaslFilter.java | 176 ---------- .../server/operations/bind/SaslBindIT.java | 355 ++++++++++++++++++--- 5 files changed, 321 insertions(+), 228 deletions(-) delete mode 100644 protocol-ldap/src/main/java/org/apache/directory/server/ldap/handlers/sasl/SaslFilter.java