Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Enable debug when building quagga to fix crash on ARM | Renato Botelho | 2017-08-18 | 1 | -0/+7 | |
| | | | ||||||
* | | | Remove dashboard update period stuff | Steve Beaver | 2017-08-17 | 1 | -1/+0 | |
| | | | ||||||
* | | | No longer experimental so comment removed | Steve Beaver | 2017-08-17 | 9 | -9/+9 | |
| | | | ||||||
* | | | Add the AWS ena module to MODULES_OVERRIDE list. | Luiz Souza | 2017-08-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add Polish to GUI, it's over 75% complete | Renato Botelho | 2017-08-17 | 1 | -0/+1 | |
| | | | ||||||
* | | | Update translation files | Renato Botelho | 2017-08-17 | 86 | -26497/+66306 | |
| | | | ||||||
* | | | Regenerate pot | Renato Botelho | 2017-08-17 | 1 | -432/+442 | |
| | | | ||||||
* | | | Revert "Enable debug when building quagga to fix crash on ARM" | Renato Botelho | 2017-08-17 | 1 | -7/+0 | |
| | | | | | | | | | | | | This reverts commit 525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d. | |||||
* | | | Revert "Enable debug for frr too" | Renato Botelho | 2017-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | This reverts commit c694655bb1511c169ff8b0a280c9b34c63e01815. | |||||
* | | | Enable debug for frr too | Renato Botelho | 2017-08-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Enable debug when building quagga to fix crash on ARM | Renato Botelho | 2017-08-17 | 1 | -0/+7 | |
| | | | ||||||
* | | | Let more ports build on ARM | Renato Botelho | 2017-08-17 | 1 | -6/+0 | |
| | | | ||||||
* | | | Widget comment edit | Steve Beaver | 2017-08-17 | 1 | -3/+2 | |
| | | | ||||||
* | | | Re-write CPU usage calculation to avoid sleep in AJAX call | Steve Beaver | 2017-08-17 | 2 | -42/+47 | |
| | | | ||||||
* | | | Speedup package related calls to get_pkg_info() since now we have a script ↵ | Renato Botelho | 2017-08-16 | 2 | -3/+2 | |
| | | | | | | | | | | | | that update metadata periodically | |||||
* | | | Merge pull request #3795 from PiBa-NL/20170808-hfsc-no-prio | Renato Botelho | 2017-08-16 | 1 | -21/+24 | |
|\ \ \ | ||||||
| * | | | shaper, hfsc cannot use priority, as such don't show the field in the webgui. | PiBa-NL | 2017-08-08 | 1 | -21/+24 | |
| | | | | | | | | | | | | | | | | | | | | Also for the other shapers 0 is a valid priority While fairq causes a error loading rules with a priority above 7 so prevent that. | |||||
* | | | | Merge pull request #3799 from marjohn56/Unbound-start-delay | Renato Botelho | 2017-08-16 | 3 | -0/+22 | |
|\ \ \ \ | ||||||
| * | | | | Some systems - only one that I am aware of, complain that unbound is ↵ | marjohn56 | 2017-08-11 | 3 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | starting before dchp6 has completed leading to problems, this occurs only on boot. Further examination did indeed show that the problem is caused by unbound starting before the dhcp6c - RTSOLD - rc.newwanipv6 have completed, making sure that these have all run before unbound is allowed to start corrects the problem. In order to fix this I have added a file creation of a file in tmp in rc.newwanipv6, this is the final function when the system is booting and ONLY when the system is booting. In interfaces.inc I have added an unlink_if_exists () of this file, this is a "just in case" catch, should the file have been left behind due to some unforeseen event. The real work is done in services.inc, a section of code has been added that can cause up-to a ten second delay before allowing unbound to start. This is achieved by waiting for the file created by rc.newwanipv6 to exist, once it does exist then the file is deleted, the sleep loop breaks and unbound is allowed to start. If the file does not exist after 10 seconds then the sleep loop exits and unbound can start. Checks are made for the fact that WAN is using Ipv6 and dhcp6, | |||||
* | | | | | Merge pull request #3796 from eyJhb/master | Renato Botelho | 2017-08-16 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | dyndns: changed CloudFlare to Cloudflare - correct spelling | eyJhb | 2017-08-10 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | dyndns: added password help text for cloudflare | eyJhb | 2017-08-10 | 1 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Fixed #7625 | Steve Beaver | 2017-08-16 | 1 | -7/+5 | |
| | | | | | ||||||
* | | | | | Do not use reference to avoid losing data | Renato Botelho | 2017-08-16 | 1 | -2/+4 | |
| | | | | | ||||||
* | | | | | Always run additional_config_upgrade() and do it after config is written | Renato Botelho | 2017-08-16 | 1 | -8/+10 | |
| | | | | | ||||||
* | | | | | Fix indent/space | Renato Botelho | 2017-08-16 | 1 | -9/+14 | |
| | | | | | ||||||
* | | | | | Check if specific config upgrade code already ran and skip it | Renato Botelho | 2017-08-16 | 1 | -7/+20 | |
| | | | | | ||||||
* | | | | | Add a function to be called every time convert_config() runs | Renato Botelho | 2017-08-16 | 2 | -0/+14 | |
| | | | | | ||||||
* | | | | | Hide dashboard update period control. No longer needed with central refresh ↵ | Steve Beaver | 2017-08-16 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | system | |||||
* | | | | | Convert firewall log widget to centralized refresh system | Steve Beaver | 2017-08-16 | 1 | -18/+32 | |
| | | | | | ||||||
* | | | | | Use central refresh system for dyndns widget | Steve Beaver | 2017-08-15 | 2 | -31/+33 | |
| | | | | | ||||||
* | | | | | Refresh cache every 2h when using GUI | Renato Botelho | 2017-08-15 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Make sure pfSense-upgrade return code is obtained instead of tail's one | Renato Botelho | 2017-08-15 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Unset workaround used to set cronjob on 2.3.x | Renato Botelho | 2017-08-15 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Converted thermal sensor widget to use central refresh system | Steve Beaver | 2017-08-15 | 3 | -36/+40 | |
| | | | | | ||||||
* | | | | | ipsec widget converted to JSON formatted refresh | Steve Beaver | 2017-08-15 | 1 | -43/+50 | |
| | | | | | ||||||
* | | | | | Put the FQDN first in /etc/hosts to make dnsmasq happy when reverse ↵ | jim-p | 2017-08-14 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | resolving hostnames. Make a special exception for localhost. Fixes #7771 | |||||
* | | | | | Revise error page to comply with login page style | Steve Beaver | 2017-08-14 | 2 | -21/+68 | |
| | | | | | ||||||
* | | | | | Merge pull request #3800 from phil-davis/patch-1 | Steve Beaver | 2017-08-13 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Comment typos | Phil Davis | 2017-08-13 | 1 | -3/+3 | |
|/ / / / / | ||||||
* | | | | | Fix a couple of 'route: writing to routing socket: Invalid argument' ↵ | Luiz Souza | 2017-08-12 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings during the boot. Use the correct variable and only add the route when the hostname is resolved (if the remote address is a hostname). route: writing to routing socket: Invalid argument | |||||
* | | | | | Do not run the dpinger when the IPv6 address has the tentative flag even ↵ | Luiz Souza | 2017-08-11 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | after the timeout. | |||||
* | | | | | Disable the DAD on the stf interface. This prevents the dpinger from start. | Luiz Souza | 2017-08-11 | 1 | -4/+1 | |
| | | | | | ||||||
* | | | | | Fixed #7625 | Steve Beaver | 2017-08-11 | 3 | -13/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By: Separating the source and destination onChange functions Preventing the mask selector from being automatically updated if it is disabled Simplifying the auto mask JavaScript | |||||
* | | | | | Build FRR package instead of FRR directly | jim-p | 2017-08-11 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Refresh metadata before an upgrade | Renato Botelho | 2017-08-11 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Spelling :( | Steve Beaver | 2017-08-11 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Improve comments | Steve Beaver | 2017-08-11 | 1 | -2/+1 | |
| | | | | | ||||||
* | | | | | Add AJAX version check | Steve Beaver | 2017-08-11 | 1 | -1/+44 | |
| | | | | | ||||||
* | | | | | Show user when pkg metadata was updated | Renato Botelho | 2017-08-11 | 1 | -4/+20 | |
| | | | | |