git: libfetch: Implement HTTP digest authentication, HTTP 305, and HTTP 308

John Marino marino at crater.dragonflybsd.org
Fri Nov 2 13:11:48 PDT 2012


commit 5a71e1d22bca55975a247b6cb19ddbbe2eb3be90
Author: John Marino <draco at marino.st>
Date:   Fri Nov 2 20:56:28 2012 +0100

    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)

Summary of changes:
 lib/libfetch/Makefile    |    3 +
 lib/libfetch/fetch.3     |   20 +-
 lib/libfetch/http.c      |  919 ++++++++++++++++++++++++++++++++++++++++++----
 lib/libfetch/http.errors |    4 +-
 4 files changed, 864 insertions(+), 82 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5a71e1d22bca55975a247b6cb19ddbbe2eb3be90


-- 
DragonFly BSD source repository



More information about the Commits mailing list