stoken: Implement new auth form to gather soft token information
[platform/upstream/openconnect.git] / http.c
2009-08-04 David WoodhouseFix default useragent string
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-04-22 David WoodhouseClean up openconnect_obtain_cookie() return value
2009-04-22 David WoodhouseClean up parse_xml_response() and process_form() return...
2009-04-20 David WoodhouseMove all authentication form handling to auth.c
2009-04-18 David WoodhouseAllow auth-type choice without authtype, since some...
2009-04-09 Nick AndrewWhitespace cleanups
2009-04-09 Nick AndrewFix no-password progress report message
2009-04-01 David WoodhouseSanify urlpath settings... no longer include leading /
2009-03-31 David WoodhouseDon't free cookies when a redirect sends you back to...
2009-03-31 David WoodhouseFix HTTP redirect handling for non-root URLs
2009-02-03 David WoodhouseMerge branch 'fixes' of git://github.com/jku/openconnect
2009-01-24 Jussi Kukkonensupport user cancel in openconnect_obtain_cookie()
2008-11-20 David WoodhouseFix up licensing headers
2008-11-13 David WoodhouseAllow empty 'select' choice element in auth form.
2008-11-13 David WoodhouseUse NULL not 0 for pointers
2008-11-13 David WoodhouseForget password after using it once
2008-11-04 David WoodhouseAdd --no-passwd option. When certificate fails, fail...
2008-10-26 David WoodhouseAllow SecurID tokens to be scripted/generated
2008-10-26 David WoodhouseRemove unused variable 'success'
2008-10-26 Nick AndrewAdd option to read password from standard input
2008-10-24 David Woodhousedetect success from auth_id
2008-10-24 David WoodhouseHandle SecurID pin in next_tokencode mode too
2008-10-24 David WoodhouseUse separate prompt for SecurID PIN
2008-10-24 David WoodhouseUse prompts from server
2008-10-05 David WoodhouseDon't abort on all http response failures
2008-10-05 David WoodhouseDisplay dialog box on connect failure.
2008-10-05 David WoodhouseUse progress callback for output
2008-10-05 David Woodhousemake write_new_config a callback
2008-10-05 David Woodhousesilent when downloading config
2008-10-05 David Woodhousefix sha1 comparison
2008-10-05 David WoodhouseEliminate references to xmlconfig path in generic code
2008-10-05 David WoodhouseRename to openconnect to avoid potential trademark...
2008-10-04 David WoodhouseRefactor to make auth bits into library
2008-10-04 David WoodhouseSwitch to LGPLv2.1
2008-10-04 David WoodhouseSplit out write_new_config so that NM plugin can do...
2008-10-02 David WoodhouseHandle PIN and code in either order
2008-10-02 David Woodhousefix up append_opt length handling and escaping
2008-10-02 David Woodhousedownload config
2008-10-01 David WoodhouseAdd --cookieonly option
2008-10-01 David WoodhouseSubmit request in a single SSL record.
2008-10-01 David Woodhouseinclude ctype.h
2008-10-01 David Woodhouseremove typo
2008-10-01 David Woodhousesupport mangling in SecurID PIN
2008-10-01 David Woodhousequieten a little more, don't get name twice
2008-10-01 David Woodhousedon't remember username if not from command line
2008-10-01 David Woodhouseslight cleanup
2008-10-01 David WoodhouseAttempt second form
2008-10-01 David Woodhouseremember username
2008-10-01 David Woodhousemove more form handling out into separate function
2008-10-01 David Woodhousemove error and message stuff into UI; print cookie
2008-10-01 David Woodhouseuse username if given
2008-10-01 David Woodhouseecho input
2008-10-01 David Woodhouseuse OpenSSL UI for prompting user. Don't abort on login...
2008-10-01 David WoodhouseAttempt form handling
2008-10-01 David Woodhouseattempt to handle POST
2008-10-01 David Woodhouselet method change
2008-10-01 David WoodhouseSubmit cookies with request
2008-10-01 David WoodhouseHandle cookie deletion properly
2008-10-01 David Woodhousestart to parse xml response
2008-10-01 David Woodhousemove cookie func to http.c
2008-10-01 David WoodhouseSome cookies have no attributes
2008-10-01 David WoodhouseTidy up cookie handling, check XML config file sha1...
2008-10-01 David WoodhouseJustify wheel re-invention
2008-10-01 David Woodhousefixme: cookies
2008-10-01 David WoodhouseBugger it. Own HTTP parsing