platform/upstream/openconnect.git
2010-04-06 David WoodhouseUpdate instructions to note that script must be executable
2010-04-05 David WoodhousePrint notice about lack of DNS and routing if no -...
2010-04-05 David WoodhouseChange mainloop idle message to look less like 'Did...
2010-04-04 David WoodhousePrint failing host name when getaddrinfo() fails
2010-04-04 David WoodhousePrint non-200 HTTP responses even without -v
2010-04-04 David WoodhouseFix SEGV on 404
2010-03-29 David WoodhouseCope with server certs without SSL_SERVER purpose bit...
2010-03-24 David WoodhouseNote DTLS support in 0.9.8m release
2010-03-18 David WoodhouseUpdate changelog
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-03-09 David WoodhouseHandle proxy setting in NetworkManager, ignore unnecess...
2010-03-07 David WoodhouseTag version 2.22 v2.22
2010-03-07 David WoodhouseUpdate changelog
2010-02-28 David WoodhouseAlways close HTTP/1.0 connection, even after Connection...
2010-02-27 Jørgen WahlbergAvoid using vpninfo->ifname before it's set.
2010-02-24 David WoodhouseSet script environment earlier, so it applies to script...
2010-02-23 David WoodhouseFix build where AI_NUMERICSERV isn't defined (OSX ...
2010-02-23 David WoodhouseUpdate changelog
2010-02-23 David WoodhousePass port number to openconnect from NetworkManager.
2010-02-23 Jussi KukkonenAccept full urls in nm-auth-dialog
2010-02-22 David WoodhouseFix handling of port numbers above 9999
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-02-03 David WoodhouseCase-insensitive comparison for server SHA1 fingerprint
2010-02-03 David WoodhouseFix exit code with --background option
2010-01-24 David WoodhouseNo strndup() on Solaris. Yay Solaris!
2010-01-10 David WoodhouseTag version 2.21 v2.21
2010-01-10 David WoodhouseFix typo in changelog
2010-01-09 David WoodhouseUpdate changelog
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-05 David WoodhouseCheck return value from system()
2010-01-04 David WoodhouseTag version 2.20 v2.20
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-03 David WoodhouseFree host URL after parsing
2010-01-03 David WoodhouseMention SOCKS support in feature list
2010-01-03 David WoodhouseClarify that -P argument takes a URL, admit to SOCKS...
2010-01-02 David WoodhouseClean up libproxy.h and if_tun.h detection for cross...
2010-01-02 David WoodhouseDon't include net/if_tun.h twice on Solaris
2010-01-02 David WoodhouseRemove SOCKS from TODO list
2010-01-02 David WoodhouseUse $https_proxy environment variable, if set.
2010-01-02 David WoodhouseDisable libproxy by default
2010-01-02 David WoodhouseUpdate changelog
2010-01-02 David WoodhouseFix up DTLS vs. reconnection address confusion
2010-01-02 David WoodhouseAdd SOCKS5 support
2010-01-02 David WoodhouseFix non-libproxy build
2010-01-02 David WoodhouseFix use-after-free of UI elements (RH bug #551665)
2010-01-02 David WoodhouseAdd libproxy support, conditionally
2010-01-02 David WoodhouseUse URL in example command line
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 WoodhouseHandle IPv6 server correctly when setting $VPNGATEWAY
2010-01-01 David WoodhouseFix various memory leaks, mostly with libxml
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 WoodhouseTag version 2.12 v2.12
2009-12-07 David WoodhouseUpdate changelog
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-18 David WoodhouseTry to clean up os-dependent tun handling a bit. Fix...
2009-11-17 David WoodhouseTag version 2.11 v2.11
2009-11-17 David WoodhouseMinor web page updates
2009-11-17 David WoodhouseWarn about lack of DTLS compatibility at build time
2009-11-16 David WoodhouseNote that the 2009-11-16 version of Solaris tun/tap...
2009-11-13 David WoodhouseUpdate IPv6 references in documentation
2009-11-13 David WoodhouseAdd IPv6 support for FreeBSD
2009-11-11 David WoodhousePass IPv6 routes separately from Legacy IP routes
2009-11-09 David WoodhouseCalculate client cert MD5 for CSD with all cert types...
2009-11-09 David WoodhouseClean up error reporting when cert/key can't be loaded
2009-11-09 David WoodhouseUpdate note on OpenSSL versions
2009-11-06 David WoodhouseClean up fsid routines, use asprintf()
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 WoodhouseTag version 2.10 v2.10
2009-11-04 David WoodhouseWeb page update
2009-11-04 David WoodhouseChange csd user option name
2009-11-03 David WoodhousePoint to vpnc-scripts repo for Solaris
2009-11-03 David WoodhouseNetmask is optional
2009-11-03 David WoodhouseSet $INTERNAL_IP4_NETMASKLEN and $INTERNAL_IP4_NETADDR...
2009-11-03 David WoodhouseAdd OpenSolaris support to doc
2009-11-03 David WoodhouseAdd tun/tap support for Solaris
2009-11-03 David WoodhouseMove tunnel shutdown into tun.c
2009-11-03 David WoodhouseFix includes for Solaris
2009-11-03 David WoodhouseUse AI_NUMERICSERV; don't rely on https being in /etc...
2009-11-03 David WoodhouseUse statvfs() on Solaris
2009-11-03 David WoodhouseProvide local implementation of strcasestr for Solaris
2009-11-02 David WoodhouseClarify the fact that DTLS support isn't required
2009-11-02 David WoodhouseDocumentation updates
2009-11-02 David WoodhouseEnable IPv6
next