summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix deletion of ipfw rules and pipes for passthru mac, it fixes #3538Renato Botelho2014-03-241-2/+2
|
* Detect Zones and Cores for thermal sensors using regex, it fixes #3337Renato Botelho2014-03-211-25/+8
|
* remove unused supportedbybsdperimeter tagChris Buechler2014-03-211-1/+1
|
* s/BSDP/ESF/Chris Buechler2014-03-211-1/+1
|
* Clarify note on limiter queue weight to state that higher values get a ↵jim-p2014-03-201-1/+1
| | | | larger share.
* Do not garble the error logging messageErmal2014-03-201-3/+4
|
* Avoid placing an empty "interface listen" directive in ntpd.confjim-p2014-03-201-1/+2
|
* Try to restore last working ruleset rather than staying without ↵Ermal2014-03-201-6/+11
| | | | configuration at all
* Automatic outbound NAT rules skip openvpn interfaces, lets skip them when ↵Renato Botelho2014-03-181-0/+2
| | | | creating the first set of manual rules too. It fixes #3528
* 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!
* fix typoChris Buechler2014-03-141-2/+2
|
* standardize URLsChris Buechler2014-03-143-3/+3
|
* standardize URLsChris Buechler2014-03-1419-19/+19
|
* standardize URLsChris Buechler2014-03-142-2/+2
|
* standardize URLsChris Buechler2014-03-144-5/+5
|
* standardize URLsChris Buechler2014-03-143-3/+3
|
* standardize on https://www.pfsense.orgChris Buechler2014-03-1414-14/+14
|
* standardize pfsense.com references to https://www.pfsense.orgChris Buechler2014-03-1437-37/+37
|
* fix white spaceChris Buechler2014-03-141-1/+1
|
* s/http/https/ for www.pfsense.orgChris Buechler2014-03-1423-35/+35
|
* Fix #3521, show correct field descrRenato Botelho2014-03-141-1/+1
|
* 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
|
* 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-194/+234
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* Merge pull request #1024 from phil-davis/RELENG_2_1Renato Botelho2014-03-121-7/+35
|\ | | | | Validate rule Advanced Options numeric entries
| * Validate rule Advanced Options numeric entriesPhil Davis2014-03-111-7/+35
|/ | | version of pull request #1021 for 2.1 branch
* Pass id variable through htmlspecialchars before print itRenato Botelho2014-03-111-1/+1
|
* Do not delete linklocal addressRenato Botelho2014-03-111-3/+4
|
* Merge pull request #1020 from phil-davis/patch-5Renato Botelho2014-03-111-2/+19
|\ | | | | Make Firewall Rules Advanced Options open if used - 2.1 branch
| * Make Firewall Rules Advanced Options open if used - 2.1 branchPhil Davis2014-03-101-2/+19
|/ | | This is the same code as pull request 997 but for 2.1 branch
* Merge pull request #991 from phil-davis/RELENG_2_1Renato Botelho2014-03-102-26/+22
|\ | | | | Return GWG IP protocol (version) when no gateway IP - 2.1 version
| * Tidy up GWG dropdown selection testsPhil Davis2014-02-281-11/+7
| | | | | | Tested this making a new rule, and editing existing IPv4, IPv6 and IPv4+Ipv6 rules, and switching the IP version on an existing rule. Seems to work!
| * Tidy "gateway name - IP" in dropdown listPhil Davis2014-02-281-1/+2
| | | | | | for 2.1 branch
| * Use return_gateway_groups_array() to build correct GWG listPhil Davis2014-02-281-10/+7
| | | | | | Version for 2.1 branch
| * Return GWG IP protocol (version) when no gateway IP - 2.1 branchPhil Davis2014-02-271-8/+10
| |
* | Fix order of parameters to explode() herejim-p2014-03-101-1/+1
| |
* | Fix OpenVPN XML section namePhil Davis2014-03-101-1/+1
| | | | | | | | Forum https://forum.pfsense.org/index.php?topic=73479.0
* | Merge pull request #1004 from phil-davis/patch-3Renato Botelho2014-03-101-2/+16
|\ \ | | | | | | Add all advanced options to rule table hover text on 2.1 branch
| * | Add all advanced options to rule table hover text on 2.1 branchPhil Davis2014-03-081-2/+16
| | | | | | | | | Bug #3512
* | | Fix for now 'IPv6 - LAN looses Prefix after link event'(forums) with a not ↵Ermal2014-03-101-3/+14
| | | | | | | | | | | | elegant solution but works. Probably dhcpv6 client should solve this by itself and generate and event for it. For now just bump dhcpv6 client again to have the prefix interface reconfigured.
* | | Fixes typo on variable nameRenato Botelho2014-03-101-1/+1
| | |
* | | pfSense_interface_deladdress() only knows how to delete an ip address, not a ↵Renato Botelho2014-03-101-2/+8
| | | | | | | | | | | | subnet. It should fix #3513
* | | Merge pull request #1014 from N0YB/RELENG_2_1Renato Botelho2014-03-103-89/+91
|\ \ \ | | | | | | | | XHTML Compliance
| * | | XHTML ComplianceN0YB2014-03-093-89/+91
|/ / / | | | | | | | | | Services - DNS Forwarder
* | | Merge pull request #1013 from N0YB/RELENG_2_1Renato Botelho2014-03-093-122/+126
|\ \ \ | | | | | | | | XHTML Compliance
| * | | XHTML ComplianceN0YB2014-03-093-122/+126
|/ / / | | | | | | | | | Services - DHCP Server
OpenPOWER on IntegriCloud