summaryrefslogtreecommitdiffstats
path: root/authdb.h
Commit message (Collapse)AuthorAgeFilesLines
* squark: reorganize sources to src directoryTimo Teräs2010-11-071-62/+0
|
* authdb: use configuration file to decide blocked categoriesTimo Teräs2010-09-141-2/+14
| | | | and cache the information to authdb properly.
* authdb: separate last access / login timeTimo Teräs2010-09-071-6/+4
| | | | and tweak the authdb a bit.
* auth-ip: implement logoutTimo Teräs2010-09-031-0/+1
| | | | Implement logout function and some minor fixes.
* auth-ip: introduce helper tool for authdb managementTimo Teräs2010-09-011-0/+1
| | | | fix also some authdb bugs, and make it actually usable.
* authdb: implement basicsTimo Teräs2010-08-271-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).