platform/upstream/openconnect.git
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...
2009-08-04 Adam PiątyszekPass MD5 fingerprints of client/server certificates...
2009-08-04 Adam PiątyszekCode refactoring (get_cert_fingerprint -> get_cert_sha1...
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 WoodhouseFix double free of stuburl
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ątyszekDo not overwrite the csd_token and csd_ticket strings
2009-08-04 Adam PiątyszekDouble the buffer size to 128KB
2009-08-04 David WoodhouseFix default useragent string
2009-08-04 Antonio BorneoSelect User-Agent field
2009-07-20 David WoodhouseFirst attempt at CSD support
2009-07-20 David WoodhouseAllow parse_xml_response to redirect
2009-07-20 David WoodhouseAdd mailing list
2009-06-24 David WoodhouseTag version 2.01 v2.01
2009-06-24 David WoodhouseUpdate changelog
2009-06-23 David WoodhouseDon't clear vpninfo->dtls_cipher on CSTP reconnect
2009-06-16 David WoodhouseDon't free certs while building chain
2009-06-16 David WoodhouseFix install target
2009-06-16 David WoodhouseMention FreeBSD port
2009-06-10 David WoodhouseGive up permanently when no DTLS cipher; don't keep...
2009-06-04 David WoodhouseDon't add duplicate certs
2009-06-04 David WoodhouseUse SSL_CTX_use_certificate_chain_file() to load extra...
2009-06-03 David WoodhouseTag version 2.00 v2.00
2009-06-03 David WoodhouseUpdate web page with tag
2009-06-03 David WoodhouseAdd missing </LI> tags to changelog
2009-06-03 David WoodhouseUpdate changelog
2009-06-03 David WoodhouseFix documentation for --servercert option
2009-06-03 David WoodhouseClean up Makefile detection of gtk/gconf, check for...
2009-06-03 David WoodhouseClean up warning seen on MacOS build
2009-06-03 David WoodhouseFix printf format for st_size
2009-06-03 David WoodhouseRemove GNUism from Makefile by printing new version...
2009-06-03 David WoodhouseClean up version.sh
2009-06-02 David WoodhouseRemove bashisms from version.sh
2009-06-02 David WoodhouseGrab focus on first widget which needs entry in the...
2009-06-02 David WoodhouseAbort if certificate load fails, rather than continuing...
2009-06-02 David WoodhouseOnly save form entries if not cancelled.. and if they...
2009-06-02 David WoodhouseUse fingerprint for comparing certificates, not signature
2009-06-02 David Woodhouseupdate compatibility notes
2009-06-02 David Woodhousechangelog update
2009-06-02 David WoodhouseMore OpenSSL-0.9.7 compatibility
2009-06-02 David WoodhouseClean up certificate purpose workaround
2009-06-02 David WoodhouseBuild against old OpenSSL without DTLS support (OSX...
2009-06-01 David WoodhouseInclude <arpa/inet.h> for ntohl()
2009-06-01 David WoodhouseInclude appropriate headers for statfs() on FreeBSD...
2009-06-01 David WoodhouseDiscard all but Legacy IP packets on VPN transmit
2009-06-01 David WoodhouseWeird tun prefix is only OpenBSD
2009-06-01 David WoodhouseHandle tun prefixing with AF_INET on BSD
2009-06-01 David WoodhouseBuilds on OpenBSD
2009-06-01 David WoodhouseFix FSID handling on *BSD
2009-06-01 David WoodhouseLink libcrypto
2009-06-01 David WoodhouseAdd another missing <string.h>
2009-06-01 David WoodhouseMove ifr declaration inside Linux-only block
2009-06-01 David WoodhouseInclude <string.h> where needed
2009-06-01 David Woodhousefix size_t printf format
2009-06-01 David WoodhouseNo need for bash
2009-06-01 David WoodhouseInclude ctype.h for isspace()
next