summaryrefslogtreecommitdiff
path: root/auth.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-14Hide nuke_opt_values() if stoken support not builtDavid Woodhouse1-0/+2
2012-10-14stoken: Fill in "password" fields with a generated tokencodeKevin Cernekee1-3/+81
2012-10-14stoken: Implement new auth form to gather soft token informationKevin Cernekee1-2/+143
2012-10-13Fix missing newline in the "No form handler" error messageKevin Cernekee1-1/+1
2012-07-12Use correct XML tag for CSD script on MacDavid Woodhouse1-1/+1
2012-06-20Fix typo in error messageDavid Woodhouse1-1/+1
2012-06-11Remove stray openssl includesDavid Woodhouse1-3/+1
2012-05-29Move basic process_auth_form() out to main.cDavid Woodhouse1-182/+4
2012-05-12Update copyright yearsDavid Woodhouse1-1/+1
2011-11-05Remove all _xxx_SOURCE macros from source, do it in configure.David Woodhouse1-1/+0
2011-11-04Fix NetBSD ctype warnings.David Woodhouse1-2/+2
2011-09-22Make user-visible strings translatableDavid Woodhouse1-19/+26
2011-09-15Refactor xmlnode_msg() not to use server-provided string as asprintf() format.David Woodhouse1-25/+40
2011-09-15Make parse_xml_response() method and request_body_type args constDavid Woodhouse1-2/+2
2011-06-27Add openconnect_vpninfo_new_with_cbdata() function to ease C++ integrationDavid Woodhouse1-18/+18
2011-03-09Split private parts of openconnect.h out into openconnect-internal.hDavid Woodhouse1-1/+1
2010-11-24Clean up auth form handlingChaskiel Grundman1-96/+47
2010-04-13Forget preconfigured password after one attempt; don't keep retrying.David Woodhouse1-0/+1
2010-02-22Handle relative redirect and form actionDavid Woodhouse1-1/+1
2010-01-01Update copyright yearsDavid Woodhouse1-1/+1
2010-01-01Fix various memory leaks, mostly with libxmlDavid Woodhouse1-38/+85
2009-08-04Support cookies in a CSD wayAntonio Borneo1-0/+12
2009-08-04Fix most arguments to csd scriptDavid Woodhouse1-0/+1
2009-08-04Fix double free of stuburlDavid Woodhouse1-1/+1
2009-08-04Use redirect handling for form action and csdDavid Woodhouse1-5/+2
2009-08-04Delete CSD script after authentication, use CSD only onceDavid Woodhouse1-2/+2
2009-08-04Remove leading '/' from csd_stuburl and csd_waiturl stringsAdam Piątyszek1-1/+2
2009-08-04Do not overwrite the csd_token and csd_ticket stringsAdam Piątyszek1-4/+6
2009-07-20First attempt at CSD supportDavid Woodhouse1-1/+19
2009-07-20Allow parse_xml_response to redirectDavid Woodhouse1-1/+6
2009-06-01Include <string.h> where neededDavid Woodhouse1-0/+1
2009-06-01Remove <sys/socket.h> from files which don't use itDavid Woodhouse1-1/+0
2009-05-08Handle parameters in messagesDavid Woodhouse1-11/+45
2009-05-08shift message handling into separate functionDavid Woodhouse1-9/+13
2009-05-08Don't set form->{banner,error,message} if it's emptyDavid Woodhouse1-8/+15
2009-05-08Abort when no login form optsDavid Woodhouse1-0/+8
2009-05-08Ask user about authentication groupDavid Woodhouse1-15/+53
2009-05-07Allow auth group selection to be set on command lineDavid Woodhouse1-0/+19
2009-05-07apply configured username/password more selectivelyDavid Woodhouse1-2/+4
2009-04-24Don't SEGV on empty selectionDavid Woodhouse1-1/+5
2009-04-22Don't print banner/error/message when emptyDavid Woodhouse1-3/+3
2009-04-22Allow process_auth_form() to be overridden in vpninfoDavid Woodhouse1-4/+8
2009-04-22drop request body args from process_formDavid Woodhouse1-5/+4
2009-04-22Clean up parse_xml_response() and process_form() return values.David Woodhouse1-17/+15
2009-04-22move form definitions to openconnect.hDavid Woodhouse1-43/+0
2009-04-22Move append_form_opts() up to avoid having to declare it firstDavid Woodhouse1-15/+14
2009-04-22rename form structures, basic documentation on string handlingDavid Woodhouse1-37/+43
2009-04-22All input types process after user-interaction nowDavid Woodhouse1-32/+40
2009-04-22Handle choice in append_form_opts() tooDavid Woodhouse1-2/+3
2009-04-22Move towards building form submission req _after_ processing inputDavid Woodhouse1-22/+39