summaryrefslogtreecommitdiff
path: root/auth.c
AgeCommit message (Collapse)Author
2017-07-02auth: store parsed username and passwordJo-Philipp Wich
Store the parsed username and password information as HTTP headers in the clients header blob buffer for later use by proc.c Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2013-01-21add missing check for unencrypted passwordsFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-13relicense to ISCFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-13add check for shadow support, turn -Os back onFelix Fietkau
2013-01-03clean up / fix #includeFelix Fietkau
2013-01-03fix compile errors on linuxFelix Fietkau
2013-01-02add auth supportFelix Fietkau
2012-12-31use the new calloc_a function from libuboxFelix Fietkau
2012-12-30add config parserFelix Fietkau