Commit Graph

36446 Commits

Author SHA1 Message Date
Andreas Bleischwitz
51dc008bfe Add additional DHCPv6 prefix delegation size options to dropdown list on interface settings.
- implements #9590
2019-08-21 09:33:44 +02: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
Eric Vantillard
edfe22f8ba Add Gandi LiveDNS DynDNS client. 2019-06-04 09:46:40 +02:00
gitdevmod
1a26a88b03
Update services.inc 2019-06-03 23:24:45 +02:00
gitdevmod
a183d3d4a9
Update services.inc 2019-06-03 23:20:34 +02:00
jim-p
69a2f6ccb8 Set IPsec VTI MTU to configured value at boot. Implements #9111 2019-06-03 14:31:18 -04:00
Renato Botelho
6624a6befc Use system_get_arp_table() 2019-06-03 15:23:39 -03:00
Renato Botelho
7a5ab2bd60 Remove unused variable $pools 2019-06-03 15:07:56 -03:00
Renato Botelho
38897f40c8 Remove unused array item 'online' 2019-06-03 15:00:31 -03:00
Renato Botelho
ccc6bd4d51 Use system_get_arp_table() 2019-06-03 14:47:11 -03:00
Renato Botelho
b12f00edcf Remove unused variable 2019-06-03 14:38:15 -03:00
Renato Botelho
cda4e23edf Use system_get_arp_table() 2019-06-03 14:34:10 -03:00
Renato Botelho
5a41b18c56 Unbreak interfaces.php defining global $form 2019-06-03 14:07:18 -03:00