summaryrefslogtreecommitdiffstats
path: root/main/squid
Commit message (Collapse)AuthorAgeFilesLines
* main/squid: enable large file supportNatanael Copa2009-12-111-2/+3
| | | | (cherry picked from commit 7159bdca163526d77419f922737bd362e8dd6bdd)
* main/squid: support for squid_radius_auth helperNatanael Copa2009-12-111-2/+2
| | | | | fixes #211 (cherry picked from commit bdf412b1d2ed7264c5c37a278527179f6364355f)
* main/squid: update to 2.7.STABLE7Timo Teras2009-10-072-4/+18
| | | | | | | | | additionally add a patch that prevents modification of Content-Type header on If-Modified-Since request 304 replies. RFC says those replies are invalid, but some broken servers return bogus data anyway, so ignoring the reply fixes some issues. (cherry picked from commit c447b3590d5fb3500e9ee67936893091cf1d565a)
* main/squid: remove pidfile if squis is not runningNatanael Copa2009-10-022-5/+10
| | | | fixes #174
* main/squid: start service after firewallNatanael Copa2009-09-162-2/+3
|
* main/squid: new try to add squid to winbind group on upgradesNatanael Copa2009-09-032-2/+3
|
* Revert "main/squid: add squid user to winbind group in post-upgrade too"Natanael Copa2009-09-032-3/+2
| | | | This reverts commit d4b37cea91a8379b608ea48f77129cb77dc8ec6e.
* main/squid: add squid user to winbind group in post-upgrade tooNatanael Copa2009-09-032-2/+3
|
* main/squid: add squid user to winbind groupNatanael Copa2009-09-032-2/+10
| | | | This allows Active Directory authentication
* main/squid: fix for squid initscript and pidfileNatanael Copa2009-09-013-14/+30
| | | | fixes #133
* main/squid: enable negotiate supportNatanael Copa2009-07-241-2/+3
| | | | fixes #88
* moved extra/* to main/Natanael Copa2009-07-246-0/+704
and fixed misc build issues