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
jim-p
633790aaa7
Fix IPsec forms
...
JS was hiding inputs, but now that the hidden inputs are global, the entire form was being hidden.
2019-06-04 20:50:15 -04:00
Renato Botelho
2d0b724572
Speedup build running all in parallel
2019-06-04 16:59:21 -03:00
Renato Botelho
db9996140e
Merge pull request #4041 from gitdevmod/master
2019-06-04 13:50:32 -03:00
Renato Botelho
61794d5179
Allow MAKE_JOBS for slow ports
2019-06-04 13:41:48 -03:00
Renato Botelho
1db0bff956
Remove duplicate function
2019-06-04 10:33:40 -03:00
Renato Botelho
00e3e638a7
Ticket #3500 : Simplify dhcpd_gather_stats.php using system_get_dhcpleases()
2019-06-04 10:33:40 -03:00
Renato Botelho
55342b609d
Ticket #3500 : Simplify diag_arp.php using system_get_dhcpleases()
2019-06-04 10:33:40 -03:00
Renato Botelho
1e76ee4582
Remove unused functions
2019-06-04 10:33:40 -03:00
Renato Botelho
c4c730b5aa
Ticket #3500 : Simplify status_dhcp_leases.php using system_get_dhcpleases()
2019-06-04 10:33:40 -03:00
Renato Botelho
88326a6bc2
Ticket #3500 : Implement system_get_dhcpleases()
2019-06-04 10:33:40 -03:00
Renato Botelho
626c773426
Move dhcpd_date_adjust_gmt() to util.inc
2019-06-04 10:33:40 -03:00
Renato Botelho
923eb50e48
Move array_remove_duplicate() to util.inc
2019-06-04 10:33:40 -03:00
Renato Botelho
71be944340
Do not unset undefined variable
2019-06-04 10:33:40 -03:00