Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect XG-1537 | Renato Botelho | 2017-09-26 | 1 | -0/+7 |
| | |||||
* | Move this file_exists test inside the dpinger status check loop and also ↵ | jim-p | 2017-09-14 | 1 | -5/+5 |
| | | | | | | | | | suppress PHP errors from stream_socket_client() Both are done to avoid a race where the status file can be missing and the status check fails, resulting in an alert/crash report. (cherry picked from commit 59104a6ff6c862482eddb9696fd8d22dec89052e) (cherry picked from commit 793dc52dc94978f125d0028da7539cb77dca91f4) | ||||
* | gateway monitoring, give apinger some time to properly 'initialize' before ↵ | PiBa-NL | 2017-09-11 | 1 | -19/+37 |
| | | | | | | using its results (cherry picked from commit 29fa6f0f46ba039a67a93c00a08bcaecc3935b78) | ||||
* | Restore bad login message | Steve Beaver | 2017-08-30 | 2 | -2/+13 |
| | |||||
* | If the user chose to have DDNS Hostnames forced, respect that in the backend ↵ | jim-p | 2017-08-21 | 1 | -0/+4 |
| | | | | | | | code for static map IPv6 hosts. Fixes #7324 (cherry picked from commit bad77fc0aca53e560710eaa75b3de198d7edb8f3) (cherry picked from commit 50608d158646e32a612f845bcd0dfa91ce37d713) | ||||
* | shaper, hfsc cannot use priority, as such don't show the field in the webgui. | PiBa-NL | 2017-08-16 | 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. (cherry picked from commit 417991954c631fcc33ed3dc38a99ae3efecfea6e) | ||||
* | Some systems - only one that I am aware of, complain that unbound is ↵ | marjohn56 | 2017-08-16 | 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, (cherry picked from commit 881fb1867e81cc396277a73e4241f7a47a86a446) | ||||
* | Do not use reference to avoid losing data | Renato Botelho | 2017-08-16 | 1 | -2/+4 |
| | |||||
* | Ignore upgrade_167_to_168() when upgrade_166_to_167() runs, they are both ↵ | Renato Botelho | 2017-08-16 | 1 | -0/+2 |
| | | | | the same | ||||
* | Always run additional_config_upgrade() and do it after config is written | Renato Botelho | 2017-08-16 | 1 | -8/+10 |
| | |||||
* | Each item in additional_config_upgrade() must write config after changing it | Renato Botelho | 2017-08-16 | 1 | -3/+7 |
| | |||||
* | Detect old workarounds in config upgrade and deal with them | Renato Botelho | 2017-08-16 | 1 | -2/+20 |
| | |||||
* | Bring upgrade_166_to_167() to 2.3 world | Renato Botelho | 2017-08-16 | 1 | -1/+39 |
| | |||||
* | Move workaround used to enable pkg metadata update cronjob to a generic ↵ | Renato Botelho | 2017-08-16 | 2 | -30/+35 |
| | | | | mechanism | ||||
* | 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 |
| | |||||
* | Revert config version to 15.8 and remove upgrade script | Steve Beaver | 2017-08-15 | 2 | -35/+1 |
| | |||||
* | Add thermal_sensors.inc file to obsoleted files list | Steve Beaver | 2017-08-15 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Add a workaround to register rc.update_pkg_metadata cronjob on 2.3 since ↵ | Renato Botelho | 2017-08-15 | 1 | -0/+30 |
| | | | | config version cannot be bumped | ||||
* | Update cache when GUI successfully update pkg metadata | Renato Botelho | 2017-08-15 | 1 | -0/+6 |
| | |||||
* | Consider only last output line | Renato Botelho | 2017-08-15 | 1 | -1/+1 |
| | |||||
* | Speedup get_system_pkg_version() considering only installed packages | Renato Botelho | 2017-08-15 | 1 | -2/+2 |
| | |||||
* | Use cache file to show pfSense version information | Renato Botelho | 2017-08-15 | 2 | -4/+22 |
| | |||||
* | Save pkg update return code | Renato Botelho | 2017-08-15 | 1 | -4/+8 |
| | |||||
* | Run rc.update_pkg_metadata in background when repository changes | Renato Botelho | 2017-08-15 | 1 | -1/+3 |
| | |||||
* | Make sure pkg metadata is updated at least once daily. It will be used to ↵ | Renato Botelho | 2017-08-15 | 2 | -0/+45 |
| | | | | speedup GUI parts related to pkg update | ||||
* | 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 (cherry picked from commit 0e78c2f544ad577234a0a2f87ce2e8caefdfdb77) | ||||
* | Add Netgate Services and Support widget | Steve Beaver | 2017-08-14 | 2 | -7/+41 |
| | |||||
* | New login design back-ported from 2.4 | Steve Beaver | 2017-08-14 | 1 | -83/+177 |
| | |||||
* | Remove .empty files from trusted/revoked directories | Renato Botelho | 2017-08-04 | 1 | -0/+2 |
| | |||||
* | rc.gateway_alarm, add syslog message that shows that a alarm was ↵ | PiBa-NL | 2017-07-31 | 1 | -0/+13 |
| | | | | | | | | raised/cleared and what the parameters were This helps clarify why sometimes services are restarted when reading through the syslogs. (cherry picked from commit 48196bf0b2ba03aae260005b74335af5a2977f31) | ||||
* | Use correct wording for log output when IP address has changed and states ↵ | Fernsehkind | 2017-07-31 | 1 | -2/+2 |
| | | | | | | are killed accordingly (cherry picked from commit 8e7d47feda1c56715304a3a381fc9495698179fb) | ||||
* | Improve log output when ip_change_kill_states is set. | Ralph Haussmann | 2017-07-31 | 1 | -4/+5 |
| | | | | (cherry picked from commit a84da2286cc5353b5ce7161aa3d59ccd43ae3868) | ||||
* | Merge pull request #3774 from phil-davis/sort-if-names-RELENG_2_3 | Renato Botelho | 2017-07-31 | 3 | -1/+27 |
|\ | |||||
| * | Add user option to sort interface names RELENG_2_3 | Phil Davis | 2017-07-04 | 3 | -1/+27 |
| | | | | | | | | Signed-off-by: Phil Davis <phil@jankaritech.com> | ||||
* | | ipsec, prevent simultaneous/repeated calling of vpn_ipsec_configure() by ↵ | PiBa-NL | 2017-07-31 | 1 | -11/+23 |
| | | | | | | | | | | | | /etc/rc.newipsecdns (cherry picked from commit 7c6f38e49a2005812e37fe5b365717edc0d5dd44) | ||||
* | | Add Option to use static IPV6 over v4 parent ( PPPoE | marjohn56 | 2017-07-31 | 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 (cherry picked from commit b73313837b9efe6021fe7841adf6e837a89607a1) | ||||
* | | Add support for IPv6 AUTO_LINKLOCAL flag on bridge interfaces | Lorenz Schori | 2017-07-31 | 1 | -0/+21 |
| | | | | | | | | (cherry picked from commit b060e08c9dd701b56b5163321b5e9a79f90b1f23) | ||||
* | | Use attribute rekey_enable as usual but optionally allow to set margintime ↵ | hamnur | 2017-07-31 | 1 | -4/+6 |
| | | | | | | | | | | | | if rekeying is not disabled (cherry picked from commit 376e6f6719e6463913045b233ca90d69254057ff) | ||||
* | | Hide margintime if rekeying is disabled | hamnur | 2017-07-31 | 1 | -9/+6 |
| | | | | | | | | (cherry picked from commit e18ddb38449b6463fabf5782284b206a355dbad7) | ||||
* | | Activate RADIUS accounting for mobile ipsec if it was selected on the auth ↵ | hamnur | 2017-07-31 | 1 | -0/+7 |
| | | | | | | | | | | | | server view (cherry picked from commit 1e0442e0612ecd289aa979bc945be0d8ead35f41) | ||||
* | | Add strongswan rekeymargin attribute to vpn ipsec phase1 view | hamnur | 2017-07-31 | 1 | -0/+5 |
| | | | | | | | | (cherry picked from commit 9542011684a26e0b1b959d9b56d5fcfc12023893) | ||||
* | | dhcp6c Advanced Config prefix interface | marjohn56 | 2017-07-31 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Currently, when using dhcp6c advanced configuration the prefix interface is WAN, this is not very useful! The changes here allow the user to select the interface that the PD will be applied on.. (cherry picked from commit 58a185aede55efe71cabc337938ed05f456eecea) | ||||
* | | Use an alternate method to stop unbound and fix #7326 | jim-p | 2017-07-14 | 1 | -6/+19 |
| | | | | | | | | (cherry picked from commit 782453b4dbb77e5bc97a43f56b95a006c5434d65) | ||||
* | | If a client address is in the webConfiguratorlockout table, do not allow ↵ | jim-p | 2017-07-14 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | them to access the GUI. Print an error and kill their states. Ticket #7693 Extra check to be sure that an existing open state cannot bypass lockout controls. (cherry picked from commit cc9b0f76da4936ac7510eee6cb5e0574d11b5973) | ||||
* | | Fix typo | jim-p | 2017-07-13 | 1 | -2/+2 |
| | | | | | | | | (cherry picked from commit 2c3b9ac554cc3940962e7f9b1799857583c394ab) | ||||
* | | cron, fix job removal by index splice and write valid schedules for ramdrive ↵ | PiBa-NL | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | backups (cherry picked from commit ce3371fe969733c92cd91fe31d2acb69fc877986) | ||||
* | | cron, dont write_config() when nothing changed. | PiBa-NL | 2017-07-13 | 1 | -0/+2 |
| | |