Commit Graph

9 Commits

Author SHA1 Message Date
Daniel Gimpelevich b0ac3bad6e vpnc: fix IPv6-triggered inoperability
When the server hostname resolved to both IPv4 and IPv6 addresses,
connecting would fail with nothing in syslog. This corrects that oversight.

Originally signedoffby: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>

cherry picked from ca56324
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-03-17 18:28:14 +02:00
Yousong Zhou f5046db67e vpnc: fix using proto_add_host_dependency
Fixes #4343

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-19 11:18:10 +08:00
Daniel Gimpelevich c022844630 vpnc: Add reboot recommendation to README
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2016-08-02 04:35:37 -07:00
Daniel Dickinson a25514e9ad net/vpnc: Add option to prevent retry on authentication failure
On some systems too many retries with authentication failure results
in IP or username being locked out, so add option to prevent retries
in the event of authentication failure

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-03-23 02:06:34 -04:00
Daniel Gimpelevich 6e883328e8 vpnc: dirty hack for musl compatibility
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-11-11 13:29:43 -08:00
Daniel Gimpelevich b3a6cf1ea4 vpnc: bump release
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-07-12 03:39:43 -07:00
Daniel Gimpelevich f1ee8796fb vpnc: corrected call to proto_add_host_dependency 2015-07-12 03:39:42 -07:00
Jo-Philipp Wich b3c3ccc10a vpnc: fix musl compatibility
- Add missing `sys/ttydefaults.h` include to `config.c`
 - Restrict usage of `error.h` to glibc and uclibc only
 - Avoid including `linux/if_tun.h` on non-glibc/uclibc to prevent
   musl kernel/libc header conflicts

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-18 00:30:21 +02:00
Daniel Gimpelevich d16359b96e vpnc: initial import
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
2015-02-06 14:07:29 -08:00