summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* squark: split generic blob code to it's own fileTimo Teräs2010-08-104-141/+166
| | | | it's useful in other binaries than squark-auth too.
* squarkdb: cmph based url database for squark filteringTimo Teräs2010-08-095-6/+789
| | | | | | | | | Implement basics of squarkdb which will be used by squark-filter to categorize URIs. Implementation is based on libcmph and uses file format suitable to be mmap:ed from squark-filter. Lua code is used to create the squark database from standard domain / url blacklists.
* auth: read net-snmp configuration filesTimo Teräs2010-07-282-6/+12
| | | | | | This allows setting SNMPv3 configuration via the standard config files. If SNMP community is given from command line, we fallback to SNMPv2c mode.
* auth: add manual page, and minor code changesTimo Teräs2010-07-232-2/+77
| | | | basics of the helper module explained.
* squark-auth: initial commitTimo Teräs2010-07-222-0/+1253
Basic functionality implemented.