summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2000-09-11 23:32:43 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2000-09-11 23:32:43 +0000
commit864e955bbd8336974ce89364da8174a550181955 (patch)
tree503e67b78e8fe9cdf0912b46b5c13e6fac8128cd
parentb00b4158f25a99a5b3468c05c4cc0cc49515c602 (diff)
downloadtinyproxy-864e955bbd8336974ce89364da8174a550181955.tar.gz
tinyproxy-864e955bbd8336974ce89364da8174a550181955.zip
Updated to reflect the new reality of the tinyproxy source code.
Diffstat (limited to '')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/TODO7
2 files changed, 1 insertions, 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).