summaryrefslogtreecommitdiffstats
path: root/squark-auth.c
Commit message (Collapse)AuthorAgeFilesLines
* auth: rename to squark-auth-snmpTimo Teräs2010-08-221-1151/+0
| | | | | Will implement 'captive portal' style authentication with separate DB later.
* auth: experimental (untested) support for port reauthenticationTimo Teräs2010-08-191-12/+53
| | | | | | Ability to force reauthentication (HP ProCurve specific) for the switch port to which we traced the IP. This works currently only with the HP WebAuth scheme (should be possible with MAC auth scheme too).
* 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.