Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | openconnect: fix a couple of minor things and add an interface option | Daniel Gimpelevich | 2015-02-06 |
| | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | ||
* | openconnect: separate out vpnc-scripts | Daniel Gimpelevich | 2015-02-06 |
| | | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | ||
* | openconnect: use openconnect.upgrade to save configured files | Nikos Mavrogiannopoulos | 2015-01-19 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | Revert "openconnect: move certificate files to config/ to add graceful upgrade" | Nikos Mavrogiannopoulos | 2015-01-19 |
| | | | | This reverts commit b53e5bfe875d673fc8a57a4766d7af6fc1b3e074. | ||
* | Revert "openconnect: cmdline parameter for CA not moved" | Nikos Mavrogiannopoulos | 2015-01-19 |
| | | | | This reverts commit fa8f5479458ee5163c9907ee3e92d8bd6b62389b. | ||
* | openconnect: cmdline parameter for CA not moved | Jasper | 2015-01-16 |
| | | | The location for the server CA file was moved in b53e5bfe875d673fc8a57a4766d7af6fc1b3e074, but the corresponding command line option for opeconnect not updated. | ||
* | openconnect: automatically enable rebind for DNS servers sent by VPN server | Nikos Mavrogiannopoulos | 2015-01-10 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: move certificate files to config/ to add graceful upgrade | Nikos Mavrogiannopoulos | 2015-01-10 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: register split-dns to dnsmasq | Nikos Mavrogiannopoulos | 2015-01-10 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: Restore support for vpnc-script hooks | Matthew Sykes | 2014-12-20 |
| | | | | | | | | * 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> | ||
* | openconnect: add an option to support stoken | Florian Fainelli | 2014-12-07 |
| | | | | | | | | | 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> | ||
* | openconnect: simplified cmdline appending | Nikos Mavrogiannopoulos | 2014-12-05 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: when serverhash or cafile are present, set --no-system-trust | Nikos Mavrogiannopoulos | 2014-11-29 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: use SIGINT to bring down openconnect | Nikos Mavrogiannopoulos | 2014-10-28 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: forward SIGINT to app | Nikos Mavrogiannopoulos | 2014-10-28 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: increased the timeout value for retrying | Nikos Mavrogiannopoulos | 2014-09-28 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: openconnect-wrapper would trap signals and send the correct one ↵ | Nikos Mavrogiannopoulos | 2014-09-01 |
| | | | | | | to server Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: set config variable on teardown and correctly pass the password | Nikos Mavrogiannopoulos | 2014-09-01 |
| | | | | | | This addresses https://dev.openwrt.org/ticket/16634 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: corrected typo | Nikos Mavrogiannopoulos | 2014-07-06 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: increase timeout time on resolving error and use the IPs for ↵ | Nikos Mavrogiannopoulos | 2014-07-01 |
| | | | | | | proto_add_host_dependency Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: include the Interface name in the files used for certificates ↵ | Nikos Mavrogiannopoulos | 2014-06-08 |
| | | | | | | and keys Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | openconnect: Added configuration options for hash and user cert/key pairs | Nikos Mavrogiannopoulos | 2014-06-04 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | Added openconnect | Nikos Mavrogiannopoulos | 2014-06-03 |