summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* Update reverse_strrchr().Colin Smith2005-04-171-6/+3
* Whoops - we still need xmlrpc_value_to_php :PColin Smith2005-04-151-0/+17
* rmdir_recursive: Check that the specified directories actually exist before t...Colin Smith2005-04-131-38/+29
* Add function to change XMLRPC values to their PHP equivalents.Colin Smith2005-04-131-6/+19
* Leave debug bit unset.Colin Smith2005-04-101-1/+0
* Fix check_firmware_version().Colin Smith2005-04-101-2/+9
* Add argument to return $resp->value() (standard PHP array) or $resp->serializ...Colin Smith2005-04-071-2/+3
* Return -1 upon communication (or other) error.Colin Smith2005-04-071-0/+2
* Remove unnecessary function.Colin Smith2005-04-071-11/+0
* Move version checking function over to XMLRPC.Colin Smith2005-04-071-39/+28
* Do not foreach through installedpackages if no installed packages exist.Scott Ullrich2005-04-061-4/+5
* Fix auto upgradeScott Ullrich2005-04-051-2/+4
* Fix auto upgrade.Scott Ullrich2005-04-041-6/+6
* Fix autoupdating.Colin Smith2005-04-041-0/+1
* * Add check_firmware_version() for easy XMLRPC exposure.Colin Smith2005-04-021-0/+47
* * Add auto_upgrade() for easy XMLRPC exposure.Colin Smith2005-04-021-0/+19
* No need for config lock or to mount conf media r/w - write_config() does that...Bill Marquette2005-04-011-4/+0
* This file is eval'd. Correct its behavior.Scott Ullrich2005-03-311-0/+1
* folder_exists -> file_existsScott Ullrich2005-03-301-1/+1
* Create /usr/local/pkg if it does not exist. This fixes the previous sync pro...Scott Ullrich2005-03-281-0/+2
* Clean up some comments.Colin Smith2005-03-281-2/+2
* Add $Id$ tagBill Marquette2005-03-271-0/+1
* Allow outbound load balanancing to work.Scott Ullrich2005-03-271-2/+14
* Fix wildcard handling in rmdir_recursive().Colin Smith2005-03-211-1/+5
* Add wildcard support to rmdir_recursive().Colin Smith2005-03-211-9/+22
* move brace to the right placeBill Marquette2005-03-201-1/+1
* Fix that parse error (thought I had earlier).Colin Smith2005-03-201-0/+1
* more descriptionsBill Marquette2005-03-201-1/+1
* Whoops, missed a ".".Colin Smith2005-03-201-1/+1
* Have get_latest_package_version() return false instead ;PColin Smith2005-03-201-2/+2
* Have get_latest_package_version() return -1 if the package isn't defined in t...Colin Smith2005-03-201-3/+3
* Modify get_latest_pkgconfig() to work with alternate pkg_config URLs.Colin Smith2005-03-201-2/+8
* Add basic support for <custom_php_global_functions> tag.Colin Smith2005-03-191-1/+3
* * Remove return gateway from the rules sectionScott Ullrich2005-03-181-1/+1
* safe_mkdir()Bill Marquette2005-03-171-10/+21
* Make sure there installed packages before foreachingScott Ullrich2005-03-171-4/+5
* Properly set default argument for resync_all_package_configs (== -> =).Colin Smith2005-03-171-1/+1
* Pass a paramater correctly.Scott Ullrich2005-03-171-1/+1
* * resync_all_package_configs_bootup() -> resync_all_package_configs()Colin Smith2005-03-161-3/+3
* add rm -rf equivalency function - more cleanup can now commence :)Bill Marquette2005-03-161-0/+19
* add function to recursively create directories so we can replace mkdir -p in ...Bill Marquette2005-03-161-0/+9
* don't shell to call chmod - php does this nativelyBill Marquette2005-03-161-2/+3
* More style of not yet written (9) from outer space.Scott Ullrich2005-03-161-113/+110
* Style of not yet written (9) from outer space.Scott Ullrich2005-03-161-271/+271
* Make is_package_installed() work for other packages again ;)Colin Smith2005-03-161-1/+1
* * Make consistent the variable names ($pkg)Scott Ullrich2005-03-161-2/+2
* Make is_package_installed() work for all packages - not just squid ;)Colin Smith2005-03-161-1/+1
* * Introduce is_package_instaleld()Scott Ullrich2005-03-151-2/+15
* Fix get_pkg_depends() description.Colin Smith2005-03-151-1/+1
* *REALLY* convert LAN and WAN to their real interface.Scott Ullrich2005-03-141-11/+10
OpenPOWER on IntegriCloud