From owner-svn-src-all@FreeBSD.ORG Tue Jan 26 15:07:47 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADD22106566C; Tue, 26 Jan 2010 15:07:47 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9DB178FC13; Tue, 26 Jan 2010 15:07:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0QF7lkr024134; Tue, 26 Jan 2010 15:07:47 GMT (envelope-from des@svn.freebsd.org) Received: (from des@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0QF7lPL024132; Tue, 26 Jan 2010 15:07:47 GMT (envelope-from des@svn.freebsd.org) Message-Id: <201001261507.o0QF7lPL024132@svn.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 26 Jan 2010 15:07:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203029 - stable/8/lib/libfetch X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 15:07:47 -0000 Author: des Date: Tue Jan 26 15:07:47 2010 New Revision: 203029 URL: http://svn.freebsd.org/changeset/base/203029 Log: insta-mfh r203028 (doc update) Modified: stable/8/lib/libfetch/fetch.3 Directory Properties: stable/8/lib/libfetch/ (props changed) Modified: stable/8/lib/libfetch/fetch.3 ============================================================================== --- stable/8/lib/libfetch/fetch.3 Tue Jan 26 15:06:22 2010 (r203028) +++ stable/8/lib/libfetch/fetch.3 Tue Jan 26 15:07:47 2010 (r203029) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 14, 2008 +.Dd January 26, 2010 .Dt FETCH 3 .Os .Sh NAME @@ -509,9 +509,13 @@ Specifies HTTP authorization parameters items. The first and second item are the authorization scheme and realm respectively; further items are scheme-dependent. -Currently, only basic authorization is supported. +Currently, the +.Dq basic +and +.Dq digest +authorization methods are supported. .Pp -Basic authorization requires two parameters: the user name and +Both methods require two parameters: the user name and password, in that order. .Pp This variable is only used if the server requires authorization and @@ -656,12 +660,14 @@ The .Nm fetch library was mostly written by .An Dag-Erling Sm\(/orgrav Aq des@FreeBSD.org -with numerous suggestions from +with numerous suggestions and contributions from .An Jordan K. Hubbard Aq jkh@FreeBSD.org , -.An Eugene Skepner Aq eu@qub.com -and other -.Fx -developers. +.An Eugene Skepner Aq eu@qub.com , +.An Hajimu Umemoto Aq ume@FreeBSD.org , +.An Henry Whincup Aq henry@techiebod.com , +.An Jukka A. Ukkonen Aq jau@iki.fi , +.An Jean-Fran\(,cois Dockes Aq jf@dockes.org +and others. It replaces the older .Nm ftpio library written by