Renato Botelho
73a4e1f2d9
Merge branch 'master' into system-general-sr-fix1
2019-09-03 10:52:23 -03:00
Renato Botelho do Couto
5ae31b9e97
Merge pull request #4070 from paul/patch-1
2019-09-03 10:37:10 -03:00
Renato Botelho do Couto
e187842d88
Merge pull request #4079 from johnforte/master
2019-09-03 10:24:57 -03:00
Renato Botelho do Couto
d43154fee7
Do not use constructor with the same name of class, it's going to be deprecated
2019-09-03 10:20:28 -03:00
Renato Botelho do Couto
b94eb4b905
Fix PHP warning
2019-09-03 10:18:52 -03:00
Renato Botelho do Couto
cf019954e2
Merge pull request #4083 from kristoffer-ekenstam/master
2019-09-03 10:10:39 -03:00
Renato Botelho do Couto
e3de4f13c0
Merge pull request #4084 from Godwottery/master
2019-09-03 10:08:49 -03:00
Renato Botelho do Couto
b4df3414a2
Merge pull request #4074 from NanoCaiordo/dhcp_show_all
2019-09-03 09:57:06 -03:00
jim-p
a71b23dbc6
Include system.inc in prefixes.php. Fixes #9715
2019-09-01 19:16:10 -04:00
jim-p
f9e8c833dc
Change logging to plain text, deprecate clog. Issue #8350
2019-08-30 14:12:18 -04:00
jim-p
c3667958a9
Do not list OpenVPN interfaces as usable by DHCP relay. Fixes #8443
2019-08-29 16:23:47 -04:00
jim-p
f301aa5947
Recognize more Netgate hardware automatically. Fixes #8051
2019-08-29 16:10:20 -04:00
jim-p
40318232b4
Fix some model detection instances. Issue #8051
2019-08-29 16:05:30 -04:00
jim-p
afeb18ff0e
Add 127.0.0.0/8 to Unbound private-address list. Fixes #9708
2019-08-28 16:30:05 -04:00
jim-p
8ef6844a34
Make NTP minpoll and maxpoll user-configurable. Implements #6787
2019-08-28 16:19:44 -04:00
Steve Beaver
552a41fbd3
Make factory test case insensitive
2019-08-28 14:19:14 -04:00
Steve Beaver
8191650200
Revise update check to provide a more consistent version string, and to provide it in JSON format
2019-08-28 14:04:47 -04:00
jim-p
3a73fc74ca
IPsec ID type parsing changes. Fixes #9243
...
* Move code to function to avoid unnecessary duplication of code
* Clean up the logic to avoid further redundancies
* Set keyid type to be quoted and to have its type prefixed
2019-08-28 13:57:10 -04:00
jim-p
4b84c39dbe
Use batch mode for top so it displays process list w/o terminal. Fixes #9522
...
While here, set a high number of processes to display and also remove
the use of 'cut' which limited column length. With current display
method it's unnecessary.
2019-08-27 16:28:57 -04:00
jim-p
7729c5a163
Revert LDAP_OPT_X_TLS changes since they do not work. Issue #9417
2019-08-27 14:46:13 -04:00
jim-p
9d4ace0bf5
Add 'encryption_password' to the $cdata_fields array. Fixes #7186
2019-08-27 14:08:40 -04:00
jim-p
24c4275d78
Add auth server name change input validation. Fixes #9692
2019-08-27 13:53:18 -04:00
jim-p
9c4f5b95ee
Allow NAT-T to be set with IKEv2. Fixes #9695
2019-08-27 13:48:36 -04:00
jim-p
df5862939e
Add kernel memory usage to status.php. Implements #9705
2019-08-27 13:44:48 -04:00
jim-p
603764cbb0
Redact ACB encryption PW. Fixes #9694
2019-08-27 13:27:59 -04:00
jim-p
7ba6788b15
Apply the same fix from issue #8469 to DHCPv6. Fixes #9448
2019-08-27 13:25:54 -04:00
jim-p
acd7e5601a
User & Group Manager: Improve Deny Config Write Handling. Fixes #9259
...
* Denies all changes if a user has the Deny Config Write privilege.
Previously it only denied the config write but some OS operations were
performed.
* Sets an input error so the user is notified that their attempt failed.
* Hides the add and delete buttons so read only users don't see the
option to perform those actions (but are still denied if they submit the
form through other means)
2019-08-27 13:19:30 -04:00
jim-p
37c6083084
Only prevent deleting IPsec VTI P2 when set to VTI. Fixes #9258
2019-08-27 11:16:59 -04:00
jim-p
0c51971baf
Correct wording of CA/Cert CN input validation. Fixes #9234
2019-08-27 10:49:18 -04:00
Administrator
1fe82d1dc9
Add more color choices for login screen
2019-08-27 16:25:01 +02:00
jim-p
d832b6ce47
Add some exception handling to auth attempts. Fixes #9150
2019-08-26 16:43:25 -04:00
jim-p
86e6e0bcff
Fix state kill ordering in rc.newwanip. Fixes #4674
...
Move state kill to after new rules and routing have been setup.
Otherwise there is a race condition where new states could be created
before the new rules and routing are in place.
2019-08-26 15:24:34 -04:00
Steve Beaver
0bdd1774a1
Fix manual backup flag
2019-08-22 14:10:27 -04:00
Steve Beaver
463d5d1172
Typo fix
2019-08-22 09:39:58 -04:00
Steve Beaver
cb442cfa74
Fix is_set/isset
2019-08-22 09:38:17 -04:00
Steve Beaver
7f486e5af6
Fixed #8907
...
Support field size option in select control
2019-08-22 09:20:24 -04:00
kristoffer-ekenstam
cedc818460
Fixed #8014
...
Fixed wildcard variable not being set correctly.
Updated CURLOPT_URL according to provider's documentation.
Added support for MX records.
2019-08-22 10:12:10 +02:00
Steve Beaver
6f6299a3a6
Fixed #9693
...
Allow ACB to be suppressed by including magic string in the backup description
Transmit max number of manual backups in the ACB
2019-08-21 14:47:58 -04:00
Steve Beaver
f01c09914d
Fixed #9687
...
Remove all referenes to legact/Gold ABC system
2019-08-21 12:12:18 -04:00
John Forte
6176862f98
Was failing the check if clicking test notifications twice in a row. So it was saving the asterisks and overwriting the current password.
2019-08-16 17:15:25 -04:00
Renato Botelho do Couto
fc79c7d3b9
Merge pull request #4029 from BBcan177/patch-1
2019-08-13 10:43:20 -03:00
jim-p
81f19e11e5
ipsec.inc: Safety belt in case package array is missing.
2019-08-07 15:28:37 -04:00
jim-p
6e0d47510e
Fixup format of XMLRPC auth error to match GUI auth error.
2019-08-07 10:48:57 -04:00
jim-p
a264f87047
Instead of restarting pkgs, add an IPsec reload hook they can use instead. Fixes #9668
2019-08-05 12:39:14 -04:00
jim-p
15701e03e3
Restart packages at the end of rc.newipsecdns. Fixes #9668
...
Not an ideal solution but it does ensure that FRR routes function after
an IPsec event.
2019-08-05 11:33:31 -04:00
Renato Botelho do Couto
38809d476a
Fix copyright message years to reflect BSDP -> ESF -> Netgate
2019-07-29 14:50:49 -03:00
Renato Botelho do Couto
f83416bd38
Normalize some copyright messages
2019-07-29 08:58:59 -03:00
Steve Beaver
b73d8949df
Fixed #9245 updating copyright notices
2019-07-10 13:52:35 -04:00
Steve Beaver
7ec80e763f
Fixed #9586 by detecting if option list includes /0 or not
2019-07-10 13:26:06 -04:00
jim-p
40caec85cc
Test for array before using as array. Fixes #9611
2019-07-03 12:09:07 -04:00