]> git.ipfire.org Git - thirdparty/squid.git/commit
Bugzilla #81: basic scheme authentication helpers dont' allow the space character...
authorhno <>
Mon, 12 Aug 2002 07:11:47 +0000 (07:11 +0000)
committerhno <>
Mon, 12 Aug 2002 07:11:47 +0000 (07:11 +0000)
commit9bbd16554739b675c0a0caae65289f82867f163c
tree3b2665f9ac1100cca3f2b88c72f5da5512fa6556
parentd0b3b2fe350c89e6747120005c9842dfe4cc770e
Bugzilla #81: basic scheme authentication helpers dont' allow the space character (ascii 32) in usernames or passwords as per rfc 2617

This patch URL escapes Basic auth login and password information when sent to
the helpers, to allow for spaces and other odd characters
21 files changed:
ChangeLog
helpers/basic_auth/LDAP/Makefile.am
helpers/basic_auth/LDAP/squid_ldap_auth.c
helpers/basic_auth/MSNT/Makefile.am
helpers/basic_auth/MSNT/msntauth.c
helpers/basic_auth/NCSA/Makefile.am
helpers/basic_auth/NCSA/ncsa_auth.c
helpers/basic_auth/PAM/Makefile.am
helpers/basic_auth/PAM/pam_auth.c
helpers/basic_auth/SASL/Makefile.am
helpers/basic_auth/SASL/sasl_auth.c
helpers/basic_auth/SMB/Makefile.am
helpers/basic_auth/SMB/smb_auth.c
helpers/basic_auth/YP/Makefile.am
helpers/basic_auth/YP/yp_auth.c
helpers/basic_auth/getpwnam/Makefile.am
helpers/basic_auth/getpwnam/getpwnam_auth.c
helpers/basic_auth/multi-domain-NTLM/smb_auth.pl
helpers/basic_auth/winbind/Makefile.am
helpers/basic_auth/winbind/wb_basic_auth.c
src/auth/basic/auth_basic.cc