summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Correct the enourmous amount of bugs in php_check_syntax that was taken from ...Scott Ullrich2005-03-131-23/+32
* shell_exec -> systemScott Ullrich2005-03-131-2/+2
* Back out php_check_syntax() checking of package XML before sync (still fixing...Colin Smith2005-03-131-8/+11
* Add missing $errormessage argument.Colin Smith2005-03-131-2/+2
* use $textScott Ullrich2005-03-131-1/+1
* Use php_check_syntax on code before eval()Scott Ullrich2005-03-131-2/+3
* resync_package_configs_bootup(): Check code syntax with eval before syncing.Colin Smith2005-03-131-5/+15
* * Add php_check_syntax()Scott Ullrich2005-03-131-0/+36
* MIssing ;Scott Ullrich2005-03-131-1/+1
* Add nf@bigpond.net.au http_post function.Scott Ullrich2005-03-131-2/+45
* ...and a ).Colin Smith2005-03-121-1/+1
* Whoops, missed a ;.Colin Smith2005-03-121-1/+1
* Add $return_nosync argument to get_pkg_depends() to properly detect <nosync> ...Colin Smith2005-03-121-5/+6
* Use isset() instead of != "".Colin Smith2005-03-121-2/+2
* Add <nosync> flag to <packagegui> and <additional_files_needed>.Colin Smith2005-03-121-2/+4
* Newline after Starting INETD and FTP Helpers for FTP-PROXY... messageScott Ullrich2005-03-121-1/+1
* Correctly backup and restore config sections.Scott Ullrich2005-03-121-2/+10
* When assigning the array back to $config, use the pointer on the source.Scott Ullrich2005-03-121-1/+1
* * Add backup_config_section which returns as an array a portion of the xml co...Scott Ullrich2005-03-121-0/+27
* Stub in changes that will allow for custom firmware URLsBill Marquette2005-03-121-1/+3
* Fix get_pkg_depends() (and add a few more features).Colin Smith2005-03-121-40/+41
* Make sure item is an array.Scott Ullrich2005-03-121-0/+1
* Do not foreach item unless its an array.Scott Ullrich2005-03-121-9/+10
* get_package_depends() -> get_pkg_depends (shorter and more consistent)Colin Smith2005-03-121-2/+2
* Use lowercase interface nameScott Ullrich2005-03-121-1/+2
* Fix bugginess and change get_pkg_xml_depends -> get_pkg_depends.Colin Smith2005-03-121-1/+1
* Properly handle a mix of both package XML and other package dependencies.Colin Smith2005-03-111-6/+23
* get_package_xml_depends() -> get_package_depends() (add handling of different...Colin Smith2005-03-111-25/+26
* Return optional interfaces correctly in convert_friendly_interface_to_real_in...Scott Ullrich2005-03-111-2/+11
* Simplify filter_translate_type_to_real_interfaceScott Ullrich2005-03-111-8/+12
* Move filter_translate_type_to_real_interface to pfsense-utils.incScott Ullrich2005-03-111-5/+0
* Correctly return the wan interface.Scott Ullrich2005-03-111-2/+2
* Use scrub on {$wanif} reassemble tcp random-idScott Ullrich2005-03-111-1/+3
* Move default gateway out of wan config to system config (leave in gui though)Bill Marquette2005-03-103-3/+26
* * Update get_package_xml_depends() with code that actually works ;)Colin Smith2005-03-101-31/+32
* Use depend name from package XML instead of (possibly inaccurate) stripped fi...Colin Smith2005-03-101-2/+3
* * Update get_package_xml_depends($pkg_name, $format) to output dependencies a...Colin Smith2005-03-101-4/+10
* Add `grep -v grep` to is_service_running() and change threshold to >0.Colin Smith2005-03-101-2/+2
* Change resync_all_package_configs_bootup() to display the package being synce...Colin Smith2005-03-101-1/+1
* * get_package_xml_depends($pkg_name): Return a package's XML dependencies (a...Colin Smith2005-03-101-4/+45
* Missing colonScott Ullrich2005-03-091-3/+3
* global $g is needed here.Scott Ullrich2005-03-091-0/+1
* * Correctly start inetdScott Ullrich2005-03-091-1/+1
* Add is_service_running()Scott Ullrich2005-03-091-0/+14
* Correctly convert a friendly interface name (DESCRIPTION) to the real interfa...Scott Ullrich2005-03-091-1/+8
* Only setup link0 during booting process.Scott Ullrich2005-03-091-4/+8
* Add ftp-sesame ftp helper.Scott Ullrich2005-03-081-0/+12
OpenPOWER on IntegriCloud