platform/upstream/openconnect.git
2012-11-06 David WoodhouseUse libsocket and libnsl as necessary on Solaris
2012-11-05 David WoodhouseFix library versioning
2012-11-05 David WoodhouseImport translations from GNOME
2012-11-05 David WoodhouseFix missing newlines on more messages
2012-11-05 David WoodhouseMerge branch 'xmlpost-v2' of git://github.com/cernekee...
2012-10-28 Kevin Cernekeewww: Update changelog
2012-10-28 Kevin Cernekeewww: Use a more "stable" URL for the libstoken homepage
2012-10-28 Kevin CernekeeDocument new --os option
2012-10-28 Kevin Cernekeestoken: Fix CSD/stoken interaction
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 CernekeeAllow setting reported OS from the command line
2012-10-28 Kevin Cernekeelibrary: Add call to change reported OS name
2012-10-28 Kevin Cernekeeauth: Parse the new server response format
2012-10-28 Kevin Cernekeeauth: Split auth form prompt logic from parsing logic
2012-10-28 Kevin Cernekeeauth: Don't forget to free OC_FORM_OPT_STOKEN entries
2012-10-28 Kevin Cernekeeauth: Introduce new XML helper functions for parse_auth...
2012-10-28 Kevin Cernekeeauth: Move <auth> node parsing into a separate function
2012-10-28 Kevin Cernekeeauth: Remove obsolete trace message from parse_form()
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-27 Kevin Cernekeeopenssl: Fix missing newline on "Failed to write" error...
2012-10-22 David WoodhouseUpdate translations from Transifex
2012-10-22 David WoodhouseFix missing verb in Solaris error message
2012-10-22 David WoodhouseImport translations from GNOME
2012-10-18 David WoodhouseImport translations from GNOME
2012-10-17 David WoodhouseImport translations from GNOME
2012-10-17 Jiří KlimešFix typo "Keystore ocked" -> "Keystore locked"
2012-10-15 David WoodhouseImport translations from GNOME
2012-10-15 David WoodhouseUpdate changelog
2012-10-15 David WoodhouseHide nuke_opt_values() if stoken support not built
2012-10-15 Kevin Cernekeestoken: Update documentation, manpage with libstoken...
2012-10-15 Kevin Cernekeestoken: Fill in "password" fields with a generated...
2012-10-15 Kevin Cernekeestoken: Implement new auth form to gather soft token...
2012-10-15 Kevin Cernekeestoken: Add --stoken option to CLI, and invoke library...
2012-10-15 Kevin Cernekeestoken: Add software token functions to library API...
2012-10-13 Kevin Cernekeestoken: Link with libstoken if available
2012-10-13 Kevin CernekeeAllow optional arguments in the config file
2012-10-13 Kevin CernekeeMove strcasestr() implementation to compat.c
2012-10-13 Kevin CernekeeFix missing newline in the "No form handler" error...
2012-10-11 Kevin CernekeeLink to OpenConnect SOCKS proxy (ocproxy) from document...
2012-10-11 Kevin CernekeeUpdate Debian package status
2012-10-11 Kevin CernekeeFix a couple of minor typos
2012-09-30 Kevin CernekeeDelete references to long-removed SecurID code
2012-09-26 David WoodhouseImport translations from GNOME
2012-09-26 David WoodhouseUpdate changelog
2012-09-26 David WoodhouseFix leaks on failure paths in OpenSSL openconnect_open_...
2012-09-26 David WoodhouseFix use-after-free of numeric IPv6 hostname on error...
2012-09-26 David WoodhouseFix fd/memory leak on error return from openconnect_ope...
2012-09-26 David WoodhouseClose dtls_fd on error returns from connect_dtls_socket()
2012-09-26 David WoodhouseClose config_fd before returning from write_new_config()
2012-09-26 David WoodhouseClose ssl_sock before returning error in connect_https_...
2012-09-26 David WoodhouseFree CSTP option structure before error return if mallo...
2012-09-26 David WoodhouseClose XML file handle before error return if fstat...
2012-09-26 David WoodhouseFix error reporting when failed to write CSD script...
2012-09-26 David WoodhouseFix potential NULL dereference in error path in gnutls_...
2012-09-26 David WoodhouseFix token serial number matching when trying to find...
2012-09-24 David WoodhouseImport translations from GNOME
2012-09-23 David WoodhouseUpdate translations from Transifex
2012-09-22 David WoodhouseImport translations from GNOME
2012-09-23 David WoodhouseImport translations from GNOME
2012-09-23 David WoodhouseBe explicit when we're connecting to a proxy not direct...
2012-09-10 David WoodhouseUpdate translations from Transifex
2012-09-03 David WoodhouseImport translations from GNOME
2012-08-31 David WoodhouseTag version 4.07 v4.07
2012-08-31 David WoodhouseUpdate changelog
2012-08-31 Stuart HendersonAdd missing : to getopt string for -p which takes a...
2012-08-20 David WoodhouseImport translations from GNOME
2012-08-20 David WoodhouseUpdate translations from Transifex
2012-08-03 David WoodhouseHandle CSTP rekey when stalled
2012-08-03 David WoodhouseFix CSTP write stall handling
2012-08-02 David WoodhouseImport translations from GNOME
2012-07-23 David WoodhouseTag version 4.06 v4.06
2012-07-20 Mike MillerCheck for system CA certificate file for GnuTLS
2012-07-16 David WoodhouseFix strict-aliasing warning with DTLS local port handling
2012-07-16 David WoodhouseImprove error reporting for vpnc-script
2012-07-15 David WoodhouseHandle PKCS#11 tokens which don't list keys before...
2012-07-12 David WoodhouseTag version 4.05 v4.05
2012-07-12 David WoodhouseUse correct XML tag for CSD script on Mac
2012-07-12 David WoodhouseRemove CSD script when done with it
2012-07-12 David WoodhouseOnly setuid() for CSD if a user was specified.
2012-07-12 David WoodhouseRemove -vpnclient arg from CSD invocation
2012-07-11 David WoodhouseImport translations from GNOME
2012-07-11 David WoodhouseRemove obsolete --key-type option from usage help text
2012-07-11 David WoodhouseFix endless loop when multiple PKCS#11 tokens need...
2012-07-11 David WoodhouseUse P11_KIT_URI_FOR_ANY to preserve all attributes...
2012-07-10 David WoodhouseDon't forget key password on reconnect / change hosts...
2012-07-08 Stuart Hendersonmainloop.c - malloc without a prototype
2012-07-08 David WoodhouseUpdate translations from Transifex
2012-07-08 David WoodhouseFix 'make update-translations' not to remove file headers
2012-07-05 David WoodhouseTag version 4.04 v4.04
2012-07-05 David WoodhouseStrip out full header when comparing po files
2012-07-05 David WoodhouseFix spelling error in --pid-file help text
next