index
:
pfsense-packages/.git
master
pfSense packages repository
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
suricata
/
suricata_blocked.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move print_info_box() call to inside of <form> tag where it belongs.
bmeeks8
2015-02-04
1
-4
/
+6
*
Add support for IP REPUTATION to GUI code.
bmeeks8
2014-12-15
1
-0
/
+1
*
Update BLOCKED tab to accept new block.log file formatting.
bmeeks8
2014-12-15
1
-12
/
+60
*
Replace exec() calls with PHP native functions where possible.
bmeeks8
2014-12-15
1
-2
/
+2
*
Use system global instead of hard-coded /tmp path.
bmeeks8
2014-12-15
1
-9
/
+11
*
Replace calls to @unlink with unlink_if_exists().
bmeeks8
2014-12-15
1
-1
/
+1
*
Replace '/bin/rm' calls with rmdir_recursive() function.
bmeeks8
2014-12-15
1
-1
/
+1
*
Fix typo in tooltip & ignore invalid block.log entries when dispaying.
bmeeks8
2014-09-07
1
-2
/
+5
*
Upgrade Suricata to 2.0.3 and GUI package to v2.0
bmeeks8
2014-08-26
1
-15
/
+65
*
Update license to include proper attribution for previous work.
bmeeks8
2014-05-04
1
-1
/
+13
*
Use block.log contents to populate BLOCKED HOSTS tab.
bmeeks8
2014-04-27
1
-26
/
+17
*
Implement blocking function support in Suricata pkg GUI.
bmeeks8
2014-04-24
1
-0
/
+320