Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6A291200C38 for ; Wed, 15 Mar 2017 21:26:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 68D8C160B78; Wed, 15 Mar 2017 20:26:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D849B160B60 for ; Wed, 15 Mar 2017 21:26:01 +0100 (CET) Received: (qmail 77607 invoked by uid 500); 15 Mar 2017 20:26:00 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 77596 invoked by uid 99); 15 Mar 2017 20:26:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Mar 2017 20:26:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1A7D9DFF46; Wed, 15 Mar 2017 20:26:00 +0000 (UTC) From: DaddyWri To: dev@hc.apache.org Reply-To: dev@hc.apache.org References: In-Reply-To: Subject: [GitHub] httpclient issue #66: CredSSP implementation, NTLM engine reworked Content-Type: text/plain Message-Id: <20170315202600.1A7D9DFF46@git1-us-west.apache.org> Date: Wed, 15 Mar 2017 20:26:00 +0000 (UTC) archived-at: Wed, 15 Mar 2017 20:26:02 -0000 Github user DaddyWri commented on the issue: https://github.com/apache/httpclient/pull/66 @neykov I would like to start with the NTLMEngineImpl modified as in the attachment above, plus the other changes I haven't yet looked at -- but this should all be against trunk/httpclient5, not the 4.x branches. Oleg and I will backport as needed when the patch is done. The order of activity is roughly: (1) Start with revised NTLMEngineImpl (2) Add unit tests for new methods in NTLMEngineImpl (3) Add in the other classes required for CredSSP; these currently don't integrate properly with the httpclient5 stuff so they need to be moved and updated accordingly (4) Test everything against at least one Windows machine (5) Let me have a look at the (saner) diff, so I can consider organizing the code a bit differently (6) Retest against Windows if I wind up changing things The httpclient5 stuff may not yet be in a usable state. If so, I hope @ok2c will let me know about that now. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org