1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
Source: fwknop
Section: admin
Priority: optional
Build-Depends:
automake,
chrpath,
debhelper-compat (= 13),
dh-apparmor,
dpkg-dev (>= 1.22.5),
iptables,
libgdbm-dev,
libgpgme11-dev,
libnetfilter-queue-dev,
libtool,
perl-xs-dev,
texinfo,
wget,
Maintainer: Francois Marier <francois@debian.org>
Standards-Version: 4.7.0
Rules-Requires-Root: binary-targets
Vcs-Git: https://salsa.debian.org/debian/fwknop.git
Vcs-Browser: https://salsa.debian.org/debian/fwknop
Homepage: https://www.cipherdyne.com/fwknop/
Package: libfko3-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Breaks:
libfko2-dev,
Replaces:
libfko2-dev,
Suggests:
libfko-doc,
Depends:
libfko3t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: FireWall KNock OPerator - development library
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application 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.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the development library and its headers.
Package: libfko3t64
Provides: ${t64:Provides}
Section: libs
Architecture: linux-any
Multi-Arch: same
Breaks:
libfko3 (<< ${source:Version}),
libfko2,
Replaces:
libfko3,
libfko2,
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: FireWall KNock OPerator - shared library
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application 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.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the runtime library for fwknop (written inC).
Package: libfko-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: FireWall KNock OPerator - documentation
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application 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.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the library documentation.
Package: libfko-perl
Section: perl
Architecture: linux-any
Depends:
libfko3t64 (= ${binary:Version}),
${misc:Depends},
${perl:Depends},
${shlibs:Depends},
Description: FireWall KNock OPerator - Perl module
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application 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.
.
The authorization server passively listens for authorization packets via
libpcap, so there is no service listening for network connections on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
.
This package provides the FKO module as a Perl interface.
Package: fwknop-server
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
iptables,
libfko3t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
fwknop-apparmor-profile,
Description: FireWall KNock OPerator server side - C version
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application 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.
.
The authorization server passively listens for authorization packets via
libpcap, thus preventing any connections from being processed on the
traditional port. Access to a protected service is only granted after a
valid encrypted and non-replayed packet is detected.
Package: fwknop-client
Architecture: linux-any
Depends:
libfko3t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: FireWall KNock OPerator client side - C version
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application 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.
.
This is the client program responsible for accepting password input
from the user, constructing SPA packets that conform to the fwknop
packet format, and encrypting packet data.
Package: fwknop-apparmor-profile
Architecture: all
Breaks:
fwknop-server (<<2.6.10-19),
Replaces:
fwknop-server (<<2.6.10-19),
Depends:
apparmor-profiles-extra,
fwknop-server (>=2.6.10-19),
${misc:Depends},
Description: FireWall KNock OPerator - Apparmor profile
The FireWall KNock OPerator implements an authorization scheme called
Single Packet Authorization (SPA), based on Netfilter and libpcap.
.
Its main application 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.
.
This is the apparmor profile for the FireWall KNock OPerator server.
|