Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-16 | basicauth: use sblist | rofl0r | |
2018-03-29 | fix basicauth string comparison | rofl0r | |
closes #160 | |||
2018-02-25 | basicauth.[ch]: refactor to make basicauth_string() reusable | rofl0r | |
2018-02-06 | move base64 code into own file | rofl0r | |
it will be needed to add support for upstream proxy auth. | |||
2018-02-06 | add support for basic HTTP authentication | rofl0r | |
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. |