aTanW
df0e0bc17b
ipsec: add ability to configure "none" SA
Also added myself as co-maintainer
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 5 +++--
files/functions.sh | 35 +++++++++++++++++++++++++++++++++++
files/racoon | 4 ++++
files/racoon.init | 12 ++++++++----
4 files changed, 50 insertions(+), 6 deletions(-)
8 years ago
Jo-Philipp Wich
4930355c6b
ipsec-tools: fix syntax error in default racoon config
The default /etc/config/racoon shipped by ipsec-tools lacks an option keyword
on the p2_proposal line, leading to a syntax error when processing the file.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
8 years ago
aTanW
2564e407d2
ipsec-tools: racoon uci integration
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
b/net/ipsec-tools/Makefile | 16 -
b/net/ipsec-tools/files/functions.sh | 137 +++++++++
b/net/ipsec-tools/files/p1client-down | 41 ++
b/net/ipsec-tools/files/p1client-up | 41 ++
b/net/ipsec-tools/files/racoon | 109 +++++++
b/net/ipsec-tools/files/racoon.init | 478 +++++++++++++++++++++++++++++++++-
b/net/ipsec-tools/files/vpnctl | 19 +
net/ipsec-tools/files/racoon.conf | 36 --
8 files changed, 824 insertions(+), 53 deletions(-)
10 years ago
Noah Meyerhans
d0b0571161
net/ipsec-tools: Fix the racoon command line in /etc/init.d/racoon
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
10 years ago
Noah Meyerhans
4d918db9ea
net/ipsec-tools: Install our own racoon.conf rather than using the one provided upstream.
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
10 years ago
Noah Meyerhans
0230141e17
ipsec-tools: Use procd in racoon's init script
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
10 years ago
Noah Meyerhans
5117da7925
net/ipsec-tools: Import net/ipsec-tools from oldpackages
Signed-off-by: Noah Meyerhans <noahm@debian.org>
10 years ago