Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Hide JavaScript code when IP REP or SID MGMT are disabled. | bmeeks8 | 2014-12-15 | 2 | -0/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Disable auto SID MGMT when platform is NanoBSD. | bmeeks8 | 2014-12-15 | 1 | -0/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Disable IP REPUTATION when platform is NanoBSD. | bmeeks8 | 2014-12-15 | 2 | -1/+15 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Make better use of previous DEFINES in new ones. | bmeeks8 | 2014-12-15 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add audit tag to config write operation. | bmeeks8 | 2014-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Only grab ET IQRisk IP list if explicitly enabled. | bmeeks8 | 2014-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Bump Suricata GUI pkg version to 2.1 due to new tabs for IP Reputation. | bmeeks8 | 2014-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add support for IP REPUTATION to GUI code. | bmeeks8 | 2014-12-15 | 32 | -11/+1233 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Need to define download_file() function for pfSense prior to 2.2. | bmeeks8 | 2014-12-15 | 1 | -9/+52 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add GUI support for new GeoIP rule options. | bmeeks8 | 2014-12-15 | 7 | -12/+143 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add required pkg-utils.inc file since we use a function from it. | bmeeks8 | 2014-12-15 | 1 | -0/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Consolidate DEFINES into a single INC file for ease of future maintenance. | bmeeks8 | 2014-12-15 | 6 | -71/+137 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Initialize string variable to empty before each use. | bmeeks8 | 2014-12-15 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Update BLOCKED tab to accept new block.log file formatting. | bmeeks8 | 2014-12-15 | 1 | -12/+60 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use defined CONSTANT for log filename instead of string variable. | bmeeks8 | 2014-12-15 | 1 | -40/+39 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Update URL for GPLv2 Community Rules download. | bmeeks8 | 2014-12-15 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove call to configure_cron() and tidy up rc script generation. | bmeeks8 | 2014-12-15 | 1 | -26/+15 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove unnecessary call to configure_cron() & tidy up post-install a bit. | bmeeks8 | 2014-12-15 | 1 | -4/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove leftover unused directory during package uninstall. | bmeeks8 | 2014-12-15 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove useless code & initialize string vars to empty prior to use. | bmeeks8 | 2014-12-15 | 1 | -9/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Check and don't rebuild rules during post-install rules download. | bmeeks8 | 2014-12-15 | 1 | -3/+7 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fix logic problem with SELECT_ALL and IPS Policy selection. | bmeeks8 | 2014-12-15 | 1 | -1/+27 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Do not lose any set custom update time when rule updates are disabled. | bmeeks8 | 2014-12-15 | 1 | -5/+7 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Wrap calls to sync_suricata_package_config() with conf_mount_rw(). | bmeeks8 | 2014-12-15 | 11 | -14/+31 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Only call conf_mount_rw() when required and remove /var/db/suricata dir. | bmeeks8 | 2014-12-15 | 1 | -7/+16 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove unnecessary calls to write_config() to reduce auto-backups. | bmeeks8 | 2014-12-15 | 1 | -7/+9 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove conf_mount_rw() calls from sync_suricata_package_config() function. | bmeeks8 | 2014-12-15 | 1 | -6/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Only call conf_mount_rw() when we need to (such as during cron task). | bmeeks8 | 2014-12-15 | 1 | -8/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Port rc script and cron task improvements over from Snort to Suricata. | bmeeks8 | 2014-12-15 | 1 | -14/+93 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Show alert MSG instead of PRI and CLASS in Dashboard Widget. | bmeeks8 | 2014-12-15 | 2 | -35/+38 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Bump Suricata binary to 2.0.4 and package GUI to v2.0.3 | bmeeks8 | 2014-12-15 | 3 | -3/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add check to stop progress bar output during cron task rules update. | bmeeks8 | 2014-12-15 | 1 | -1/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Don't restart Suricata after rules update during post-install process. | bmeeks8 | 2014-12-15 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Ignore additional START commands recv'd while we are already starting up. | bmeeks8 | 2014-12-15 | 1 | -5/+66 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Replace exec() calls with PHP native functions where possible. | bmeeks8 | 2014-12-15 | 5 | -13/+13 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove pcap logs over configured max_files limit. | bmeeks8 | 2014-12-15 | 1 | -0/+24 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use system global instead of hard-coded /tmp path. | bmeeks8 | 2014-12-15 | 2 | -18/+20 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use system globals instead of hard-coded /tmp path. | bmeeks8 | 2014-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | When LOG DIR SIZE LIMIT is exceeded, cleanup rotated log files, too. | bmeeks8 | 2014-12-15 | 1 | -0/+4 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Replace calls to @unlink with unlink_if_exists(). | bmeeks8 | 2014-12-15 | 10 | -25/+21 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Replace '/bin/rm' calls with rmdir_recursive() function. | bmeeks8 | 2014-12-15 | 5 | -13/+13 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove FILTERED VIEW text from table header when clearing filter. | bmeeks8 | 2014-12-15 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Do not hide filter dialog when only clearing values. | bmeeks8 | 2014-12-15 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Use system globals instead of hard-coded paths. | bmeeks8 | 2014-12-15 | 2 | -5/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Ensure defined CONSTANTS are unique to this package. | bmeeks8 | 2014-12-15 | 8 | -32/+32 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Don't lose MySQL and other settings when only disabling Barnyard2. | bmeeks8 | 2014-12-15 | 1 | -1/+22 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Revert 6819d263 partially since it can be useful for development tests | Renato Botelho | 2014-12-18 | 1 | -2/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Call binary wrappers | Renato Botelho | 2014-12-18 | 1 | -23/+21 | |
| | | | | | | | | | ||||||
* | | | | | | | | | This version is only for 2.2 and later, drop these checks | Renato Botelho | 2014-12-18 | 1 | -9/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Remove unused code | Renato Botelho | 2014-12-18 | 1 | -11/+0 | |
|/ / / / / / / / |