aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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-285-8/+8
|
* 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-281-1/+4
|\
| * Restrict snort_log_view.php to show only files inside SNORTLOGDIR, it fixes ↵Renato Botelho2014-01-281-1/+4
| | | | | | | | 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-251-3/+5
|\|
| * Small JS fix for haproxy-devel, fix version & bump slightly.jim-p2014-01-211-3/+5
| |
* | 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
|/
* Remove ifBWStats, it's broken since 2010Renato Botelho2014-01-177-1669/+0
|
* 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
| * Added links to fix pbi problem /w i386 and amd64 parawizard2014-01-151-0/+3
| | | | | | | | | | | | Line 154 // Check for pbi install and arch type then create symlinks if (file_exists('/usr/pbi/vnstat-i386')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-i386/etc/vnstat.conf"); } if (file_exists('/usr/pbi/vnstat-amd64')) { exec("ln -s /usr/local/etc/vnstat.conf /usr/pbi/vnstat-amd64/etc/vnstat.conf"); }
* | Update tinc.inckarl-ravn2014-01-151-7/+7
|/ | | Avoid windows line breaks in shell scripts created by tinc.inc, causing shebangs and commands to fail on pf 2.1
* fix syslog-ng package startupChris Buechler2014-01-151-1/+1
|
* Sprinkle some unsets while here.Ermal Luçi2014-01-141-0/+2
|
* Set use ipsec sysctl to allow md5 to work properly.Ermal Luçi2014-01-141-2/+1
|
* Incorporate Ermal's comments -- use conf_mount_rw() only where needed.bmeeks82014-01-1312-32/+13
|
* Bump Snort pkg version to 3.0.2 -- bug fixes.bmeeks82014-01-123-6/+6
|
* Ensure conf_mount_rw() and conf_mount_ro() are used where needed.bmeeks82014-01-1211-12/+40
|
* More fixes for auto log cleanup cron job.bmeeks82014-01-112-20/+35
|
* Merge remote-tracking branch 'upstream/master'bmeeks82014-01-102-12/+87
|\
| * Merge pull request #570 from danhunsaker/bugfix/mailreport/more-freqs-iface-bugsJim P2014-01-081-5/+5
| |\ | | | | | | Resolved interface bugs preventing new frequencies from displaying properly
| | * Resolved interface bugs preventing new frequencies from displaying properlyDaniel Hunsaker2014-01-081-5/+5
| | | | | | | | | | | | Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
| * | Merge pull request #569 from danhunsaker/enhance/mailreport/more-freqsJim P2014-01-082-11/+86
| |\| | | | | | | Added quarterly and yearly mailreport frequencies
| | * Added quarterly and yearly mailreport frequenciesDaniel Hunsaker2014-01-082-11/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Defined frequencies for quarterly and yearly mail reports - Extended frequency-to-crontab conversion logic to cover new frequency settings - Added form elements for new frequency configurations - Bumped version number, and added files to deinstall command for cleaner removal Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com>
* | | Spell out 'Interface' in column header instead of 'I/f'bmeeks82014-01-101-1/+1
| | |
* | | Fix auto log limit cleanup so it actually works.bmeeks82014-01-102-12/+25
| | |
* | | Merge remote-tracking branch 'upstream/master'bmeeks82014-01-0733-925/+2047
|\| |
| * | Merge pull request #532 from topper727/patch-1Ermal Luçi2014-01-051-9/+15
| |\ \ | | |/ | |/| CrystalFontz packet driver 4 status LED fix
| | * CrystalFontz packet driver 4 status LED fixtopper7272013-10-311-9/+15
| | | | | | | | | Fixed 4 status LED's on left side of CrystalFontz 735 display (635 compat) To show correct. Only the Gateway seems to not function for me.
| * | -Added RSA key generation.Shawn Bruce2014-01-022-0/+23
| | |
| * | Remove mailreports redirect if RRD is disabled (except for page adding an ↵jim-p2014-01-025-41/+30
| | | | | | | | | | | | | | | | | | rrd graph). Since it works with other info, it no longer r elies on RRD being enabled. Also fixup (c), filename, and privilege headers.
| * | Merge pull request #567 from bmeeks8/masterErmal Luçi2014-01-022-5/+5
| |\ \ | | | | | | | | Snort Alerts Dashboard Widget Package Update to 0.3.7
| * \ \ Merge pull request #566 from PiBa-NL/haproxy-devel_1.5dev21Jim P2013-12-301-0/+5
| |\ \ \ | | | | | | | | | | haproxy-devel, fix install, include new file haproxy_htmllist.inc
| | * | | haproxy-devel, fix install, include new file haproxy_htmllist.incPiBa-NL2013-12-301-0/+5
| | | | |