resetting manifest requested domain to floor
[platform/upstream/openconnect.git] / http.c
2013-02-04 David WoodhouseReinstate compatibility with test server hack
2012-11-05 David WoodhouseMerge branch 'xmlpost-v2' of git://github.com/cernekee...
2012-10-28 Kevin CernekeeFix a couple of valgrind warnings
2012-10-28 Kevin Cernekeehttp: Rewrite openconnect_obtain_cookie() loop
2012-10-28 Kevin Cernekeecsd: Export some useful environment variables
2012-10-28 Kevin Cernekeecsd: Don't return from run_csd_script() in the forked...
2012-10-28 Kevin Cernekeehttp: Record the last redirection type
2012-10-28 Kevin Cernekeehttp: Add new X-* HTTP headers
2012-10-28 Kevin Cernekeehttp: Split GET/POST logic into a helper function
2012-10-28 Kevin Cernekeeauth: Add new XML POST capability
2012-10-28 Kevin Cernekeeauth: Split auth form prompt logic from parsing logic
2012-10-28 Kevin Cernekeehttp: Create add_common_headers() to simplify HTTP...
2012-10-28 Kevin Cernekeehttp: Fix overflow on HTTP request buffers
2012-10-27 Kevin Cernekeehttp: Split HTTP redirect and cookie clear logic into...
2012-10-15 Kevin Cernekeestoken: Implement new auth form to gather soft token...
2012-10-13 Kevin CernekeeMove strcasestr() implementation to compat.c
2012-09-26 David WoodhouseFix error reporting when failed to write CSD script...
2012-07-12 David WoodhouseOnly setuid() for CSD if a user was specified.
2012-07-12 David WoodhouseRemove -vpnclient arg from CSD invocation
2012-06-09 David WoodhouseDon't unregister p11-kit PIN callback until vpninfo...
2012-06-05 David WoodhouseFix config fetch
2012-05-29 David WoodhouseRemove OpenSSL dependency from http.c
2012-05-29 David WoodhouseAdd openconnect_sha1() function and use it instead...
2012-05-29 David WoodhouseMove peer_cert handling to openconnect_open_https()
2012-05-28 David WoodhouseUse openconnect_open_https() and openconnect_close_http...
2012-05-28 David WoodhouseFix non-blocking support in fetch_config()
2012-05-17 David WoodhouseStash peer certificate before fetching HTTP response
2012-05-13 David WoodhouseRefuse to redirect to a non-https URL
2012-05-13 David WoodhouseUpdate copyright years
2012-05-13 David WoodhouseFix corruption of input string to openconnect_parse_url()
2012-05-13 David WoodhouseRemove inappropriate exit() from library code
2012-05-12 David WoodhouseExport openconnect_version as a pointer rather than...
2012-05-12 David WoodhouseUse openconnect_SSL_read() for fetching HTTP response
2012-05-12 David WoodhouseWrite initial auth GET request in non-blocking mode
2012-05-12 David WoodhouseReturn non-blocking socket from openconnect_open_https()
2012-05-12 David WoodhouseAdd vpninfo arg to openconnect_SSL_{printf,gets} functions
2012-05-12 David WoodhouseAdd cancellation handling to proxy I/O functions
2012-05-12 David WoodhouseFix handling of error from proxy_write() in process_htt...
2012-05-12 David WoodhouseAdd vpninfo arg to proxy I/O functions, use proxy_read...
2012-04-19 David WoodhouseCast uid_t to (long) to print it, silencing warnings...
2012-04-19 David WoodhouseMove asprintf() implementation to compat.c
2012-04-18 David WoodhouseAdd local implementation of asprintf() for Solaris 10
2011-11-05 David WoodhouseFix Solaris/OpenIndiana warning: no previous declaratio...
2011-11-05 David WoodhouseRemove all _xxx_SOURCE macros from source, do it in...
2011-09-25 David WoodhouseAdd error message when SSL cert fails
2011-09-22 David WoodhouseMake user-visible strings translatable
2011-09-15 David WoodhouseMake 'base' arg to openconnect_create_useragent() const
2011-09-15 David WoodhouseFix compiler warnings about constness of csd_argv[]
2011-09-15 David WoodhouseMake parse_xml_response() method and request_body_type...
2011-09-15 David WoodhouseMake 'print_equals' string const to avoid compiler...
2011-06-27 David WoodhouseAdd openconnect_vpninfo_new_with_cbdata() function...
2011-03-17 David WoodhouseAdd openconnect_vpninfo_free(); start to sanify string...
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'
next