Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-19 | Use PKG_SYSCONFDIR instead of PKG_SYSCONFDIR.squidguard (the later not usually | jmmv | 1 | -3/+3 | |
defined). Bump PKGREVISION to 2. From Ron Roskens in PR pkg/23189. | |||||
2003-07-22 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-12-09 | Replace "true" by "${TRUE}". | tron | 1 | -3/+3 | |
2002-10-13 | buildlink1 -> buildlink2. | wiz | 1 | -4/+5 | |
2002-08-06 | Switch the "squidGuard" package from using "db2" to "db3" since it works | zuntum | 3 | -11/+12 | |
decidedly better with the latter ;-) Bump PKGREVISION per wiz's suggestion. | |||||
2002-08-05 | rmdir some directories on @unexec | zuntum | 1 | -1/+3 | |
2002-08-05 | Use more sane defaults for config file location, logdir, and dbhome. | zuntum | 1 | -8/+4 | |
2002-08-04 | Initial import of squidGuard-1.2.0 | zuntum | 5 | -0/+90 | |
squidGuard is a combined filter, redirector and access controller plugin for Squid. It can be used to: * limit the web access for some users to a list of accepted/well known web servers and/or URLs only. * block access to some listed or blacklisted web servers and/or URLs for some users. * block access to URLs matching a list of regular expressions or words for some users. * enforce the use of domainnames/prohibit the use of IP address in URLs. * redirect blocked URLs to an "intelligent" CGI based info page. * redirect unregistered user to a registration form. * redirect popular downloads like Netscape, MSIE etc. to local copies. * redirect banners to an empty GIF. * have different access rules based on time of day, day of the week, date etc. * have different rules for different user groups. * and much more.. |