| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit f42ef69ab518237260a2e129cbdf391549c003ad)
|
|
|
|
|
|
| |
Make the code cleaner and easier to follow by using the same alias type designations as config.
(cherry picked from commit ebe833f6a9463b0e4add1d97c360af4a682d1add)
|
|
|
|
|
|
| |
Need to pass alias type to process_alias_urltable() function when creating a new url table alias because it is not yet set/available from config. So the alias_get_type() function can't be successfully used yet.
(cherry picked from commit 3b07f4feaf35e70700082240ef03966f74f5df97)
|
|
|
|
| |
(cherry picked from commit fe68a6a2b28c897cb3a8f8fda452c25f649556f1)
|
| |
|
|
|
|
| |
Make alias type URL (IP) available for selection in firewall rules.
|
|
|
|
| |
Ticket #6367
|
|
|
|
| |
something executed externally doesn't respond, to avoid hanging up all of php-fpm eventually. Ticket #6318 among other similar potential issues.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
consistently accross different browsers :(
(cherry picked from commit d78dbc34299652c637c77684b7848191c510f9f0)
|
|
|
|
|
|
| |
Use apostrophe instead of quote.
(cherry picked from commit d3706c81f7f77d21635c335d19e6626a4f7b568b)
|
|
|
|
|
|
| |
Fix for Bug #6395 that keeps full line comments of the downloaded file but strips them for the pf rules load.
(cherry picked from commit e7e1e514607e7b017e5407326cfd7ddb439963d0)
|
|
|
|
| |
(cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 5260817282c47a208be6daf683db0157544b2d08.
|
|
|
|
|
|
|
|
| |
After analyzing implementations in RELENG_2_1 and RELENG_2_2, this code seems to be a left over after code rewrite
Also remove a trailing space from comment
(cherry picked from commit 0120cad84ea4dddd0c1501ecb41f2a082ea1e7d9)
|
|
|
|
| |
(cherry picked from commit 783ca2b22f38fe22a465d2b5451c5e90fd9d1da6)
|
|
|
|
|
| |
FreeDNS IPv6 support confirmed working using same method as v4 with v6 source address. Simple second service with _useIPv6
(cherry picked from commit ac16181a2cfefec293e0562a7bfe8e2f7140e191)
|
|
|
|
| |
(cherry picked from commit d102e2d5d3f238fa4f35a1d935366a2e6153804e)
|
|
|
|
|
|
| |
The DNS servers are not necessarily ISP provided.
(cherry picked from commit 78869d5e82f149ad5bfb1e1d97d958d0bf1d0d54)
|
|
|
|
|
|
|
| |
Use font awesome icons instead of text.
Universal recognition eliminates need of text translation.
(cherry picked from commit e7161dc3b62b306b57c8d094f93c2ec08c9e0af2)
|
|
|
|
| |
(cherry picked from commit d4af7f9e4a332278a80ba2a9c56df2064dc579d9)
|
|
|
|
| |
(cherry picked from commit 8d0b16a11c6a2a61fe51507a9b43b3bcad3aab80)
|
|
|
|
|
|
| |
Standardize pass/block icons with the rest of the system
(cherry picked from commit 96abde901f0c4e81d4cac0acd2361267e6ef1b0c)
|
|
|
|
| |
(cherry picked from commit 22b50541377ec212d71e0686a0b6a20149b23a7c)
|
| |
|
|
|
|
|
|
|
|
| |
This limit is set at 4096 on PHP 5.6: http://lxr.php.net/xref/PHP_5_6/ext/gettext/gettext.c#139
Bug report on forum: https://forum.pfsense.org/index.php?topic=110088.0
(cherry picked from commit 95f46512d9410b38b23d7778cec0bf8610e448cf)
|
| |
|
|
|
|
| |
broken/making false assumption about the config file as well. Fixes #6371
|
| |
|
|
|
|
|
|
| |
To clear any previous use of the var elsewhere in included files.
Forum: https://forum.pfsense.org/index.php?topic=111852.0
(cherry picked from commit 49701df38e6c5b70526c2d436fcb4cfbb1310ae4)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit f5a9bb1f2180e6b9fcc9e81006524c2f6813e037.
|
|
|
|
|
|
| |
Section panel header title.
(cherry picked from commit 5414794c12fbcd6455a48f81428e0457a9cf0c95)
|
|
|
|
|
|
|
| |
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 a79dfdaa431d4f647fbcbaf63a5c55f081b2edc2)
|
|
|
|
|
|
| |
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 aadc135856a0dc2cb131aeda3fd7bc44c11ab123)
|