aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use PHP functions instead of shelling out.Colin Smith2005-03-201-3/+3
|
* Call unlink_if_exists() unstead of shelling out to use rm.Colin Smith2005-03-201-1/+1
|
* Add <aftersaveredirect> to squid.Colin Smith2005-03-201-0/+1
|
* keep package and settings names in line with other packagesBill Marquette2005-03-201-2/+2
|
* use better functions for cleanupBill Marquette2005-03-201-1/+5
|
* Remove call to /etc/rc.filter_configure (which just calls filter_configure() ↵Bill Marquette2005-03-201-1/+0
| | | | | | | anyway) Squid now deinstalls Can anyone tell me why this fixes the rc.filter_configure loop we were seeing on deinstall? This commit does _not_ fix rule removal - I suspect that has nothing to do with the package XML
* generic cleanupBill Marquette2005-03-201-4/+4
|
* fix path to rc.filter_configure and use mwexec()Bill Marquette2005-03-201-1/+1
|
* clean rdr rule running /etc/rc.filter_configure after install till ↵bkw2005-03-201-1/+2
| | | | | | filter_configure() get fixed cache_mem == size in RAM and nothing else.
* Modify squid package to use new global functions directive.Colin Smith2005-03-191-2/+4
|
* Move write_squid_static_config() from installation XML to add XML (to make ↵Colin Smith2005-03-191-32/+32
| | | | sure it is decalred before use).
* Whoops, missed an unnecessary cache size directive in ↵Colin Smith2005-03-191-1/+0
| | | | write_squid_static_config();
* Delete unnecessary <addeditdelete> fields.Colin Smith2005-03-191-6/+0
|
* Rewrite squid package.Colin Smith2005-03-191-43/+79
|
* Woops dont forget pfSense versionScott Ullrich2005-03-191-1/+1
|
* Revert ntop to 3.0Scott Ullrich2005-03-191-2/+2
|
* <fields/> removedbkw2005-03-191-1/+0
|
* * Cleanup vim's smart tab crapScott Ullrich2005-03-191-4/+4
| | | | * move filter_configure(); from pre_deinstall to deinstall target since we now depend on the package to be removed from the installed package manifest
* Clean up cachedir after uninstall. Will be recreated when installingbkw2005-03-181-1/+2
|
* Update filename for ntop to ntop-3.1_1.tbzScott Ullrich2005-03-181-1/+1
|
* Setup pfsync ruleScott Ullrich2005-03-171-1/+1
|
* Change package path for NTOP to use pfSense.com's packageScott Ullrich2005-03-171-1/+1
|
* Cleanup a number of foreach errors when package is not configured.Scott Ullrich2005-03-171-36/+34
|
* Clean up typos made by a drunk programmer :-PBill Marquette2005-03-171-5/+5
|
* 30 != 31 and 30 != 32 :)Bill Marquette2005-03-171-2/+2
|
* Reinstate Squid, mark it as uber alpha.Scott Ullrich2005-03-161-4/+4
|
* pkg_add squid-2.5.7_5.tbz is what we need.bkw2005-03-161-22/+0
|
* Remove quid and squid guard until a core memeber can review what the heck ↵Scott Ullrich2005-03-161-40/+26
| | | | has gone wrong.
* path/cmd changedbkw2005-03-161-3/+3
|
* chmod set for all squid related dir/files.bkw2005-03-161-4/+7
|
* Check to make sure carp settings is an array before going forward.Scott Ullrich2005-03-161-1/+2
|
* Only sync a configuration if the item is an array (IE: it has data inside it).Scott Ullrich2005-03-161-4/+4
|
* rearrange some code so we only load files that actually existBill Marquette2005-03-161-16/+24
| | | | keeping inline with the filename $trafficshaper == $shaper
* Keep the number of scp's to a minimumBill Marquette2005-03-161-8/+14
|
* oops, rules != filterBill Marquette2005-03-161-1/+1
|
* revert last commit - I'm too tired to be debugging thisBill Marquette2005-03-161-1/+3
|
* Remove extraneous code - I think this is what was intendedBill Marquette2005-03-161-3/+1
|
* shaper should sync nowBill Marquette2005-03-161-4/+4
| | | | make the if() actually work and remove bogus foreach that was probably intended to do something else
* rules -> filterScott Ullrich2005-03-161-1/+1
|
* Make all area names consistent and fix a few c/p errorsScott Ullrich2005-03-162-8/+8
|
* Fixup tabbing.Scott Ullrich2005-03-151-61/+61
|
* two earlier missed mkdirs added. chown has abs pathbkw2005-03-151-5/+9
|
* Fix tabs.. AGAIN.Scott Ullrich2005-03-151-14/+14
|
* dir creation, permissions, user/groups add,removebkw2005-03-151-5/+15
|
* Do not process sync code twice.Scott Ullrich2005-03-151-44/+46
|
* More minor cleanups. No funcitonal changes.Scott Ullrich2005-03-151-6/+6
|
* * Cleanup tabbing and make it consistent.Scott Ullrich2005-03-151-6/+7
| | | | * Put a notice at the top of the configuration file that it was created by the pfSense package manager
* Correctly show which carp interface we are creating in the scriptScott Ullrich2005-03-141-1/+1
|
* Do not depend on sync rules flag, we can now toggle all four areasScott Ullrich2005-03-141-22/+20
|
* * Allow aliases, nat, traffic shaping and firewall rules syncing status to ↵Scott Ullrich2005-03-142-28/+54
| | | | be turned on or off