Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | |||||
* | Add polish. | Seth Mos | 2006-12-21 | 1 | -1/+1 | |
| | | | | If the webgui does not use http, do not complain about the port for transparent mode. | |||||
* | Fix throttle extension syntax. | Seth Mos | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | Run squid_dash_z() after saving the cache settings. | Seth Mos | 2006-12-20 | 1 | -1/+2 | |
| | ||||||
* | Stop squid before trying a squid -z. resync_general will start it back up ↵ | Seth Mos | 2006-12-20 | 1 | -0/+3 | |
| | | | | for us. | |||||
* | Add missing linefeed (delay pools) | Seth Mos | 2006-12-20 | 1 | -1/+1 | |
| | ||||||
* | Remove squid files, these are now in a squid subdirectory | Seth Mos | 2006-12-20 | 13 | -3660/+0 | |
| | ||||||
* | Remove old linux-igd upnp from the list | Seth Mos | 2006-12-20 | 1 | -15/+15 | |
| | | | | | Update squid.xml location Bump squid version | |||||
* | Lower proxy monitor sleep time for earlier detection. | Seth Mos | 2006-12-20 | 3 | -19/+19 | |
| | | | | Point XML files to new squid location | |||||
* | Re-Add squid files in new squid subdirectory | Seth Mos | 2006-12-20 | 13 | -0/+3660 | |
| | ||||||
* | Start squid after installing, remove squid cache and log after deinstalling. | Seth Mos | 2006-12-20 | 1 | -0/+16 | |
| | ||||||
* | Do not attempt to create squid cache dir on each reload. | Seth Mos | 2006-12-20 | 1 | -3/+2 | |
| | ||||||
* | Further Squid cache creation fixes, more verbosity | Seth Mos | 2006-12-20 | 1 | -19/+20 | |
| | ||||||
* | Rework the way we setup the squid cache directory | Seth Mos | 2006-12-20 | 1 | -12/+16 | |
| | ||||||
* | Fix the cache creation. | Seth Mos | 2006-12-19 | 1 | -1/+2 | |
| | ||||||
* | Actually set up and use the alternative paths for the log and cache. | Seth Mos | 2006-12-19 | 1 | -8/+10 | |
| | ||||||
* | OK, after proper testing time and some help from Umberto from the forum | Seth Mos | 2006-12-19 | 1 | -1/+1 | |
| | | | | | | | | I have the feeling it works a bit better now. It should work out of the box now. NOTE: authentication is not tested at this time, nor is upstream proxy support. | |||||
* | Fix indentation to tabs | Seth Mos | 2006-12-19 | 1 | -8/+8 | |
| | ||||||
* | - transparent and gui on port 80 are not allowed. | Seth Mos | 2006-12-19 | 2 | -2/+20 | |
| | | | | | - Add log dir option - If squid not running after install, start. Otherwise reload | |||||
* | Last few commits have been in no particular order: | Seth Mos | 2006-12-19 | 2 | -28/+22 | |
| | | | | | | | | | | | | | | | | - remove stopping and starting of squid on reconfiguration. use squid -k reconfigure instead. - stop killing and starting the proxy_monitor.sh script. It's not needed. - Always allow the webgui port for access, otherwise you could lock yourself from the gui. - Add cache location option. If you have another disk to store them on. - Fix input validation on a number of gui items. - Transparent and normal proxy mode now work. - Fix throttling. TEST - Authentication UNTESTED I think we are good for another public test attempt | |||||
* | Almost right, alter squid not squidguard | Seth Mos | 2006-12-19 | 1 | -16/+16 | |
| | ||||||
* | Alter squid required version | Seth Mos | 2006-12-19 | 1 | -1/+1 | |
| | ||||||
* | Smoldering wreck. Please test. | Seth Mos | 2006-12-19 | 1 | -22/+31 | |
| | ||||||
* | Turn sqid back off. Nothing but bad reports. | Scott Ullrich | 2006-12-19 | 1 | -15/+15 | |
| | ||||||
* | Hunting season is open for the public again. | Seth Mos | 2006-12-18 | 1 | -2/+2 | |
| | ||||||
* | Well poke me with a stick and set me on fire! Hurrah! | Seth Mos | 2006-12-18 | 1 | -40/+81 | |
| | | | | Please Test | |||||
* | Bump squid to 2.6.5 | Scott Ullrich | 2006-12-15 | 1 | -2/+2 | |
| | ||||||
* | s/MiniUPnP/MiniUPnPd | Ryan Wagoner | 2006-12-15 | 3 | -6/+6 | |
| | ||||||
* | add enable checkbox to imspector, cleanup include code | Ryan Wagoner | 2006-12-15 | 2 | -30/+64 | |
| | ||||||
* | add enable checkbox, format menu name to MiniUPnP | Ryan Wagoner | 2006-12-15 | 3 | -13/+23 | |
| | ||||||
* | bump miniupnpd to version 20061214, improve syslog messages, add notice for ↵ | Ryan Wagoner | 2006-12-15 | 4 | -23/+40 | |
| | | | | disabling of service | |||||
* | Stop snort on deinstall. | Scott Ullrich | 2006-12-11 | 1 | -0/+3 | |
| | ||||||
* | Latest fixes from Scott | Scott Ullrich | 2006-12-11 | 2 | -19/+27 | |
| | ||||||
* | Updated file from Scott. | Scott Ullrich | 2006-12-11 | 1 | -345/+348 | |
| | ||||||
* | fix mysql logging support | Ryan Wagoner | 2006-12-11 | 1 | -2/+6 | |
| | ||||||
* | use rdr pass to simplify the rule creation process .. inform users of ↵ | Ryan Wagoner | 2006-12-09 | 2 | -19/+17 | |
| | | | | imspector log directory | |||||
* | Add Snort rule activation/deactivation/edit support. | Scott Ullrich | 2006-12-09 | 9 | -15/+715 | |
| | | | | Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com |