Rename openconnect_parse_url() to internal_parse_url()
[platform/upstream/openconnect.git] / http.c
2011-03-09 David WoodhouseRename openconnect_parse_url() to internal_parse_url()
2011-03-09 David WoodhouseSplit private parts of openconnect.h out into openconne...
2010-11-30 David WoodhouseDon't elide webvpn cookie if it's empty
2010-11-24 David WoodhouseFix leak of form_buf on redirect/repost/etc
2010-11-21 Paul BrookAdd --csd-wrapper
2010-11-16 David WoodhouseNamespace cleanup: s/parse_url/openconnect_parse_url/
2010-11-16 David WoodhouseNamespace cleanup: s/set_http_proxy/openconnect_set_htt...
2010-09-03 David WoodhouseDon't crash on relative redirect when original urlpath...
2010-08-07 David WoodhouseElide webvpn cookie from debugging output.
2010-05-12 David WoodhouseMake parse_url preserve its input string
2010-05-12 David WoodhouseFix memory leak on non-200 HTTP result
2010-04-16 David WoodhouseMake some functions static
2010-04-09 David WoodhouseAdd --no-http-keepalive option to help work around...
2010-04-04 David WoodhousePrint non-200 HTTP responses even without -v
2010-04-04 David WoodhouseFix SEGV on 404
2010-03-11 David WoodhouseReturn error on refusing to run CSD trojan, rather...
2010-03-11 David WoodhouseAdd CSD support for NetworkManager auth dialog
2010-02-28 David WoodhouseAlways close HTTP/1.0 connection, even after Connection...
2010-02-22 David WoodhouseHandle relative redirect and form action
2010-02-22 David WoodhouseHandle allocation failure in HTTP 1.0 loop
2010-02-22 Adam PiątyszekAllocate extra byte for NUL termination after HTTP...
2010-02-22 Adam PiątyszekFree dynamically allocated memory before returning...
2010-02-22 Adam PiątyszekUse the somewhat misnamed proxy_write() function to...
2010-02-22 Adam PiątyszekDynamically allocate buffer size for downloaded CSD...
2010-01-09 David WoodhouseFix handling of HTTP 1.0 responses with Connection...
2010-01-09 David WoodhouseBe case-insensitive in HTTP fields (and comparing hostn...
2010-01-05 David WoodhouseCheck return value from asprintf()
2010-01-03 David WoodhouseFix HTTP 1.0 body fetch.
2010-01-03 David WoodhouseFix handling of 'HTTP/1.1 100 Continue' response
2010-01-03 David WoodhouseReally, don't shut down SSL twice
2010-01-02 David WoodhouseDisable libproxy by default
2010-01-02 David WoodhouseAdd SOCKS5 support
2010-01-01 David WoodhouseHandle IPv6 literal [] in connection, accept https...
2010-01-01 David WoodhouseUpdate copyright years
2010-01-01 David WoodhouseAdd proxy support (based on Pál Dorogi's version)
2010-01-01 David WoodhouseDon't shut down SSL twice
2009-12-25 David WoodhouseAdd parse_url() function, which will be useful for...
2009-12-23 David WoodhouseClean up redirection, support non-standard port
2009-12-07 David WoodhouseReconnect CSTP to the previously-used IP address; don...
2009-12-07 David WoodhouseFix buffer overrun in useragent. Use asprintf
2009-11-09 David WoodhouseCalculate client cert MD5 for CSD with all cert types...
2009-11-06 David WoodhouseCheck for alloc failure in cookie addition
2009-11-06 David WoodhouseConsolidate http cookie addition
2009-11-05 David WoodhouseWarn when running Linux CSD trojan on non-Linux system
2009-11-04 David WoodhouseChange csd user option name
2009-11-03 David WoodhouseProvide local implementation of strcasestr for Solaris
2009-09-21 Adam PiątyszekRequire "--setuid-csd=USER" option for servers with...
2009-09-17 Adam PiątyszekMerge remote branch 'upstream/master'
2009-08-21 Adam PiątyszekDrop root privileges during execution of CSD script
2009-08-07 Antonio BorneoDrop root privileges before running CSD code
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 Adam PiątyszekUse common implementation for get_cert_XYZ_fingerprint...
2009-08-04 Adam PiątyszekPass MD5 fingerprints of client/server certificates...
2009-08-04 Adam PiątyszekMinor fixes of quotation marks in CSD script arguments
2009-08-04 David WoodhouseFix most arguments to csd script
2009-08-04 David Woodhousequick hack to handle refresh
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 David Woodhousefix csd script running
2009-08-04 Adam PiątyszekRemove leading '/' from csd_stuburl and csd_waiturl...
2009-08-04 Adam PiątyszekDouble the buffer size to 128KB
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
next