summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-14stoken: Add --stoken option to CLI, and invoke library to set up soft tokenKevin Cernekee1-0/+44
2012-10-13Allow optional arguments in the config fileKevin Cernekee1-2/+4
2012-10-10Fix a couple of minor typosKevin Cernekee1-1/+1
2012-09-26Close config_fd before returning from write_new_config()David Woodhouse1-1/+2
2012-08-31Add missing : to getopt string for -p which takes a parameter.Stuart Henderson1-1/+1
2012-07-12Use correct XML tag for CSD script on MacDavid Woodhouse1-0/+7
2012-07-12Remove CSD script when done with itDavid Woodhouse1-0/+4
2012-07-11Remove obsolete --key-type option from usage help textDavid Woodhouse1-1/+0
2012-07-05Fix spelling error in --pid-file help textDavid Woodhouse1-1/+1
2012-07-02Fix --no-proxy optionTiago Vignatti1-0/+1
2012-06-30Separate requested from received MTU settingsDavid Woodhouse1-5/+5
2012-06-25Add source port option for DTLSSteven Ihde1-0/+6
2012-06-19Fix memory leaks in text-mode process_form_optsDavid Woodhouse1-15/+24
2012-06-13Clean up build options printoutDavid Woodhouse1-19/+28
2012-06-12Make authentication valgrind-friendlyDavid Woodhouse1-3/+6
2012-06-11Add openconnect_has_tss_blob_support()David Woodhouse1-2/+4
2012-06-11Add --authenticate optionDavid Woodhouse1-16/+38
2012-06-11Translate build option outputDavid Woodhouse1-7/+8
2012-06-11Remove --cert-type option from command lineDavid Woodhouse1-15/+1
2012-06-11Print SSL build options on --version or usage()David Woodhouse1-0/+26
2012-06-11Remove stray openssl includesDavid Woodhouse1-1/+0
2012-06-11Fix non-interactive modeDavid Woodhouse1-1/+14
2012-06-08Set X-CSTP-Base-MTU: for new serversDavid Woodhouse1-1/+11
2012-06-08Bump library soname to libopenconnect.so.2David Woodhouse1-1/+1
2012-06-08Remove last traces of special UI and PIN handling from main.cDavid Woodhouse1-74/+0
2012-06-07Fix GnuTLS PKCS#11 PIN request functionDavid Woodhouse1-7/+7
2012-06-05Fix config_arg handlingDavid Woodhouse1-2/+13
2012-06-01Add completely untested PIN callback for GnuTLSDavid Woodhouse1-1/+57
2012-06-01Stop using OpenSSL UI for user interactionDavid Woodhouse1-111/+83
2012-05-29Introduce semi-opaque OPENCONNECT_X509 type in library APIDavid Woodhouse1-4/+5
2012-05-29Move basic process_auth_form() out to main.cDavid Woodhouse1-0/+183
2012-05-29Add openconnect_get_cert_details() functionDavid Woodhouse1-1/+4
2012-05-16Fix --non-inter option so it still allows username/password from command lineDavid Woodhouse1-3/+21
2012-05-15Fix error message when too many command line argumentsDavid Woodhouse1-1/+4
2012-05-13Remove internal_parse_url() from the library exports.David Woodhouse1-18/+14
2012-05-13Define _WITH_GETLINE for BSD systemsDavid Woodhouse1-0/+5
2012-05-12Update copyright yearsDavid Woodhouse1-1/+1
2012-05-12Export openconnect_version as a pointer rather than an arrayDavid Woodhouse1-6/+6
2012-05-12Add (unused) cancel_fd to vpninfo structDavid Woodhouse1-0/+1
2012-05-11Flush progress output immediately.Fabian Jäger1-0/+1
2012-05-03Add --config option for reading options from fileDavid Woodhouse1-5/+110
2012-05-03Prepare for config file support; don't use getopt_long() and optarg directlyDavid Woodhouse1-35/+47
2012-04-19Cast uid_t to (long) to print it, silencing warnings on SolarisDavid Woodhouse1-1/+2
2012-04-19Work around warnings caused by Solaris misdefinition of 'struct option'.David Woodhouse1-48/+58
2012-04-16Make vpnc-script mandatory.David Woodhouse1-0/+2
2011-12-01Refer to mail.html in usage() outputDavid Woodhouse1-0/+9
2011-12-01Refer to vpnc-script.html when invoked with no --script argumentDavid Woodhouse1-1/+4
2011-11-24Call bindtextdomain() to ensure that translations are found in $(prefix)David Woodhouse1-0/+1
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