Updated to reflect the new reality of the tinyproxy source code.

This commit is contained in:
Robert James Kaes 2000-09-11 23:32:43 +00:00
parent b00b4158f2
commit 864e955bbd
2 changed files with 1 additions and 8 deletions

View File

@ -1,2 +1,2 @@
EXTRA_DIST = tinyproxy.8 CONFIG HTTP_ERROR_CODES RFC_INFO TODO report.sh
EXTRA_DIST = tinyproxy.8 tinyproxy.conf HTTP_ERROR_CODES RFC_INFO TODO report.sh
man_MANS = tinyproxy.8

View File

@ -8,13 +8,6 @@ against the current tree and I'll integrate it if possible.
the source tree. Then people can simply choose which types of
proxies (ftp, www, etc) they'd like enabled in tinyproxy.h
Suggested: Tarun Tuli.
- Make the source tree autoconf-ed so people can avoid editing
tinyproxy.h and the like.
- Add some kind of access control mechanism - probably IP-based,
so users can choose only to let people from certain networks/ISP
use the proxy. This becomes more of an issue with FTP proxies
and the like. (Partially Done. It would be better if there was a
config file.)
- 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).