summaryrefslogtreecommitdiffstats
path: root/squark-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* blob: use uppercase for macroes, add some functionalityTimo Teräs2010-08-101-51/+51
| | | | Normalizing macro names to upper case and extending functionality.
* squark: split generic blob code to it's own fileTimo Teräs2010-08-101-138/+2
| | | | it's useful in other binaries than squark-auth too.
* auth: read net-snmp configuration filesTimo Teräs2010-07-281-4/+9
| | | | | | 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-231-2/+4
| | | | basics of the helper module explained.
* squark-auth: initial commitTimo Teräs2010-07-221-0/+1239
Basic functionality implemented.