Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | haproxy-devel, add floating rule for transparent backends so traffic doesn't ↵ | PiBa-NL | 2014-02-16 | 1 | -13/+43 |
| | | | | halt after several packets / kb of upload/download. | ||||
* | Cleanup some unused variables. | jim-p | 2014-02-11 | 1 | -22/+1 |
| | |||||
* | Fix ACB stats page, too | jim-p | 2014-02-11 | 1 | -3/+5 |
| | |||||
* | version bump for ACB | jim-p | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Set credentials in headers for basic auth, rather than the URL. Corrects ↵ | jim-p | 2014-02-11 | 2 | -6/+12 |
| | | | | issues with special characters in passwords. | ||||
* | update ACB text | Chris Buechler | 2014-02-08 | 2 | -4/+4 |
| | |||||
* | Merge pull request #583 from danhunsaker/bugfix/mailreport/more-freqs-sched-bug | Jim P | 2014-02-03 | 2 | -2/+2 |
|\ | | | | | mailreport - Fixed a bug with quarterly report scheduling | ||||
| * | Fixed a bug with quarterly report scheduling | Daniel Hunsaker | 2014-02-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | monthofyear was being unset for all intervals which weren't yearly. A check was added for quarterly intervals to avoid unsetting monthofyear in that case and getting quarterly reports once every month. The behavior should now be as expected. Bumped version number accordingly. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | ||||
* | | Service Watchdog version bump | Phil Davis | 2014-02-03 | 1 | -1/+1 |
| | | |||||
* | | Add and remove service watchdog cron job | Phil Davis | 2014-02-03 | 1 | -1/+7 |
| | | | | | | when the package is installed and removed. | ||||
* | | Add option to force removal of service watchdog cron job | Phil Davis | 2014-02-03 | 1 | -3/+3 |
|/ | | | so that the job can always be removed when the package is removed. | ||||
* | Allow for multiple filter terms in mailreport | jim-p | 2014-01-30 | 2 | -3/+2 |
| | |||||
* | update (c) to ESF | Chris Buechler | 2014-01-28 | 1 | -3/+1 |
| | |||||
* | Restrict snort_log_view.php to show only files inside SNORTLOGDIR, it fixes ↵ | Renato Botelho | 2014-01-28 | 1 | -1/+4 |
| | | | | http://seclists.org/fulldisclosure/2014/Jan/187 | ||||
* | Small JS fix for haproxy-devel, fix version & bump slightly. | jim-p | 2014-01-21 | 1 | -3/+5 |
| | |||||
* | Remove ifBWStats, it's broken since 2010 | Renato Botelho | 2014-01-17 | 7 | -1669/+0 |
| | |||||
* | Merge pull request #574 from parawizard/master | Ermal Luçi | 2014-01-16 | 2 | -56/+16 |
|\ | | | | | Fixes for pbi paths and update to 1.5.1 php front end | ||||
| * | removed redundant comment | Bryan Paradis | 2014-01-16 | 1 | -1/+0 |
| | | |||||
| * | Corrected the .abc file paths! | Bryan Paradis | 2014-01-16 | 1 | -4/+4 |
| | | | | | | They were pointed at files.pfsense.org before | ||||
| * | updated additional package for php front end 1.5.1 | Bryan Paradis | 2014-01-16 | 1 | -1/+1 |
| | | |||||
| * | comments, vnstat conf version #, indents | parawizard | 2014-01-15 | 1 | -0/+1 |
| | | |||||
| * | Update to frontend 1.5.1; fixes | parawizard | 2014-01-15 | 1 | -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 | parawizard | 2014-01-15 | 1 | -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.inc | karl-ravn | 2014-01-15 | 1 | -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 startup | Chris Buechler | 2014-01-15 | 1 | -1/+1 |
| | |||||
* | Sprinkle some unsets while here. | Ermal Luçi | 2014-01-14 | 1 | -0/+2 |
| | |||||
* | Set use ipsec sysctl to allow md5 to work properly. | Ermal Luçi | 2014-01-14 | 1 | -2/+1 |
| | |||||
* | Incorporate Ermal's comments -- use conf_mount_rw() only where needed. | bmeeks8 | 2014-01-13 | 12 | -32/+13 |
| | |||||
* | Bump Snort pkg version to 3.0.2 -- bug fixes. | bmeeks8 | 2014-01-12 | 3 | -6/+6 |
| | |||||
* | Ensure conf_mount_rw() and conf_mount_ro() are used where needed. | bmeeks8 | 2014-01-12 | 11 | -12/+40 |
| | |||||
* | More fixes for auto log cleanup cron job. | bmeeks8 | 2014-01-11 | 2 | -20/+35 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' | bmeeks8 | 2014-01-10 | 2 | -12/+87 |
|\ | |||||
| * | Merge pull request #570 from danhunsaker/bugfix/mailreport/more-freqs-iface-bugs | Jim P | 2014-01-08 | 1 | -5/+5 |
| |\ | | | | | | | Resolved interface bugs preventing new frequencies from displaying properly | ||||
| | * | Resolved interface bugs preventing new frequencies from displaying properly | Daniel Hunsaker | 2014-01-08 | 1 | -5/+5 |
| | | | | | | | | | | | | Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | ||||
| * | | Merge pull request #569 from danhunsaker/enhance/mailreport/more-freqs | Jim P | 2014-01-08 | 2 | -11/+86 |
| |\| | | | | | | | Added quarterly and yearly mailreport frequencies | ||||
| | * | Added quarterly and yearly mailreport frequencies | Daniel Hunsaker | 2014-01-08 | 2 | -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' | bmeeks8 | 2014-01-10 | 1 | -1/+1 |
| | | | |||||
* | | | Fix auto log limit cleanup so it actually works. | bmeeks8 | 2014-01-10 | 2 | -12/+25 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' | bmeeks8 | 2014-01-07 | 33 | -925/+2047 |
|\| | | |||||
| * | | Merge pull request #532 from topper727/patch-1 | Ermal Luçi | 2014-01-05 | 1 | -9/+15 |
| |\ \ | | |/ | |/| | CrystalFontz packet driver 4 status LED fix | ||||
| | * | CrystalFontz packet driver 4 status LED fix | topper727 | 2013-10-31 | 1 | -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 Bruce | 2014-01-02 | 2 | -0/+23 |
| | | | |||||
| * | | Remove mailreports redirect if RRD is disabled (except for page adding an ↵ | jim-p | 2014-01-02 | 5 | -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/master | Ermal Luçi | 2014-01-02 | 2 | -5/+5 |
| |\ \ | | | | | | | | | Snort Alerts Dashboard Widget Package Update to 0.3.7 | ||||
| * \ \ | Merge pull request #566 from PiBa-NL/haproxy-devel_1.5dev21 | Jim P | 2013-12-30 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | | | haproxy-devel, fix install, include new file haproxy_htmllist.inc | ||||
| | * | | | haproxy-devel, fix install, include new file haproxy_htmllist.inc | PiBa-NL | 2013-12-30 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | Merge pull request #564 from PiBa-NL/haproxy-devel_1.5dev21 | Jim P | 2013-12-30 | 11 | -829/+898 |
| |\| | | | | | | | | | | | | | haproxy-devel, 1.5dev21, multiple certs for 1 frontend, no default_backend if acls used, agent-check, html cleanup | ||||
| | * | | | haproxy-devel, - use a separate directory for testing the new configuration | PiBa-NL | 2013-12-29 | 1 | -24/+28 |
| | | | | | | | | | | | | | | | | | | | | - move "/usr/bin/limits" download to package installation | ||||
| | * | | | haproxy-devel, | PiBa-NL | 2013-12-29 | 11 | -822/+887 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -ability to NOT have a default_backend (if all frontends in a group use acl's) -allow selecting multiple certificates for a single frontend -support for configuring new 'agent-check' -refactoring of html row_helper(), javascript table editing, field definition -create 'valid' HTML (closing tags/javascript blocks/styles in head) | ||||
| * | | | | Fix typo s/pfsese/pfsense | Renato Botelho | 2013-12-30 | 1 | -3/+3 |
| | | | | |