]> git.ipfire.org Git - thirdparty/squid.git/commit - src/acl/external/time_quota/ext_time_quota_acl.8
Add ext_time_quota_acl helper
authorTilmann Bubeck <t.bubeck@reinform.de>
Mon, 9 May 2011 12:42:59 +0000 (00:42 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 9 May 2011 12:42:59 +0000 (00:42 +1200)
commit9938b57f9793f45dab38ee1ba6332618bf8c2052
treeffc90b45b2680676170298ac473665e2319205b6
parente0c0d54c4deb4de2610fdfa3c1e8aea937c64f8f
Add ext_time_quota_acl helper

Allows an administrator to define time budgets for the users of squid
to limit the time using squid.

This is useful for corporate lunch time allocations, wifi portal
pay-per-minute installations or for parental control of children. The
administrator can define a time budget (e.g. 1 hour per day) which is
enforced through this helper.
configure.ac
errors/Makefile.am
errors/templates/ERR_ACL_TIME_QUOTA_EXCEEDED [new file with mode: 0644]
helpers/external_acl/Makefile.am
helpers/external_acl/time_quota/Makefile.am [new file with mode: 0644]
helpers/external_acl/time_quota/config.test [new file with mode: 0644]
helpers/external_acl/time_quota/ext_time_quota_acl.8 [new file with mode: 0644]
helpers/external_acl/time_quota/ext_time_quota_acl.cc [new file with mode: 0644]