diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-06-19 16:45:58 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-06-19 16:45:58 +0000 |
commit | 0d3962f1f069845c2f396ca2450d9529f27d556b (patch) | |
tree | 0191103c955216566fd8db7cebbcf22b3cdbcf08 /TODO | |
parent | b081019d5ab9a0247f7d6fb5592efa4b8f49b81b (diff) | |
download | tinyproxy-0d3962f1f069845c2f396ca2450d9529f27d556b.tar.gz tinyproxy-0d3962f1f069845c2f396ca2450d9529f27d556b.zip |
# Removed the HTML error suggestion since it's been implemented with
Steven Young's patches. Added a suggestion for user authentication.
Diffstat (limited to '')
-rw-r--r-- | TODO | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -16,10 +16,6 @@ against the current tree and I'll integrate it if possible. proxies (ftp, www, etc) they'd like enabled in tinyproxy.h Suggested: Tarun Tuli. - * Find a more elegant solution to embedding HTML documents in the - source than the current method. (see httperr() and showstats() for - examples of how it's done right now). - * Include a function to rewrite the incoming requests. Should not be much of a problem. Just need to modify the process_method() code to look up the URL and rewrite it. If we want to go really fancy @@ -38,3 +34,8 @@ against the current tree and I'll integrate it if possible. for the administrators. Right now it's more a hodge-podge collections of error messages without a _real_ standard. I would prefer a more uniform look. + + * Include user authentication for accessing tinyproxy itself. + Administrators should be allowed to selectively allow certain users + access to tinyproxy via a user name/password pair. Check the + HTTP/1.1 RFC for more information. [Suggested: Tyrone Tranmer]
\ No newline at end of file |