| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
properly calculate module of the hash bucket, and when cleaning up
free the correct entry (instead of the next one).
|
|
|
|
| |
and cache the information to authdb properly.
|
|
|
|
|
|
| |
this way multiple users can access the shm areas (e.g. www-data
for captive portal, and proxy for squid). all system users needing
to use squark tools need to belong to this group.
|
|
|
|
| |
and tweak the authdb a bit.
|
|
|
|
| |
Implement logout function and some minor fixes.
|
|
|
|
| |
fix also some authdb bugs, and make it actually usable.
|
|
Implement a shared memory based authentication cache. It's a simple
local cache indexed by IP-address, and keeps track of that IP's
auth info such as username, allowed categories and timeouts. This
provides basis for captive portal, per-user definable category
restrictions and implementation of soft blocks (block which can
be overridden by user by clicking a button on the blocked page).
|