Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -resolved syntax error | hamnur | 2016-08-31 | 1 | -4/+4 |
| | |||||
* | Merge pull request #3106 from NewEraCracker/patch-9 | Renato Botelho | 2016-08-29 | 1 | -2/+3 |
|\ | |||||
| * | system_dhcpleases_configure() - Improve pidfile handling | NewEraCracker | 2016-08-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #3107 from NewEraCracker/patch-10 | Renato Botelho | 2016-08-29 | 1 | -0/+1 |
|\ \ | |||||
| * | | Apply the fix for ticket #6589 also into dhcpdv6 config | NewEraCracker | 2016-08-20 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #3112 from phil-davis/patch-1 | Renato Botelho | 2016-08-29 | 1 | -1/+32 |
|\ \ | |||||
| * | | Indent dhcpd.conf option custom | Phil Davis | 2016-08-18 | 1 | -2/+2 |
| | | | |||||
| * | | Fix #6720 DHCP options by pool | Phil Davis | 2016-08-17 | 1 | -1/+32 |
| | | | | | | | | | | | | It is a little bit tricky having to generate the unique "option custom-if-n-m code ..." lines at first where n = pool index and m = item index in the items of the pool. Then make sure to reference that later, getting the same pool index into the array of pools. The $all_pools array as the "overall" or "base" pool first (at index 0), followed by the user-specified pools at index 1, 2, 3,... - which are actually at indexes 0, 1, 2,... in the ordinary array of pools in the config. So the -1 at line 910 has to happen. But it works for me. | ||||
* | | | Merge pull request #3110 from phil-davis/patch-2 | Renato Botelho | 2016-08-29 | 1 | -3/+0 |
|\ \ \ | |||||
| * | | | Fix double domain-name-servers for pool | Phil Davis | 2016-08-16 | 1 | -3/+0 |
| |/ / | | | | | | | | | | | | | Add a pool and specify something in 1 or more of the DNS servers boxes for the pool. The "option domain-name-servers 1.2.3.4" line appears twice in dhcpd.conf The first bit of code to do it is at lines 787-799. I have deleted this 2nd time that it is done at lines 854-856. | ||||
* | | | Merge pull request #3114 from phil-davis/patch-3 | Renato Botelho | 2016-08-29 | 1 | -8/+10 |
|\ \ \ | |||||
| * | | | Fix #6724 VLAN interface displayed wrong | Phil Davis | 2016-08-18 | 1 | -8/+10 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | change traffic graphs to use d3.js | Jared Dillard | 2016-08-23 | 6 | -125/+875 |
| | | | | |||||
* | | | | add visibility js | Jared Dillard | 2016-08-23 | 1 | -0/+1 |
| | | | | |||||
* | | | | Add a selection for OpenVPN to have no compression preference + ↵ | jim-p | 2016-08-22 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | comp-noadapt, which is necessary in some client edge cases. Fixes #6739 | ||||
* | | | | Clean up the text on diag_sockets.php. Fixes #6708 | jim-p | 2016-08-22 | 1 | -14/+12 |
| | | | | |||||
* | | | | Clarify language on diag_tables.php. Fixes #6713 | jim-p | 2016-08-22 | 1 | -2/+4 |
| | | | | |||||
* | | | | Use -l with traceroute6 to show both IP Addresses and Hostnames when ↵ | jim-p | 2016-08-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | resolving hops. Add note about max ttl/hop limit in source comment. Fixes #6715 | ||||
* | | | | Add output encoding to diag_dns.php for results returned from DNS. Fixes #6737 | jim-p | 2016-08-22 | 1 | -4/+4 |
| | | | | |||||
* | | | | Fixed #6711 | Stephen Beaver | 2016-08-22 | 2 | -0/+9 |
| | | | | |||||
* | | | | Fixed #6732 | Stephen Beaver | 2016-08-22 | 1 | -8/+20 |
| | | | | |||||
* | | | | Fix syntax error on openvpn.widget.php | NewEraCracker | 2016-08-20 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Use "-C /dev/null" when starting dnsmasq to avoid it picking up an incorrect ↵ | jim-p | 2016-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | default config which would override our command line parameters. Fixes #6730 | ||||
* | | | Text typos in openvpn.widget.php | Phil Davis | 2016-08-19 | 1 | -2/+3 |
| | | | |||||
* | | | Revise widget refresh timing | Stephen Beaver | 2016-08-18 | 2 | -2/+2 |
| | | | |||||
* | | | Add specific permission to allow HA XMLRPC sync. It fixes #809 | Renato Botelho | 2016-08-18 | 2 | -6/+33 |
| | | | |||||
* | | | Fix remote_addr array key | Renato Botelho | 2016-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | Disable autoDocument | Renato Botelho | 2016-08-18 | 1 | -1/+1 |
| | | | |||||
* | | | Ticket #3734: Remove xmlrpc.inc, xmlrpc_client.inc and xmlrpc_server.inc | Renato Botelho | 2016-08-18 | 4 | -2803/+3 |
| | | | |||||
* | | | Ticket #3734: Pass username on all xmlrpc calls | Renato Botelho | 2016-08-18 | 3 | -7/+7 |
| | | | |||||
* | | | Ticket #3734: Convert xmlrpc.php to use XML/RPC2/Server.php | Renato Botelho | 2016-08-18 | 1 | -432/+443 |
| | | | |||||
* | | | Initialize variable properly | Renato Botelho | 2016-08-18 | 1 | -0/+1 |
| | | | |||||
* | | | Do not enable debug | Renato Botelho | 2016-08-18 | 1 | -8/+0 |
| | | | |||||
* | | | Added control to set dashboard widget refresh period | Stephen Beaver | 2016-08-18 | 10 | -22/+67 |
| | | | | | | | | | | | | | | | 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 | ||||
* | | | Completed #6723\ | Stephen Beaver | 2016-08-18 | 1 | -171/+219 |
| | | | | | | | | | | | | by making the OpenVPN widget update dynamically | ||||
* | | | Remove debug leftover | Renato Botelho | 2016-08-18 | 1 | -2/+0 |
|/ / | |||||
* | | Revert "change traffic graphs to d3" | Jared Dillard | 2016-08-17 | 6 | -1079/+184 |
| | | | | | | | | This reverts commit 9f33ec64330d0b50896772abd73156abbd762305. | ||||
* | | change traffic graphs to d3 | Jared Dillard | 2016-08-17 | 6 | -184/+1079 |
| | | |||||
* | | Add an option to push "block-outside-dns" to clients of an RA OpenVPN. Fixes ↵ | jim-p | 2016-08-17 | 2 | -0/+14 |
| | | | | | | | | #6719 | ||||
* | | diag-edit.php: Perform "Goto line #" action on pressing enter key within the ↵ | Stephen Beaver | 2016-08-17 | 1 | -1/+10 |
| | | | | | | | | line number element | ||||
* | | Merge pull request #3113 from NewEraCracker/patch-11 | Renato Botelho | 2016-08-16 | 1 | -1/+0 |
|\ \ | |||||
| * | | Fix messup caused by 9d3e872 | NewEraCracker | 2016-08-16 | 1 | -1/+0 |
| | | | |||||
* | | | Ticket #3734: Convert remaining xmlrpc_client.inc consumers to use XML_RPC2 | Renato Botelho | 2016-08-16 | 2 | -119/+163 |
| | | | |||||
* | | | Retire /etc/rc.filter_configure_xmlrpc | Renato Botelho | 2016-08-16 | 2 | -44/+1 |
| | | | |||||
* | | | Remove unused functions | Renato Botelho | 2016-08-16 | 1 | -15/+0 |
|/ / | |||||
* | | Silence pgrep stderr when pidfile contains an invalid PID | Renato Botelho | 2016-08-16 | 1 | -1/+1 |
| | | |||||
* | | Ticket: #3734: Convert rc.filter_synchronize to use pear-XML_RPC2 | Renato Botelho | 2016-08-16 | 1 | -84/+116 |
| | | |||||
* | | Fix indent | Renato Botelho | 2016-08-16 | 1 | -3/+4 |
| | | |||||
* | | Tidy up filenames | Colin Fleming | 2016-08-16 | 3 | -3/+3 |
|/ | | | | Make sure the filenames represent the actual file | ||||
* | Merge pull request #3109 from phil-davis/patch-1 | Stephen Beaver | 2016-08-16 | 1 | -2/+2 |
|\ |