Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump squid version. | Seth Mos | 2007-01-17 | 1 | -1/+1 |
| | | | | * fix core dump when not operating transparently | ||||
* | When not enabling transparent mode we did not create a port statement in | Seth Mos | 2007-01-17 | 1 | -10/+4 |
| | | | | the config file and upsetting squid. | ||||
* | Attempt no 2 to correctly start squid at boot. | Seth Mos | 2007-01-17 | 2 | -5/+5 |
| | |||||
* | Attempt to fix double startup error, this would result in squid starting ↵ | Seth Mos | 2007-01-17 | 2 | -4/+9 |
| | | | | twice and not being able to bind to the http port. | ||||
* | Bump squid version to p14 | Seth Mos | 2007-01-17 | 1 | -1/+1 |
| | | | | unlucky after all. Fix config migration | ||||
* | Correctly migrate the config settings. Use \n expansion, not the literal ↵ | Seth Mos | 2007-01-17 | 1 | -9/+9 |
| | | | | characters. | ||||
* | After conversion, write out the config settings. | Seth Mos | 2007-01-17 | 1 | -0/+1 |
| | |||||
* | Bump squid version | Seth Mos | 2007-01-17 | 1 | -1/+1 |
| | | | | | * 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 Mos | 2007-01-17 | 1 | -0/+64 |
| | | | | previous entries have a , in them. | ||||
* | Bump version to p12 | Seth Mos | 2007-01-17 | 5 | -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 Mos | 2007-01-17 | 1 | -1/+1 |
| | |||||
* | Fix TTL option. | Scott Ullrich | 2007-01-16 | 1 | -1/+1 |
| | |||||
* | Fix allow interface check against proper $config settings. | Seth Mos | 2007-01-16 | 1 | -2/+2 |
| | | | | Was this theoretical proof of concept code? | ||||
* | Version Bump p10 | Seth Mos | 2007-01-16 | 2 | -21/+37 |
| | | | | * 1st attempt to fix empty white and blacklist squid.conf errors | ||||
* | * announce ntp service type via zeroconf | Daniel Stefan Haischt | 2007-01-15 | 1 | -0/+18 |
| | |||||
* | * fix: -> -mapall and -maproot mutually exclusive | Daniel Stefan Haischt | 2007-01-14 | 1 | -8/+4 |
| | |||||
* | * fix: process save message via Ajax | Daniel Stefan Haischt | 2007-01-13 | 6 | -0/+24 |
| | |||||
* | * fix: *_tools.php pages | Daniel Stefan Haischt | 2007-01-13 | 2 | -9/+11 |
| | |||||
* | bump miniupnpd version to 20070112 | Ryan Wagoner | 2007-01-12 | 2 | -1/+1 |
| | |||||
* | Bump to version p9 | Seth Mos | 2007-01-11 | 2 | -5/+9 |
| | | | | | * Fix incorrect comment line * Create single redirect line for transparent mode | ||||
* | * sync to latest FreeNAS trunk | Daniel Stefan Haischt | 2007-01-11 | 7 | -17/+92 |
| | |||||
* | * added Ajax support to each *_tools.php page | Daniel Stefan Haischt | 2007-01-10 | 4 | -399/+359 |
| | |||||
* | * fix: unbreak transmenu support | Daniel Stefan Haischt | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | * various HTML related fixes. | Daniel Stefan Haischt | 2007-01-10 | 7 | -46/+35 |
| | |||||
* | Enter version p8. first attempt at a working black and whitelisting scheme. | Seth Mos | 2007-01-09 | 2 | -25/+30 |
| | | | | | | | 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 Mos | 2007-01-09 | 1 | -18/+2 |
| | |||||
* | Make the proxy monitor script start later then the other boot scripts by ↵ | Seth Mos | 2007-01-09 | 1 | -1/+4 |
| | | | | waiting 5 seconds on 1st launch. | ||||
* | Restore previous behaviour after package (re)installation | Seth Mos | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | Bump Squid version. | Seth Mos | 2007-01-09 | 2 | -6/+6 |
| | | | | hoping to silence the double startup error. | ||||
* | * fix: change to -> type="text/javascript" | Daniel Stefan Haischt | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | * fix: missing else if (disks_check_mount_fullname($disk)) | Daniel Stefan Haischt | 2007-01-08 | 1 | -2/+2 |
| | |||||
* | * fix: output an Ajax compliant error message if the disk is still mounted | Daniel Stefan Haischt | 2007-01-08 | 3 | -32/+54 |
| | |||||
* | * fix: s/parition/partition/ | Daniel Stefan Haischt | 2007-01-06 | 1 | -4/+4 |
| | |||||
* | * ajaxified disks_manage_init.php. Should work in Opera and Firefox. | Daniel Stefan Haischt | 2007-01-06 | 1 | -100/+400 |
| | |||||
* | * fix: use strpos instead of strcmp in disks_check_mount_fullname() | Daniel Stefan Haischt | 2007-01-05 | 3 | -12/+32 |
| | | | | * fix: format function on disks_manage_init.php | ||||
* | * fix: usorting disks in freenas_guiconfig.inc | Daniel Stefan Haischt | 2007-01-05 | 4 | -39/+24 |
| | |||||
* | * bug fixing | Daniel Stefan Haischt | 2007-01-04 | 9 | -17/+19 |
| | | | | * issues not fixed: services_samba.php and disks_manage_tools.php do have layouting issues | ||||
* | * fix: humm thought an XML parser would not interprete characters which are | Daniel Stefan Haischt | 2007-01-04 | 1 | -1/+1 |
| | | | | part of a comment block... | ||||
* | * synced freenas package to current FreeNAS trunk | Daniel Stefan Haischt | 2007-01-04 | 67 | -6386/+12065 |
| | | | | | * unison package file needs to be added to pfsense.com * rc script needs to be tested | ||||
* | * fix: add onload event to <body> required to support transmenu | Daniel Stefan Haischt | 2006-12-27 | 39 | -39/+39 |
| | |||||
* | Bump squid version, p5 was broken, enter p6 | Seth Mos | 2006-12-27 | 1 | -1/+1 |
| | |||||
* | Unbreak squid. I forgot to set $port before creating the rules. | Seth Mos | 2006-12-27 | 1 | -0/+1 |
| | |||||
* | Bump squid version | Seth Mos | 2006-12-25 | 1 | -1/+1 |
| | |||||
* | Accept transparent proxy connections _and_ normal connections on the ↵ | Seth Mos | 2006-12-25 | 1 | -5/+5 |
| | | | | configured port. | ||||
* | Bump squid version | Seth Mos | 2006-12-24 | 1 | -1/+1 |
| | |||||
* | Allow setting maxium object size to 0 so we can prevent disk caching and run ↵ | Seth Mos | 2006-12-24 | 1 | -1/+1 |
| | | | | embedded. | ||||
* | Iterate foreach loop correctly. | Scott Ullrich | 2006-12-23 | 1 | -4/+4 |
| | | | | | | Submitted by xstas via forum. http://forum.pfsense.org/index.php/topic,3089.0/topicseen.html | ||||
* | * Kill spamd on deinstall | Scott Ullrich | 2006-12-23 | 1 | -0/+3 |
| | | | | * Reload filter | ||||
* | Bump squid version. We can do transparent using webgui and squid on port 80 | Seth Mos | 2006-12-22 | 1 | -1/+1 |
| | |||||
* | More fixes by Umberto from the forum. | Seth Mos | 2006-12-22 | 1 | -12/+6 |
| | | | | | We can now run transparent proxy eventhough the webgui uses the same. http://forum.pfsense.org/index.php/topic,3089.msg18804.html#msg18804 |