resetting manifest requested domain to floor
[platform/upstream/openconnect.git] / openconnect-internal.h
2012-11-05 David WoodhouseMerge branch 'xmlpost-v2' of git://github.com/cernekee...
2012-10-28 Kevin Cernekeehttp: Record the last redirection type
2012-10-28 Kevin Cernekeeauth: Add new XML POST capability
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-15 Kevin Cernekeestoken: Implement new auth form to gather soft token...
2012-10-15 Kevin Cernekeestoken: Add software token functions to library API...
2012-10-13 Kevin CernekeeMove strcasestr() implementation to compat.c
2012-09-30 Kevin CernekeeDelete references to long-removed SecurID code
2012-08-03 David WoodhouseHandle CSTP rekey when stalled
2012-07-12 David WoodhouseUse correct XML tag for CSD script on Mac
2012-06-30 David WoodhouseSeparate requested from received MTU settings
2012-06-25 Steven IhdeAdd source port option for DTLS
2012-06-17 David WoodhouseSwitch from Android's keystore_get() to our own keystor...
2012-06-17 David WoodhouseFix fake Android keystore_get() to return -1 on failure
2012-06-15 David WoodhouseAdd Android keystore support
2012-06-15 David WoodhouseFix build for OpenSSL without DTLS
2012-06-14 David WoodhouseCope with lack of gnutls_certificate_set_key() in GnuTL...
2012-06-14 David WoodhouseFix GnuTLS 2.12 library still referencing OpenSSL ERR_p...
2012-06-13 David WoodhouseAllow GUI to distinguish between PIN/passphrase callbacks
2012-06-13 David WoodhouseHandle TPM keys with their own authentication PIN
2012-06-13 David WoodhouseAdd TPM support for GnuTLS
2012-06-11 David WoodhouseAllow building against GnuTLS (for TCP) and GnuTLS...
2012-06-10 David WoodhouseGnuTLS: Cache token PIN
2012-06-09 David WoodhouseDon't unregister p11-kit PIN callback until vpninfo...
2012-06-08 David WoodhouseAdd $CISCO_SPLIT_DNS environment variable for vpnc...
2012-06-08 David WoodhouseSet X-CSTP-Base-MTU: for new servers
2012-06-07 David WoodhouseGnuTLS now uses gnutls_session_set_premaster()
2012-06-07 David WoodhouseAdd DTLS support for GnuTLS
2012-06-04 David WoodhouseMove request_passphrase() to ssl.c
2012-05-29 David WoodhouseAdd barely functional GnuTLS support
2012-05-29 David WoodhouseIntroduce semi-opaque OPENCONNECT_X509 type in library API
2012-05-29 David WoodhouseRemove OpenSSL dependency from http.c
2012-05-29 David WoodhouseMove OpenSSL-specific functions from ssl.c to openssl.c
2012-05-29 David WoodhouseAdd openconnect_random() function
2012-05-29 David WoodhouseAdd openconnect_sha1() function and use it instead...
2012-05-17 David WoodhouseStash peer certificate before fetching HTTP response
2012-05-14 David WoodhouseNamespace cleanup: s/set_http_proxy/openconnect_set_htt...
2012-05-13 David WoodhouseUpdate copyright years
2012-05-12 David WoodhouseExport openconnect_version as a pointer rather than...
2012-05-12 David WoodhouseAdd openconnect_SSL_read() functional which handles...
2012-05-12 David WoodhouseAdd cancellable openconnect_SSL_write(), use it from...
2012-05-12 David WoodhouseAdd vpninfo arg to openconnect_SSL_{printf,gets} functions
2012-05-12 David WoodhouseAdd (unused) cancel_fd to vpninfo struct
2012-05-03 David WoodhouseAdd local getline() for Solaris 10 build
2012-04-19 David WoodhouseWork around time() brokenness on Solaris.
2012-04-18 David WoodhouseAdd local implementation of asprintf() for Solaris 10
2012-04-16 David WoodhouseMake vpnc-script mandatory.
2012-04-10 David WoodhouseInvoke vpnc-script with "pre-init" to load tun module...
2011-12-12 Kazuyoshi AizawaPlumb interface for IPv6 with I_LINK ioctl we do for...
2011-12-12 David WoodhouseFix memory leak of CSTP deflated packets, and resend...
2011-12-09 David WoodhouseUse I_LINK instead of I_PLINK on Solaris
2011-11-03 David WoodhouseFix build with -ansi and without optimisation.
2011-09-29 David WoodhouseMake certificate expiry warning time variable (still...
2011-09-22 David WoodhouseUse dgettext() so the domain is always correct even...
2011-09-22 David WoodhouseMake user-visible strings translatable
2011-09-22 David WoodhouseAdd translation support
2011-09-22 David WoodhouseFix libproxy build.
2011-09-15 David WoodhouseMake vpninfo->quit_reason const to avoid compiler compl...
2011-09-15 David WoodhouseMake 'base' arg to openconnect_create_useragent() const
2011-09-15 David WoodhouseMake parse_xml_response() method and request_body_type...
2011-06-27 David WoodhouseAdd openconnect_vpninfo_new_with_cbdata() function...
2011-05-29 David WoodhouseAdd 'reconnect' invocation of vpnc-script, to re-ensure...
2011-03-17 David WoodhouseAdd openconnect_vpninfo_free(); start to sanify string...
2011-03-09 David WoodhouseHide openconnect_close_https() and openconnect_create_u...
2011-03-09 David WoodhouseRemove vpn_name from struct openconnect_info. It's...
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...