Commit Graph

34808 Commits

Author SHA1 Message Date
Renato Botelho
433a54edde Send RELEASE to internal server 2017-09-29 16:44:22 -03:00
Renato Botelho
286ec1c74c Set kern.cam.boot_delay=10000 on target systems installed using memstick or ISO 2017-09-28 13:38:39 -03:00
Renato Botelho
c56630d7b3 Increase reserved space for loader/boot to 128Kb to make 8Gb disk size to fit 2017-09-28 11:28:11 -03:00
Renato Botelho
1b30618fbe Default config packages need to have vital flag set too 2017-09-28 11:28:04 -03:00
Steve Beaver
5f63cb40ca Fixed #7889
Increase max number of characters allowed in a tab array to 256 to prevent automatic conversion to pull-down
2017-09-28 08:49:03 -04:00
Steve Beaver
f3c5f4c573 Add copyright notice to dashboard page (but only once per upgrade) 2017-09-27 16:06:40 -04:00
Renato Botelho
7d368325e4 Mark some core packages as vital 2017-09-26 15:00:07 -03:00
Renato Botelho
e4f613dbaf Detect XG-1537 2017-09-26 12:06:07 -03:00
Steve Beaver
7a81310288 Dashboard refresh system should not call the widget callback function if no data was returned 2017-09-22 11:57:52 -04:00
Luiz Souza
bd068df389 Revert "Do not associate IP and MAC on down table. It should help #7813 and #7833"
This reverts commit aa61ecfde0.
2017-09-22 08:52:49 -05:00
Renato Botelho
aa61ecfde0 Do not associate IP and MAC on down table. It should help #7813 and #7833 2017-09-21 15:10:02 -03:00
Renato Botelho
a6f8dd7ac4 Revert "Update translation files"
Bad commit log

This reverts commit ff8d44d194.
2017-09-21 15:08:55 -03:00
Renato Botelho
ff8d44d194 Update translation files 2017-09-21 15:05:51 -03:00
Renato Botelho
575bc37802 Update translation files 2017-09-21 14:02:36 -03:00
Renato Botelho
f9cc13d0d9 Regenerate pot 2017-09-21 14:02:23 -03:00
Steve Beaver
1144e24cab Fixed #7856 2017-09-21 12:27:19 -04:00
Steve Beaver
2f4685ca49 Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense 2017-09-20 10:37:26 -04:00
Luiz Souza
d988e0bbf9 Only run swapon and rc.savecore when the SWAPDEVICE is valid. 2017-09-19 16:38:15 -05:00
Renato Botelho
fd349773a2 Include boot/modules and also kernel.debug in kernel-debug package 2017-09-19 16:58:59 -03:00
Steve Beaver
dbef7a8581 Authentication selector JavaScript changed to eliminate lag 2017-09-19 13:46:07 -04:00
Renato Botelho
b2c9262392 Fix #7834: Delete IPFW pipes when disable Captive Portal zone 2017-09-19 14:21:06 -03:00
Renato Botelho
5c7fead15b Remove correct file 2017-09-19 14:21:06 -03:00
Renato Botelho
fbfbc6bd13 Ticket #7834: Add missing global declarations 2017-09-19 14:21:06 -03:00
Steve Beaver
09237040fd Setup wizard revisions 2017-09-19 10:29:47 -04:00
jim-p
9a65d4a232 Populate more default values in the OpenVPN configuration generated by the wizard and rearrange some options so there is less of a difference when editing the configuration for the first time. Fixes #7864
(cherry picked from commit 95a8ebeb5b)
2017-09-18 09:49:56 -04:00
jim-p
7af38087fe Do not show group privilege controls unless the user is editing an existing group. Fixes #7865 2017-09-18 08:59:36 -04:00
Renato Botelho
0f2ee2ebc5 Path must be relative here 2017-09-18 08:47:57 -03:00
Luiz Souza
1ec6f21769 Fix the kern-debug package. The debug modules are now in /usr/lib/debug/boot/kernel.
Include /boot/modules in the kernel package.
2017-09-15 23:12:57 -05:00
Luiz Souza
48009b8274 Remove debug code. 2017-09-15 15:51:11 -05:00
Luiz Souza
b9253e2537 Do not remove the temporary files (debug only). 2017-09-15 15:12:39 -05:00
Luiz Souza
3eb019d521 Set a default when findroot is not set. 2017-09-15 15:00:59 -05:00
Luiz Souza
5d376f2d31 Add some debug output. 2017-09-15 14:39:07 -05:00
Luiz Souza
5e58e8bded Fix the build, add the new getopt option.
Reported by:	garga
Pointy-hat to:	loos
2017-09-15 12:56:12 -05:00
Luiz Souza
dad3885f9f Remove the previous 'no_dad' workaround now that if_stf is fixed.
Partly revert b76e0baebb.
2017-09-15 12:23:12 -05:00
Luiz Souza
64ff77ec85 Switch FreeBSD branch to RELENG_2_4 -> RELENG_11_1 2017-09-15 11:46:49 -05:00
Luiz Souza
318a7b7766 Pass the search path to create_core_package.sh.
This allows the use of more than one path to build the package.
2017-09-15 11:30:49 -05:00
Steve Beaver
d8455e10d7 Implements PR170013 - Revise setup wizardwording and links 2017-09-15 11:57:00 -04:00
Luiz Souza
4ff3adec7a If /boot/loader.conf is not presetn check /boot/loader.conf.local. 2017-09-14 22:06:01 -05:00
jim-p
59104a6ff6 Move this file_exists test inside the dpinger status check loop and also suppress PHP errors from stream_socket_client()
Both are done to avoid a race where the status file can be missing and the status check fails, resulting in an alert/crash report.
2017-09-14 08:53:39 -04:00
jim-p
271fc45ede Fix incorrect function name/typo. Ticket #7719
(cherry picked from commit 48c4a0ea09)
2017-09-14 08:47:05 -04:00
jim-p
00d5594c73 Relax OpenVPN wizard cert validation to match that of the cert manager and encode values before using them. Fixes #7854
Also, CDATA escape these fields in config.xml since they will most likely contain characters which are invalid in XML.
While here, fix a cert display issue where a SAN value could be reused from a previous entry in the cert list display.
2017-09-12 13:49:55 -04:00
Renato Botelho
46583aba3a Fix #7719
When Dynamic DNS entry uses a gateway group as interface,
return_gateway_groups_array() will be called and it returns real
interface instead of friendly name, as expected. Take both friendly and
real interface name into consideration.
2017-09-11 17:40:09 -03:00
Renato Botelho
78670b63ce Merge pull request #3763 from PiBa-NL/20170624-apinger-initialize 2017-09-11 17:02:36 -03:00
Renato Botelho
18bc2e2ae6 Update translation files 2017-09-11 17:02:09 -03:00
Renato Botelho
bf4e465153 Regenerate pot 2017-09-11 17:02:04 -03:00
jim-p
aec3a25927 Add a field to pick a digest algo when signing a CSR, otherwise it ends up with SHA1. Fixes #7853
While here, add the cert serial number and sig digest type to the info block for each cert.
2017-09-11 13:44:40 -04:00
Renato Botelho
d071acf529 Make sure pkg, pfSense, pfSense-base, pfSense-rc and kernel are set as vital 2017-09-06 08:37:43 -03:00
Renato Botelho
e9034b1530 Remove /root/force_growfs after use it 2017-09-04 11:01:21 -03:00
Renato Botelho
2da8f1b018 Revert "Add the AWS ena module to MODULES_OVERRIDE list."
This reverts commit 5ba35b98a3.
2017-09-01 16:55:31 -03:00
Renato Botelho
bf6a223c8e Use RELENG_2_4_0 for now 2017-09-01 14:15:46 -03:00