platform/upstream/openconnect.git
2011-11-07 David WoodhouseUpdate translations from Transifex
2011-11-07 David WoodhouseAdd upload-pot make target
2011-11-07 David WoodhouseAdd sanity check that libopenconnect matches the openco...
2011-11-07 David WoodhouseMove openconnect to sbin
2011-11-07 David WoodhouseFix HTML converter output in out-of-tree builds
2011-11-07 David WoodhouseBuild version.c correctly in out-of-tree builds
2011-11-07 David WoodhouseAvoid use of $(wildcard) in version.c dependencies
2011-11-07 David WoodhouseDon't remove version.c in distclean
2011-11-06 David WoodhouseFix GNUism in dependencies for version.c
2011-11-05 David WoodhouseAdd OpenIndiana to supported platform list
2011-11-05 David WoodhouseUpdate changelog
2011-11-05 David WoodhouseFix Solaris/OpenIndiana warning: no previous declaratio...
2011-11-05 David WoodhouseRemove unneeded inclusion of <arpa/inet.h> from cstp...
2011-11-05 David WoodhouseFix OpenBSD build warning when printing off_t
2011-11-05 David WoodhouseRemove all _xxx_SOURCE macros from source, do it in...
2011-11-04 David WoodhouseFix NetBSD ctype warnings.
2011-11-04 David WoodhouseFix GNUism in po/Makefile.am handling of $(LINGUAS)
2011-11-04 David WoodhouseFix GNUism in Makefile.am handling of NODISTHOOK
2011-11-04 David WoodhouseAttempt to find zlib if no pkgconfig for it
2011-11-03 David WoodhouseMake version.sh find git metadata only for openconnect...
2011-11-03 David WoodhouseDrop $(GETTEXT_PACKAGE) and just use $(PACKAGE)
2011-11-03 David WoodhouseUse AC_LINK_IFELSE to check for working NLS support
2011-11-03 David WoodhouseFix build with -ansi and without optimisation.
2011-11-03 David WoodhouseUpdate changelog
2011-11-03 David WoodhouseRevamp NLS support. Drop intltool, code po/Makefile...
2011-11-03 David WoodhouseFix out-of-source-tree invocation of version.sh
2011-11-03 David WoodhouseFix out-of-source-tree build of web pages
2011-10-31 David WoodhouseRemove -Wundef and -Wmissing-noreturn from default...
2011-10-29 David WoodhouseAttempt to build without NLS if intltool isn't available
2011-10-28 David WoodhousePointers to translated strings must be const
2011-10-28 David WoodhouseFix arithmetic on void pointers in cstp.c
2011-10-28 David WoodhouseUpdate translations from Transifex
2011-10-28 David WoodhouseFix newlines in nl translations
2011-10-24 David WoodhouseUpdate translations from Transifex
2011-10-07 David WoodhouseMake usage help output translatable
2011-10-07 David WoodhouseAdd maintainer mode
2011-10-07 David WoodhouseMake more strings translatable
2011-10-07 David WoodhouseFix newlines in nl translations
2011-10-07 David WoodhouseUpdate translations from Transifex
2011-10-04 David WoodhouseUpdate translations from Transifex
2011-10-04 David WoodhouseAdd update-translations make target
2011-09-30 David WoodhouseTag version 3.13 v3.13
2011-09-30 David WoodhouseAdd openconnect_set_cert_expiry_warning() to library
2011-09-30 David WoodhouseUpdate translations from Transifex
2011-09-29 David WoodhouseUpdate changelog
2011-09-29 David WoodhouseAdd --cert-expire-warning,-e option to set warning...
2011-09-29 David WoodhouseMake certificate expiry warning time variable (still...
2011-09-29 David WoodhouseClean up DTLS Session-ID length warning
2011-09-29 David WoodhouseSwitch to using PNG image in web site. Android can...
2011-09-28 David WoodhouseUpdate transations from Transifex
2011-09-28 David WoodhouseAdd OpenSuSE to distribution status list
2011-09-28 David WoodhouseMan page update: clarify which fsid is used, forget...
2011-09-28 David WoodhouseAdd links to manual page, don't number 'started' subpages
2011-09-28 David WoodhouseFix header on connecting page
2011-09-28 David WoodhouseFix up distro status page.
2011-09-28 David WoodhouseUse automake for www/ directory
2011-09-28 David WoodhouseUpdate new web pages in release, not openconnect.html
2011-09-27 David WoodhouseAdd new version of web pages
2011-09-27 David WoodhouseTranslatability fix for 'Discard bad split xxclude...
2011-09-27 David WoodhouseAdd Transifex config file so 'tx pull' works in any...
2011-09-27 David WoodhouseAdd (empty) translation files from Transifex
2011-09-25 David WoodhouseAdd error message when SSL cert fails
2011-09-23 David WoodhouseFix build instructions on web page.
2011-09-23 David WoodhouseReduce certificate warning to PRG_INFO
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-22 David WoodhouseFix DTLS-may-fail warning when built against OpenSSL...
2011-09-15 David WoodhouseUpdate changelog
2011-09-15 David WoodhouseRefactor xmlnode_msg() not to use server-provided strin...
2011-09-15 David WoodhouseFix handling of vpninfo->ifname. Always strdup()
2011-09-15 David WoodhouseMake in_ex and route args to process_split_xxclude...
2011-09-15 David WoodhouseFix another const char warning in start_cstp_connection()
2011-09-15 David WoodhouseMake vpninfo->quit_reason const to avoid compiler compl...
2011-09-15 David WoodhouseAvoid unused 'autoproxy' variable when built without...
2011-09-15 David WoodhouseMake 'base' arg to openconnect_create_useragent() const
2011-09-15 David WoodhouseMake usage() static to avoid compiler complaints
2011-09-15 David WoodhouseFix compiler warnings about constness of csd_argv[]
2011-09-15 David WoodhouseMake parse_xml_response() method and request_body_type...
2011-09-15 David WoodhouseMake 'print_equals' string const to avoid compiler...
2011-09-15 David WoodhouseFix char pointers in check_certificate_expiry() to...
2011-09-15 David WoodhouseMake match_cert_hostname() static to avoid compiler...
2011-09-15 David WoodhouseEnable various compiler warnings
2011-09-15 David WoodhouseEnable AM_SILENT_RULES so that warnings are more visible.
2011-09-15 David WoodhouseClean up DTLS timer workaround to make it work with...
2011-09-11 David WoodhouseTag version 3.12 v3.12
2011-09-09 David WoodhousePrint SHA1 fingerprint with server certificate details.
2011-09-09 Steven AllenAdd --pid-file option
2011-09-08 David WoodhouseFix DTLS compatibility with ASA firmware 8.4.1(11)...
2011-08-24 David WoodhouseChangelog entry for build fixes
2011-08-16 David WoodhouseFix build failure with ancient OpenSSL lacking SSL_OP_N...
2011-08-16 Svante SignellFix build failure on GNU Hurd (Debian bug #637362)
2011-07-26 Ilia KatsAdd zlib to linker line to fix building on Debian
2011-07-21 David WoodhouseTag version 3.11 v3.11
2011-07-20 David WoodhouseOutput to stderr too in Android's syslog_progress()
2011-07-19 David WoodhouseMention Android in supported platforms
2011-07-18 Jason Cooperandroid: fix typo in #include header
2011-07-15 Jason CooperAndroid build support.
2011-07-15 Jason CooperAdd Android logging support
next