resetting manifest requested domain to floor
[platform/upstream/openconnect.git] / library.c
2012-11-05 David WoodhouseMerge branch 'xmlpost-v2' of git://github.com/cernekee...
2012-10-28 Kevin CernekeeFix a couple of valgrind warnings
2012-10-28 Kevin Cernekeeauth: Add new XML POST capability
2012-10-28 Kevin Cernekeelibrary: Add call to change reported OS name
2012-10-15 Kevin Cernekeestoken: Add software token functions to library API...
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-10 David WoodhouseDon't forget key password on reconnect / change hosts...
2012-06-30 David WoodhouseSeparate requested from received MTU settings
2012-06-13 David WoodhouseAdd TPM support for GnuTLS
2012-06-12 David WoodhouseFix useragent leak
2012-06-11 David WoodhouseAdd openconnect_has_tss_blob_support()
2012-06-11 David WoodhouseAdd openconnect_has_pkcs11_support()
2012-06-09 David WoodhouseDon't unregister p11-kit PIN callback until vpninfo...
2012-06-08 David WoodhouseKill old openconnect_vpninfo_new()
2012-06-01 David Woodhouseopenconnect_set_xmlsha1() takes a const char *
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 WoodhouseBe more self-sufficient with header inclusions
2012-05-28 David WoodhouseUse openconnect_open_https() and openconnect_close_http...
2012-05-17 David WoodhouseStash peer certificate before fetching HTTP response
2012-05-13 David WoodhouseRemove internal_parse_url() from the library exports.
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_set_cancel_fd() to library
2012-05-12 David WoodhouseAdd (unused) cancel_fd to vpninfo struct
2012-04-11 David WoodhouseInclude <string.h> in library.c
2011-11-24 David WoodhouseCall bindtextdomain() to ensure that translations are...
2011-09-30 David WoodhouseAdd openconnect_set_cert_expiry_warning() to library
2011-09-29 David WoodhouseMake certificate expiry warning time variable (still...
2011-06-27 David WoodhouseAdd openconnect_vpninfo_new_with_cbdata() function...
2011-04-19 David WoodhouseClear cached peer_addr where necessary.
2011-03-17 David WoodhouseFree cert after comparing it with sslkey.
2011-03-17 David WoodhouseAdd openconnect_vpninfo_free(); start to sanify string...
2011-03-09 David WoodhouseAdd openconnect_get_version() function
2011-03-09 David WoodhouseAdd accessor functions for library use, convert nm...