Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Polish to GUI, it's over 75% complete | Renato Botelho | 2017-08-17 | 1 | -0/+1 |
| | |||||
* | 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, | ||||
* | | | 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 |
| | | | |||||
* | | | 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 | 1 | -0/+1 |
| | | | |||||
* | | | 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 | 1 | -21/+65 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Update cache when GUI successfully update pkg metadata | Renato Botelho | 2017-08-11 | 1 | -0/+6 |
| | | | |||||
* | | | Consider only last output line | Renato Botelho | 2017-08-11 | 1 | -1/+1 |
| | | | |||||
* | | | Speedup get_system_pkg_version() considering only installed packages | Renato Botelho | 2017-08-10 | 1 | -2/+2 |
| | | | |||||
* | | | Use cache file to show pfSense version information | Renato Botelho | 2017-08-10 | 2 | -4/+22 |
| | | | |||||
* | | | Save pkg update return code | Renato Botelho | 2017-08-10 | 1 | -4/+8 |
| | | | |||||
* | | | Add a protection to prevent ending up with duplicate crontab entry | Renato Botelho | 2017-08-10 | 1 | -1/+10 |
| | | | |||||
* | | | Sort languages alphabetically (in English) | Renato Botelho | 2017-08-10 | 1 | -6/+6 |
| | | | |||||
* | | | Add Dutch to GUI, it's over 75% complete | Renato Botelho | 2017-08-10 | 1 | -0/+1 |
| | | | |||||
* | | | Run rc.update_pkg_metadata in background when repository changes | Renato Botelho | 2017-08-10 | 1 | -1/+3 |
| | | | |||||
* | | | Make sure pkg metadata is updated at least once daily. It will be used to ↵ | Renato Botelho | 2017-08-10 | 4 | -1/+61 |
|/ / | | | | | | | speedup GUI parts related to pkg update | ||||
* | | Revise upgrade script to insert support widget at the top of column 2 | Steve Beaver | 2017-08-09 | 2 | -2/+28 |
| | | | | | | | | Add old support widget to obsolete files list | ||||
* | | Update config version | Steve Beaver | 2017-08-07 | 2 | -1/+5 |
| | | |||||
* | | Fix upgrade 166 to 167 script | Steve Beaver | 2017-08-07 | 1 | -4/+2 |
|/ | |||||
* | Force the support widget to show when a user upgrades to this version | Steve Beaver | 2017-08-04 | 2 | -3/+13 |
| | |||||
* | Remove .empty files from trusted/revoked directories | Renato Botelho | 2017-08-04 | 1 | -0/+2 |
| | |||||
* | change login page logo to svg | Jared Dillard | 2017-08-03 | 1 | -2/+17 |
| | |||||
* | Fix VLAN Priority set pf syntax. Fixes #7744 | jim-p | 2017-08-01 | 1 | -3/+15 |
| | |||||
* | Merge pull request #3762 from PiBa-NL/20170624_gatewayalarm_log | Renato Botelho | 2017-07-31 | 1 | -0/+13 |
|\ | |||||
| * | rc.gateway_alarm, add syslog message that shows that a alarm was ↵ | PiBa-NL | 2017-06-24 | 1 | -0/+13 |
| | | | | | | | | | | | | raised/cleared and what the parameters were This helps clarify why sometimes services are restarted when reading through the syslogs. | ||||
* | | Merge pull request #3535 from fernsehkind/Redmine1629 | Renato Botelho | 2017-07-31 | 1 | -4/+5 |
|\ \ | |||||
| * | | Use correct wording for log output when IP address has changed and states ↵ | Fernsehkind | 2017-06-20 | 1 | -2/+2 |
| | | | | | | | | | | | | are killed accordingly | ||||
| * | | Improve log output when ip_change_kill_states is set. | Ralph Haussmann | 2017-02-12 | 1 | -4/+5 |
| | | | |||||
* | | | Add pt_BR back to GUI since it's over 75% complete | Renato Botelho | 2017-07-31 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #3773 from PiBa-NL/20170703-ipsec-sleep-lock | Renato Botelho | 2017-07-31 | 1 | -11/+23 |
|\ \ \ | |||||
| * | | | ipsec, prevent simultaneous/repeated calling of vpn_ipsec_configure() by ↵ | PiBa-NL | 2017-07-04 | 1 | -11/+23 |
| | |/ | |/| | | | | | | | /etc/rc.newipsecdns | ||||
* | | | Merge pull request #3761 from marjohn56/master | Renato Botelho | 2017-07-31 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Add Option to use static IPV6 over v4 parent ( PPPoE | marjohn56 | 2017-07-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | A new option when setting a v6 static on the WAN to allow the connection to use the V4 interfaces i.e. PPPoE | ||||
* | | | | Merge pull request #3788 from znerol/feature/master/bridge-ipv6-auto-linklocal | Renato Botelho | 2017-07-31 | 1 | -0/+21 |
|\ \ \ \ | |||||
| * | | | | Add support for IPv6 AUTO_LINKLOCAL flag on bridge interfaces | Lorenz Schori | 2017-07-25 | 1 | -0/+21 |
| | | | | | |||||
* | | | | | Merge pull request #3770 from hamnur/master | Renato Botelho | 2017-07-31 | 1 | -3/+14 |
|\ \ \ \ \ | |||||
| * | | | | | Use attribute rekey_enable as usual but optionally allow to set margintime ↵ | hamnur | 2017-07-17 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | if rekeying is not disabled |