aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* create new package squid3-reverse to test with and work onMartin Fuchs2011-09-1413-0/+4743
|
* Varnish - fix probe urls with spetial character '-'Marcello Coutinho2011-09-142-6/+5
| | | | use same conf file for i386 adn x64
* squid: add noteMartin Fuchs2011-09-132-4/+4
|
* squid: finally remove obsolete checksMartin Fuchs2011-09-132-26/+0
|
* Slight formatting fixjim-p2011-09-121-2/+2
|
* Misc fixes (cdata more descr fields, chmod)jim-p2011-09-121-7/+7
|
* Fixup whitespace.jim-p2011-09-121-104/+103
|
* Fix broken xml tag. Fixes freeradius install/reinstall.jim-p2011-09-121-1/+1
|
* Declare this array before use, otherwise if no commands are found the ↵jim-p2011-09-121-0/+1
| | | | implode() below the loop will fail. (nrpe2)
* revert back to previous version. strange reinstallation problems.Nachtfalkeaw2011-09-121-10/+0
|
* undo chmod -> seems to break reinstallationNachtfalkeaw2011-09-121-3/+3
|
* added column for subnetmaskNachtfalkeaw2011-09-121-46/+50
|
* Merge pull request #75 from Nachtfalkeaw/patch-28Chris Buechler2011-09-111-1/+1
|\ | | | | fixed typo
| * fixed typoNachtfalkeaw2011-09-121-1/+1
| |
* | fixed typoNachtfalkeaw2011-09-121-1/+1
|/
* squid: enable fields by depencency and comment out unneccessary checksMartin Fuchs2011-09-114-2/+6
|
* Merge pull request #72 from Nachtfalkeaw/patch-25Scott Ullrich2011-09-111-3/+15
|\ | | | | added user attributes "Framed-IP-Netmask" and "Framed-Routing" to webGUI
| * added user attruibutes "Framed-IP-Netmask" and "Framed-Routing" to webGUINachtfalkeaw2011-09-121-3/+15
| |
* | Merge pull request #71 from Nachtfalkeaw/patch-24Scott Ullrich2011-09-111-1/+11
|\ \ | | | | | | added user attributes "Framed-IP-Netmask" and "Framed-Routing" to webGUI
| * | added user attruibutes "Framed-IP-Netmask" and "Framed-Routing" to webGUINachtfalkeaw2011-09-121-1/+11
| |/
* / squid: disable RFC1918 when using transparent modeMartin Fuchs2011-09-112-0/+2
|/
* changed rights from "chmod 077" to "chmod 0755"Nachtfalkeaw2011-09-111-3/+3
|
* fixing wrong variable reported in: http://redmine.pfsense.com/issues/1842Nachtfalkeaw2011-09-111-1/+1
|
* Merge pull request #66 from Nachtfalkeaw/patch-19Chris Buechler2011-09-101-2/+2
|\ | | | | fix typo reported in: http://redmine.pfsense.com/issues/1842
| * fix typo reported in: http://redmine.pfsense.com/issues/1842Nachtfalkeaw2011-09-111-2/+2
| |
* | fix typo reported in: http://redmine.pfsense.com/issues/1842Nachtfalkeaw2011-09-111-2/+2
|/
* Postfix forwarder - change regex from REGEXP to PCRE format.Marcello Coutinho2011-09-103-34/+34
|
* postfix - fix wrong filename call.Marcello Coutinho2011-09-091-6/+6
|
* update postfix to 2.8.5Marcello Coutinho2011-09-091-16/+14
| | | | fix postfix missing user argument at master.cf
* snort.sh script understands of reloading snort so just use that rather than ↵Ermal2011-09-082-20/+2
| | | | triggering a stop and then start. Also correct repsective file names inside the files while here.
* Merge pull request #62 from Nachtfalkeaw/patch-15Chris Buechler2011-09-061-52/+90
|\ | | | | freeRADIUS: changing logging capabilities (logging to syslog or to /var/l
| * freeRADIUS: changing logging capabilities (logging to syslog or to ↵Nachtfalkeaw2011-09-061-52/+90
| | | | | | | | /var/log/radius.log). replaced some other static values with variables to change them from webGUI
* | freeRADIUS: changing logging capabilities (logging to syslog or to ↵Nachtfalkeaw2011-09-061-9/+11
|/ | | | /var/log/radius.log). replaced some other static values with variables to change them from webGUI
* Copyright on a configuration file does not make sense! The author is already ↵Ermal2011-09-061-26/+0
| | | | credited in the code of the package.
* Add checks to see if the files exists before being used on the config to ↵Ermal2011-09-061-2/+7
| | | | avoid possible errors.
* Postfix package v2 fix policydv2 instalation warning.Marcello Coutinho2011-09-051-1/+1
|
* Include default preprocessor rules which should fix portscan and other ↵Ermal2011-09-051-4/+6
| | | | preprocessor detections
* postfix package v2 minor fix in adexport.pl prefixmarcelloc2011-09-051-1/+1
|
* More fixes to stream5_tcp configErmal2011-09-051-1/+1
|
* Sleep 4 seconds when toggle the status of the snort (start/stop) so the GUI ↵Ermal2011-09-051-0/+1
| | | | reports correctly
* Try to fix the portscan not workingErmal2011-09-051-3/+3
|
* Merge pull request #58 from Nachtfalkeaw/patch-11Chris Buechler2011-09-051-0/+8
|\ | | | | squid: added variable for "maximum_object_size_in_memory $max_objsize_in_
| * squid: added variable for "maximum_object_size_in_memory $max_objsize_in_mem ↵Nachtfalkeaw2011-09-051-0/+8
| | | | | | | | KB" so the size could be changed from GUI.
* | Merge pull request #56 from LostInIgnorance/patch-2Chris Buechler2011-09-051-0/+4
|\ \ | | | | | | Changed to correctly show both file types for virus definitions
| * | Changed to correctly show both file types for virus definitionsLostInIgnorance2011-09-031-0/+4
| | |
* | | Merge pull request #57 from Nachtfalkeaw/patch-10Chris Buechler2011-09-051-1/+2
|\ \ \ | | | | | | | | squid: added variable for "maximum_object_size_in_memory $max_objsize_in_
| * | | squid: added variable for "maximum_object_size_in_memory $max_objsize_in_mem ↵Nachtfalkeaw2011-09-051-1/+2
| | |/ | |/| | | | | | | KB" so the size could be changed from GUI.
* | | postfix v2 fix postfix_recipients.php filemarcelloc2011-09-053-7/+7
| | |
* | | Postfix package version 2.0marcelloc2011-09-052-2/+6
|/ / | | | | | | | | | | postfix + postscreen + rbl + spf + ldap search Author: marcelloc <marcellocoutinho@gmail.com>
* | Postfix Forwarder package v2marcelloc2011-09-0510-28/+1932
| | | | | | | | | | | | postfix + postscreen + rbl + spf + ldap search Author: marcelloc <marcellocoutinho@gmail.com>