aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* varnish3 - fix service startup on pfsense 2.1Marcello Coutinho2013-11-136-39/+184
| | | | | Improve some gui info add sync to configured backup server option
* OpenVPN Client Export - Update OpenVPN installers to 2.3.2-I003. Fix 64-bit ↵jim-p2013-11-134-16/+226
| | | | postinstall script, enable 64-bit export. (Note: 64-bit export does not work with OpenVPNManager)
* apache-modsecurity-dev - add extented status page options to apache settingsMarcello Coutinho2013-11-132-2/+15
|
* Update apache_mod_security.incMárcio Carlos2013-11-131-17/+19
| | | If Backend not set(none in XML)its not include in virtualhost.conf
* Fix typoccesario2013-11-131-2/+1
|
* Apache-modsecurity-dev - fix more typosMarcello Coutinho2013-11-131-2/+2
|
* Add XMLRPC sync, vhost location custom settingsStephane Lapie2013-11-1313-192/+573
| | | | | | | - Typo: Lots of typo fixes and re-indenting - XMLRPC: Added actual code for XMLRPC (not 100% functional, remote reload fails) - VirtualHost: Added custom settings for Locations (for SSLRequire & such) - Settings: Use interfaces instead of manual input IP address
* Fix input validation so it does not incorrectly state that a valid config ↵jim-p2013-11-121-6/+7
| | | | ending in a ; is invalid.
* Add missed line to allow other non-filtered routes.jim-p2013-11-122-1/+2
|
* apache-modsecurity-dev - bump version fix typos on status page featureMarcello Coutinho2013-11-124-36/+27
|
* Merge pull request #543 from djgel/patch-8Marcello Coutinho2013-11-122-17/+8
|\ | | | | Update apache_settings.xml
| * Update apache.templateMárcio Carlos2013-11-121-1/+0
| | | | | | Add Mod_status Variable in Template
| * Update apache_settings.xmlMárcio Carlos2013-11-121-16/+8
| | | | | | Remove Black Space and fix <br tag
* | Teach Quagga about accept filtering, either custom or a per-interface ↵jim-p2013-11-123-1/+28
|/ | | | settign to deny certain routes delivered from remote OSPF peers. This should finally solve the Multi-WAN+VPN issue with learned routes for interconnects preventing a VPN from restarting. Fixes #2712
* Update apache.templateMárcio Carlos2013-11-121-1/+4
| | | add to template a mod_status Variable
* Update apache_mod_security.incMárcio Carlos2013-11-121-1/+1
| | | forget ";" Line 560 :/
* Merge pull request #541 from djgel/patch-6Marcello Coutinho2013-11-121-3/+4
|\ | | | | Patch 6
| * Update apache_settings.xmlMárcio Carlos2013-11-121-2/+2
| |
| * Update apache_settings.xmlMárcio Carlos2013-11-121-1/+2
| | | | | | error stupd when copy and past:/
* | Merge pull request #540 from djgel/patch-7Marcello Coutinho2013-11-121-8/+6
|\ \ | | | | | | Patch 7
| * | Update apache_mod_security.incMárcio Carlos2013-11-121-7/+5
| | | | | | | | | Fix EOF
| * | Update apache_mod_security.incMárcio Carlos2013-11-121-1/+1
| | | | | | | | | Stupid Error when save file ... :/
* | | Don't include a pkcs12 line in the Viscosity config, it uses individual ↵jim-p2013-11-122-2/+2
| | | | | | | | | | | | ca/cert/key lines and not pkcs12.
* | | Merge pull request #539 from djgel/patch-6Marcello Coutinho2013-11-121-1/+28
|\ \ \ | |/ / |/| / | |/ Update apache_settings.xml
| * Update apache_settings.xmlMárcio Carlos2013-11-121-1/+28
| | | | | | Add in Apache reverse proxy: Settings options to enable Mod_status and Network access this page
* | Update apache_mod_security.incMárcio Carlos2013-11-121-1/+14
|/ | | Process Status Page Config
* apache-mod-security - load mod_security module only when option is enabledMarcello Coutinho2013-11-121-2/+4
| | | | add MLOGC compile option to modsecurity
* Apache - improve modsecurity config file creationMarcello Coutinho2013-11-117-91/+106
|
* postfix - bump package versionMarcello Coutinho2013-11-111-1/+1
|
* postfix - add shortcut inc file and change text fields style on guiMarcello Coutinho2013-11-115-11/+33
|
* Merge branch 'master' of https://github.com/pfsense/pfsense-packagesMarcello Coutinho2013-11-112-2/+4
|\
| * Disable "verify-x509-name" in some cases. It can cause problems with ↵jim-p2013-11-112-2/+4
| | | | | | | | auth-only setups, and also with Yealink/Snom phones since they are stuck on an older OpenVPN version that does not support this feature.
* | mailscanner - fix service startup on 2.1 and improve gui info from text fieldsMarcello Coutinho2013-11-119-164/+384
|/
* bind - bump pkg versionMarcello Coutinho2013-11-111-0/+1
|
* Merge pull request #537 from PiBa-NL/haproxy_spellcheckMarcello Coutinho2013-11-113-16/+45
|\ | | | | haproxy-devel, allow selecting between httpclose/http-server-close/forceclose/none
| * haproxy-devel, allow selecting between ↵PiBa-NL2013-11-103-16/+45
| | | | | | | | httpclose/http-server-close/forceclose/none
* | Disable logging should not mean default loggingJean Cyr2013-11-101-0/+3
| | | | | | | | - Prevent bind from flooding logs when 'enable logging' is not checked.
* | bind - optionally add static dhcp leases at zone A recordsJean Cyr2013-11-102-1/+18
| | | | | | | | | | | | | | | | | | Similar to 'unbound' feature to avoid the need to duplicate static host addresses in both DHCP and BIND. - Add 'Register DHCP static mappings' checkbox to zone form - if checked, enumerate all static DHCP hosts and add to zone, such that their name can be resolved.
* | Apache-modsecurity-dev - fix modsecurity update rules, bump apache version ↵Marcello Coutinho2013-11-092-21/+17
| | | | | | | | to 2.2.23.
* | Revert "apache-modsecurity-dev - fix modsecurity update rules, bump apache ↵Marcello Coutinho2013-11-092-911/+710
| | | | | | | | | | | | | | version to 2.2.23" updated wrong dir This reverts commit bee5d94cbef9adc348daa39ba284bb2502894028.
* | apache-modsecurity-dev - fix modsecurity update rules, bump apache version ↵Marcello Coutinho2013-11-092-710/+911
| | | | | | | | to 2.2.23
* | apache-modsecurity-dev - fix pkg_apache.inc file locationMarcello Coutinho2013-11-081-1/+1
| |
* | apache-modsecurity-dev - fix apache listening and virtualhosts checkMarcello Coutinho2013-11-084-44/+75
| | | | | | | | | | add some new gui options to balancer and virtualhosts tab check if modsecurity rules are present before extracting
* | sarg - add more date report samples to sarg_schedule.xmlMarcello Coutinho2013-11-071-2/+5
| |
* | bind - fix bind service starting while disabled on guiMarcello Coutinho2013-11-061-5/+10
| |
* | bind - fix ipv6 listening check and add SPF record to bind zone.Marcello Coutinho2013-11-062-3/+4
| |
* | Merge pull request #535 from rolandbu/patch-2Ermal Luçi2013-11-061-0/+16
|\ \ | | | | | | Update freeradiusmodulesldap.xml
| * | Update freeradiusmodulesldap.xmlrolandbu2013-11-061-0/+16
| | | | | | | | | Add LDAP Port to both LDAP-Server
* | | Merge pull request #534 from rolandbu/patch-1Ermal Luçi2013-11-061-0/+4
|\ \ \ | | | | | | | | Update freeradius.inc
| * | | Update freeradius.incrolandbu2013-11-061-0/+4
| |/ / | | | | | | Add LDAP Server Port for both LDAP-Server.