summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Remove () for non-interface ip'sScott Ullrich2005-03-161-1/+1
|
* Version bump.Scott Ullrich2005-03-161-1/+1
|
* 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
| | | | our source tree
* don't shell to call chmod - php does this nativelyBill Marquette2005-03-161-2/+3
|
* Add pkg_config_base_url and pkg_config_filename (needed for ↵Colin Smith2005-03-161-0/+2
| | | | /usr/local/www/system_advanced.php, among other things).
* More style of not yet written (9) from outer space.Scott Ullrich2005-03-161-113/+110
|
* Add conversion from config.xml versions 1.5 to 1.6 (properly handle new ↵Colin Smith2005-03-161-0/+13
| | | | firmware directive).
* 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-162-1/+4
|
* * Make consistent the variable names ($pkg)Scott Ullrich2005-03-161-2/+2
| | | | * Fix a invalid argument bug
* Bump versionScott Ullrich2005-03-161-1/+1
|
* Use is_package_installed() for both squid-specific IFs.Colin Smith2005-03-161-3/+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-152-6/+17
| | | | * Use is_package_installed to figure out if we should install a squid rule
* Add reply-to (aka return gateway) rule support for multiple WAN support.Scott Ullrich2005-03-151-0/+4
| | | | And the crowd goes nuts!
* Fix get_pkg_depends() description.Colin Smith2005-03-151-1/+1
|
* static arp entries are interface specific now - no longer tied to only LAN ↵Bill Marquette2005-03-151-7/+7
| | | | | | | | interface added warning that this will break communications with hosts not in dhcp table I fully expect we'll want to move this to it's own section at some point
* Support for static ARP from Mircea RimbuBill Marquette2005-03-151-0/+25
|
* *REALLY* convert LAN and WAN to their real interface.Scott Ullrich2005-03-141-11/+10
|
* Version bumpScott Ullrich2005-03-141-1/+1
|
* 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
|
* Version bumpScott Ullrich2005-03-141-1/+1
|
* Correctly return lan and wan interfaces.Scott Ullrich2005-03-141-2/+2
|
* * Restore pfSense custom portal pageScott Ullrich2005-03-141-101/+122
| | | | * Add back pre 1.2b6 headers in each file
* Restore 1.2b6's captive portal.Scott Ullrich2005-03-141-123/+101
|
* Restore pfSense's custom starting page.Scott Ullrich2005-03-141-101/+123
|
* Version bump.Scott Ullrich2005-03-141-1/+1
|
* Sync with pascals latestScott Ullrich2005-03-141-125/+104
|
* * Update build time and versionScott Ullrich2005-03-141-1/+1
| | | | * Remove extra <br>
* 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 ↵Colin Smith2005-03-131-36/+9
| | | | (it's tiny!) ;)
* Move /etc/rc.prunecaptiveportal from minicron to cronScott Ullrich2005-03-132-96/+97
|
* 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 ↵Colin Smith2005-03-131-2/+3
| | | | get_pkg_id() must be called.
* * Streamline sync_package().Colin Smith2005-03-131-35/+31
| | | | | * Use pkg_id instead of package name if possible (speed up calling). * Use get_pkg_id() to provide additional package error checking.
* Use /bin/tcsh for console option #8Scott Ullrich2005-03-131-1/+1
|
* 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
| | | | .php.net
* shell_exec -> systemScott Ullrich2005-03-131-2/+2
|
* Back out php_check_syntax() checking of package XML before sync (still ↵Colin Smith2005-03-131-8/+11
| | | | fixing bugs).
* 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
|
OpenPOWER on IntegriCloud