Commit Graph

35126 Commits

Author SHA1 Message Date
Luiz Souza
f50bb07ef4 Revert "Fix a bug in interfaces.php that will cause a failure on first 'Save' of 'OPT1' with some hardware configurations."
This reverts commit 373513a561.
2017-12-21 14:29:06 -02:00
Stephen Jones
5946477f65 Fixed #8129 Updated to show timezones that have half hour increments i.e. asia/kolkata 2017-12-18 11:23:53 -06:00
Steve Beaver
e34c96a3c7 Revert "Merge pull request #3868 from loonylion/master"
Caused issues reported in https://redmine.pfsense.org/issues/8223
This reverts commit 74c55258b2, reversing
changes made to 2acb4025ee.
2017-12-18 08:55:04 -05:00
Steve Beaver
32edd5dd79 Optimze ICMP description processing 2017-12-18 08:39:57 -05:00
Steve Beaver
609ef33537 Fixes #8219
Escape single quotes when they arise from ICMP description translations
2017-12-18 08:31:02 -05:00
Steve Beaver
abe217af47 Merge pull request #3890 from JoeriCapens/master 2017-12-15 10:32:08 -05:00
Luiz Souza
78347c9bc7 Add a missing return when no NIC is found. 2017-12-14 14:35:58 -06:00
Luiz Souza
87d2f8cde2 Abort the initial interface setup when no interfaces are found. 2017-12-14 13:27:00 -06:00
jim-p
bea1ef6412 Add new CONTRIBUTING file and Pull Request template 2017-12-12 10:12:25 -05:00
Renato Botelho
a76b481084 Make necessary changes to pkg_chroot() use correct ABI/ALTABI information 2017-12-11 15:36:46 -02:00
Renato Botelho
dbd615c46d Define build repo to be used during build process 2017-12-11 15:36:42 -02:00
Joeri Capens
0e13a3a63b Fix #6319 again by adding missing dns-servers 2017-12-09 22:36:58 +01:00
jim-p
9af697ce60 After recent fixes to auth_check.inc, move the IPsec widget back to auth_check.inc since its timeout problems are likely now fixed. 2017-12-08 15:58:49 -05:00
jim-p
45d078c596 Skip IPsec ping host CARP check when there are no IPSec ping hosts. Also, add a safety belt so cat can't get stuck waiting on input. Fixes #8172 2017-12-08 10:20:33 -05:00
jim-p
d0d6d27f7e Pretty up the new smtp notification header. 2017-12-07 16:32:21 -05:00
jim-p
fe7c4634fd Fix auth_check.inc so it conforms to the rest of the session management code. While here, make sure it performs a commit to avoid PHP session gc from reaping the session. Fixes occasional timeouts when sitting on pages that only fetch AJAX for prolonged periods. Fixes #8116 2017-12-07 15:13:17 -05:00
jim-p
d0bb073b20 Remove ix from the ALTQ interface list. See ticket #7378 2017-12-07 11:30:51 -05:00
Steve Beaver
3b4dad1b31 Merge pull request #6319 from JoeriCapens/master 2017-12-07 09:38:06 -05:00
jim-p
902a31e3fd Fix logging for L2TP and PPPoE server login/logout events. Fixes #8164
See https://redmine.pfsense.org/issues/8164 for the reasoning about why it was done this way.
2017-12-05 10:41:37 -05:00
Joeri Capens
3b46a9cf69 Fix #6319 by setting ptr-domain and key variables correctly for dhcpdzones() 2017-12-04 23:30:20 +01:00
Steve Beaver
7662ec2af8 Merge pull request #3884 from stilez/patch-71 2017-12-04 13:57:33 -05:00
Steve Beaver
c21b1dd3c2 Merge pull request #3882 from PiBa-NL/20171130-remove-console-output 2017-12-04 13:56:48 -05:00
Steve Beaver
a283cfe001 Merge pull request #3883 from stilez/patch-70 2017-12-04 13:55:26 -05:00
Stephen Jones
581c2d5f4d Fixed #8159 added a sort by index after a delete call has been made to make sure it lines up correctly. 2017-12-04 09:59:29 -06:00
jim-p
cedfb2bc04 Fix typo 2017-12-01 16:07:06 -05:00
jim-p
b6dcbd646f When retrieving a public key for a certificate, private key, or signing request, write the certificate data out to a temp file instead of echoing it through a pipe. Fixes #8153 2017-12-01 12:41:56 -05:00
Steve Beaver
9038f44c7e Revert "Mitigate possible vuln in cert manager"
This reverts commit 1a68f4badd.
2017-12-01 09:48:33 -05:00
Steve Beaver
1a68f4badd Mitigate possible vuln in cert manager 2017-12-01 09:30:38 -05:00
stilez
deb575abbf
Add isset, other vars seem to use it
Doesn't seem to have a point though :)
2017-12-01 11:50:38 +00:00
stilez
d30fa3637d
typo 2017-12-01 11:48:52 +00:00
stilez
d2ec584453
Unbound: Disable IPv6 outgoing queries if IPv6 blocked in firewall, as they can never go anywhere
If IPv6 is disallowed in system->advanced->network, then any IPv6 lookups by Unbound will always be blocked, so there's no point sending them.

The practical purpose is that they also clog up the log and may fractionally slow down the resolver because the resolver then has to deal with IPv6 not replying, fallback lookups, etc.

I'm aware that we state that the system setting doesn't affect any service, but in this case the service simply doesn't send packets that we know will be blocked anyway on egress, so it's probably not going to be an issue. If it is, we can add an explicit "Disable IPv6" setting to this and other functions, but then if IPv6 is later used, the user has to remember to unset "IPv6 not allowed" in all the pages they were set, which is a pain and pretty much duplicates the main setting for all practical purposes.
2017-12-01 11:46:39 +00:00
stilez
7596c4c828
correct %d -> %s
As previous code used a string. Probably makes no difference and a number is simpler but doesn't matter
2017-12-01 11:11:17 +00:00
stilez
300010be51
Clarify the unexplained numbers in "log verbosity"
At the moment verbosity is a bare list of digits, 0 to 5. No explanation, nothing else. This PR replaces the visible text by user-friendly info as to what will be logged. Source is https://www.unbound.net/documentation/unbound.conf.html
2017-12-01 11:08:47 +00:00
Steve Beaver
79330f5d0a Merge pull request #3880 from bibz0r/master 2017-11-30 17:48:24 -05:00
Steve Beaver
761b39f916 Merge pull request #3863 from PiBa-NL/20171103-routes-recursive-alias 2017-11-30 17:47:25 -05:00
Steve Beaver
7cde5013d2 Merge pull request #3873 from PiBa-NL/20171121-localauth-translated-problem 2017-11-30 17:46:42 -05:00
PiBa-NL
71f0623ecb routing, support use of recursive network aliases in static routes 2017-11-30 21:57:33 +01:00
Steve Beaver
9fa718d707 Merge pull request #3823 from PiBa-NL/20170919-bootupcomplete 2017-11-30 14:30:44 -05:00
Steve Beaver
ae6a22181e Merge pull request #3810 from svenauhagen/bugfix/mpd 2017-11-30 14:17:51 -05:00
Steve Beaver
745bf2279c Merge pull request #3801 from cgull/radvd-zero-router-lifetime 2017-11-30 14:15:08 -05:00
PiBa-NL
42824fc326 notify_monitor, don't write EXITQUEUELOCK debug output to system-console 2017-11-30 19:56:48 +01:00
Steve Beaver
dcf0318a9a Merge pull request #3759 from PiBa-NL/20170618-option-disable-dragging 2017-11-29 19:00:57 -05:00
PiBa-NL
52e91f7082 webgui, option to disable dragging of rules 2017-11-30 00:15:03 +01:00
Steve Beaver
04168bdd4e Merge pull request #3776 from nazar-pc/ram-disk-reboot-fix 2017-11-29 14:41:03 -05:00
Steve Beaver
74c55258b2 Merge pull request #3868 from loonylion/master 2017-11-29 13:10:41 -05:00
Steve Beaver
2acb4025ee Merge pull request #3818 from chewrocca/master 2017-11-29 13:05:27 -05:00
loonylion
d7dc67f9c3 interfaces_fast.inc: removed accidental rolling 'r' from comment
removed unused parameters from definition of convert_real_interface_to_friendly_interface_name_fast()

interfaces_assign.php: removed profiling code
                       removed unncessary comments
                       shortened some comment blocks
                       removed parameters from a function call that didn't use them
2017-11-29 18:04:37 +00:00
Matthew Fine
7dee52b706
Merge branch 'master' into master 2017-11-29 13:03:45 -05:00
Matthew Fine
12e3bbce58
Merge branch 'master' into master 2017-11-29 13:02:06 -05:00
Steve Beaver
f2d91ecf39 Merge pull request #3870 from jtl999/v2.4.2rc-dhcp6fix 2017-11-29 12:13:49 -05:00