summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Optimize upgrade_128_to_129()Renato Botelho2015-11-231-10/+8
|
* Move recently added upgrade code to a new config versionRenato Botelho2015-11-232-15/+19
|
* When necessary, unset $config['ipsec']['enable'] in upgrade code.Luiz Otavio O Souza2015-11-221-0/+3
|
* Fix ipsec_enabled() to return true only when at least one of the phase 1 ↵Luiz Otavio O Souza2015-11-221-1/+7
| | | | entries are enabled.
* Remove the last usage cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-221-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 Souza2015-11-221-0/+14
| | | | Issue: #5370
* Convert all the occurrences of $config['ipsec']['enable'] in filter.inc, ↵Luiz Otavio O Souza2015-11-223-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 #5508Chris Buechler2015-11-211-0/+1
|
* Bind to IP aliases correctly in Unbound. Ticket #5464Chris Buechler2015-11-211-1/+6
|
* add layer7 files to obsoletedfiles list. Ticket #5508Chris Buechler2015-11-201-0/+3
|
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-204-483/+3
|
* Always define $last_update_file to avoid calling file_put_contents with ↵Renato Botelho2015-11-201-2/+1
| | | | empty filename. Fixes #5502
* Merge pull request #2088 from phil-davis/bindlanRenato Botelho2015-11-203-10/+15
|\
| * Fix old SNMP bindlan setting - Redmine #3883Phil Davis2015-11-193-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 filesRenato Botelho2015-11-203-327/+2
| |
* | Break long linesRenato Botelho2015-11-201-2/+4
| |
* | Delete code that is commented out since 2005Renato Botelho2015-11-201-43/+0
| |
* | Remove debug leftoverRenato Botelho2015-11-201-1/+0
| |
* | Fix #5329Renato Botelho2015-11-201-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 Botelho2015-11-201-44/+0
| |
* | correct igmpproxy command for new version.Chris Buechler2015-11-201-1/+1
| |
* | -d4 doesn't exist in updated igmpproxy version, remove.Chris Buechler2015-11-191-2/+1
| |
* | Use full 'Local Database' name to be sure it's authmode is local, fixes #4469Renato Botelho2015-11-192-3/+3
|/
* Merge pull request #2076 from doktornotor/patch-2Renato Botelho2015-11-191-0/+2
|\
| * service-utils.inc - add fallback for stop_service() for package-defined servicesdoktornotor2015-11-181-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/masterRenato Botelho2015-11-191-0/+4
| |
* | fix invalid foreach with no DHCP server enabled introduced in Ticket #5387Chris Buechler2015-11-181-32/+33
| |
* | handle -c parameters in rc.initial. Ticket #4422Chris Buechler2015-11-181-0/+12
| |
* | Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-3/+3
| |
* | Change option 13 to "Update"Stephen Beaver2015-11-181-1/+1
| |
* | System update settings UI implementedStephen Beaver2015-11-182-5/+6
| |
* | filter_log.inc - use full paths to executablesdoktornotor2015-11-181-1/+1
| |
* | filter_log.inc - use full paths to executablesdoktornotor2015-11-181-2/+2
| |
* | pfsense-utils.inc - use full paths to executablesdoktornotor2015-11-181-6/+6
| |
* | interfaces.inc - use full paths to executablesdoktornotor2015-11-181-4/+4
| |
* | Use full path to executable in mwexec() calldoktornotor2015-11-181-1/+1
| |
* | Add a new function pkg_switch_repo() to change between stable and devel pkg repoRenato Botelho2015-11-181-0/+26
| |
* | Retire system_firmware.php, system_firmware_auto.php and ↵Renato Botelho2015-11-182-18/+3
| | | | | | | | system_firmware_check.php
* | Obsolete recently removed filesRenato Botelho2015-11-181-1/+5
| |
* | Retire /etc/rc.create_full_backup and ↵Renato Botelho2015-11-183-26/+0
| | | | | | | | usr/local/www/system_firmware_restorefullbackup.php
* | Retire /etc/rc.firmware and /etc/rc.firmware_autoRenato Botelho2015-11-182-549/+0
| |
* | Stop creating /var/etc/cfdevice, it's not being usedRenato Botelho2015-11-181-3/+0
| |
* | Replace all update_output_window() calls by update_status() that now only ↵Renato Botelho2015-11-181-127/+74
| | | | | | | | print on console. While here, also remove all use of $static_output
* | Change update_status to only print on consoleRenato Botelho2015-11-181-2/+1
| |
* | Retire rc.initial.firmware_updateRenato Botelho2015-11-181-190/+0
| |
* | Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-172-9/+9
|/
* Create symlinks when target doesn't exist, not only when it's not a linkRenato Botelho2015-11-171-2/+2
|
* Fixed #5123Stephen Beaver2015-11-161-1/+0
|
* Add strongswan.d as well, just to be sure no symlinks are thereRenato Botelho2015-11-161-0/+3
|
* Fix typo in variable nameRenato Botelho2015-11-161-1/+1
|
OpenPOWER on IntegriCloud