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
9 years ago
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>
9 years ago
Nikos Mavrogiannopoulos
2765d7b779
openconnect: corrected call to proto_add_host_dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
9 years ago
Nikos Mavrogiannopoulos
749abcacc8
openconnect: allow processing multiple passwords from stdin
Resolves #1419
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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>
10 years ago
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>
10 years ago
Nikos Mavrogiannopoulos
21e433324e
openconnect: backup hook scripts as well
Resolves #882
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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>
10 years ago
Daniel Gimpelevich
a904a173ed
openconnect: separate out vpnc-scripts
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
10 years ago
Nikos Mavrogiannopoulos
500db547b8
openconnect: use openconnect.upgrade to save configured files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
ab50e4802f
Revert "openconnect: move certificate files to config/ to add graceful upgrade"
This reverts commit b53e5bfe87
.
10 years ago
Nikos Mavrogiannopoulos
cd73693255
Revert "openconnect: cmdline parameter for CA not moved"
This reverts commit fa8f547945
.
10 years ago
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.
10 years ago
Nikos Mavrogiannopoulos
387ec8dbe8
openconnect: automatically enable rebind for DNS servers sent by VPN server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
b53e5bfe87
openconnect: move certificate files to config/ to add graceful upgrade
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
c19342901a
openconnect: register split-dns to dnsmasq
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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>
10 years ago
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>
10 years ago
Nikos Mavrogiannopoulos
78bf9cc554
openconnect: simplified cmdline appending
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
05999937ed
openconnect: when serverhash or cafile are present, set --no-system-trust
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
6cbf21b65d
openconnect: use SIGINT to bring down openconnect
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
a412f2cc46
openconnect: forward SIGINT to app
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
11116b3610
openconnect: increased the timeout value for retrying
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
Nikos Mavrogiannopoulos
fb536338aa
openconnect: openconnect-wrapper would trap signals and send the correct one to server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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>
10 years ago
Nikos Mavrogiannopoulos
144cb1e0bc
openconnect: corrected typo
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
10 years ago
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>
10 years ago
Nikos Mavrogiannopoulos
53f33536c0
openconnect: include the Interface name in the files used for certificates and keys
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
11 years ago
Nikos Mavrogiannopoulos
51c1c55125
openconnect: Added configuration options for hash and user cert/key pairs
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
11 years ago
Nikos Mavrogiannopoulos
af551b6683
Added openconnect
11 years ago