| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
and cache the information to authdb properly.
|
|
|
|
| |
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).
|