]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
detect user[name], pass[word] form fields using only the first 4 characters
authorDaniel Lenski <dlenski@gmail.com>
Tue, 15 Aug 2017 04:32:02 +0000 (21:32 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 15 Aug 2017 07:43:08 +0000 (08:43 +0100)
commit9569ecdd57866cec309e48ef7bbb5ee51dfe1e0d
treee4d7d6d3a792cfed80d116336a78a80e0091c4f1
parent91c81882673880e7a3c3cf009f354db6335d7a0e
detect user[name], pass[word] form fields using only the first 4 characters

The current process_auth_form_cb hard-codes the interpretation of these form
fields based on their names.  GlobalProtect has identical fields but with
slightly different names.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
main.c