aboutsummaryrefslogtreecommitdiffstats
path: root/config/suricata/suricata_blocked.php
Commit message (Expand)AuthorAgeFilesLines
* Move print_info_box() call to inside of <form> tag where it belongs.bmeeks82015-02-041-4/+6
* Add support for IP REPUTATION to GUI code.bmeeks82014-12-151-0/+1
* Update BLOCKED tab to accept new block.log file formatting.bmeeks82014-12-151-12/+60
* Replace exec() calls with PHP native functions where possible.bmeeks82014-12-151-2/+2
* Use system global instead of hard-coded /tmp path.bmeeks82014-12-151-9/+11
* Replace calls to @unlink with unlink_if_exists().bmeeks82014-12-151-1/+1
* Replace '/bin/rm' calls with rmdir_recursive() function.bmeeks82014-12-151-1/+1
* Fix typo in tooltip & ignore invalid block.log entries when dispaying.bmeeks82014-09-071-2/+5
* Upgrade Suricata to 2.0.3 and GUI package to v2.0bmeeks82014-08-261-15/+65
* Update license to include proper attribution for previous work.bmeeks82014-05-041-1/+13
* Use block.log contents to populate BLOCKED HOSTS tab.bmeeks82014-04-271-26/+17
* Implement blocking function support in Suricata pkg GUI.bmeeks82014-04-241-0/+320