summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Try to restore last working ruleset rather than staying without ↵Ermal2014-03-201-6/+11
| | | | configuration at all
* Merge pull request #1030 from ayvis/master-br-patchRenato Botelho2014-03-193-14/+14
|\ | | | | replaced BR with br in js
| * replaced BR with brayvis2014-03-193-14/+14
|/ | | replaced uppercase html tags with lowaercase
* Merge pull request #907 from PiBa-NL/openvpn_client_usercredentialsErmal Luçi2014-03-192-2/+50
|\ | | | | openvpn, allow for entering client user credentials in the WebGUI
| * openvpn, allow for entering client user credentials in the WebGUIPiBa-NL2014-02-092-2/+50
| |
* | Merge pull request #953 from N0YB/Gateway_Quality_RRDRenato Botelho2014-03-192-0/+35
|\ \ | | | | | | Fix gateway quality RRD to have the correct granularity and be consistent with the pfSense graphs set.
| * | Add the missing global $gN0YB2014-02-201-0/+1
| | |
| * | Fix gateway quality RRD to have the correct granularity and be consistent ↵N0YB2014-02-192-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | with the pfSense graphs set. Create gateway quality RRD with settings suitable for pfSense graph set, since apinger uses default step (300) and other settings that are not so good/consistent with the pfSense graphs set. Originally Submitted as Pull Request #672. Resubmitting to Master.
* | | replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-1835-133/+133
| | | | | | | | | | | | files to UTF-8
* | | Disable default allow incoming rules for 6to4 and 6rd interfaces. This rule ↵Ermal2014-03-171-2/+4
| | | | | | | | | | | | unintentionally allows all services on the interface to be reachble and maybe more!
* | | Merge branch 'master-br' of https://github.com/ayvis/pfsense into ↵Renato Botelho2014-03-17188-1474/+1474
|\ \ \ | | | | | | | | | | | | ayvis-master-br
| * | | xhtml Complianceayvis2014-03-14188-1474/+1474
| | | | | | | | | | | | replaced <br>, <br/> and </br> with <br />
* | | | fix typoChris Buechler2014-03-141-2/+2
| | | |
* | | | standardize URLsChris Buechler2014-03-1419-19/+19
| | | |
* | | | standardize URLsChris Buechler2014-03-143-3/+3
| | | |
* | | | standardize URLsChris Buechler2014-03-144-5/+5
| | | |
* | | | standardize URLsChris Buechler2014-03-142-2/+2
| | | |
* | | | standardize URLsChris Buechler2014-03-143-3/+3
| | | |
* | | | standardize on https on www.pfsense.orgChris Buechler2014-03-1416-16/+16
| | | |
* | | | standardize on https://www.pfsense.org, point to packages.pfsense.orgChris Buechler2014-03-143-3/+3
| | | |
* | | | standardize on https://www.pfsense.orgChris Buechler2014-03-1412-12/+12
| | | |
* | | | standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-1451-60/+60
| | | | | | | | | | | | | | | | packages.pfsense.org
* | | | Make the Additional tags that may be supplied compliant with new schemaErmal2014-03-141-4/+4
| | | |
* | | | Make the parser more efficient to test for keys rather than searching inside ↵Ermal2014-03-141-4/+4
| | | | | | | | | | | | | | | | the array
* | | | Unbreak listtags(), it should return regular arrayRenato Botelho2014-03-141-1/+1
| | | |
* | | | Correct variable name, while here unset some large varErmal2014-03-141-3/+4
|/ / /
* | | Fix #3521, show correct field descrRenato Botelho2014-03-141-1/+1
| | |
* | | Provide upgrade code after changes done for Ticket #3441Ermal2014-03-141-0/+16
| | |
* | | Merge pull request #1025 from florian-asche/patch-5Renato Botelho2014-03-131-1/+3
|\ \ \ | | | | | | | | Update dyndns.class
| * | | Update dyndns.classFlorian Asche2014-03-131-1/+1
| | | |
| * | | Update dyndns.classFlorian Asche2014-03-121-1/+3
| | | | | | | | | | | | Only use IPv4_only function if ipv6 is false
* | | | Merge pull request #1026 from PiBa-NL/plugin_array_itemErmal Luçi2014-03-131-2/+2
|\ \ \ \ | | | | | | | | | | fix plugin method for packages to allow for multiple plugins in an 'item' array as 'plugin' is not allowed as array item by xmlparse.inc
| * | | | fix plugin method for packages to allow for multiple plugins in an 'item' ↵PiBa-NL2014-03-131-2/+2
|/ / / / | | | | | | | | | | | | array as 'plugin' is not allowed as array item by xmlparse.inc
* | | | set package URL to https://packages.pfsense.orgChris Buechler2014-03-131-2/+2
| | | |
* | | | use xmlrpcbaseurl here too, not product_websiteChris Buechler2014-03-131-7/+11
| | | |
* | | | fix text, remove product_website mentions here since that's not actually ↵Chris Buechler2014-03-132-3/+3
| | | | | | | | | | | | | | | | used anyway.
* | | | we actually use xmlrpcbaseurl here, not product_websiteChris Buechler2014-03-131-3/+3
| | | |
* | | | Merge pull request #1022 from PiBa-NL/carp_notificationRenato Botelho2014-03-123-0/+47
|\ \ \ \ | |/ / / |/| | | rc.carpmaster/rc.carpbackup notification method for packages.
| * | | -renamed function to pkg_call_pluginsPiBa-NL2014-03-123-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | -added is_array() -added function header text -replaced fixed 'plugin_carp' by $plugin_type to allow for generic use
| * | | rc.carpmaster/rc.carpbackup notification method for packages.PiBa-NL2014-03-123-0/+35
| | | |
* | | | Add removed file to obsolete listErmal2014-03-121-0/+1
| | | |
* | | | Remove sasycnd remenant fileErmal2014-03-121-70/+0
| | | |
* | | | More removal of racoon from referenced in sourcesErmal2014-03-122-10/+7
| | | |
* | | | Remove remeants of racoonErmal2014-03-121-13/+0
| | | |
* | | | Generate nat rules for ipsec when neededErmal2014-03-121-6/+5
| | | |
* | | | Be more efficient, and ordered about thae tags and also syncrhonize tags ↵Ermal2014-03-122-35/+51
| | | | | | | | | | | | | | | | with xmlreader
* | | | Make this a bit more smart rather having the penalty going over explodeErmal2014-03-121-14/+21
| | | |
* | | | Use descr prepended to voucher fields containing descriptions to have them ↵Ermal2014-03-121-14/+12
| | | | | | | | | | | | | | | | encoded as CDATA. Fixes #3441
* | | | Try a different strategy for fixing #3514 just send a HUP to dhcp6 to get it ↵Ermal2014-03-121-1/+4
| | | | | | | | | | | | | | | | to reload.
* | | | Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-1266-192/+232
|/ / / | | | | | | | | | they are numeric integer, also, pass them through htmlspecialchars() before print
OpenPOWER on IntegriCloud