Date: Tue, 26 Jan 2010 15:07:47 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r203029 - stable/8/lib/libfetch Message-ID: <201001261507.o0QF7lPL024132@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001261507.o0QF7lPL024132>