resetting manifest requested domain to floor
[platform/upstream/openconnect.git] / auth.c
2012-11-05 David WoodhouseMerge branch 'xmlpost-v2' of git://github.com/cernekee...
2012-10-28 Kevin Cernekeestoken: Fix CSD/stoken interaction
2012-10-28 Kevin CernekeeFix a couple of valgrind warnings
2012-10-28 Kevin Cernekeeauth: Add new XML POST capability
2012-10-28 Kevin Cernekeeauth: Parse the new server response format
2012-10-28 Kevin Cernekeeauth: Split auth form prompt logic from parsing logic
2012-10-28 Kevin Cernekeeauth: Don't forget to free OC_FORM_OPT_STOKEN entries
2012-10-28 Kevin Cernekeeauth: Introduce new XML helper functions for parse_auth...
2012-10-28 Kevin Cernekeeauth: Move <auth> node parsing into a separate function
2012-10-28 Kevin Cernekeeauth: Remove obsolete trace message from parse_form()
2012-10-15 David WoodhouseHide nuke_opt_values() if stoken support not built
2012-10-15 Kevin Cernekeestoken: Fill in "password" fields with a generated...
2012-10-15 Kevin Cernekeestoken: Implement new auth form to gather soft token...
2012-10-13 Kevin CernekeeFix missing newline in the "No form handler" error...
2012-07-12 David WoodhouseUse correct XML tag for CSD script on Mac
2012-06-20 David WoodhouseFix typo in error message
2012-06-11 David WoodhouseRemove stray openssl includes
2012-05-29 David WoodhouseMove basic process_auth_form() out to main.c
2012-05-13 David WoodhouseUpdate copyright years
2011-11-05 David WoodhouseRemove all _xxx_SOURCE macros from source, do it in...
2011-11-04 David WoodhouseFix NetBSD ctype warnings.
2011-09-22 David WoodhouseMake user-visible strings translatable
2011-09-15 David WoodhouseRefactor xmlnode_msg() not to use server-provided strin...
2011-09-15 David WoodhouseMake parse_xml_response() method and request_body_type...
2011-06-27 David WoodhouseAdd openconnect_vpninfo_new_with_cbdata() function...
2011-03-09 David WoodhouseSplit private parts of openconnect.h out into openconne...
2010-11-24 Chaskiel GrundmanClean up auth form handling
2010-04-13 David WoodhouseForget preconfigured password after one attempt; don...
2010-02-22 David WoodhouseHandle relative redirect and form action
2010-01-01 David WoodhouseUpdate copyright years
2010-01-01 David WoodhouseFix various memory leaks, mostly with libxml
2009-08-04 David WoodhouseMerge branch 'master' of git://git.infradead.org/~ediap...
2009-08-04 Antonio BorneoSupport cookies in a CSD way
2009-08-04 David WoodhouseFix most arguments to csd script
2009-08-04 David WoodhouseFix double free of stuburl
2009-08-04 David WoodhouseUse redirect handling for form action and csd
2009-08-04 David WoodhouseDelete CSD script after authentication, use CSD only...
2009-08-04 Adam PiątyszekRemove leading '/' from csd_stuburl and csd_waiturl...
2009-08-04 Adam PiątyszekDo not overwrite the csd_token and csd_ticket strings
2009-07-20 David WoodhouseFirst attempt at CSD support
2009-07-20 David WoodhouseAllow parse_xml_response to redirect
2009-06-01 David WoodhouseInclude <string.h> where needed
2009-06-01 David WoodhouseRemove <sys/socket.h> from files which don't use it
2009-05-08 David WoodhouseHandle parameters in messages
2009-05-08 David Woodhouseshift message handling into separate function
2009-05-08 David WoodhouseDon't set form->{banner,error,message} if it's empty
2009-05-08 David WoodhouseAbort when no login form opts
2009-05-08 David WoodhouseAsk user about authentication group
2009-05-07 David WoodhouseAllow auth group selection to be set on command line
2009-05-07 David Woodhouseapply configured username/password more selectively
2009-04-24 David WoodhouseDon't SEGV on empty selection
2009-04-22 David WoodhouseDon't print banner/error/message when empty
2009-04-22 David WoodhouseAllow process_auth_form() to be overridden in vpninfo
2009-04-22 David Woodhousedrop request body args from process_form
2009-04-22 David WoodhouseClean up parse_xml_response() and process_form() return...
2009-04-22 David Woodhousemove form definitions to openconnect.h
2009-04-22 David WoodhouseMove append_form_opts() up to avoid having to declare...
2009-04-22 David Woodhouserename form structures, basic documentation on string...
2009-04-22 David WoodhouseAll input types process after user-interaction now
2009-04-22 David WoodhouseHandle choice in append_form_opts() too
2009-04-22 David WoodhouseMove towards building form submission req _after_ proce...
2009-04-21 David WoodhouseFix banner/error messages, don't complain about submit...
2009-04-21 David WoodhouseSplit XML parsing from form handling
2009-04-20 David WoodhouseMove all authentication form handling to auth.c