aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | sarg -include realtime missing fileMarcello Coutinho2012-03-293-10/+257
| |
* | pfblocker - update continent listsMarcello Coutinho2012-03-296-19910/+10407
| |
* | sarg - fix php_install script call on sarg.incMarcello Coutinho2012-03-292-3/+3
| |
* | sarg - include missing file on xml and fix file typoMarcello Coutinho2012-03-291-1/+6
| |
* | sarg - first releaseMarcello Coutinho2012-03-291-10/+2
| |
* | dansguardian - bug fixesMarcello Coutinho2012-03-294-36/+111
| | | | | | | | haproxy - update to version 1.4.20-stable
* | Merge pull request #232 from phil-davis/masterMarcello Coutinho2012-03-281-406/+452
|\ \ | | | | | | Code formatting of pfblocker.inc
| * | Add bracketing to "if" and "foreach" statements. Make tab indenting ↵Phil Davis2012-03-281-406/+452
| | | | | | | | | | | | consistent throughout. This should make it easier to debug in future, as it is now easy to see which code is nested in which loops.
* | | fix error pages default languageMartin Fuchs2012-03-271-4/+6
| | |
* | | Generalize yet more references.jim-p2012-03-272-3/+3
| | |
* | | Generalize more references.jim-p2012-03-273-119/+119
| | |
* | | Generalize more referencesjim-p2012-03-275-5/+5
| | |
* | | Generalize more referencesjim-p2012-03-273-5/+5
| | |
* | | Generalize reference to pfSensejim-p2012-03-271-1/+1
| | |
* | | Generalize a couple referencesjim-p2012-03-271-2/+2
| | |
* | | Generalize the firewall's name in user-visible spots of the FreeRADIUS2 package.jim-p2012-03-276-16/+16
| | |
* | | Tell ntop to use both ipv4 and ipv6, since ntop 4.1 defaults to ipv6 binding ↵jim-p2012-03-271-1/+1
| | | | | | | | | | | | only.
* | | sarg - first filesMarcello Coutinho2012-03-278-0/+2130
| | |
* | | Merge pull request #231 from phil-davis/masterMarcello Coutinho2012-03-261-2/+8
|\| | | | | | | | Prevent duplicated pfblocker rules on some interfaces
| * | Avoid getting pfBlocker rules duplicated on some interfaces if there are ↵Phil Davis2012-03-271-2/+8
| | | | | | | | | | | | floating rules with interface="" mixed in the config filter rule list.
* | | dansguardian - include ca_root_nss-3.13.3 package for certificate checksMarcello Coutinho2012-03-231-0/+20
| | |
* | | Merge pull request #229 from mdima/mastermdima2012-03-231-1/+8
|\ \ \ | | | | | | | | File Manager: Makes the download authentication work with version 1.2.3 and 2.0.
| * | | File Manager: Makes the download authentication work with version 1.2.3 and 2.0.mdima2012-03-231-1/+8
| | | |
* | | | postfix - include recursive option on mkdirMarcello Coutinho2012-03-221-1/+1
| | | |
* | | | Merge branch 'master' of https://github.com/bsdperimeter/pfsense-packagesMarcello Coutinho2012-03-212-241/+241
|\ \ \ \
| * | | | Fix newlines (autocrlf is your friend)jim-p2012-03-212-241/+241
| | | | |
* | | | | postfix - check and create /var postfix dirs to fix nanobsd after boot error.Marcello Coutinho2012-03-211-4/+14
|/ / / /
* | | | fix squid.inc errorMartin Fuchs2012-03-191-4/+0
| | | |
* | | | bump squid to 3.1.19Martin Fuchs2012-03-193-55/+119
| | | |
* | | | Merge pull request #228 from mdima/mastermdima2012-03-171-23/+29
|\| | | | | | | | | | | File Manager: Fix User Authentication and redirect.
| * | | File Manager: Fix User Authentication and redirect.Michele Di Maria2012-03-171-23/+29
| | | |
* | | | Merge pull request #227 from mdima/mastermdima2012-03-171-15/+29
|\| | | | | | | | | | | File Manager: Solves an authentication issue in the download function.
| * | | File Manager: Solves an authentication issue in the download function.mdima2012-03-171-15/+29
| | | | | | | | | | | | | | | | See http://forum.pfsense.org/index.php/topic,47248.0.html for details.
* | | | pfblocker - updated country listsMarcello Coutinho2012-03-166-11801/+29198
| | | |
* | | | asterisk - fix menu call and regex patternsMarcello Coutinho2012-03-162-5/+5
| | | |
* | | | Merge pull request #226 from mdima/mastermdima2012-03-162-1/+14
|\| | | | | | | | | | | Added the option to enable/disable "Heuristics.Broken.Executable" scan.
| * | | Added the option to enable/disable "Heuristics.Broken.Executable" scan.Michele Di Maria2012-03-162-1/+14
| | | | | | | | | | | | | | | | See http://forum.pfsense.org/index.php/topic,47271.0.html for more info
* | | | add swapstate_check for embeddedMartin Fuchs2012-03-161-13/+17
| | | |
* | | | +basic authMartin Fuchs2012-03-161-1/+1
| | | |
* | | | dansguardian - fix missing check on ldap user mask fetch and group countMarcello Coutinho2012-03-161-2/+3
| | | |
* | | | dansguardian - version 0.1.5 with fixes and ldap group based authenticationMarcello Coutinho2012-03-1515-20/+444
| |/ / |/| |
* | | When called with the 'cron' parameter, add config.inc to the require_once ↵Phil Davis2012-03-151-0/+1
| | | | | | | | | | | | list. config.inc will set date.timezone, thus avoiding PHP messages about use of the date() and mktime() functions.
* | | Include foreach loop in "if (is_array($config['aliases']['alias']))" test, ↵Phil Davis2012-03-151-17/+18
| | | | | | | | | | | | otherwise warnings are reported when the array is empty.
* | | Put pfblocker.inc back the way it was. I didn't mean to change it in this fork.Phil Davis2012-03-141-18/+17
| | |
* | | Update config/pf-blocker/pfblocker.incPhil Davis2012-03-141-17/+18
| | |
* | | Update config/squid/swapstate_check.phpPhil Davis2012-03-141-13/+17
| | |
* | | asterisk - fix a typo on asterisk.xml additional_files_neededMarcello Coutinho2012-03-141-1/+1
| | |
* | | asterisk - first relase of asterisk package for pfsenseMarcello Coutinho2012-03-146-0/+859
|/ /
* | problems when downloading pdf files, corrupting the file ...Jorge Lustosa2012-03-121-2/+2
| |
* | typoAlexander Wilke2012-03-091-1/+1
| |