aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * fix: Ticket #1230 - add missing NFS related PHP pagesDaniel Stefan Haischt2007-01-261-0/+10
|
* update iperf package to 2.0.2_1Scott Ullrich2007-01-261-2/+2
|
* Use pfsense.merge_config_sectionScott Ullrich2007-01-251-1/+1
|
* Oops, bad debug code, bad. Remove.Scott Ullrich2007-01-241-1/+1
|
* Use pfsense.merge_config_sectionScott Ullrich2007-01-241-3/+5
|
* Do not use fancy php pointers, leading to the whipeout of carpsettings xml ↵Scott Ullrich2007-01-241-2/+4
| | | | entries on secondary hosts
* Do not use fancy php pointers, leading to the whipeout of carpsettings xml ↵Scott Ullrich2007-01-241-3/+2
| | | | entries on secondary hosts
* * Create svscan structure correctly.Scott Ullrich2007-01-241-17/+2
| | | | * Ensure multilog is reading from tinydns pipe to prevent blockage
* Use monitorip if available.Scott Ullrich2007-01-242-5/+5
|
* Use monitorip if available.Scott Ullrich2007-01-242-12/+27
|
* Add monitor ip supportScott Ullrich2007-01-242-4/+28
|
* forgot to add these pages...Daniel Stefan Haischt2007-01-222-0/+948
|
* * updated PF filter rules generation - still needs a bit of fine tuningDaniel Stefan Haischt2007-01-221-6/+27
|
* * allow NFS options per exportDaniel Stefan Haischt2007-01-226-678/+105
| | | | | * split NFS daemon options and export options into two different tabs * allow NFS related daemons to bind to a particular IP address
* * results of a coding binge ...Daniel Stefan Haischt2007-01-213-47/+702
|
* s/=/==/Scott Ullrich2007-01-191-1/+1
| | | | Ticket #1208
* Update rules.Scott Ullrich2007-01-171-2/+2
|
* Do not install rules unless we can obtain the interface correctlyScott Ullrich2007-01-171-0/+4
|
* Call the correct deinstall function name.Scott Ullrich2007-01-171-1/+1
|
* update with frickin2 beta 2Scott Ullrich2007-01-171-0/+0
|
* Bump squid version.Seth Mos2007-01-172-2/+2
| | | | * fix core dump when not operating transparently
* When not enabling transparent mode we did not create a port statement inSeth Mos2007-01-171-10/+4
| | | | the config file and upsetting squid.
* Attempt no 2 to correctly start squid at boot.Seth Mos2007-01-172-5/+5
|
* Attempt to fix double startup error, this would result in squid starting ↵Seth Mos2007-01-172-4/+9
| | | | twice and not being able to bind to the http port.
* Bump squid version to p14Seth Mos2007-01-172-2/+2
| | | | unlucky after all. Fix config migration
* Correctly migrate the config settings. Use \n expansion, not the literal ↵Seth Mos2007-01-171-9/+9
| | | | characters.
* After conversion, write out the config settings.Seth Mos2007-01-171-0/+1
|
* Bump squid versionSeth Mos2007-01-172-2/+2
| | | | | * migrate existing settings in new format if at all possible 13 is lucky
* Migrate existing config settings. We can only do this reliably if the ↵Seth Mos2007-01-171-0/+64
| | | | previous entries have a , in them.
* Bump squid version to p12Seth Mos2007-01-171-1/+1
| | | | Config format breakage.
* Bump version to p12Seth Mos2007-01-175-39/+60
| | | | | | | | | | ********* NOTE: the format for the white,black,nac,donotcache,banned and unrestricted fields has changed! ********* * fields now use newlines instead of csv so it is easier to import white and blacklists. * fix acl creation and ordering.
* Bump squid version.Seth Mos2007-01-172-2/+2
|
* Fix TTL option.Scott Ullrich2007-01-161-1/+1
|
* Fix allow interface check against proper $config settings.Seth Mos2007-01-161-2/+2
| | | | Was this theoretical proof of concept code?
* Version Bump p10Seth Mos2007-01-163-22/+38
| | | | * 1st attempt to fix empty white and blacklist squid.conf errors
* * announce ntp service type via zeroconfDaniel Stefan Haischt2007-01-151-0/+18
|
* * fix: -> -mapall and -maproot mutually exclusiveDaniel Stefan Haischt2007-01-141-8/+4
|
* * fix: process save message via AjaxDaniel Stefan Haischt2007-01-136-0/+24
|
* * fix: *_tools.php pagesDaniel Stefan Haischt2007-01-132-9/+11
|
* bump miniupnpd version to 20070112Ryan Wagoner2007-01-123-2/+2
|
* Bump to version p9Seth Mos2007-01-113-6/+10
| | | | | * Fix incorrect comment line * Create single redirect line for transparent mode
* * sync to latest FreeNAS trunkDaniel Stefan Haischt2007-01-117-17/+92
|
* * added Ajax support to each *_tools.php pageDaniel Stefan Haischt2007-01-104-399/+359
|
* * fix: unbreak transmenu supportDaniel Stefan Haischt2007-01-101-1/+1
|
* * various HTML related fixes.Daniel Stefan Haischt2007-01-107-46/+35
|
* Enter version p8. first attempt at a working black and whitelisting scheme.Seth Mos2007-01-093-26/+31
| | | | | | | The previous version had a http_access allow on both GET and POST request. Which ends up being the world. Has this ever worked? Removed the mac acl backend since it is not supported. Next step squidguard or danguardian
* Remove MAC support, our squid does not support it at this time.Seth Mos2007-01-091-18/+2
|
* Make the proxy monitor script start later then the other boot scripts by ↵Seth Mos2007-01-091-1/+4
| | | | waiting 5 seconds on 1st launch.
* Restore previous behaviour after package (re)installationSeth Mos2007-01-091-1/+1
|
* Bump Squid version.Seth Mos2007-01-093-7/+7
| | | | hoping to silence the double startup error.