Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize upgrade_128_to_129() | Renato Botelho | 2015-11-23 | 1 | -10/+8 |
| | |||||
* | Move recently added upgrade code to a new config version | Renato Botelho | 2015-11-23 | 2 | -15/+19 |
| | |||||
* | When necessary, unset $config['ipsec']['enable'] in upgrade code. | Luiz Otavio O Souza | 2015-11-22 | 1 | -0/+3 |
| | |||||
* | Fix ipsec_enabled() to return true only when at least one of the phase 1 ↵ | Luiz Otavio O Souza | 2015-11-22 | 1 | -1/+7 |
| | | | | entries are enabled. | ||||
* | Remove the last usage cases of $config['ipsec']['enable']. | Luiz Otavio O Souza | 2015-11-22 | 1 | -1/+1 |
| | | | | IPSEC is always on in 2.3, where necessary (IPSEC rules, IPSEC daemon), we check the existence of phase 1 entries. | ||||
* | Unset "net.inet.ip.fastforwarding" when upgrading from older versions. | Luiz Otavio O Souza | 2015-11-22 | 1 | -0/+14 |
| | | | | Issue: #5370 | ||||
* | Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ↵ | Luiz Otavio O Souza | 2015-11-22 | 3 | -18/+18 |
| | | | | | | | | ipsec.inc and service-utils.inc Fix ruleset when IPSEC is enabled but there are no Phase 1 entries. Issue: #5487 | ||||
* | add ipfw-classifyd to obsoletedfiles list. Ticket #5508 | Chris Buechler | 2015-11-21 | 1 | -0/+1 |
| | |||||
* | Bind to IP aliases correctly in Unbound. Ticket #5464 | Chris Buechler | 2015-11-21 | 1 | -1/+6 |
| | |||||
* | add layer7 files to obsoletedfiles list. Ticket #5508 | Chris Buechler | 2015-11-20 | 1 | -0/+3 |
| | |||||
* | Remove layer7 components. Ticket #5508 | Chris Buechler | 2015-11-20 | 4 | -483/+3 |
| | |||||
* | Always define $last_update_file to avoid calling file_put_contents with ↵ | Renato Botelho | 2015-11-20 | 1 | -2/+1 |
| | | | | empty filename. Fixes #5502 | ||||
* | Merge pull request #2088 from phil-davis/bindlan | Renato Botelho | 2015-11-20 | 3 | -10/+15 |
|\ | |||||
| * | Fix old SNMP bindlan setting - Redmine #3883 | Phil Davis | 2015-11-19 | 3 | -10/+15 |
| | | | | | | | | | | | | Remove run-time code in services.inc that referenced "bindlan". Provide upgrade code to convert bindlan to bindip="lan" if needed. Update current config version. | ||||
* | | Remove /etc/inc/uuid.php and /etc/inc/dot.hushlogin, both unused files | Renato Botelho | 2015-11-20 | 3 | -327/+2 |
| | | |||||
* | | Break long lines | Renato Botelho | 2015-11-20 | 1 | -2/+4 |
| | | |||||
* | | Delete code that is commented out since 2005 | Renato Botelho | 2015-11-20 | 1 | -43/+0 |
| | | |||||
* | | Remove debug leftover | Renato Botelho | 2015-11-20 | 1 | -1/+0 |
| | | |||||
* | | Fix #5329 | Renato Botelho | 2015-11-20 | 1 | -37/+20 |
| | | | | | | | | | | | | | | | | Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client is used only for HA today so it's safe to disable this check. Since fsockopen() doesn't provide a way to disable it, move code to use stream_socket_client() | ||||
* | | Remove unused function http_post() | Renato Botelho | 2015-11-20 | 1 | -44/+0 |
| | | |||||
* | | correct igmpproxy command for new version. | Chris Buechler | 2015-11-20 | 1 | -1/+1 |
| | | |||||
* | | -d4 doesn't exist in updated igmpproxy version, remove. | Chris Buechler | 2015-11-19 | 1 | -2/+1 |
| | | |||||
* | | Use full 'Local Database' name to be sure it's authmode is local, fixes #4469 | Renato Botelho | 2015-11-19 | 2 | -3/+3 |
|/ | |||||
* | Merge pull request #2076 from doktornotor/patch-2 | Renato Botelho | 2015-11-19 | 1 | -0/+2 |
|\ | |||||
| * | service-utils.inc - add fallback for stop_service() for package-defined services | doktornotor | 2015-11-18 | 1 | -0/+2 |
| | | | | | | | | | | To avoid adding silly bloat to packages like here: https://redmine.pfsense.org/issues/5468 If package defines a service executable, chances are that killing that executable will indeed stop the service as intended, instead of doing nothing and pretending that it worked. | ||||
* | | Merge pull request #2070 from jean-m-cyr/master | Renato Botelho | 2015-11-19 | 1 | -0/+4 |
| | | |||||
* | | fix invalid foreach with no DHCP server enabled introduced in Ticket #5387 | Chris Buechler | 2015-11-18 | 1 | -32/+33 |
| | | |||||
* | | handle -c parameters in rc.initial. Ticket #4422 | Chris Buechler | 2015-11-18 | 1 | -0/+12 |
| | | |||||
* | | Ticket #5471 another convert batch to font-awesome icons | Jared Dillard | 2015-11-18 | 1 | -3/+3 |
| | | |||||
* | | Change option 13 to "Update" | Stephen Beaver | 2015-11-18 | 1 | -1/+1 |
| | | |||||
* | | System update settings UI implemented | Stephen Beaver | 2015-11-18 | 2 | -5/+6 |
| | | |||||
* | | filter_log.inc - use full paths to executables | doktornotor | 2015-11-18 | 1 | -1/+1 |
| | | |||||
* | | filter_log.inc - use full paths to executables | doktornotor | 2015-11-18 | 1 | -2/+2 |
| | | |||||
* | | pfsense-utils.inc - use full paths to executables | doktornotor | 2015-11-18 | 1 | -6/+6 |
| | | |||||
* | | interfaces.inc - use full paths to executables | doktornotor | 2015-11-18 | 1 | -4/+4 |
| | | |||||
* | | Use full path to executable in mwexec() call | doktornotor | 2015-11-18 | 1 | -1/+1 |
| | | |||||
* | | Add a new function pkg_switch_repo() to change between stable and devel pkg repo | Renato Botelho | 2015-11-18 | 1 | -0/+26 |
| | | |||||
* | | Retire system_firmware.php, system_firmware_auto.php and ↵ | Renato Botelho | 2015-11-18 | 2 | -18/+3 |
| | | | | | | | | system_firmware_check.php | ||||
* | | Obsolete recently removed files | Renato Botelho | 2015-11-18 | 1 | -1/+5 |
| | | |||||
* | | Retire /etc/rc.create_full_backup and ↵ | Renato Botelho | 2015-11-18 | 3 | -26/+0 |
| | | | | | | | | usr/local/www/system_firmware_restorefullbackup.php | ||||
* | | Retire /etc/rc.firmware and /etc/rc.firmware_auto | Renato Botelho | 2015-11-18 | 2 | -549/+0 |
| | | |||||
* | | Stop creating /var/etc/cfdevice, it's not being used | Renato Botelho | 2015-11-18 | 1 | -3/+0 |
| | | |||||
* | | Replace all update_output_window() calls by update_status() that now only ↵ | Renato Botelho | 2015-11-18 | 1 | -127/+74 |
| | | | | | | | | print on console. While here, also remove all use of $static_output | ||||
* | | Change update_status to only print on console | Renato Botelho | 2015-11-18 | 1 | -2/+1 |
| | | |||||
* | | Retire rc.initial.firmware_update | Renato Botelho | 2015-11-18 | 1 | -190/+0 |
| | | |||||
* | | Ticket #5471 partial convert to font-awesome fonts | Jared Dillard | 2015-11-17 | 2 | -9/+9 |
|/ | |||||
* | Create symlinks when target doesn't exist, not only when it's not a link | Renato Botelho | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | Fixed #5123 | Stephen Beaver | 2015-11-16 | 1 | -1/+0 |
| | |||||
* | Add strongswan.d as well, just to be sure no symlinks are there | Renato Botelho | 2015-11-16 | 1 | -0/+3 |
| | |||||
* | Fix typo in variable name | Renato Botelho | 2015-11-16 | 1 | -1/+1 |
| |