summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-30 20:36:02 +0000
commit1cfecb2142fc0267b14a042fbd4c1edac443018e (patch)
tree0cadc95ae5cdc9ae58b0e9f6653876322353cc5d
parentec94d18a7aab37e0c98925351ff6b1315eee6b27 (diff)
downloadacf-snort-1cfecb2142fc0267b14a042fbd4c1edac443018e.tar.bz2
acf-snort-1cfecb2142fc0267b14a042fbd4c1edac443018e.tar.xz
Modified cfe, removing option, errtxt, and name, and adding label - This may break things.
Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--snort-controller.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/snort-controller.lua b/snort-controller.lua
index 5b0c174..3c0eafd 100644
--- a/snort-controller.lua
+++ b/snort-controller.lua
@@ -27,8 +27,6 @@ local function displaycmdmanagement(pidofstatus)
-- next CFE can be used to present the result of the previous action
management.actionresult = cfe({ name="actionresult",
label="Previous action result",
- descr="", --Content of this variable is displayed as <PRE> ... </PRE> in BLACK text
- errtxt="", --Content of this variable is displayed as <PRE> ... </PRE> in RED text
})
-- Disable management buttons based on if the process is running or not