summaryrefslogtreecommitdiffstats
path: root/src/etc
Commit message (Collapse)AuthorAgeFilesLines
* Create pkg directories symlinks when using ramdisk, ticket #5493Renato Botelho2015-11-241-1/+1
|
* Move pkg data around early and fix #5493Renato Botelho2015-11-231-19/+26
|
* Improve sh syntaxRenato Botelho2015-11-231-1/+1
|
* Completed #5407Stephen Beaver2015-11-231-0/+1
|
* Also get time zones three levels deep. Fixes #5517jim-p2015-11-231-1/+2
|
* Use new host_uuid option name when changing User-AgentRenato Botelho2015-11-232-4/+4
|
* Merge pull request #2103 from jlduran/escape-strongswan-radius-keyRenato Botelho2015-11-231-1/+1
|\
| * Escape RADIUS secret in strongswan.confJose Luis Duran2015-11-211-1/+1
| | | | | | | | | | | | | | | | If a RADIUS secret is, for example, `#secret-key#`, EAP-RADIUS authentication will fail, as the `#` can be interpreted by the strongswan.conf parser as a comment. To avoid this from happening, set the key within double quotes.
* | Merge pull request #2102 from doktornotor/patch-6Renato Botelho2015-11-231-0/+2
|\ \
| * | Stick xmlrpc.inc include back to avoid breaking packagesdoktornotor2015-11-211-0/+2
| |/ | | | | Removing this broke 29 packages which rely on it for configuration sync and include pkg-utils.inc instead of xmlrpc.inc.
* | Merge pull request #2100 from doktornotor/patch-2Renato Botelho2015-11-231-1/+3
|\ \
| * | restart_service() - do not attempt to stop service that is not runningdoktornotor2015-11-211-1/+3
| |/ | | | | | | | | Attempting to stop service that's not running just produces useless log noise. BTW - dunno what was the idea behind restart_service_if_running() but it appears to be completely unused both in pfSense and in packages, suspect mainly because it doesn't make any sense as implemented.
* | Move recently added config upgrade for IPsec enable to last config upgradeRenato Botelho2015-11-231-4/+4
| |
* | 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
| |
OpenPOWER on IntegriCloud