index
:
platform/upstream/openconnect
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / Data Network; Licenses: LGPL-2.1+;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-14
stoken: Add --stoken option to CLI, and invoke library to set up soft token
Kevin Cernekee
1
-0
/
+44
2012-10-13
Allow optional arguments in the config file
Kevin Cernekee
1
-2
/
+4
2012-10-10
Fix a couple of minor typos
Kevin Cernekee
1
-1
/
+1
2012-09-26
Close config_fd before returning from write_new_config()
David Woodhouse
1
-1
/
+2
2012-08-31
Add missing : to getopt string for -p which takes a parameter.
Stuart Henderson
1
-1
/
+1
2012-07-12
Use correct XML tag for CSD script on Mac
David Woodhouse
1
-0
/
+7
2012-07-12
Remove CSD script when done with it
David Woodhouse
1
-0
/
+4
2012-07-11
Remove obsolete --key-type option from usage help text
David Woodhouse
1
-1
/
+0
2012-07-05
Fix spelling error in --pid-file help text
David Woodhouse
1
-1
/
+1
2012-07-02
Fix --no-proxy option
Tiago Vignatti
1
-0
/
+1
2012-06-30
Separate requested from received MTU settings
David Woodhouse
1
-5
/
+5
2012-06-25
Add source port option for DTLS
Steven Ihde
1
-0
/
+6
2012-06-19
Fix memory leaks in text-mode process_form_opts
David Woodhouse
1
-15
/
+24
2012-06-13
Clean up build options printout
David Woodhouse
1
-19
/
+28
2012-06-12
Make authentication valgrind-friendly
David Woodhouse
1
-3
/
+6
2012-06-11
Add openconnect_has_tss_blob_support()
David Woodhouse
1
-2
/
+4
2012-06-11
Add --authenticate option
David Woodhouse
1
-16
/
+38
2012-06-11
Translate build option output
David Woodhouse
1
-7
/
+8
2012-06-11
Remove --cert-type option from command line
David Woodhouse
1
-15
/
+1
2012-06-11
Print SSL build options on --version or usage()
David Woodhouse
1
-0
/
+26
2012-06-11
Remove stray openssl includes
David Woodhouse
1
-1
/
+0
2012-06-11
Fix non-interactive mode
David Woodhouse
1
-1
/
+14
2012-06-08
Set X-CSTP-Base-MTU: for new servers
David Woodhouse
1
-1
/
+11
2012-06-08
Bump library soname to libopenconnect.so.2
David Woodhouse
1
-1
/
+1
2012-06-08
Remove last traces of special UI and PIN handling from main.c
David Woodhouse
1
-74
/
+0
2012-06-07
Fix GnuTLS PKCS#11 PIN request function
David Woodhouse
1
-7
/
+7
2012-06-05
Fix config_arg handling
David Woodhouse
1
-2
/
+13
2012-06-01
Add completely untested PIN callback for GnuTLS
David Woodhouse
1
-1
/
+57
2012-06-01
Stop using OpenSSL UI for user interaction
David Woodhouse
1
-111
/
+83
2012-05-29
Introduce semi-opaque OPENCONNECT_X509 type in library API
David Woodhouse
1
-4
/
+5
2012-05-29
Move basic process_auth_form() out to main.c
David Woodhouse
1
-0
/
+183
2012-05-29
Add openconnect_get_cert_details() function
David Woodhouse
1
-1
/
+4
2012-05-16
Fix --non-inter option so it still allows username/password from command line
David Woodhouse
1
-3
/
+21
2012-05-15
Fix error message when too many command line arguments
David Woodhouse
1
-1
/
+4
2012-05-13
Remove internal_parse_url() from the library exports.
David Woodhouse
1
-18
/
+14
2012-05-13
Define _WITH_GETLINE for BSD systems
David Woodhouse
1
-0
/
+5
2012-05-12
Update copyright years
David Woodhouse
1
-1
/
+1
2012-05-12
Export openconnect_version as a pointer rather than an array
David Woodhouse
1
-6
/
+6
2012-05-12
Add (unused) cancel_fd to vpninfo struct
David Woodhouse
1
-0
/
+1
2012-05-11
Flush progress output immediately.
Fabian Jäger
1
-0
/
+1
2012-05-03
Add --config option for reading options from file
David Woodhouse
1
-5
/
+110
2012-05-03
Prepare for config file support; don't use getopt_long() and optarg directly
David Woodhouse
1
-35
/
+47
2012-04-19
Cast uid_t to (long) to print it, silencing warnings on Solaris
David Woodhouse
1
-1
/
+2
2012-04-19
Work around warnings caused by Solaris misdefinition of 'struct option'.
David Woodhouse
1
-48
/
+58
2012-04-16
Make vpnc-script mandatory.
David Woodhouse
1
-0
/
+2
2011-12-01
Refer to mail.html in usage() output
David Woodhouse
1
-0
/
+9
2011-12-01
Refer to vpnc-script.html when invoked with no --script argument
David Woodhouse
1
-1
/
+4
2011-11-24
Call bindtextdomain() to ensure that translations are found in $(prefix)
David Woodhouse
1
-0
/
+1
2011-11-07
Add sanity check that libopenconnect matches the openconnect executable
David Woodhouse
1
-0
/
+12
2011-11-05
Remove all _xxx_SOURCE macros from source, do it in configure.
David Woodhouse
1
-3
/
+0
[next]