platform/upstream/openconnect.git
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
2009-11-02 David WoodhouseAttempt to handle IPv6
2009-11-02 David WoodhouseKill packet type field; IPv6 and Legacy IP are carried...
2009-10-19 David WoodhouseChange verbosity with SIGUSR[12]
2009-10-19 David WoodhouseMove TCP closure detection to cstp.c, make it reconnect...
2009-10-08 David WoodhouseHandle SIGTERM and disconnect cleanly
2009-10-05 Erik MouwAdd .PHONY target to Makefile
2009-10-05 Erik MouwAdded target realclean that also removes backup files
2009-10-05 Erik MouwCheck return value of write(2) and print an error if...
2009-10-05 Erik MouwGit should ignore backup files and Emacs temp files
2009-10-05 Erik MouwSave errno because fprintf() could overwrite it
2009-10-05 Erik Mouwopen(2) returns a negative value in case of an error
2009-10-03 David WoodhouseFix compiler warnings
2009-10-03 David WoodhouseFix compiler warnings with OpenSSL 1.0.0
2009-10-03 David WoodhouseUpdate changelog for HEAD, update distro status
2009-10-03 David WoodhouseFix bye packet length
2009-10-03 David WoodhouseRecognise private keys generated with OpenSSL 1.0.0...
2009-09-21 Adam PiątyszekRequire "--setuid-csd=USER" option for servers with...
2009-09-17 Adam PiątyszekMerge remote branch 'upstream/master'
2009-09-17 David WoodhouseFix disconnect packet
2009-08-21 Adam PiątyszekProvide a list of authors and contributors
2009-08-21 Adam PiątyszekDrop root privileges during execution of CSD script
2009-08-20 David WoodhouseDon't try to do SSL negotiation on a socket which faile...
2009-08-07 Antonio BorneoDrop root privileges before running CSD code
2009-08-07 Antonio BorneoFix compile time warning
2009-08-04 Adam PiątyszekFix Makefile so "make clean" removes nm-openconnect...
2009-08-04 Adam PiątyszekUpdate .gitignore (anyconnect -> openconnect)
2009-08-04 David WoodhouseAdmit --useragent option
2009-08-04 David WoodhouseAdmit CSD support
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...
next