summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra parenthesisRenato Botelho2015-07-311-2/+2
|
* Add UUID to pkg user agentRenato Botelho2015-07-311-4/+14
|
* Define HTTP_USER_AGENT for pkg callsRenato Botelho2015-07-311-0/+2
|
* Fix install_package() return for failureRenato Botelho2015-07-011-1/+1
|
* Stop using undefined variable and create a single package debug fileRenato Botelho2015-07-011-1/+1
|
* Improve debug messagesRenato Botelho2015-07-011-2/+5
|
* Fix call to undefined function read_pkg_configRenato Botelho2015-07-011-1/+1
|
* Only try to remove pkg if it's installed, otherwise just cleanup xml partRenato Botelho2015-07-011-1/+6
|
* Implement get_pkg_info()Renato Botelho2015-07-011-12/+40
|
* Make pkg_delete() more verboseRenato Botelho2015-07-011-2/+3
|
* Remove packages from cache after install, also add debug messagesRenato Botelho2015-07-011-2/+6
|
* Mute call to 'pkg info -e' used to check if pkg is installedRenato Botelho2015-07-011-1/+1
|
* Re-implement pkg_call() using proc_open() and stream_select() and also ↵Renato Botelho2015-07-011-4/+124
| | | | implement pkg_exec()
* pfsense-utils.inc is being required, there is no chance of update_status() ↵Renato Botelho2015-07-011-11/+2
| | | | and update_output_window() don't exist
* Code style bits and pieces from etcPhil Davis2015-05-311-4/+4
|
* Remove artifacts from latin1 to utf8 conversionsJose Luis Duran2015-05-161-1/+1
| | | | | | String replacement: s/Ermal L.../Ermal Luçi/g
* Keep verify_all_package_servers() and check_package_server_ssl() around ↵Renato Botelho2015-05-081-0/+10
| | | | until GUI is finished
* xmlrpc is not being used anymoreRenato Botelho2015-05-081-1/+0
|
* Keep get_pkg_id() around since a couple of packages are using themRenato Botelho2015-05-081-0/+5
|
* Escape entire command to avoid breaking parametersRenato Botelho2015-05-081-1/+1
|
* ASSUME_ALWAYS_YES is booleanRenato Botelho2015-05-081-1/+1
|
* Drop verify_all_package_servers() verify_package_server() ↵Renato Botelho2015-05-071-77/+0
| | | | check_package_server_ssl() package_server_ssl_failure_message() and package_server_mismatch_message()
* Drop pkg_fetch_config_file() and pkg_fetch_additional_files()Renato Botelho2015-05-071-113/+0
|
* Remove package_skip_tests(), it won't be necessary anymore with pkgRenato Botelho2015-05-071-41/+0
|
* Add a note to implement pkg_reinstall_all laterRenato Botelho2015-05-071-40/+2
|
* Rework delete_package_xml() for pkg migrationRenato Botelho2015-05-071-39/+9
|
* Fix delete_package for pkgRenato Botelho2015-05-071-13/+5
|
* Modify install_package and install_package_xml to work with new pkg flowRenato Botelho2015-05-071-115/+91
|
* Implement pkg_install()Renato Botelho2015-05-071-0/+13
|
* Remove unused function get_pbi_binaries()Renato Botelho2015-05-071-38/+0
|
* Remove unused function pkg_fetch_recursive()Renato Botelho2015-05-071-109/+0
|
* Do not try to install package since it's already installed at this pointRenato Botelho2015-05-071-30/+0
|
* Adjust uninstall_package() for pkgRenato Botelho2015-05-071-22/+6
|
* Remove unnecessary function get_pkg_depends()Renato Botelho2015-05-071-85/+0
|
* Rework sync_package, remove unused parameters, remove sync_depends, sanitize ↵Renato Botelho2015-05-071-59/+16
| | | | returns
* Remove global variables declared but not usedRenato Botelho2015-05-071-3/+2
|
* Return a blank array on get_pkg_info for now, will be implemented later when ↵Renato Botelho2015-05-071-9/+2
| | | | I touch GUI
* Remove unused function expand_to_bytes() get_pkg_db() and ↵Renato Botelho2015-05-071-39/+0
| | | | get_pkg_interfaces_select_source()
* Remove unused function does_package_depend()Renato Botelho2015-05-071-16/+0
|
* Remove unecessary function force_remove_package()Renato Botelho2015-05-071-5/+1
|
* Drop is_freebsd_pkg_installed() in favour of is_pkg_installed()Renato Botelho2015-05-071-15/+1
|
* Remove unused function walk_depends()Renato Botelho2015-05-071-25/+0
|
* Remove unused function squash_from_bytes()Renato Botelho2015-05-071-14/+0
|
* Remove unused functions get_pkg_sizes() and get_package_install_size()Renato Botelho2015-05-071-41/+0
|
* Rename get_pkg_id() to get_package_id() and get_pkg_internal_name() to ↵Renato Botelho2015-05-071-52/+27
| | | | get_package_internal_name(). Try to use more standard parameter names and simplify logic while here
* Rename remove_freebsd_package() to pkg_delete() and introduce ↵Renato Botelho2015-05-071-21/+41
| | | | pkg_remove_prefix() pkg_call() and is_pkg_installed()
* Cleanup old and unecessary directory creationRenato Botelho2015-05-071-9/+3
|
* Remove use of obsolete packages tag 'modify_system'Renato Botelho2015-05-071-25/+0
|
* Do not try to add package tabs info to configRenato Botelho2015-04-171-37/+0
| | | | | | | Remove broken code that was supposed to add packages tabs entries to config.xml. Since tag['name'] doesn't exist, it only adds the first item of first installed package, and in the end this is not used at all since pkg_edit.php uses tabs information from package config_file directly
* Remove obsolete logging code which is duplicated in system_syslogd_start()Robert Nelson2015-04-091-4/+0
|
OpenPOWER on IntegriCloud