summaryrefslogtreecommitdiffhomepage
path: root/src/basicauth.c
AgeCommit message (Collapse)Author
2020-09-16basicauth: use sblistrofl0r
2018-03-29fix basicauth string comparisonrofl0r
closes #160
2018-02-25basicauth.[ch]: refactor to make basicauth_string() reusablerofl0r
2018-02-06move base64 code into own filerofl0r
it will be needed to add support for upstream proxy auth.
2018-02-06add support for basic HTTP authenticationrofl0r
using the "BasicAuth" keyword in tinyproxy.conf. base64 code was written by myself and taken from my own library "libulz". for this purpose it is relicensed under the usual terms of the tinyproxy license.