aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Normalize line endingsjim-p2012-12-197-1616/+1616
| |
* | This one file may need dos eols.jim-p2012-12-191-1/+1
| |
* | Clean up/update perl dependencies for some packages.jim-p2012-12-192-8/+4
| |
* | Convert some build_options to optionsng for ports that need it.jim-p2012-12-182-16/+22
| |
* | Delimit build_options with a semicolon rather than a space, in preparation ↵jim-p2012-12-182-42/+42
| | | | | | | | for other changes needed for optionsng.
* | freeradius2 user password encryptionAlexander Wilke2012-12-171-2/+14
| |
* | freeradius2 user password encryptionAlexander Wilke2012-12-171-1/+12
|/
* Add .gitattributes file to help maintain proper newlines.jim-p2012-12-101-0/+46
|
* Fix line endings (autocrlf is your friend, use it)jim-p2012-12-107-4000/+4000
|
* squid3 - fix squid path after pfsense version check fix.Marcello Coutinho2012-12-101-1/+1
|
* squid3 - include pfsense version check to swapstate_check.phpMarcello Coutinho2012-12-101-2/+8
|
* bump version for ssl port fixMartin Fuchs2012-12-072-3549/+3549
|
* fix default port for HTTPSMartin Fuchs2012-12-071-187/+187
|
* Merge pull request #335 from tigersharke/masterJim P2012-12-051-2/+8
|\ | | | | Fix for empty array condition.
| * As suggested, test moved ahead of first instance array is used.Tigersharke2012-11-211-3/+3
| | | | | | | | The first 'for each' in sksort is where the error presents.
| * This is a fix for an empty array condition that causes a dashboardCharlie Root2012-11-211-2/+8
| | | | | | | | | | | | error message: Warning: Invalid argument supplied for foreach() in /usr/local/www/widgets/widgets/snort_alerts.widget.php on line 36
* | Merge pull request #340 from laleger/masterJim P2012-12-042-3/+8
|\ \ | | | | | | Syslog-ng package modified to use base64 encoding for objectparameters field
| * | Changed objectparameters field to use base64 encodingLeger Lance2012-12-042-3/+8
|/ /
* | Fix required files for arpwatchjim-p2012-11-291-1/+2
| |
* | Close the resource after doneErmal2012-11-271-0/+1
| |
* | Close the resource after doneErmal2012-11-271-0/+1
| |
* | Use popen here to not reach php memory limitsErmal2012-11-261-8/+3
| |
* | Use popen here to not reach php memory limitsErmal2012-11-261-6/+3
| |
* | Call the direct bgpd binary to avoid a potential conflict with quagga on 2.1 ↵jim-p2012-11-261-1/+8
| | | | | | | | (unavoidable on 1.2.x/2.0.x)
* | squid3 - fix a typo on squid_reverse inc fileMarcello Coutinho2012-11-263-3/+3
| |
* | Merge pull request #339 from PiBa-NL/openvpn-client-export-certchecksJim P2012-11-241-13/+22
|\ \ | | | | | | openvpn-client-export, better error reporting on unsupported OpenVPN configurations
| * | removed purpose checking because: "Certs created before 2.0.1 can have the ↵PiBa-NL2012-11-241-6/+0
| | | | | | | | | | | | "wrong" purpose but we should not invalidate them."
| * | openvpn-client-export, better checking/error reporting on ↵PiBa-NL2012-11-241-13/+28
| | | | | | | | | | | | unsupported/illogical OpenVPN configurations
* | | Merge pull request #338 from PiBa-NL/openvpn-client-export-filenamesJim P2012-11-242-10/+11
|\ \ \ | |_|/ |/| | openvpn-client-export, use certificate common-name in the exported files filenames.
| * | openvpn-client-export, use certificate common-name in the exported files ↵PiBa-NL2012-11-241-6/+5
| | | | | | | | | | | | filenames.
| * | openvpn-client-export, use certificate common-name in the exported files ↵PiBa-NL2012-11-212-6/+8
| |/ | | | | | | filenames.
* | squid3 - fix missing xml rpc sync to reverse optionsMarcello Coutinho2012-11-201-1/+3
| |
* | Fix typosjim-p2012-11-162-3/+3
| |
* | Merge pull request #334 from PiBa-NL/masterJim P2012-11-056-54/+301
|\| | | | | openvpn-client-export, added option to include OpenVPNManager in windows setup
| * openvpn-client-export, added option to include OpenVPNManager in windows ↵PiBa-NL2012-11-056-54/+301
|/ | | | setup, this solves the issues with Windows7/Vista client machines where elevated permissions are required by running OpenVPN as a service.
* While here bump emerging threats rule version.Ermal Luçi2012-11-021-1/+1
|
* Bump minor version for snort.Ermal Luçi2012-11-021-1/+1
|
* Bump minor version for snort.Ermal Luçi2012-11-021-1/+1
|
* Bump minor version for snort.Ermal Luçi2012-11-021-1/+1
|
* Check if snort is not running after rule update and HUP signal then restart it.Ermal Luçi2012-11-021-0/+3
|
* Always restart snort after a rules update.Ermal Luçi2012-11-021-6/+4
|
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2012-10-311-1/+4
| | | Check exists 'squid_resync' function.
* Fix squid.inc requireSergey Dvoriancev2012-10-311-1/+5
| | | Also check 'resync_squid' function.
* Update config/lightsquid/lightsquid.incSergey Dvoriancev2012-10-311-1/+4
| | | Fix squid.inc include
* Merge pull request #331 from phil-davis/patch-1Chris Buechler2012-10-301-1/+1
|\ | | | | bandwidthd - replace deprecated split with explode
| * bandwidthd - replace deprecated split with explodePhil Davis2012-10-311-1/+1
|/ | | | The split function is deprecated in PHP 5.3. For this simple use, the explode function does the same thing. http://forum.pfsense.org/index.php/topic,55187.0.html
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2012-10-301-2/+2
| | | Check squid.inc by system path's ( for 2.1 also )
* Update config/squidGuard/squidguard_configurator.incSergey Dvoriancev2012-10-301-1/+6
| | | Fix error 'Warning: require_once(squid.inc): failed to open stream: No such file or director'
* SquidGuard: Rotate GUI-LogfileAlexander Wilke2012-10-271-0/+7
| | | | | The SQUIDGUARD_GUILOG_MAXCOUNT limit to 500 lines does not seem to work. The /var/squidGuard/log/squidGuard.log is increasing over this limit. This patch rotates this file daily when logrotation is enabled and cuts this file after the last 1000 lines - the same as with /var/squidGuard/log/block.log
* SquidGuard: Adjust LOGSHOW_BUFSIZEAlexander Wilke2012-10-271-1/+1
| | | | | | | | In squidguard_configurator.inc there is a daily rotation of the logile which cuts the last 1000 lines. LOGSHOW_BUFSIZE limits this file again by the last 64KB. A file with ~1000 lines has size between 100KB and 300KB so I increased this buffer to 256KB to match these ~1000 lines. I think this buffer size will work well even on low end systems, too. Log rotation every day will do the rest.