From 6b69c0b62cbf7f4f44b44551fac82d0f01f1347d Mon Sep 17 00:00:00 2001 From: Bill Marquette Date: Fri, 3 Jun 2011 17:30:47 -0500 Subject: Add work in progress package for IMSpector 0.9 AMD64 only at this time until it's ready --- config/imspector-wip/imspector.xml | 222 +++++++++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 config/imspector-wip/imspector.xml (limited to 'config/imspector-wip/imspector.xml') diff --git a/config/imspector-wip/imspector.xml b/config/imspector-wip/imspector.xml new file mode 100644 index 00000000..b8eb535d --- /dev/null +++ b/config/imspector-wip/imspector.xml @@ -0,0 +1,222 @@ + + + + + + . + All rights reserved. + */ +/* ========================================================================== */ +/* + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + */ +/* ========================================================================== */ + ]]> + + Describe your package here + Describe your package requirements here + Currently there are no FAQ items provided. + imspector + 0.9 + Services: IMSpector + Change + /services_imspector_logs.php + /usr/local/pkg/imspector.inc + + IMSpector + Set IMSpector settings such as protocols to listen on. +
Services
+ /services_imspector_logs.php +
+ + imspector + imspector.sh + imspector + + + + IMSpector Log Viewer + /services_imspector_logs.php + + + IMSpector Settings + /pkg_edit.php?xml=imspector.xml&id=0 + + + + + /usr/local/pkg/ + 0755 + http://www.pfsense.org/packages/config/imspector/imspector.inc + + + /usr/local/www/ + 0755 + http://www.pfsense.org/packages/config/imspector/services_imspector_logs.php + + + + Enable IMSpector + enable + checkbox + + + Interfaces (generally LAN) + iface_array + You can use the CTRL or COMMAND key to select multiple interfaces. + interfaces_selection + 3 + + lan + true + + + Listen on protocols + proto_array + You can use the CTRL or COMMAND key to select multiple protocols. + select + 4 + + true + + + + + + + + + Enable file logging + log_file + Log files stored in /var/imspector. + checkbox + + + Enable mySQL logging + log_mysql + Make sure to specify your MySQL credentials below. + checkbox + + + mySQL server + mysql_server + input + + + mySQL database + mysql_database + input + + + mySQL username + mysql_username + input + + + mySQL password + mysql_password + password + + + Enable bad word filtering + filter_badwords + Replace characters of matched bad word with *. + checkbox + + + Bad words list + badwords_list + + Place one word or phrase to match per line.<br /> + If left blank the default list in /usr/local/etc/imspector/badwords.txt will be used. + + textarea + base64 + 5 + 40 + + + Block file transfers + block_files + Block file transfers on supported protocols. + checkbox + + + Block non ACL defined + block_unlisted + Overide the default of allowing user's not defined the whitelist or blacklist ACLs. + checkbox + + + ACL whitelist + acl_whitelist + + Example (allow specifc access): localuser: remoteuser1 remoteuser2<br /> + Example (allow full access): localuser: + + textarea + base64 + 5 + 40 + + + ACL blacklist + acl_blacklist + + Example (block specifc access): localuser: remoteuser1 remoteuser2<br /> + Example (block all access): localuser: + + textarea + base64 + 5 + 40 + + + + validate_form_imspector($_POST, &$input_errors); + + + sync_package_imspector(); + + + deinstall_package_imspector(); + + imspector_generate_rules +
-- cgit v1.2.3