Commit Graph

36013 Commits

Author SHA1 Message Date
Nano Caiordo
e8d2b4dec2 Fixed NTP status page not honouring NTP ACLs
Reported in redmine https://redmine.pfsense.org/issues/7609

(cherry picked from commit d73918f2a2)
2018-09-27 08:54:01 -03:00
9Lukas5
0a72eb0be7 enable ip send for FreeDNS DynDNS update
without this, only legacy IP records get updated correctly.

redmi ticket: https://redmine.pfsense.org/issues/8924

(cherry picked from commit 44857365cd)
2018-09-27 08:52:12 -03:00
luckman212
46eb8b6346 garga changes
move conditional before platform_booting
and join w && instead of indenting

(cherry picked from commit b974f79a36)
2018-09-27 08:50:55 -03:00
luckman212
4245a90ee9 reduce the tons of log spew that currently spit out during boot
and gateway failure events. Try to make the logs readable again,
while still allowing verbose logging if needed via a new hidden
config option:

['system']['gw-debug']

(cherry picked from commit f406f89644)
2018-09-27 08:50:55 -03:00
jim-p
1c28902c5c Fix JSON encoding of gw/gwg params for firewall rule gw list. Fixes #8962
(cherry picked from commit 157aff9e25)
2018-09-26 16:15:56 -04:00
luckman212
e71f4637e3 Fix a display bug in status_gateways.php
This bug causes the Monitor IP to appear even when a gateway
is unmonitored. The monitor IP from the last gateway in the list
to have one will simply get repeated. This patch fixes that bug,
and also cleans up a few other things- unused variables, gets
var names to match whats in system_gateways.php, changes nest of
if...elseif to cleaner switch() etc.

(cherry picked from commit c2f7d5551a)
2018-09-26 16:54:21 -03:00
luckman212
670bcc23b9 Underscores never hurt nobody
Also, i18n

(cherry picked from commit 42c059894a)
2018-09-26 16:28:13 -03:00
Luiz Souza
fe49c7001c Use poudriere_bulk.$TARGET_ARCH instead of poudriere_bulk.$TARGET.$TARGET_ARCH for the arch bulk list.
(cherry picked from commit bd936941a3)
2018-09-26 18:55:28 -03:00
Luiz Souza
08159ccea1 Allow the use of poudriere_bulk.${ARCH} to list additional packages for a specific architecture.
(cherry picked from commit deb5f1dacf)
2018-09-26 18:00:45 -03:00
Renato Botelho
9f23fa9ec8 It's 2.4.4-RELEASE time 2018-09-20 08:33:25 -03:00
Renato Botelho
37c3cf84d0 Remove 2.3.x and 2.4.4-RC repos, make 2.4.4 the new stable RELEASE 2018-09-20 08:33:25 -03:00
Renato Botelho
810503dfc1 Add missing regex to validate serial 2018-09-19 16:12:38 -03:00
Renato Botelho
73ecd8fc12 Use all possible kenv variables to detect serial 2018-09-19 15:58:46 -03:00
jim-p
cc175f70bb Fix redirect back to user mgmt when editing user 0. Fixes #8920
(cherry picked from commit e2f60597df)
2018-09-19 13:52:42 -04:00
jim-p
8b70d0fbaf Initialize DHCP settings before use. Fixes #8919
(cherry picked from commit 124ca36504)
2018-09-19 12:32:38 -04:00
Renato Botelho
51c3546dd7 Fix #8910: Restore older versions behaviour and consider 'wan' interface as primary default gateway 2018-09-18 18:40:47 -03:00
Steve Beaver
da266efdbc Don't allow deletion when spoofing another userkey
(cherry picked from commit 3fd4f32c34)
2018-09-18 14:27:32 -04:00
Steve Beaver
b1aa39323e Fixed #8901
(cherry picked from commit d33560e8dc)
2018-09-18 14:27:10 -04:00
jim-p
30213bb09a Fix dashboard update check & gitsync settings. Fixes #8913
(cherry picked from commit 26e1525c153a672457a92d65f9c05d45b43a204d)
2018-09-18 14:14:18 -04:00
Renato Botelho
635ea24ece Fix #8911: Keep configured pkg repository when restoring config 2018-09-18 13:35:32 -03:00
luckman212
d43485a9bc small change to fixup https://redmine.pfsense.org/issues/8851
without this, clicking edit on existing CA goes to wrong screen
and breaks Save button

(cherry picked from commit 3319f34dfd)
2018-09-18 12:27:21 -04:00
jim-p
30a3c370ec Init syslog settings before using the array. Fixes #8905
(cherry picked from commit 508c66ace7)
2018-09-18 10:08:38 -04:00
Steve Beaver
23b2c59ef5 Revise async_crypto setting 2018-09-17 13:55:28 -03:00
Steve Beaver
382fa81d0f Fixed #8880 2018-09-17 13:53:10 -03:00
Luiz Souza
9ed4813c57 Fix an obvious mistake.
Reported by:	stevew
Ticket:		#8906
Pointy-hat to:	loos

(cherry picked from commit 0285d8e5c7)
2018-09-17 11:36:33 -03:00
Luiz Souza
9c614946f8 Always pass the $local variabled to load_loader_conf(), it makes the code easier to read.
(cherry picked from commit 1ef4cbdbb0)
2018-09-14 17:01:44 -03:00
Luiz Souza
6b3bff7437 Sync the know variables with factory.
(cherry picked from commit fe7523cbbd)
2018-09-14 17:01:36 -03:00
Luiz Souza
f8d1fe02de Filter properly the know variables in loader.conf.
The know variables should be used as prefix not as literals.

(cherry picked from commit 21bacf0100)
2018-09-14 17:01:31 -03:00
Renato Botelho
9a904de82f Fix #8895: Increase FD_SETSIZE to 3172 on lang/php72 2018-09-14 08:28:16 -03:00
jim-p
4868ef3548 Initialize DHCP settings in setup wizard. Fixes #8889
Rather than assume they are present, create the arrays before use.

(cherry picked from commit 7c15c19d76)
2018-09-12 15:57:16 -04:00
jim-p
3d9d84d4bb Fix a PHP erorr when a CRL has no certificates
(cherry picked from commit d9064f0b92)
2018-09-12 14:17:08 -04:00
jim-p
cf66932544 Fix typo
(cherry picked from commit 3b55fc639c)
2018-09-11 15:44:49 -04:00
Renato Botelho
aaf6d7a63f Update translation files 2018-09-11 15:59:18 -03:00
Renato Botelho
b9f025889a Regenerate pot 2018-09-11 15:59:17 -03:00
jim-p
6ae28bc32f Revert "Default VTI remote to Address but allow it to change. Fixes #8859"
This reverts commit da54e84ae7.
2018-09-10 11:57:55 -04:00
jim-p
2ee829ae71 Prevent a user from selecting VTI for mobile IPsec. Fixes #8877
(cherry picked from commit 885cf6a751)
2018-09-07 08:11:32 -04:00
jim-p
39504035c2 IPsec VTI requires a manually specified network/address. Issue #8877
Prevent a user from selecting an interface macro like "LAN Network"
which cannot be used with VTI since it does not work like traditional
IPsec Phase 2 definitions.

(cherry picked from commit 02af149428)
2018-09-06 16:32:10 -04:00
Luiz Souza
af65661509 Changes on the parent interfaces will create new interfaces and the existing VLANs needs to be redone.
Ticket #8527

(cherry picked from commit 6fd6b8536b)
2018-09-06 18:57:44 -03:00
jim-p
1884979a4b Fix a PHP error when upgrading gateways
(cherry picked from commit bd670efef4)
2018-09-06 12:27:36 -04:00
jim-p
7d80bbbede Init gateway group array before use. Fixes #8876
(cherry picked from commit b54a1af45c)
2018-09-05 16:17:54 -04:00
Renato Botelho
577afc43b5 Fix default repo 2018-09-04 23:58:03 -03:00
Renato Botelho
569b8f21ab Use proper variables on pkg repos 2018-09-04 13:28:32 -03:00
Renato Botelho
7241fea9b3 Rename 2.4.4-RC repo to pfSense-repo-244 2018-09-04 13:25:39 -03:00
Renato Botelho
e500235b39 Fix branches 2018-09-04 13:24:17 -03:00
Renato Botelho
3cdfaf4e17 Welcome pfSense 2.4.4-RC 2018-09-04 12:59:34 -03:00
Renato Botelho
2eeeec06d7 Fix #8863: Add missing kernel module amdsmn, required by amdtemp 2018-09-04 11:03:38 -03:00
Renato Botelho
7cab6335bb Fix #8806: Configure captive portal on secondary identical as master HA node 2018-09-04 10:56:00 -03:00
Renato Botelho
7fead243f9 Fix #8721: Call proper filter_configure function from this class 2018-09-03 15:17:03 -03:00
Renato Botelho
b9c2164ca8 Revert "Attempt to re-enable Telegraf for armv6"
This reverts commit 46043cbc5a.
2018-08-31 17:02:04 -03:00
Renato Botelho
46043cbc5a Attempt to re-enable Telegraf for armv6 2018-08-31 16:35:32 -03:00