| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
It has dot. So it's P.1 series which is buggy.
|
|
|
|
| |
Don't enable the workaroudn if new enough firmware is detected.
|
|
|
|
|
| |
Otherwise we might attempt to access invalid or even unreceived data
(e.g. if switch was swapped, is offline, or just did not respond to us).
|
|
|
|
| |
and cache the information to authdb properly.
|
|
|
|
| |
with additional info.
|
|
|
|
| |
get rid of sscanf and use the blob api.
|
|
|
|
| |
fix also some authdb bugs, and make it actually usable.
|
|
|
|
|
|
|
|
|
| |
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).
|
|
Will implement 'captive portal' style authentication with separate
DB later.
|