]> 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, 27 Feb 2018 15:25:03 +0000 (16:25 +0100)
commitebe5bb3f00deb25493415b6994ed4e354cb827fc
treec6c0977a983ba8d255fbb58ede36edd0b71c81f2
parent30e25df137e1cb2ce9eacbd943d8d42e963f72fb
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