summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Add sanity check that libopenconnect matches the openconnect executableDavid Woodhouse1-0/+12
2011-11-05Remove all _xxx_SOURCE macros from source, do it in configure.David Woodhouse1-3/+0
2011-11-03Fix build with -ansi and without optimisation.David Woodhouse1-0/+5
2011-10-08Make usage help output translatableDavid Woodhouse1-50/+50
2011-10-07Make more strings translatableDavid Woodhouse1-20/+21
2011-09-29Add --cert-expire-warning,-e option to set warning levelDavid Woodhouse1-1/+6
2011-09-29Make certificate expiry warning time variable (still default 60 days)David Woodhouse1-0/+1
2011-09-22Use dgettext() so the domain is always correct even in libopenconnectDavid Woodhouse1-1/+0
2011-09-22Make user-visible strings translatableDavid Woodhouse1-18/+19
2011-09-22Add translation supportDavid Woodhouse1-0/+5
2011-09-22Fix libproxy build.David Woodhouse1-3/+3
2011-09-15Avoid unused 'autoproxy' variable when built without libproxy support.David Woodhouse1-5/+6
2011-09-15Make usage() static to avoid compiler complaintsDavid Woodhouse1-1/+1
2011-09-09Print SHA1 fingerprint with server certificate details.David Woodhouse1-0/+1
2011-09-09Add --pid-file optionSteven Allen1-2/+30
2011-07-20Output to stderr too in Android's syslog_progress()David Woodhouse1-1/+6
2011-07-15Add Android logging supportJason Cooper1-1/+25
2011-07-15Remove <sys/syslog.h> inclusion. It should be <syslog.h>David Woodhouse1-1/+0
2011-06-27Add openconnect_vpninfo_new_with_cbdata() function to ease C++ integrationDavid Woodhouse1-12/+18
2011-04-28Add --non-inter optionDavid Woodhouse1-1/+12
2011-04-19Clarify that --script [...] will be evaluated by the shell.Thomas Schwinge1-1/+1
2011-03-17Add openconnect_vpninfo_free(); start to sanify string lifetime rules.David Woodhouse1-1/+1
2011-03-09Fix namespace prefix on get_cert_sha1 functionDavid Woodhouse1-1/+1
2011-03-09Rename openconnect_parse_url() to internal_parse_url()David Woodhouse1-1/+1
2011-03-09Split private parts of openconnect.h out into openconnect-internal.hDavid Woodhouse1-1/+1
2010-11-30Partly revert excessive renaming (s/passphrase_from_fsid/openconnect_\1/)David Woodhouse1-3/+3
2010-11-21Add --csd-wrapperPaul Brook1-0/+6
2010-11-16Fix help output for --servercert optionDavid Woodhouse1-1/+1
2010-11-16Namespace cleanup: s/parse_url/openconnect_parse_url/David Woodhouse1-1/+1
2010-11-16Namespace cleanup: s/passphrase_from_fsid/openconnect_passphrase_from_fsid/David Woodhouse1-4/+4
2010-11-16Namespace cleanup: s/set_http_proxy/openconnect_set_http_proxy/David Woodhouse1-1/+1
2010-08-12Implement DTLS and CSTP rekeying.David Woodhouse1-5/+0
2010-08-07Clean up option handling to use sane values for long-only optionsDavid Woodhouse1-40/+63
2010-08-07Add --force-dpd optionDavid Woodhouse1-0/+5
2010-05-11Add --no-cert-check option, update changelogDavid Woodhouse1-0/+9
2010-05-11Add text-mode function for validating failed certsDavid Woodhouse1-0/+65
2010-05-08Fix libproxy support with pkgsrcPouya D. Tafti1-1/+1
2010-04-09Add --no-http-keepalive option to help work around Cisco incompetence.David Woodhouse1-0/+7
2010-04-05Print notice about lack of DNS and routing if no --scriptDavid Woodhouse1-0/+4
2010-02-03Fix exit code with --background optionDavid Woodhouse1-2/+2
2010-01-03Free host URL after parsingDavid Woodhouse1-0/+1
2010-01-02Use $https_proxy environment variable, if set.David Woodhouse1-1/+1
2010-01-02Disable libproxy by defaultDavid Woodhouse1-28/+28
2010-01-02Add SOCKS5 supportDavid Woodhouse1-6/+13
2010-01-02Fix non-libproxy buildDavid Woodhouse1-0/+2
2010-01-02Add libproxy support, conditionallyDavid Woodhouse1-1/+10
2010-01-01Handle IPv6 literal [] in connection, accept https:// URL for serverDavid Woodhouse1-3/+22
2010-01-01Update copyright yearsDavid Woodhouse1-1/+1
2010-01-01Add proxy support (based on Pál Dorogi's version)David Woodhouse1-2/+22
2009-11-04Change csd user option nameDavid Woodhouse1-2/+2