summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* XML was not being parsed if pkg_config.xml already existsScott Ullrich2005-04-261-1/+1
* * Use $pkg_config['packages']['package']Scott Ullrich2005-04-261-2/+2
* $g needs to be a global, too to participate in the fun.Scott Ullrich2005-04-261-1/+1
* Do not foreach through $ipseccfg['tunnel'] if its not definedScott Ullrich2005-04-261-7/+8
* * Do not assign a label to a rule if its disabledScott Ullrich2005-04-261-17/+18
* Remove trailing spaceScott Ullrich2005-04-261-1/+1
* get_available_pkg_id: Don't fetch and parse pkg_config if it's already defined.Colin Smith2005-04-261-4/+9
* xmlrpc_array_to_php -> xmlrpc_value_to_php.Colin Smith2005-04-231-1/+1
* xmlrpc_value_to_php() is now in xmlrpc.inc.Colin Smith2005-04-211-17/+0
* Do not $ngcounter++ since the pptp server lives on ng1.Scott Ullrich2005-04-201-1/+0
* $ngcounter++ for each PPTP RuleScott Ullrich2005-04-201-0/+1
* Fix PPTP ServerScott Ullrich2005-04-201-2/+3
* * Add $configScott Ullrich2005-04-201-31/+39
* Add return debugging so we can trace down the PPTP server issue.Scott Ullrich2005-04-201-3/+12
* Move XMLRPC helper functions (for auth and type conversion) to an include file.Colin Smith2005-04-201-0/+109
* Fix shaper rulesBill Marquette2005-04-181-11/+11
* remove unused codeBill Marquette2005-04-181-1/+0
* Detect a dirty CF partition and invoke fsck -yScott Ullrich2005-04-181-1/+5
* Update reverse_strrchr().Colin Smith2005-04-171-6/+3
* missing global - fixed opt rules the right way :)Bill Marquette2005-04-151-9/+10
* Somehow moving the user filter code to it's own function broke opt interfaces...Bill Marquette2005-04-151-6/+9
* apply queue to lan interface not wanBill Marquette2005-04-151-1/+1
* Whoops - we still need xmlrpc_value_to_php :PColin Smith2005-04-151-0/+17
* Remove duplicate code (still trying to figure out exactly why we need $optcfg...Bill Marquette2005-04-131-41/+32
* rmdir_recursive: Check that the specified directories actually exist before t...Colin Smith2005-04-131-38/+29
* Remove ipfilter-ism - pf doesn't use groupsBill Marquette2005-04-131-7/+0
* We're a function being called in a loop, return instead of continueBill Marquette2005-04-131-1/+1
* Do not assign a LABEL to a nonexistant ruleScott Ullrich2005-04-131-1/+3
* Add function to change XMLRPC values to their PHP equivalents.Colin Smith2005-04-131-6/+19
* Move user filter generation to it's own function (all 300+ lines of it!) - st...Bill Marquette2005-04-111-317/+323
* No need to loop through the shaper rules when creating filter rules - we don'...Bill Marquette2005-04-101-13/+0
* no uses for $i found - a few commented out printf's - removedBill Marquette2005-04-101-15/+0
* Remove references to groups - we don't run ipfilter and this makes life confu...Bill Marquette2005-04-101-15/+0
* Leave debug bit unset.Colin Smith2005-04-101-1/+0
* Fix check_firmware_version().Colin Smith2005-04-101-2/+9
* We're now using xmlrpc.php for version checking.Colin Smith2005-04-101-1/+1
* Initial commit of PHP side authentication code for pfSenseBill Marquette2005-04-081-0/+82
* 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
* revert maxproc change - the new daemon does support :)Bill Marquette2005-04-071-2/+2
* Do not foreach through installedpackages if no installed packages exist.Scott Ullrich2005-04-061-4/+5
* new mini_httpd doesn't support maxproc for nowBill Marquette2005-04-061-2/+2
* Fix auto upgradeScott Ullrich2005-04-051-2/+4
* Turn off is_one_to_one_or_server_nat_rule until it can be verified if its ind...Scott Ullrich2005-04-041-1/+1
* Fix auto upgrade.Scott Ullrich2005-04-041-6/+6
* Fix autoupdating.Colin Smith2005-04-041-0/+1
* set state-policy if-bound for outbound load balancingScott Ullrich2005-04-031-0/+5
* Remove unnecessary http:// from checkversion.Colin Smith2005-04-021-1/+1
OpenPOWER on IntegriCloud