-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathiptadmin.cabal
More file actions
102 lines (101 loc) · 4.59 KB
/
iptadmin.cabal
File metadata and controls
102 lines (101 loc) · 4.59 KB
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
Name: iptadmin
Version: 1.3.4
Cabal-Version: >= 1.6
Author: Evgeny Tarasov
Build-type: Simple
Copyright: 2011 Evgeny Tarasov
License: BSD3
License-file: LICENSE
Maintainer: etarasov.ekb@gmail.com
HomePage: http://iptadmin.117.su
Stability: Stable
Synopsis: web-interface for iptables
Description: web-interface for iptables with PAM authorization
Category: System, Tools, Web, Application
Extra-source-files: doc/examples/config/iptadmin.conf
doc/examples/init/iptadmin
doc/examples/pam/iptadmin
INSTALL
Makefile
Changelog
static/css/iptadmin.css
static/css/iptadmin-theme/jquery-ui-1.8.16.custom.css
static/css/iptadmin-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
static/css/iptadmin-theme/images/ui-bg_flat_75_ffffff_40x100.png
static/css/iptadmin-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
static/css/iptadmin-theme/images/ui-bg_glass_65_ffffff_1x400.png
static/css/iptadmin-theme/images/ui-bg_glass_75_f0f0f0_1x400.png
static/css/iptadmin-theme/images/ui-bg_glass_75_fafafa_1x400.png
static/css/iptadmin-theme/images/ui-bg_glass_95_fef1ec_1x400.png
static/css/iptadmin-theme/images/ui-bg_highlight-hard_75_d7d7d7_1x100.png
static/css/iptadmin-theme/images/ui-icons_000000_256x240.png
static/css/iptadmin-theme/images/ui-icons_222222_256x240.png
static/css/iptadmin-theme/images/ui-icons_2e83ff_256x240.png
static/css/iptadmin-theme/images/ui-icons_5b5b5b_256x240.png
static/css/iptadmin-theme/images/ui-icons_cd0a0a_256x240.png
static/js/jquery-1.6.2.min.js
static/js/jquery-ui-1.8.16.custom.min.js
static/js/showpage.js
Source-repository head
type: git
location: https://github.com/etarasov/iptadmin.git
Executable iptadmin
Build-Depends: base >= 4 && < 5,
utf8-string >= 0.3,
bytestring >= 0.9,
happstack-server >= 7.0.5 && < 7.1,
happstack-server-tls >= 7.0.2 && < 7.1,
mtl >= 1.1,
safe >= 0.3,
iptables-helpers >= 0.4.2 && < 0.5,
process >= 1.0 && < 2,
blaze-html >= 0.5,
blaze-markup >= 0.5 && < 0.6,
parsec >= 2.1,
containers >= 0.4 && < 6,
time >= 1.1 && < 2,
random >= 1.0 && < 2,
pam >= 0.1 && < 1,
unix >= 2.4 && < 3,
ConfigFile >= 1.0 && < 2,
filepath >= 1.1 && < 2,
network >= 2.2 && < 3,
hsyslog >= 1.4 && < 2,
hdaemonize >= 0.4.4 && < 0.5,
file-embed >= 0.0.4 && < 0.1,
old-time >= 1.0.0.3 && < 1.2,
template-haskell >= 2.4,
augeas >= 0.6 && < 0.7
Main-Is: Main.hs
Other-modules: IptAdmin.AccessControl
IptAdmin.AddChainPage
IptAdmin.AddPage
IptAdmin.Config
IptAdmin.DelChainPage
IptAdmin.DelChainPage.Render
IptAdmin.DelPage
IptAdmin.DelPage.Render
IptAdmin.EditChainForm.Parse
IptAdmin.EditChainForm.Render
IptAdmin.EditChainPage
IptAdmin.EditForm
IptAdmin.EditForm.Class
IptAdmin.EditForm.Render
IptAdmin.EditForm.Types
IptAdmin.EditForm.Utils
IptAdmin.EditIpForwPage
IptAdmin.EditIpForwForm.Render
IptAdmin.EditPage
IptAdmin.EditPolicyForm.Render
IptAdmin.EditPolicyPage
IptAdmin.InsertPage
IptAdmin.LoginPage
IptAdmin.Render
IptAdmin.ShowPage
IptAdmin.ShowPage.Render
IptAdmin.Static
IptAdmin.System
IptAdmin.Types
IptAdmin.Utils
Hs-Source-Dirs: src
Ghc-Options: -threaded -Wall -fno-warn-unused-do-bind