Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squark: reorganize sources to src directory | Timo Teräs | 2010-11-07 | 1 | -74/+0 |
| | |||||
* | auth-ip: print information in shell compatible format | Timo Teräs | 2010-09-14 | 1 | -0/+21 |
| | | | | so we can dump information from http cgi-bin scripts. | ||||
* | authdb: implement basics | Timo Teräs | 2010-08-27 | 1 | -0/+53 |
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). |