From 864e955bbd8336974ce89364da8174a550181955 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Mon, 11 Sep 2000 23:32:43 +0000 Subject: Updated to reflect the new reality of the tinyproxy source code. --- doc/Makefile.am | 2 +- doc/TODO | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index bc3c786..97712da 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 diff --git a/doc/TODO b/doc/TODO index 257a1d3..13dcf3a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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). -- cgit v1.2.3