Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | auth-ip: introduce helper tool for authdb management | Timo Teräs | 2010-09-01 | 1 | -0/+1 |
| | | | | fix also some authdb bugs, and make it actually usable. | ||||
* | authdb: implement basics | Timo Teräs | 2010-08-27 | 1 | -0/+50 |
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). |