Commit Graph

32443 Commits

Author SHA1 Message Date
Renato Botelho
2374503855 Merge pull request #3126 from hamnur/master 2016-08-31 08:10:16 -03:00
hamnur
0a6ab475d8 -resolved syntax error 2016-08-31 11:55:25 +02:00
Renato Botelho
b947efe847 Merge pull request #3106 from NewEraCracker/patch-9 2016-08-29 16:07:41 -03:00
Renato Botelho
3843c34a0b Merge pull request #3107 from NewEraCracker/patch-10 2016-08-29 15:19:13 -03:00
Renato Botelho
067c8f5418 Merge pull request #3112 from phil-davis/patch-1 2016-08-29 15:04:02 -03:00
Renato Botelho
2dfbd10f7e Merge pull request #3110 from phil-davis/patch-2 2016-08-29 15:02:22 -03:00
Renato Botelho
628fc6b68a Merge pull request #3114 from phil-davis/patch-3 2016-08-29 14:56:57 -03:00
Renato Botelho
018f571b65 Remove from poudriere_bulk unnecessary entries:
* sysutils/py-salt
Already built as dependency of sysutils/pfSense-builder

* security/sudo
Already built as dependency of pfSense-pkg-sudo
2016-08-26 07:43:20 -03:00
Luiz Otavio O Souza
d5d34fb4ac Improve the exclude_files for the base core package. Do not include existing packages and the contents of other packages. 2016-08-26 01:25:22 -05:00
Luiz Otavio O Souza
f014e9e53a Add the template for the u-boot core package. 2016-08-26 01:25:22 -05:00
Jeremy Porter
df6d4ff1be add cpu stress tester and bird to arm build 2016-08-25 17:33:30 -05:00
Jared Dillard
849d3a37a1 change traffic graphs to use d3.js 2016-08-23 13:22:12 -05:00
Jared Dillard
22b8293dc3 add visibility js 2016-08-23 13:22:12 -05:00
jim-p
9446ee68d8 Add a selection for OpenVPN to have no compression preference + comp-noadapt, which is necessary in some client edge cases. Fixes #6739 2016-08-22 16:16:22 -04:00
jim-p
1121b4a7bd Clean up the text on diag_sockets.php. Fixes #6708 2016-08-22 15:35:18 -04:00
jim-p
2b7902fe0a Clarify language on diag_tables.php. Fixes #6713 2016-08-22 14:49:16 -04:00
jim-p
2afb45bafa Use -l with traceroute6 to show both IP Addresses and Hostnames when resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715 2016-08-22 14:15:43 -04:00
jim-p
a92de66e66 Add output encoding to diag_dns.php for results returned from DNS. Fixes #6737 2016-08-22 12:30:28 -04:00
Stephen Beaver
ca3dc6c9ac Fixed #6711 2016-08-22 12:03:03 -04:00
Stephen Beaver
e737700578 Fixed #6732 2016-08-22 11:24:08 -04:00
Stephen Beaver
afd3477cc8 Merge pull request #3118 from NewEraCracker/patch-ovpnwidget 2016-08-20 14:24:36 -04:00
NewEraCracker
516e609ccb Fix syntax error on openvpn.widget.php 2016-08-20 19:21:44 +01:00
NewEraCracker
4509abc380 system_dhcpleases_configure() - Improve pidfile handling
1) Set the pidfile variable in the correct place.
   pidfile variable is required in both 'if' and 'else' blocks.

2) Ensure pidfile is valid before sending term signal
2016-08-20 18:56:42 +01:00
NewEraCracker
20350989db Apply the fix for ticket #6589 also into dhcpdv6 config 2016-08-20 08:51:16 +01:00
jim-p
68ce71f290 Use "-C /dev/null" when starting dnsmasq to avoid it picking up an incorrect default config which would override our command line parameters. Fixes #6730 2016-08-19 10:08:37 -04:00
Stephen Beaver
573c72c24a Merge pull request #3115 from phil-davis/patch-4 2016-08-18 19:47:51 -04:00
Phil Davis
8da4847472 Text typos in openvpn.widget.php 2016-08-19 09:16:05 +09:30
Stephen Beaver
134ee13df5 Revise widget refresh timing 2016-08-18 19:38:27 -04:00
Renato Botelho
fb1234ab7d Add specific permission to allow HA XMLRPC sync. It fixes #809 2016-08-18 18:36:16 -03:00
Renato Botelho
f82f991c47 Fix remote_addr array key 2016-08-18 18:35:58 -03:00
Renato Botelho
4f78ae1da5 Disable autoDocument 2016-08-18 16:55:28 -03:00
Renato Botelho
357b5e93d7 Ticket #3734: Remove xmlrpc.inc, xmlrpc_client.inc and xmlrpc_server.inc 2016-08-18 16:42:20 -03:00
Renato Botelho
2355a762c9 Ticket #3734: Pass username on all xmlrpc calls 2016-08-18 16:42:20 -03:00
Renato Botelho
f81e7cc404 Ticket #3734: Convert xmlrpc.php to use XML/RPC2/Server.php 2016-08-18 16:42:19 -03:00
Renato Botelho
29cffce778 Initialize variable properly 2016-08-18 16:42:19 -03:00
Renato Botelho
a49413cb49 Do not enable debug 2016-08-18 16:42:19 -03:00
Stephen Beaver
512f2c10af Added control to set dashboard widget refresh period
Start each widget refresh system after a short random delay to prevent all widgets hitting the server at the exactsame time
Fix issues wherein two widgets were resetting the refresh timer from the AJAX call, not the call-back function, thereby risking stepping on themselves
2016-08-18 11:41:19 -04:00
Stephen Beaver
f30e6bd49c Completed #6723\
by making the OpenVPN widget update dynamically
2016-08-18 09:16:13 -04:00
Renato Botelho
9b6e07374a Remove debug leftover 2016-08-18 07:55:29 -03:00
Phil Davis
fd020a2d94 Fix #6724 VLAN interface displayed wrong
in interface assignment script dialog.

The str_replace() calls were not smart enough to just get rid of bare "igb1" when "igb1_vlan123" and such like was also in the list.
2016-08-18 10:04:03 +09:30
Phil Davis
c507161d55 Indent dhcpd.conf option custom 2016-08-18 08:15:27 +09:30
Jared Dillard
0f3f6cc9da Revert "change traffic graphs to d3"
This reverts commit 9f33ec6433.
2016-08-17 16:08:55 -05:00
Jared Dillard
9f33ec6433 change traffic graphs to d3 2016-08-17 14:46:31 -05:00
jim-p
01c2735c0f Add an option to push "block-outside-dns" to clients of an RA OpenVPN. Fixes #6719 2016-08-17 15:42:32 -04:00
Renato Botelho
613d95e37c Use correct FreeBSD-src branch 2016-08-17 15:30:11 -03:00
Renato Botelho
55c811261f Disable packages that are not building on ARM 2016-08-17 11:34:30 -03:00
Renato Botelho
9bce3c232a Revert "Do not use host native compiler when building mysql for arm"
This reverts commit 669a59d7c9.
2016-08-17 11:34:30 -03:00
Renato Botelho
937f8d624d Revert "Check for ARCH here is unnecessary"
This reverts commit 0145641ae6.
2016-08-17 11:34:30 -03:00
Renato Botelho
f8ee942b6b Revert "Unbreak make.conf syntax"
This reverts commit 03d4281714.
2016-08-17 11:34:30 -03:00
Stephen Beaver
86e94becbe diag-edit.php: Perform "Goto line #" action on pressing enter key within the line number element 2016-08-17 09:19:40 -04:00