summaryrefslogtreecommitdiffstats
path: root/squark-auth-ip.c
Commit message (Collapse)AuthorAgeFilesLines
* squark: reorganize sources to src directoryTimo Teräs2010-11-071-218/+0
|
* auth-ip: dump block categoriesTimo Teräs2010-11-071-0/+4
|
* authdb: use configuration file to decide blocked categoriesTimo Teräs2010-09-141-2/+7
| | | | and cache the information to authdb properly.
* auth-ip: print information in shell compatible formatTimo Teräs2010-09-141-24/+27
| | | | so we can dump information from http cgi-bin scripts.
* authdb: separate last access / login timeTimo Teräs2010-09-071-3/+5
| | | | and tweak the authdb a bit.
* auth-ip: implement logoutTimo Teräs2010-09-031-5/+24
| | | | Implement logout function and some minor fixes.
* auth-ip: introduce helper tool for authdb managementTimo Teräs2010-09-011-0/+185
fix also some authdb bugs, and make it actually usable.