libfetch: Implement HTTP digest authentication, HTTP 305, and HTTP 308
authorJohn Marino <draco@marino.st>
Fri, 2 Nov 2012 19:56:28 +0000 (20:56 +0100)
committerJohn Marino <draco@marino.st>
Fri, 2 Nov 2012 20:11:05 +0000 (21:11 +0100)
commit5a71e1d22bca55975a247b6cb19ddbbe2eb3be90
tree5174b811e6516497e07688f67d862ddb1885f369
parentf3e2e424df47953bf38d1ac9bb133d7a037b3112
libfetch: Implement HTTP digest authentication, HTTP 305, and HTTP 308

Implement HTTP status 305: Use proxy
Implement HTTP status 308: Permanent redirect
Implement HTTP Digest Authentication

Taken-from:
FreeBSD SVN 202613 (19 JAN 2010)
FreeBSD SVN 202623 (19 JAN 2010)
FreeBSD SVN 203028 (26 JAN 2010)
FreeBSD SVN 209632 (01 JUL 2010)
FreeBSD SVN 210563 (28 JUL 2010)
FreeBSD SVN 221820 (12 MAY 2011)
FreeBSD SVN 221821 (12 MAY 2011)
FreeBSD SVN 221822 (12 MAY 2011)
FreeBSD SVN 221823 (12 MAY 2011)
FreeBSD SVN 234838 (30 APR 2012)
FreeBSD SVN 240496 (14 SEP 2012)
FreeBSD SVN 241840 (21 OCT 2012)
FreeBSD SVN 241841 (21 OCT 2012)
lib/libfetch/Makefile
lib/libfetch/fetch.3
lib/libfetch/http.c
lib/libfetch/http.errors