summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix #3555, on chrome it is not initializing correct minutes when adding a ↵RELENG_2_1_1Renato Botelho2014-03-311-10/+4
| | | | new time, just drop unused php variables and set it on js
* Remove TRIM_set and TRIM_unset support. This method isn't very elegant and ↵jim-p2014-03-311-23/+0
| | | | isn't necessary in the long run. It's better handled in the installer stage and not after the fact.
* Revert "XHTML Compliance"Renato Botelho2014-03-311-22/+15
| | | | | | This commit broke schedules edit, it should fix #3555. This reverts commit e1002cd2724869eabdfe1f9258d4522d572722e4.
* Correct check that was broken even before to actually make the ieee8021x ↵Ermal2014-03-281-1/+1
| | | | enable from proper setting. Reported-by: https://forum.pfsense.org/index.php?topic=74013.0
* time for 2.1.1-RELEASEChris Buechler2014-03-281-1/+1
|
* Handle the reinstallall case with confirmation. Fixes #3548jim-p2014-03-271-2/+9
|
* send crash reports via HTTPSChris Buechler2014-03-261-1/+1
|
* Fix days and weeks selection on schedules, reported at ↵Renato Botelho2014-03-251-5/+13
| | | | https://forum.pfsense.org/index.php?topic=74101.0
* Only consider javascript files that ends with .jsRenato Botelho2014-03-251-1/+1
|
* 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
OpenPOWER on IntegriCloud