Commit Graph

5 Commits (master)

Author SHA1 Message Date
rofl0r a5381223df basicauth: use sblist 2020-09-16 02:39:09 +01:00
rofl0r 0aad2f5b92 fix basicauth string comparison
closes #160
2018-03-29 00:40:18 +01:00
rofl0r 4d9891e59e basicauth.[ch]: refactor to make basicauth_string() reusable 2018-02-25 15:13:45 +00:00
rofl0r af1d7ab510 move base64 code into own file
it will be needed to add support for upstream proxy auth.
2018-02-06 16:57:02 +00:00
rofl0r 8db511b9bf add support for basic HTTP authentication
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.
2018-02-06 16:57:02 +00:00