do_smb: URI-encode the username and password.
commit9955ca8e5a8af285efed6eb69e6ff424af35258a
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 25 Mar 2007 09:13:46 +0000 (25 12:13 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sun, 25 Mar 2007 09:13:46 +0000 (25 12:13 +0300)
tree1af6fbea30055889adc3d62c2301aa39aae10969
parent1b0b08f31b07bf338be62d31eba2f2385b72f4e8
do_smb: URI-encode the username and password.

I tested that this does the right thing for the username "Kalle %50"
(encodes it to "Kalle%20%2550", and libsmbclient then decodes back).
src/protocol/smb/smb2.c