summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | Clearer narrative for domain override on main resolver config pagestilez2017-03-051-0/+7
| | | | | |
| | * | | | Clearer narrative for domain override edit pagestilez2017-03-051-2/+8
| | |/ / /
| * | | | Merge pull request #3628 from doktornotor/patch-17Steve Beaver2017-03-201-6/+34
| |\ \ \ \
| | * | | | Add error handling to AJAX calldoktornotor2017-03-081-0/+3
| | | | | |
| | * | | | Add AJAX to interfaces widgetdoktornotor2017-03-081-6/+31
| | | | | | | | | | | | | | | | | | Do some whitespace fixes while here.
| * | | | | Merge pull request #3630 from doktornotor/patch-19Steve Beaver2017-03-201-0/+3
| |\ \ \ \ \
| | * | | | | Add error handling to AJAX calldoktornotor2017-03-081-0/+3
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #3632 from doktornotor/patch-21Steve Beaver2017-03-209-17/+23
| |\ \ \ \ \
| | * | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | | | | | |
| | * | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | | | | | |
| | * | | | | Update system_update_settings.phpdoktornotor2017-03-091-1/+1
| | | | | | |
| | * | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | | | | | |
| | * | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | | | | | |
| | * | | | | Add reason to write_config() callsdoktornotor2017-03-091-10/+10
| | | | | | | | | | | | | | | | | | | | | Replace shell-style comments while here.
| | * | | | | Add reason to write_config() calldoktornotor2017-03-091-1/+1
| | | | | | |
| | * | | | | Add reason to write_config() callsdoktornotor2017-03-091-1/+6
| | | | | | |
| | * | | | | Add reason to write_config() calldoktornotor2017-03-091-0/+1
| | |/ / / /
| * | | | | Merge pull request #3594 from doktornotor/patch-13Steve Beaver2017-03-201-2/+2
| |\ \ \ \ \
| | * | | | | Reduce numeric precision in gateways widget to single decimal place (Feature ↵doktornotor2017-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #6841)
| * | | | | | Merge pull request #3529 from Chrisc-c-c/Fix-List-Sort-OrderSteve Beaver2017-03-202-7/+20
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Fix incorrect sorting for various dropdown lists.Chris Rowe2017-02-122-7/+20
| | | | | | |
* | | | | | | Redmine 7182 Allow multiple copies of widgets on dashboardPhil Davis2017-03-2020-815/+944
| | | | | | |
* | | | | | | Redmine #7318 None button for widget filtersPhil Davis2017-03-1910-50/+56
| | | | | | |
* | | | | | | Handle widgets having no items selected for displayPhil Davis2017-03-199-20/+112
|/ / / / / /
* | | | | | Don't display the "export key" icon if there is no key to export. e.g. If ↵Steve Beaver2017-03-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | hte cert was created from a pasted-in CSR
* | | | | | Base64 encode private keySteve Beaver2017-03-151-1/+1
| | | | | |
* | | | | | Add the ability to save a private key with the newly signed certSteve Beaver2017-03-151-1/+20
| | | | | |
* | | | | | Revised certificate selectors to use refid rather than indexSteve Beaver2017-03-151-14/+18
| | | | | |
* | | | | | Deleted CSR key textarea - No longer requiredSteve Beaver2017-03-151-20/+3
| | | | | |
* | | | | | Merge pull request #3515 from marjohn56/masterjim-p2017-03-152-9/+3
|\ \ \ \ \ \
| * | | | | | WAN flap loss of IPv6marjohn562017-03-122-9/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some hardware is taking too long to set ACCEPT_RTADV on the Interface, this results in RTSOLD exiting and this not sending RS to start the process. Apart from adding a delay to the start of RTSOLD which did improve but not totally fix the issue the other change is to prevent the call to -ACCEPT_RTADV if the interface is using DHCP6. -ACCEPT_RTADV in the case of wancfg['dhcp6usev4iface'] || $wancfg['ipaddr']==='ppp' Cleaning up dhcp6c kill calls. ppp-ipv6 Changed to call kill_dhcp6client_process() to make sure the lock files are also cleared. Interfaces.php Changed to call kill_dhcp6client_process() to make sure the lock files are also cleared.
* | | | | | | Merge pull request #3583 from phil-davis/alias-hover-textjim-p2017-03-151-4/+30
|\ \ \ \ \ \ \
| * | | | | | | Fix #7316 Alias Edit keep pattern, placeholder, title in sync on all rowsPhil Davis2017-02-251-4/+30
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3457 from stilez/patch-38jim-p2017-03-151-11/+29
|\ \ \ \ \ \ \
| * | | | | | | More sanitising of ipprotocol and other input fieldsstilez2017-02-011-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $_POST['ipprotocol'] needs a bit more sanitising. Some conditions test if it's a zero-length string, other conditions test if it's set/unset. Moreover ipprotocol is used to test and set valid values on other fields, so an invalid value on $_POST['ipprotocol'] has knock-on effects for other field validation that aren't trapped (although an invalid ipprotocol itself, is trapped), and a few places test it redundantly (for example if !$input_errors[] then ipprotocol must have been both set and valid, so no need to test isset()). A few other minor form fields should be sanity-checked before being relied upon as valid. Needs checking if any are missed. Last, $_POST['interface'] isn't validated, but I'm not sure what the correct validation expression would be for it, and the correct handling if !input_errors (see also the FIXME at line ~ 780)
* | | | | | | | Revised error handling for CSR signingSteve Beaver2017-03-151-26/+15
| | | | | | | |
* | | | | | | | Spelling fix in help textSteve Beaver2017-03-141-1/+1
| | | | | | | |
* | | | | | | | Improve error detection in Openssl libSteve Beaver2017-03-141-16/+29
| | | | | | | |
* | | | | | | | Added the ability to sign a CSRSteve Beaver2017-03-141-4/+138
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #3626 from phil-davis/trigger-initial-wizard-7364Renato Botelho2017-03-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix #7364 Console assigned VLAN disappears after rebootPhil Davis2017-03-081-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #3577 from phil-davis/patch-10Renato Botelho2017-03-081-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix #7306 Correctly filter log widget entries by interface descriptionPhil Davis2017-02-231-2/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Remove whirlpool from the list of CA/Cert digest algorithms as it does not ↵jim-p2017-03-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | work properly. OpenSSL claims it's not valid ("unknown signature algorithm"). Fixes #7370 While I'm here, stop needlessly repeating the algo list, it's a global in certs.inc, so use that single copy of the list.
* | | | | | | Fix display of openssl errors when working with CA or certificate entries. ↵jim-p2017-03-082-10/+17
| |/ / / / / |/| | | | | | | | | | | | | | | | | Found this while looking into ticket #7370
* | | | | | Merge pull request #3574 from phil-davis/wrap-host-domain-namesRenato Botelho2017-03-073-2/+6
|\ \ \ \ \ \
| * | | | | | Redmine #7301 Put dot after the word breakPhil Davis2017-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Phil Davis <phil.davis@inf.org>
| * | | | | | Redmine #7301 Provide word-break opportunity for dynamic DNS host namesPhil Davis2017-02-233-2/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Phil Davis <phil.davis@inf.org>
* | | | | | Merge pull request #3606 from PiBa-NL/igmp_apply-20170303Renato Botelho2017-03-071-5/+1
|\ \ \ \ \ \
| * | | | | | igmp, fix apply button, remove save buttonPiBa-NL2017-03-031-5/+1
| |/ / / / /
OpenPOWER on IntegriCloud