aboutsummaryrefslogtreecommitdiffstats
path: root/src/cyn.h
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20Add session, value as string and expirationJose Bollo1-7/+10
The DB now records sessions. It has expiration management (currently coarse: ~16s, see db.c) that is propagated to caches. Values are now strings. Default values are "yes" and "no" for allowed or denied permissions. new program: cynadm Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-09-17Make it work for AGLJosé Bollo1-5/+17
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-09-10Initial commitJose Bollo1-0/+113
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>