From cef3eeee39c844ef5d2ebddfb34a42e78ab3d79e Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Mon, 19 Mar 2007 06:37:02 +0000 Subject: [PATCH] Add a new entry: Libfetch authentication support Submitted by: phk --- en/projects/ideas/ideas.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml index d95adbc507..8bfe70ca44 100644 --- a/en/projects/ideas/ideas.xml +++ b/en/projects/ideas/ideas.xml @@ -15,7 +15,7 @@ Ideas//EN" - $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.17 2007/03/18 18:59:12 murray Exp $ + $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.18 2007/03/18 19:11:43 murray Exp $ @@ -1311,6 +1311,18 @@ data). + + Libfetch authentication support + + +

Technical contact: Poul-Henning Kamp

+

Currently libfetch only supports basic HTTP authentication, which is + generally frowned upon because it transmits the username and password + on the wire (base64 encoded). Add RFC2617 digest authentication.

+
+
+ Mandatory Access Control