summaryrefslogtreecommitdiffstats
path: root/src/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-203-480/+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-202-327/+0
| |
* | 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
| |
* | Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-3/+3
| |
* | System update settings UI implementedStephen Beaver2015-11-181-5/+5
| |
* | 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-181-18/+0
| | | | | | | | system_firmware_check.php
* | Retire /etc/rc.create_full_backup and ↵Renato Botelho2015-11-182-8/+0
| | | | | | | | usr/local/www/system_firmware_restorefullbackup.php
* | 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
| |
* | 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
|
* Fix typo in variable nameRenato Botelho2015-11-161-1/+1
|
* Alternate way to correct rules for ticket #5451Phil Davis2015-11-151-4/+4
| | | | The code here build up each clause in $tmprule and always adds a space at the end of the clause, in case there is another clause to come. The only place that did not do this was "from any" at line 131. Fixing that should fix the issue and keep it all consistent. There should be no need to add a space before all of the "to..." clauses. Actually the first fix by @cbuechler https://github.com/pfsense/pfsense/commit/8e81f6a88180c5c9a280d78fd77788f7160b0d1a will work fine, but IMHO this is a little cleaner and will be easier for future maintainers to understand.
* Correct AVPair rules. Ticket #5451Chris Buechler2015-11-151-3/+3
|
* Add broken information on get_pkg_info(), it means config.xml contain ↵Renato Botelho2015-11-131-0/+2
| | | | package but binary pkg is not installed
* Add get_system_pkg_version(), that return main pkg name, version and ↵Renato Botelho2015-11-131-1/+71
| | | | installed_version
* Stop forcing pkg_prefix on is_pkg_installed() and pkg_install()Renato Botelho2015-11-131-11/+16
|
* Remove unused functions install_package() and delete_package()Renato Botelho2015-11-131-27/+0
|
* Remove pfSense_BUILDER_BINARIESRenato Botelho2015-11-131-2/+0
|
* Fixes upgrade of config file on already upgraded 2.3 Alpha systemsStephen Beaver2015-11-131-0/+2
|
* Add shortname and changeloglink to get_pkg_info()Renato Botelho2015-11-131-0/+8
|
* Changes after testing on real hardwareStephen Beaver2015-11-121-9/+8
|
* Revert "Fix upgrade_126_to_127()" partialyRenato Botelho2015-11-121-4/+0
| | | | | | | | The first item was wrong, thoe items should be discarded - Do not discard items with $display already set to open or close This reverts commit 303d345dd5e7ead6975bd3140b213219d7e0f4f0.
* Fix upgrade_126_to_127()Renato Botelho2015-11-121-1/+5
| | | | | - Do not discard items with $display already set to open or close - Call continue 2 to move to next widget
* Fixed #5432Stephen Beaver2015-11-122-1/+40
|
* Reinstall packages from old versions when upgrading to 2.3Renato Botelho2015-11-121-7/+72
|
* platform is always defined in globalRenato Botelho2015-11-121-11/+3
|
* Remove fastforwarding from config upgrade. Ticket #5370Chris Buechler2015-11-121-28/+24
|
OpenPOWER on IntegriCloud