Nikos Mavrogiannopoulos
4083de9d74
openconnect: use proto_add_host_dependency
...
This ensures that a direct route to the connected host is added
by netifd.
Resolves #2548
2016-05-22 17:42:34 +02:00
Nikos Mavrogiannopoulos
8661ebeefa
openconnect: disabled the resolving code from ppp in netifd script
...
That code was causing netifd disabling openconnect with no way
to restart it.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-08-26 22:59:31 +02:00
Nikos Mavrogiannopoulos
2765d7b779
openconnect: corrected call to proto_add_host_dependency
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-07 22:48:44 +02:00
Nikos Mavrogiannopoulos
749abcacc8
openconnect: allow processing multiple passwords from stdin
...
Resolves #1419
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-20 12:36:39 +02:00
Florian Fainelli
b1f228f4cf
openconnect: allow specifying a custom CSD wrapper script
...
Some VPN servers might be configured in a way that a CSD wrapper script
is mandatory to complete the authentication process, allow that to be
specified for openconnect.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-04-04 12:32:59 -07:00
Florian Fainelli
70c10c0a5e
openconnect: allow specifying "os"
...
Some servers might be implementing ACLs based on the value specified by
openconnect for "os", allow that to be configured.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2015-04-04 12:31:49 -07:00
Nikos Mavrogiannopoulos
21e433324e
openconnect: backup hook scripts as well
...
Resolves #882
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-17 22:11:52 +01:00
Daniel Gimpelevich
41f8d54650
openconnect: fix a couple of minor things and add an interface option
...
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 11:54:39 -08:00
Daniel Gimpelevich
a904a173ed
openconnect: separate out vpnc-scripts
...
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 11:03:56 -08:00
Nikos Mavrogiannopoulos
500db547b8
openconnect: use openconnect.upgrade to save configured files
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-19 23:15:57 +01:00
Nikos Mavrogiannopoulos
ab50e4802f
Revert "openconnect: move certificate files to config/ to add graceful upgrade"
...
This reverts commit b53e5bfe87
.
2015-01-19 23:15:54 +01:00
Nikos Mavrogiannopoulos
cd73693255
Revert "openconnect: cmdline parameter for CA not moved"
...
This reverts commit fa8f547945
.
2015-01-19 23:15:51 +01:00
Jasper
fa8f547945
openconnect: cmdline parameter for CA not moved
...
The location for the server CA file was moved in b53e5bfe87
, but the corresponding command line option for opeconnect not updated.
2015-01-16 17:21:44 +01:00
Nikos Mavrogiannopoulos
387ec8dbe8
openconnect: automatically enable rebind for DNS servers sent by VPN server
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:30:44 +01:00
Nikos Mavrogiannopoulos
b53e5bfe87
openconnect: move certificate files to config/ to add graceful upgrade
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:12:33 +01:00
Nikos Mavrogiannopoulos
c19342901a
openconnect: register split-dns to dnsmasq
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-10 11:00:17 +01:00
Matthew Sykes
f2fb6217ab
openconnect: Restore support for vpnc-script hooks
...
* Restore hooks support from vpnc-script
* Use consistent style for tests and blocks in openconnect.sh
* Cleanup code that writes banner to syslog
Signed-off-by: Matthew Sykes <matthew.sykes@gmail.com>
2014-12-20 11:09:33 -05:00
Florian Fainelli
a54d31ed3f
openconnect: add an option to support stoken
...
Add a new build configuration option for openconnect and let it link
against libstoken if instructed to. Two new uci configuration variables
are introduced: "token_mode" and "token_secret" to allow openconnect to
use those.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
2014-12-07 21:18:52 -08:00
Nikos Mavrogiannopoulos
78bf9cc554
openconnect: simplified cmdline appending
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-12-05 20:27:45 +01:00
Nikos Mavrogiannopoulos
05999937ed
openconnect: when serverhash or cafile are present, set --no-system-trust
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-11-29 19:05:04 +01:00
Nikos Mavrogiannopoulos
6cbf21b65d
openconnect: use SIGINT to bring down openconnect
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-28 12:31:48 +01:00
Nikos Mavrogiannopoulos
a412f2cc46
openconnect: forward SIGINT to app
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-10-28 11:58:52 +01:00
Nikos Mavrogiannopoulos
11116b3610
openconnect: increased the timeout value for retrying
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-28 18:27:30 +02:00
Nikos Mavrogiannopoulos
fb536338aa
openconnect: openconnect-wrapper would trap signals and send the correct one to server
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 01:09:39 +02:00
Nikos Mavrogiannopoulos
e9215bf85d
openconnect: set config variable on teardown and correctly pass the password
...
This addresses https://dev.openwrt.org/ticket/16634
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-09-01 00:26:39 +02:00
Nikos Mavrogiannopoulos
144cb1e0bc
openconnect: corrected typo
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-06 13:25:23 +02:00
Nikos Mavrogiannopoulos
74dadb1aee
openconnect: increase timeout time on resolving error and use the IPs for proto_add_host_dependency
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-07-01 20:29:22 +02:00
Nikos Mavrogiannopoulos
53f33536c0
openconnect: include the Interface name in the files used for certificates and keys
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-08 11:03:28 +02:00
Nikos Mavrogiannopoulos
51c1c55125
openconnect: Added configuration options for hash and user cert/key pairs
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2014-06-04 23:18:02 +02:00
Nikos Mavrogiannopoulos
af551b6683
Added openconnect
2014-06-03 18:18:17 +02:00