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
|
Source: fireflier
Section: net
Priority: optional
Maintainer: Martin Maurer <fireflier@gibraltar.at>
Build-Depends: debhelper (>> 3.0.0), iptables-dev, libpam0g-dev, libssl-dev, libqt3-mt-dev, pkg-config, libgtkmm2.0-dev, g++, kdelibs4-dev, libxml2-dev, libgconf2-dev
Standards-Version: 3.6.1
Package: fireflier-server
Architecture: any
Depends: ${shlibs:Depends}, debconf | debconf-2.0
Description: Interactive firewall rule creation tool - server
Fireflier is a firewall tool, which is built on top of the iptables
framework.
You can create rules based on single incoming network packets or simply
allow/deny single packets to pass.
The ip_queue kernel module is used to get packets from the kernel.
Features:
- client-server approach for administering from another PC
- SSL connection
- rules with timeout (rules are deleted after some time or when
fireflier-server shuts down)
- filtering based on applications
Package: fireflier-client-qt
Architecture: any
Depends: ${shlibs:Depends}
Description: Interactive firewall rule creation tool - QT client
This is the QT client for the fireflier-server.
You will need this, if you want to connect to a
local or remote fireflier-server
.
Fireflier is a firewall tool, which is built on top of the iptables
framework.
You can create rules based on single incoming network packets or simply
allow/deny single packets to pass.
The ip_queue kernel module is used to get packets from the kernel.
Features:
- client-server approach for administering from another PC
- SSL connection
- rules with timeout (rules are deleted after some time or when
fireflier-server shuts down)
- filtering based on applications
Package: fireflier-client-kde
Architecture: any
Depends: ${shlibs:Depends}
Description: Interactive firewall rule creation tool - QT client
This is the QT client for the fireflier-server.
You will need this, if you want to connect to a
local or remote fireflier-server.
The kde version has a dock icon, which displays if packets are
pending.
.
Fireflier is a firewall tool, which is built on top of the iptables
framework.
You can create rules based on single incoming network packets or simply
allow/deny single packets to pass.
The ip_queue kernel module is used to get packets from the kernel.
Features:
- client-server approach for administering from another PC
- SSL connection
- rules with timeout (rules are deleted after some time or when
fireflier-server shuts down)
- filtering based on applications
Package: fireflier-client-gtk
Architecture: any
Depends: ${shlibs:Depends}
Description: Interactive firewall rule creation tool - GTK client
This is the GTK client for the fireflier-server.
You will need this, if you want to connect to a
local or remote fireflier-server
.
Fireflier is a firewall tool, which is built on top of the iptables
framework.
You can create rules based on single incoming network packets or simply
allow/deny single packets to pass.
The ip_queue kernel module is used to get packets from the kernel.
Features:
- client-server approach for administering from another PC
- SSL connection
- rules with timeout (rules are deleted after some time or when
fireflier-server shuts down)
- filtering based on applications
|