Message ID | 20240417000240.3611948-1-sandals@crustytoothpaste.net (mailing list archive) |
---|---|
Headers | show
Received: from ring.crustytoothpaste.net (ring.crustytoothpaste.net [172.105.110.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 840DA2C9A for <git@vger.kernel.org>; Wed, 17 Apr 2024 00:03:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=172.105.110.227 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713312183; cv=none; b=GlkLQbFQA8MDr0/j2KEsAEFoHetr0Quw+rOkF0Gh1CWHaHUKQWllWgOT6VNqkz7utfgpmY8TVgaCDmQAEC5Fd+ul9odcCHn20vU2JNxSmIR1bdLjWoHWxJjxRyusn8Nae/KNnJsh6aXbBafczObxLP/m/+Ggerc0CkeFJqRU51A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713312183; c=relaxed/simple; bh=HyRf5wjEBXc1r6bcycyCi0YhOBVc+4RxkRuWY1vmj5A=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lagucDAYab0fUOIGYWiC041HTLOWkypjXRy5wy7iNNvP9jo9zVreB9qwtCNo6VCjx7BVJx4PeCqSnLQeauSBujAa7+g/n4k0kLAkKAIzaPXkw2EZCcj7XEDnwBfx0sxl0iw6foiwgbw0XJLlzgtlgeHuC89scQqvbBRaR2Z0sMM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=crustytoothpaste.net; spf=pass smtp.mailfrom=crustytoothpaste.net; dkim=pass (3072-bit key) header.d=crustytoothpaste.net header.i=@crustytoothpaste.net header.b=KnK4e0Ce; arc=none smtp.client-ip=172.105.110.227 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=crustytoothpaste.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=crustytoothpaste.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (3072-bit key) header.d=crustytoothpaste.net header.i=@crustytoothpaste.net header.b="KnK4e0Ce" Received: from tapette.tailf784c.ts.net (unknown [IPv6:2001:470:b056:101:e59a:3ed0:5f5c:31f3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3072 bits) server-digest SHA256) (No client certificate requested) by ring.crustytoothpaste.net (Postfix) with ESMTPSA id D62F85D4E0; Wed, 17 Apr 2024 00:02:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=crustytoothpaste.net; s=default; t=1713312176; bh=HyRf5wjEBXc1r6bcycyCi0YhOBVc+4RxkRuWY1vmj5A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From:Reply-To: Subject:Date:To:CC:Resent-Date:Resent-From:Resent-To:Resent-Cc: In-Reply-To:References:Content-Type:Content-Disposition; b=KnK4e0CeCe+Rr4ZDRlAIGd2MzzV/DkuDbSx+qPx/UtIqEjX1q2SNxhno0UbarotWi ZICjgtjGupj/6YCsr4M/4Whu+XKHVEQxjtP458gu2PlsvjBWD3ccSOv+2J04zvY030 PEMUrXbi0hsnhJtmRebOzaO611LE9l7kjEWeLAPVANLU9ff/yev+ZXfLfTss5dMpYp TFDwcItFNnoL/l3WWHWzNq9epLHc+WCG2uYjG56ndmOazdYiXXrmzq/GMakFAQ3Q6Z MReWZloVHZqTY8DT8uZtA4hU+95YloiAgLkvM6Js59VkyMKYEB6teMSIlzMEjZH2RC r5FavHxdI3jL760ezeJ4dL0B1jHn2M32kIGFcdioENKpfSvuj1KJW64y3/KOoUnBpJ M8FQwwGcWsjZuWPs7gSRNrrGHHh0IaEEtxIPYmegIavMfy0MBYSEYCmVNQMiKeWzej ZfhW7bSCjK5uvqRdzEhfsoypxXI8e57VQUC9Z3KY6s0YrNbCAnC From: "brian m. carlson" <sandals@crustytoothpaste.net> To: <git@vger.kernel.org> Cc: Junio C Hamano <gitster@pobox.com>, Matthew John Cheetham <mjcheetham@outlook.com>, M Hickford <mirth.hickford@gmail.com>, Jeff King <peff@peff.net>, Patrick Steinhardt <ps@pks.im> Subject: [PATCH v2 00/16] Support for arbitrary schemes in credentials Date: Wed, 17 Apr 2024 00:02:24 +0000 Message-ID: <20240417000240.3611948-1-sandals@crustytoothpaste.net> X-Mailer: git-send-email 2.43.0.381.gb435a96ce8 In-Reply-To: <20240324011301.1553072-1-sandals@crustytoothpaste.net> References: <20240324011301.1553072-1-sandals@crustytoothpaste.net> Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: <git.vger.kernel.org> List-Subscribe: <mailto:git+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:git+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Support for arbitrary schemes in credentials
|
expand
|