aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we always prefer VRT gen-msg-map if VRT rules enabled.bmeeks82014-02-181-1/+1
|
* Improve the Snort rules download update process.bmeeks82014-02-181-185/+170
|
* Enable new PORT_PCAP options knob for barnyard2.bmeeks82014-02-173-3/+3
|
* Fix problem with saving empty custom rules element.bmeeks82014-02-171-6/+8
|
* Remove quotes around string variable -- shouldn't be there anyway.bmeeks82014-02-091-10/+10
|
* Fix typo in path to file.bmeeks82014-02-061-1/+1
|
* Update tooltip text for rule enable/disable icon.bmeeks82014-01-291-2/+2
|
* Bump Snort package to 2.9.5.6 v3.0.4bmeeks82014-01-283-12/+0
|
* Bump Snort package to 2.9.5.6 v3.0.4bmeeks82014-01-288-15/+27
|
* Fix snort_rules_edit.php to address ↵bmeeks82014-01-281-2/+6
| | | | http://seclist.org/fulldisclosure/2014/Jan/187
* Merge remote-tracking branch 'upstream/master'bmeeks82014-01-284-4/+7
|\
| * Restrict snort_log_view.php to show only files inside SNORTLOGDIR, it fixes ↵Renato Botelho2014-01-284-4/+7
| | | | | | | | http://seclists.org/fulldisclosure/2014/Jan/187
* | Fix so forced rule toggles back to its default on 2nd clickbmeeks82014-01-281-12/+6
| |
* | Tweak new Reverse DNS feature based on pfSense versionbmeeks82014-01-282-19/+35
| |
* | Add disable SID icon for alerts on Alerts tabbmeeks82014-01-271-1/+77
| |
* | Add enable/disable for decoder & preproc rulesbmeeks82014-01-275-186/+336
| |
* | Mimic all DNS lookup features of F/W log with Blocked IPsbmeeks82014-01-261-1/+6
| |
* | Mimic all DNS lookup features of F/W log with Alertsbmeeks82014-01-251-8/+12
| |
* | Fix to return to same interface when unblocking a host.bmeeks82014-01-251-2/+2
| |
* | Merge remote-tracking branch 'upstream/master'bmeeks82014-01-254-9/+11
|\|
| * Fix this one toojim-p2014-01-241-1/+1
| |
| * Fix git version for 10.xjim-p2014-01-241-2/+2
| |
| * Small JS fix for haproxy-devel, fix version & bump slightly.jim-p2014-01-214-6/+8
| |
* | Tidy up syntax to match other include file calls.bmeeks82014-01-191-1/+1
| |
* | Declare $config as global to fix problems on pkg install.bmeeks82014-01-191-1/+1
|/
* Fix apcupsd build optionsjim-p2014-01-173-3/+3
|
* Set depends_on_package_base_url globallyRenato Botelho2014-01-171-84/+1
|
* Fix Asterisk binary filenames and URLjim-p2014-01-173-9/+9
|
* Drop packages that cannot be installed on 2.2 from pkg_config.10.xmlRenato Botelho2014-01-171-45/+0
|
* Change <required_version> to 2.2 for all packages for 10.xRenato Botelho2014-01-171-106/+106
|
* Remove ifBWStats, it's broken since 2010Renato Botelho2014-01-1711-1713/+0
|
* Fixup 10.x pkg file with recent changes.jim-p2014-01-171-3/+3
|
* Fixup unbound build optionsjim-p2014-01-172-2/+2
|
* Fixup bacula-client binary URL and names.jim-p2014-01-172-8/+8
|
* Merge pull request #575 from dbaio/masterRenato Botelho2014-01-163-3/+3
|\ | | | | apcupsd - change build options
| * apcupsd - change build options (pkg_config.10.xml)Danilo G. Baio (dbaio)2014-01-161-1/+1
| |
| * apcupsd - change build optionsDanilo G. Baio (dbaio)2014-01-142-2/+2
|/
* Remove old pkg_config.xmlRenato Botelho2014-01-162-849/+0
|
* Replace i386 by ##ARCH## macro on pbi filenamesRenato Botelho2014-01-161-75/+75
|
* Add new tag <only_for_archs>Renato Botelho2014-01-161-0/+4
|
* Remove references from external sites for depends_on_package_base_urlRenato Botelho2014-01-161-3/+3
|
* catch up recent changes on pkg_config.8.xmlRenato Botelho2014-01-161-11/+11
|
* Remove pkg_config.10.xml.amd64, we'll have only one file for 10.xRenato Botelho2014-01-161-1782/+0
|
* remove snort option REACT from i386Renato Botelho2014-01-161-1/+1
|
* Merge pull request #574 from parawizard/masterErmal Luçi2014-01-162-56/+16
|\ | | | | Fixes for pbi paths and update to 1.5.1 php front end
| * removed redundant commentBryan Paradis2014-01-161-1/+0
| |
| * Corrected the .abc file paths!Bryan Paradis2014-01-161-4/+4
| | | | | | They were pointed at files.pfsense.org before
| * updated additional package for php front end 1.5.1Bryan Paradis2014-01-161-1/+1
| |
| * comments, vnstat conf version #, indentsparawizard2014-01-151-0/+1
| |
| * Update to frontend 1.5.1; fixesparawizard2014-01-151-51/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vnstat_php_frontend-1.5.1: -replaced the depreciated split() function with explode(); -renamed vnstat_php_frontend-1.5.1-updated config.php generation: -added two new static variables for vnstat_php_frontend-1.5.1; $locale and $language -updated version number // Unpack and move Vnstat frontend exec("cd .."); exec("tar -zxovf /usr/local/pkg/vnstat_php_frontend-1.5.1-updated.tar.gz"); exec("mv vnstat_php_frontend-1.5.1-updated /usr/local/www/vnstat2"); $locale = "\$locale = 'en_US.UTF-8';"; $language = "\$language = 'en';"; $locale $language