git: libfetch: Support percent-encoded user and password

John Marino marino at crater.dragonflybsd.org
Thu Nov 1 14:57:02 PDT 2012


commit 7ee713ddd8b712a3de5b8bc8451cbf80352c285e
Author: John Marino <draco at marino.st>
Date:   Thu Nov 1 21:43:06 2012 +0100

    libfetch: Support percent-encoded user and password
    
    RFC 1738 specifies that any ":", "@", or "/" within a user name or
    password in a URL is percent-encoded, to avoid ambiguity with the use
    of those characters as URL component separators.
    
    Taken-From: FreeBSD SVN 234138 (12 APR 2012)

Summary of changes:
 lib/libfetch/fetch.c |   52 +++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 45 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ee713ddd8b712a3de5b8bc8451cbf80352c285e


-- 
DragonFly BSD source repository



More information about the Commits mailing list