summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Accept the area that will be backed up instead of deafulting to filter.Scott Ullrich2005-03-141-1/+1
* Say hello to firewall rules syncing!Scott Ullrich2005-03-141-4/+4
* Correctly convert real interfaces to friendly names.Scott Ullrich2005-03-141-0/+1
* Correctly return lan or wan interface.Scott Ullrich2005-03-141-2/+3
* Correctly return lan and wan interfaces.Scott Ullrich2005-03-141-2/+2
* Fix new package syncing code.Colin Smith2005-03-141-8/+13
* Return false until the php fork bomb fiasco is solved.Scott Ullrich2005-03-131-1/+3
* Oops, forgot to increment the counter.Colin Smith2005-03-131-0/+1
* Have sync_all_package_configs_bootup() use the new package syncing code (it's...Colin Smith2005-03-131-36/+9
* Update get_pkg_depends() to use pkgid code.Colin Smith2005-03-131-11/+11
* * Call is_numeric() to determine whether $pkg_name is already a pkgid or if g...Colin Smith2005-03-131-2/+3
* * Streamline sync_package().Colin Smith2005-03-131-35/+31
* Change default for $show_message on sync_package() from "true" to "false".Colin Smith2005-03-131-1/+1
* Add sync_package().Colin Smith2005-03-131-4/+43
OpenPOWER on IntegriCloud