Work around time() brokenness on Solaris.
[platform/upstream/openconnect.git] / openconnect-internal.h
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...