Re: [PATCH] cifs: Add handling of blank password option

2012-11-29 Thread Steve French
merged into cifs-2.6.git On Thu, Nov 29, 2012 at 10:31 AM, Jesper Nilsson wrote: > The option to have a blank "pass=" already exists, and with > a password specified both "pass=%s" and "password=%s" are supported. > Also, both blank "user=" and "username=" are supported, making > "password=" the

[PATCH] cifs: Add handling of blank password option

2012-11-29 Thread Jesper Nilsson
The option to have a blank "pass=" already exists, and with a password specified both "pass=%s" and "password=%s" are supported. Also, both blank "user=" and "username=" are supported, making "password=" the odd man out. Signed-off-by: Jesper Nilsson --- fs/cifs/connect.c | 1 + 1 file changed,

[PATCH] cifs: Add handling of blank password option

2012-11-29 Thread Jesper Nilsson
The option to have a blank pass= already exists, and with a password specified both pass=%s and password=%s are supported. Also, both blank user= and username= are supported, making password= the odd man out. Signed-off-by: Jesper Nilsson jesper.nils...@axis.com --- fs/cifs/connect.c | 1 + 1

Re: [PATCH] cifs: Add handling of blank password option

2012-11-29 Thread Steve French
merged into cifs-2.6.git On Thu, Nov 29, 2012 at 10:31 AM, Jesper Nilsson jesper.nils...@axis.com wrote: The option to have a blank pass= already exists, and with a password specified both pass=%s and password=%s are supported. Also, both blank user= and username= are supported, making