Commit Graph

34795 Commits

Author SHA1 Message Date
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
Renato Botelho
d610e4bae9 Enable upload mode when rsync'ing snaps or packages 2017-08-31 12:07:57 -03:00
jim-p
529dac2127 Merge pull request #3809 from doktornotor/patch-5 2017-08-31 09:08:12 -04:00
jim-p
ff500c9064 Use the full CA chain when sending an LDAP SSL query. Fixes #7830
While here, fix a couple more ldap_start_tls() calls that need a preceding @.
2017-08-30 14:07:35 -04:00
Steve Beaver
ca44a37cad Restore bad username or password message 2017-08-30 08:14:36 -04:00
Steve Beaver
634d687091 Fixed #7827 2017-08-29 14:14:46 -04:00
jim-p
b2c7a79c5f Don't print a PHP error if LDAP STARTTLS fails. 2017-08-29 10:27:53 -04:00
Renato Botelho
b8ab426060 Update translation files 2017-08-28 16:51:43 -03:00
Renato Botelho
8c306fcffd Regenerate pot 2017-08-28 16:46:34 -03:00
Steve Beaver
fddb73c70c Partially addresses #7805
Bios date and version check date formats now match other timestamps on the dashboard
2017-08-28 12:02:43 -04:00
doktornotor
8cb29dac04 Use spaces in the write_config() message to prevent text wrapping issues in webGUI
See https://redmine.pfsense.org/issues/6363
2017-08-28 04:40:55 +02:00
Steve Beaver
1562b46aaa Fixed #7811 2017-08-24 14:19:38 -04:00
jim-p
fc319749e8 Bump config revision, fix comment. Ticket #7809 2017-08-24 11:52:29 -04:00
jim-p
79ccd1f279 Setup upgrade code for wireless interfaces to the new format needed for 2.4, and switch rc.bootup so the config upgrade happens before a mismatch test, otherwise we can't fix this type of situation. Fixes #7809 2017-08-24 11:11:24 -04:00