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 13:36:19 +0200 Message-ID: <1479036981-22047-1-git-send-email-jarno@malmari.fi> References: <1478988194-7761-1-git-send-email-jarno@malmari.fi> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1479037102 7931 195.159.176.226 (13 Nov 2016 11:38:22 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 13 Nov 2016 11:38:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 13 12:38:18 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 1c5t6W-0005re-80 for ged-emacs-devel@m.gmane.org; Sun, 13 Nov 2016 12:37:44 +0100 Original-Received: from localhost ([::1]:33279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5t6Z-00069j-5g for ged-emacs-devel@m.gmane.org; Sun, 13 Nov 2016 06:37:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5t5Q-00064i-IJ for emacs-devel@gnu.org; Sun, 13 Nov 2016 06:36:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5t5L-0001Bl-N9 for emacs-devel@gnu.org; Sun, 13 Nov 2016 06:36:36 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:40854) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c5t5L-0001Bh-IR for emacs-devel@gnu.org; Sun, 13 Nov 2016 06:36:31 -0500 Original-Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 02B412043F for ; Sun, 13 Nov 2016 06:36:31 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 13 Nov 2016 06:36:30 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=malmari.fi; h=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=N5J7G9WzXr4MtU9 C53B6at8z0Cc=; b=YJ4B6LF0gOBQlH9C/yy+vHI5BWYKI+SODVxKhVK63x2lfwX WhtXRCbZKI4lul3Birj/pVHkWeYwE5vEHCBW7tXGdwFakczKJbiTP+ElL1BVABk4 wfe+ZZC6h3qdF+AVyU8fha6Ag9xCKaTqqH07+ONcIV+ZDWmejotfrSzgttiA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=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=N5J7G9WzXr4MtU9C53B6at8z0Cc=; b=QRTcp VGWqn8DgHCjt3VoauKuAw0BnMSHqL54N7LJ7LQYjGdWL/mls51z9JXE13eWHmAyf rpVV/uOZ0eVHNQSvHa8mh6v42MLkj6r6SPkYUC69dahMYIZJPq6PKSiHlWPjjYKD zhVhLXIceURi2rh/eF55M7Igr5B5mWMCG8iIMQ= X-ME-Sender: X-Sasl-enc: 1FWS234Mi4O4E85qlHW3v3RnVdMjbZuU6K4hWrB5zuVk 1479036990 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 67D187F077 for ; Sun, 13 Nov 2016 06:36:30 -0500 (EST) X-Mailer: git-send-email 2.7.0.25.gfc10eb5 In-Reply-To: <1478988194-7761-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:209371 Archived-At: > 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 Another set following with fixed commit messages (following CONTRIBUTE). Sorry for spam.