summaryrefslogtreecommitdiffstats
path: root/authdb.c
Commit message (Collapse)AuthorAgeFilesLines
* auth-ip: introduce helper tool for authdb managementTimo Teräs2010-09-011-7/+16
| | | | fix also some authdb bugs, and make it actually usable.
* authdb: implement basicsTimo Teräs2010-08-271-0/+223
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).