Add a new entry: Libfetch authentication support

Submitted by:   phk
This commit is contained in:
Joel Dahl 2007-03-19 06:37:02 +00:00
parent b4fbce9104
commit cef3eeee39
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29832

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$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 $
</cvs:keyword>
</cvs:keywords>
@ -1311,6 +1311,18 @@ data).
</desc>
</idea>
<idea id="libfetchauth">
<title>Libfetch authentication support</title>
<desc>
<p><strong>Technical contact</strong>: <a
href="mailto:phk@FreeBSD.org">Poul-Henning Kamp</a></p>
<p>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.</p>
</desc>
</idea>
<idea id="mac" class="soc">
<title>Mandatory Access Control</title>
<desc>