Commit Graph

36470 Commits

Author SHA1 Message Date
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
Renato Botelho
8129d78071 Add a control file to be used as trigger to sync files to S3 2019-08-27 09:22:53 -03: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
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
Renato Botelho
83eb737685 Add haproxy18 options 2019-08-19 16:04:15 -03:00
Renato Botelho do Couto
083a9a8234 Disable packages that don't build on armv7 2019-08-13 15:40:27 -03: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
Renato Botelho do Couto
84a5e2db64 Revert "Disable snort3 on armv7. It's broken"
This reverts commit 987377b0c9.
2019-07-23 12:39:00 -03:00
Renato Botelho do Couto
9c763eb4e4 Make sure TSC is disabled on armv7 2019-07-23 10:33:39 -03:00
Renato Botelho do Couto
987377b0c9 Disable snort3 on armv7. It's broken 2019-07-18 09:06:00 -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
jim-p
2c544ac61c Picture widget corrections. Fixes #9610
* Sanitize user input before using as path/filenames
* Use a more accurate method of determining image type on read
* More sanity checks before reading images.
2019-07-01 15:58:16 -04:00
jim-p
d31362b69d Encode error output in services_captiveportal_mac.php. Fixes #9609 2019-07-01 14:37:12 -04:00
jim-p
bb1692e4ed Update comment. Issue #9607 2019-06-28 10:29:05 -04:00
jim-p
aa61875317 Update TLS versions used by nginx. Implements #9607 2019-06-28 10:19:53 -04:00
Renato Botelho do Couto
c2b091b90e Start building snort3 binary 2019-06-28 08:48:14 -03:00
jim-p
980e3e5003 Add athp to wireless regex list. Fixes #9600 2019-06-25 09:50:55 -04:00
jim-p
fe482ccc1e Encode hostname in services_acb.php before use. Fixes #9584 2019-06-13 13:09:36 -04:00
jim-p
45f9575396 Initialize VLAN array in console setup. Fixes #9582 2019-06-11 09:50:42 -04:00
jim-p
8d4f79cd5f Only apply group size restriction to local groups. Implements #3792 2019-06-07 13:17:15 -04:00
Renato Botelho
85cbd521b3 Merge pull request #4061 from evantill/master 2019-06-06 07:41:44 -03:00