Phil Davis
f489cfdbd4
Fix #6381 ipv6nat_ipaddr
2016-05-22 09:03:16 +09:30
jim-p
94d882a03d
Fix quoting in diag_routes.php, see ticket #6371
2016-05-20 12:13:53 -04:00
jim-p
2333d2a482
Better fix for escaping in ticket #6371
2016-05-20 11:33:48 -04:00
jim-p
12563b0cb9
Fix up diag_smart e-mail handling, and the backend config code was broken/making false assumption about the config file as well. Fixes #6371
2016-05-19 17:13:10 -04:00
Renato Botelho
8229d6d876
Add a parameter to skip final rsync
2016-05-16 17:40:13 -03:00
Renato Botelho
53f6f76f30
Move release branch to 2.3.1
2016-05-16 16:12:13 -03:00
Renato Botelho
f3de6f5575
Welcome 2.3.1-RELEASE
2016-05-16 14:33:01 -03:00
Renato Botelho
e362ec5bce
Do not send files to final place if hostname is empty
2016-05-16 09:55:22 -03:00
Renato Botelho
e2cc8b1861
Revert "Do not enable i386 by default on amd64 host"
...
This reverts commit f5a9bb1f21 .
2016-05-16 08:45:49 -03:00
NOYB
e6adf89fe7
Miscellaneous Textual Corrections - System / Advanced / Firewall & NAT
...
Section panel header title.
(cherry picked from commit 5414794c12 )
2016-05-16 07:41:46 -04:00
Phil Davis
d72312efd8
Make limiters info box work same as By Interface
...
The info box displayed on Firewall->Shaper, By Interface come down the bottom with and info icon and can be shown/hidden by the user.
The similar info box on Firewall->Shaper, Limiters sits in the main body with no info icon and cannot be shown/hidden, but can be dismissed.
Make the info box on Firewall->Shaper, Limiters dispaly and owrk the same as on "By Interface".
(cherry picked from commit a79dfdaa43 )
2016-05-16 07:40:15 -04:00
Phil Davis
170fbb18b7
Customize limiter info message
...
The $dn_default_shaper_msg is what is displayed on the Limiters tab. It needs to talk about "limiter" rather than "queue".
This code builds up each message using the same base template sentences, inserting "queue" or "limiter" in the appropriate place.
(cherry picked from commit aadc135856 )
2016-05-16 07:39:16 -04:00
NOYB
8c95f1fe56
Miscellaneous Textual Corrections - System / Advanced / Networking
...
(cherry picked from commit 542d14be06 )
2016-05-16 07:38:07 -04:00
NOYB
507d2709e0
Miscellaneous Textual Corrections - System / User Manager / Settings
...
(cherry picked from commit 850211423b )
2016-05-16 07:37:16 -04:00
NewEraCracker
c6c8cfea72
Miscellanous Textual Corrections - Add missing dots, normalize case
...
(cherry picked from commit cb6c20a997 )
2016-05-16 07:36:08 -04:00
Chris Buechler
0f1304eed0
Sanitize notice output here as well. Ticket #6154
2016-05-16 13:24:05 +02:00
Chris Buechler
318726075a
Correct force updates when chosen. Ticket #6359
2016-05-16 08:02:04 +02:00
Chris Buechler
0876ed6cfb
Fix script name in error log
2016-05-15 20:34:06 -05:00
Chris Buechler
223ebd3f14
Fix misspellings.
2016-05-15 20:32:17 -05:00
Chris Buechler
a23600ef64
Disable ipcomp regardless of config setting to avoid problem. Ticket #6167
2016-05-13 08:22:09 -05:00
Chris Buechler
535634e547
Silence mwexec output. Now that the groupdel actually works, it spams the log when group isn't found. Ticket #6352
2016-05-13 07:03:52 -05:00
Phil Davis
4680f6bf75
Make rule_columns_with_alias end params optional
...
Stops PHP warnings like reported in forum https://forum.pfsense.org/index.php?topic=111768.0
2016-05-13 04:01:40 -05:00
k-paulius
361b388b44
Unbound and dnsmasq can both be enabled so restart both if need be
2016-05-13 01:30:57 -05:00
Chris Buechler
3ded329e23
Fix scope for IPv6 link local gateway IPs. Ticket #6353
2016-05-13 00:44:28 -05:00
Chris Buechler
857f349086
Handle link local IPv6 gateways and default gateway switching correctly. Ticket #6258
2016-05-13 00:34:15 -05:00
NOYB
35a19ca0ac
Miscellaneous Textual Corrections - System Advanced
2016-05-12 22:52:21 -05:00
NOYB
507d23cdd6
Miscellaneous Textual Corrections - Services NTP PPS
2016-05-12 22:50:42 -05:00
Chris Buechler
b460c43b93
Don't start unbound in track6 config if system is booting. Add dnsmasq here as well. Based on PR 2943. Ticket #6186
2016-05-12 22:40:39 -05:00
Chris Buechler
cd227001e5
Use -g with groupdel when passing a GID. Ticket #6352
2016-05-12 22:20:51 -05:00
Renato Botelho
f5a9bb1f21
Do not enable i386 by default on amd64 host
...
(cherry picked from commit 44b30d595f )
2016-05-12 17:54:45 -04:00
Stephen Beaver
c032a89a89
Fixed #6349
2016-05-12 17:53:52 -04:00
jim-p
88cce82b30
Use proper IPsec enable test. Fixes #6351
2016-05-12 13:02:36 -04:00
Stephen Beaver
60ebb4736c
Add alias display to target host and target port columns
...
(cherry picked from commit 474e70a2d1 )
2016-05-12 11:41:49 -04:00
Renato Botelho
eb29a44aab
Add a safebelt to makesure $cpzone is always in lowercase. Ticket #6278
2016-05-12 07:52:45 -03:00
Renato Botelho
26c7100b40
Fix #6278
...
$cpzone is always in lowercase, it's used as the array key used in
config.xml. Use it in two cases where the $cp['zone'] was being wrongly
used:
- To find out zoneid
- To replace PORTAL_ACTION url
2016-05-12 07:52:45 -03:00
Chris Buechler
7801279148
Store notices safely to prevent potential XSS when notices are displayed locally or by remote systems where they're shipped. Ticket #6154
2016-05-12 04:31:32 -05:00
Chris Buechler
4458ed6b5d
Fix package_reinstall_all post-upgrade when packages have been removed in pre_upgrade. Ticket #6137
2016-05-12 02:09:46 -05:00
NewEraCracker
807e3bfc17
Tweak upgrade - Remove unused code and document changes better
...
This will ensure a smooth upgrade for those running config 15.4 to any next version.
2016-05-11 17:07:27 -05:00
Chris Buechler
6c6e8e3407
Prefer index.php over index.html where both exist.
2016-05-11 16:33:06 -05:00
Renato Botelho
24d2e48271
Only execute remote search operation on first call of get_pkg_info(), this should fix #6177
2016-05-11 15:36:32 -03:00
Renato Botelho
1a543cea40
Do not call pkg_update() here since pkg_switch_repo() aldready does it
2016-05-11 14:02:09 -03:00
NewEraCracker
48d321ca07
Miscellanous Textual Corrections - Add missing dots to phrases
...
(cherry picked from commit e4c7d45fc7 )
2016-05-11 08:34:54 -04:00
NOYB
771acc31d2
Miscellaneous Textual Corrections - Services / Dynamic DNS
...
(cherry picked from commit 1c4e2ed053 )
2016-05-11 08:32:21 -04:00
Phil Davis
3f398f0d4d
Hide CIDR for alias types that do not use it
...
Suggested/discussed in forum
https://forum.pfsense.org/index.php?topic=111593.0
2016-05-11 01:56:31 -05:00
Phil Davis
f212adc8f4
hideMask only modify input-group on first parent
...
Otherwise when unhiding (e.g. for Network type alias), input-group gets
added to every div up the DM hierarchy and the layout gets messed up.
2016-05-11 01:56:22 -05:00
Chris Buechler
60ec2d7a6f
Rename OSPF and System Patches packages in pre_upgrade_command. Ticket #6118
2016-05-11 00:52:18 -05:00
Chris Buechler
538a3c04a6
Revert "Add config upgrade code to update package names. Ticket #6118 "
...
This reverts commit 291fad4387 .
2016-05-11 00:29:58 -05:00
Chris Buechler
381b8f1cd5
Check for is_array here to avoid possible issues if the config.cache is invalid. Adapted from PR 2925
2016-05-10 22:55:06 -05:00
Stephen Beaver
5925b41917
Spaces->tabs
...
(cherry picked from commit e1caefc74f )
2016-05-10 23:44:44 -04:00
jim-p
16203db376
Fix tab highlighting when editing mobile IPsec P1. Fixes #6341
2016-05-10 15:27:44 -04:00