diff --git a/extras/openbsd/pkg/DESCR b/extras/openbsd/pkg/DESCR deleted file mode 100644 index 7c22734b..00000000 --- a/extras/openbsd/pkg/DESCR +++ /dev/null @@ -1,14 +0,0 @@ -fwknop stands for the "FireWall KNock OPerator", and implements an authorization -scheme called Single Packet Authorization (SPA) that is based around packet -filter and libpcap. - -SPA requires only a single encrypted packet in order to communicate various -pieces of information including desired access through a packet filter's policy -and/or complete commands to execute on the target system. By using packet filter -to maintain a "default drop" stance, the main application of this program is to -protect services such as OpenSSH with an additional layer of security in order -to make the exploitation of vulnerabilities (both 0-day and unpatched code) much -more difficult. - -With fwknop deployed, anyone using nmap to look for sshd can't even tell that it -is listening; it makes no difference if they have a 0-day exploit or not. diff --git a/extras/openbsd/pkg/PFRAG.shared b/extras/openbsd/pkg/PFRAG.shared deleted file mode 100644 index ad3ce292..00000000 --- a/extras/openbsd/pkg/PFRAG.shared +++ /dev/null @@ -1,2 +0,0 @@ -@comment $OpenBSD$ -@lib lib/libfko.so.${LIBfko_VERSION} diff --git a/extras/openbsd/pkg/PLIST b/extras/openbsd/pkg/PLIST deleted file mode 100644 index 64fd1f97..00000000 --- a/extras/openbsd/pkg/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $OpenBSD$ -%%SHARED%% -@bin bin/fwknop -include/fko.h -@info info/libfko.info -lib/libfko.a -@comment lib/libfko.la -@man man/man8/fwknop.8 -@man man/man8/fwknopd.8 -@bin sbin/fwknopd -@rcscript ${RCDIR}/fwknopd diff --git a/extras/openbsd/pkg/fwknopd.rc b/extras/openbsd/pkg/fwknopd.rc deleted file mode 100644 index 121d4050..00000000 --- a/extras/openbsd/pkg/fwknopd.rc +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# -# $OpenBSD$ - -daemon="${TRUEPREFIX}/sbin/fwknopd" - -. /etc/rc.d/rc.subr - -rc_cmd $1