From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jarno Malmari Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 1/3] Test for url-auth Date: Sun, 13 Nov 2016 00:03:12 +0200 Message-ID: <1478988194-7761-1-git-send-email-jarno@malmari.fi> References: <1473364286-2650-1-git-send-email-jarno@malmari.fi> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1478988327 9683 195.159.176.226 (12 Nov 2016 22:05:27 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 12 Nov 2016 22:05:27 +0000 (UTC) Cc: larsi@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 12 23:05:24 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c5gPo-00069s-2H for ged-emacs-devel@m.gmane.org; Sat, 12 Nov 2016 23:04:48 +0100 Original-Received: from localhost ([::1]:59788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5gPr-0006pR-7A for ged-emacs-devel@m.gmane.org; Sat, 12 Nov 2016 17:04:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5gOu-0006pI-HD for emacs-devel@gnu.org; Sat, 12 Nov 2016 17:03:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5gOr-0001ku-Da for emacs-devel@gnu.org; Sat, 12 Nov 2016 17:03:52 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:37252) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c5gOr-0001ki-9O for emacs-devel@gnu.org; Sat, 12 Nov 2016 17:03:49 -0500 Original-Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 0044721CF0; Sat, 12 Nov 2016 17:03:46 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute7.internal (MEProxy); Sat, 12 Nov 2016 17:03:47 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=malmari.fi; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=sql f1G1p1d1TAmEOuEQ7nU/sfX8=; b=sJfy9gg9SqlKslBwa0W0hQtKA+Dp+TS9zH4 fsFamBX2d1CKK62oMU9JShZpi7V/0FNCyRCFJgtHJbToCwM2k69mvZK9iNm8ZHpJ BNblopShN9sOhSbZSSLAma4KBRKaRHnl7UogThvqs0TbAbMA+v30UhBy9ntpqDB2 aSN+FBA8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=smtpout; bh=sqlf1G1p1d1TAmEOuEQ7nU/sfX8=; b=lCw9t l0X0UtgQo+9i2htW7hloXN154iG4926O9Bu/UPKGUNIqslscyw0JAxg58eu5+F9s L0tBt0z6fBGNSqTBHiQkzGo1x6oauyPhfAsSpWa+pd8hoqGf9cVBwXxgDwJpnGUs 0UlvXVwdPvmB6P6DZgV2IR5UL27hykE7gpK/3c= X-ME-Sender: X-Sasl-enc: mi0MfE6cTXST9bGSJFmn/h5yLgghvD/q2zZclUrDZCr2 1478988226 Original-Received: from vabi.peto.intranet (a88-113-156-118.elisa-laajakaista.fi [88.113.156.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 42D7724421; Sat, 12 Nov 2016 17:03:46 -0500 (EST) X-Mailer: git-send-email 2.7.0.25.gfc10eb5 In-Reply-To: <1473364286-2650-1-git-send-email-jarno@malmari.fi> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:209359 Archived-At: > I ran the tests with my versions of the patches and they pass. > > Seems there were some changes to my original first commit. I reverted > it back to its original form, leaving behind cosmetic changes > only. The first patch here is only to illustrate the changes > reverted. It should be squashed with the third patch as the changes > they contain are mostly redundant. > > No intended changes to the second and third patches. Bump. I did the squash on previous patches 1/3 and 3/3. Rebased on latest master. files modified: * lisp/url/url-auth.el | 391 +++++++++++++++++++++++++++++----------- * test/lisp/url/url-auth-tests.el | 53 +++++- 2 files changed, 337 insertions(+), 107 deletions(-) patch set that follows this email: [PATCH 1/2] Refactor digest authentication in url-auth [PATCH 2/2] Initial implementation for HTTP Digest qop for url