| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 6 | -9/+9 |
* | 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 |
* | Misc fixes to ntopng. | jim-p | 2014-12-15 | 4 | -5/+6 |
* | Merge pull request #748 from chainlinc/patch-1 | Renato Botelho | 2014-12-12 | 1 | -1/+1 |
|\ |
|
| * | Update sarg_schedule.xml | chainlinc | 2014-12-11 | 1 | -1/+1 |
* | | Add clamav to <ports_after> since havp needs wrapper for its binaries | Renato Botelho | 2014-12-12 | 1 | -0/+1 |
|/ |
|
* | Update vnstat PHP frontend to 1.5.2, disable PHP error reporting. | jim-p | 2014-12-11 | 29 | -173/+804 |
* | remove ipmitool from 2.2 package list since it's in base now. | Chris Buechler | 2014-12-10 | 1 | -18/+0 |
* | fix imspector to use pbi paths. Breaks 2.0.x in process, don't care. | Chris Buechler | 2014-12-02 | 1 | -3/+2 |
* | remove zebedee package, doesn't work | Chris Buechler | 2014-12-02 | 3 | -54/+0 |
* | Set PATH to make possible for varnish binaries to find cc, also, avoid cc to ... | Renato Botelho | 2014-12-02 | 4 | -6/+9 |
* | Merge pull request #744 from marcelloc/varnish_20141202 | Renato Botelho | 2014-12-02 | 8 | -29/+46 |
|\ |
|
| * | varnish3 - Add apply changes button to package gui | Marcello Coutinho | 2014-12-02 | 8 | -29/+46 |
|/ |
|
* | Some libraries are not being found by wrapper, symlink them to PBI_DIR/local/lib | Renato Botelho | 2014-12-01 | 1 | -0/+11 |
* | Move gcc to <ports_after> to have a cc wrapper created | Renato Botelho | 2014-12-01 | 1 | -1/+1 |
* | Check if varnish is enabled before test config | Renato Botelho | 2014-12-01 | 1 | -0/+4 |
* | Drop phpsysinfo from pfSense 2.2 | Renato Botelho | 2014-12-01 | 1 | -16/+0 |
* | Update OpenVPN Client Export with OpenVPN 2.3.6 installers. | jim-p | 2014-12-01 | 5 | -7/+10 |
* | Fix quagga filename | jim-p | 2014-12-01 | 1 | -1/+1 |
* | Merge pull request #742 from marcelloc/varnish_20141130 | Renato Botelho | 2014-12-01 | 11 | -34/+118 |
|\ |
|
| * | varnish3 - Add force ssl option to LB Directors, config check before reload a... | Marcello Coutinho | 2014-12-01 | 11 | -34/+118 |
|/ |
|
* | Remove glib from dependency | Renato Botelho | 2014-11-29 | 1 | -0/+1 |
* | Update dsniff to latest version 2.4b1 | Renato Botelho | 2014-11-29 | 1 | -2/+2 |
* | dsniff uses libnet 11 these days, fix the build | Renato Botelho | 2014-11-29 | 1 | -1/+0 |
* | fix typo | Chris Buechler | 2014-11-29 | 1 | -3/+3 |
* | Clean up some of BIND text. | Chris Buechler | 2014-11-28 | 5 | -45/+45 |
* | bump iperf package version | Chris Buechler | 2014-11-28 | 4 | -4/+4 |