1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-17 04:44:10 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
Hannu Nyman
ea5064faed vpnc: add PKG_MIRROR_HASH
Add PKG_MIRROR_HASH to enable building vpnc also in those
buildbot buildslaves that do not have svn.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-04 08:52:50 +03: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