Robert James Kaes
4ce9674365
(process_request): Changed the filtering code around to handle both domains and URLs.
2002-05-27 02:00:22 +00:00
Robert James Kaes
35d3d79e92
Added into the config structure the filter_urls and filter_extended flags.
2002-05-27 01:59:28 +00:00
Robert James Kaes
d64dfc5d77
Some spelling fixes.
2002-05-27 01:58:41 +00:00
Robert James Kaes
83a1a32f2a
(opensock): Changed a comment around to better state what the code is actually doing.
2002-05-27 01:57:48 +00:00
Robert James Kaes
b11015c2e1
Added a copyright for James E. Flemer since these are his changes.
...
(filter_init): Added code to handle both host and URLs. Also include code to use extended regular expressions.
(filter_domain): The old filter_url function has been renamed filter_domain().
(filter_url): This function now actually filters complete URLs.
2002-05-27 01:56:22 +00:00
Robert James Kaes
026c7d9a3d
Added support for the "FilterURLs" and "FilterExtended" directives.
...
These directives were submitted by James Flemer for use with the new
filtering code.
2002-05-27 01:52:44 +00:00
Robert James Kaes
4ba42369b9
Changes to tinyproxy relating to signals and the copyright dates.
2002-05-27 00:51:29 +00:00
Robert James Kaes
df3d88ed4e
Updated the version number (pre 1)
2002-05-27 00:49:06 +00:00
Robert James Kaes
514182a05f
(display_license): Updated the copyright dates
...
(main): Moved the signals around so that the appropriate signal is assigned to either the children or just the parrent process.
Updated the copyright on the file.
2002-05-27 00:46:24 +00:00
Robert James Kaes
8506b4ba33
Updated the ChangeLog. This was pulled from the CVS logs using Emacs.
...
First time I've done this, but it seemed to work pretty well.
2002-05-26 19:07:04 +00:00
Robert James Kaes
a892febac3
Removed the "DNSserver" directives since they're no longer needed.
2002-05-26 18:59:10 +00:00
Robert James Kaes
9c28c7dfe2
Removed the pthread related tests and added a test for the sys/mman.h
...
header (needed for shared memory.)
2002-05-26 18:58:19 +00:00
Robert James Kaes
9910c06bd2
Removed the "dnsserver" program all together, and changed the names of
...
some of the files.
2002-05-26 18:56:43 +00:00
Robert James Kaes
2e6ab58f37
Added the malloc_shared_memory() and calloc_shared_memory() function to
...
allow the use of shared memory between all the children.
2002-05-26 18:56:06 +00:00
Robert James Kaes
63f481c61a
Spelling changes (from thread to child.)
2002-05-26 18:55:19 +00:00
Robert James Kaes
6cc0dce1b4
Removed the directives for the old DNSserver process.
2002-05-26 18:54:27 +00:00
Robert James Kaes
49b21c7e2f
The stats structure has been moved into a shared memory block since it
...
needs to be shared by all the children.
2002-05-26 18:53:14 +00:00
Robert James Kaes
a67fb30bdf
Removed all the code relating to the DNS API (dnsclient.h) as it's no
...
longer needed with the new pre-forked model.
2002-05-26 18:52:23 +00:00
Robert James Kaes
523f2003fa
Removed the DNS API calls and replaced them with the standard
...
gethostbyname() and gethostbyaddr() functions. This is possible
because tinyproxy now uses a standard pre-forked() method.
2002-05-26 18:51:17 +00:00
Robert James Kaes
71046cd407
Removed the "pthread" related includes.
2002-05-26 18:49:19 +00:00
Robert James Kaes
c35e56ae66
No longer using a threading model; so these files have been replaced by
...
the child.c/child.h files (which use a pre-forked model.)
2002-05-26 18:48:32 +00:00
Robert James Kaes
1fda8899b1
I didn't like the DNS co-process design so I changed tinyproxy from a
...
threading model to a standard pre-forked model. This means I don't need
the DNS co-process files. Gone.
2002-05-26 18:47:11 +00:00
Robert James Kaes
b3e657a00e
Changed from using a threading model to a standard pre-forked model.
...
Therefore the thread.c file has been removed and this file replaces it.
These files are really just the thread.c and thread.h files with all the
threading stuff replaced with fork() code. Most of the code is identical.
2002-05-26 18:45:26 +00:00
Robert James Kaes
391a408eee
Fixed a tonne of spelling mistakes.
2002-05-24 04:45:32 +00:00
Robert James Kaes
a34db10d65
Fixed some spelling mistakes, and removed the getpeer_ip() and
...
getpeer_string() functions as they've been replaced by the
getpeer_information() function.
2002-05-24 04:44:36 +00:00
Robert James Kaes
e55c4263a8
Added the "DNSserverLocation" and "DNSserverSocket" directives
...
(including their comments.) These directives are _required_ by the
dnsserver DNS resolver.
2002-05-23 21:32:54 +00:00
Robert James Kaes
e7b9b558e9
Moved the AC_SUBST macros all together at the end of the file.
2002-05-23 18:29:34 +00:00
Robert James Kaes
196d86fdcf
A whole list of changes relating to the new "dnsserver" process and the
...
reorganization of the source files.
2002-05-23 18:29:00 +00:00
Robert James Kaes
b77fc5c860
Moved most of the function into separate files: the heap debugging
...
functions are in "heap.c"; the daemon functions are in "daemon.c"; and,
the string/text functions are in "text.c".
2002-05-23 18:28:12 +00:00
Robert James Kaes
52c15029d1
Moved all the system header includes into the common.h file.
2002-05-23 18:27:19 +00:00
Robert James Kaes
16386fbb70
Added a new signal handler to handle SIGCHLD signals because of the new
...
dnsserver child process.
Changed the set signal calls to use our new set_signal_handler() function.
Added code to start the "dnsserver" child process.
2002-05-23 18:27:01 +00:00
Robert James Kaes
478030c6ff
Changed the lookup_domain() function to use the new "dnsserver" API.
...
Also moved safe_write(), safe_read(), readline(), and write_message()
functions into their own file.
2002-05-23 18:25:55 +00:00
Robert James Kaes
47ab97a347
Fixed up a spelling mistake and changed various bits of code to take
...
advantage of the fact that the peer's socket information is now stored
inside the connection structure.
2002-05-23 18:24:46 +00:00
Robert James Kaes
1f9085cef2
Added the "DNSserverLocation" and "DNSserverSocket" directives for use
...
with the "dnsserver" resolver.
2002-05-23 18:24:02 +00:00
Robert James Kaes
09b1b9b925
Added the peer's socket information to the connection structure. The
...
information is passed along during the initialization of the structure.
2002-05-23 18:23:29 +00:00
Robert James Kaes
9d0c65ad86
Fixed up the header includes for the new layout.
...
Changed one line of code to make it explicit how the pointers are to be
updated.
2002-05-23 18:22:48 +00:00
Robert James Kaes
451fad1ed2
Changed the header includes around to reflect the new source layout.
2002-05-23 18:20:27 +00:00
Robert James Kaes
e633b97957
Added code to create the "dnsserver" program, and also reorganized to
...
include the various new source files.
2002-05-23 04:43:06 +00:00
Robert James Kaes
1690c05075
Initial addition to CVS. Moved the three "text" related functions into a
...
separate file.
2002-05-23 04:42:30 +00:00
Robert James Kaes
fd3e6e84fb
Initial addition to CVS. Moved the network related functions into a
...
separate module.
2002-05-23 04:41:48 +00:00
Robert James Kaes
c667952861
Initial addition to CVS. Moved all the debugging heap related functions.
2002-05-23 04:41:10 +00:00
Robert James Kaes
0b0e03fa39
Initial addition to CVS. The dnsserver process is a child executable that
...
handle DNS resolving.
2002-05-23 04:40:42 +00:00
Robert James Kaes
d22d6d181b
Initial addition to CVS. These functions create an API for accessing the
...
dnsserver child process.
2002-05-23 04:40:06 +00:00
Robert James Kaes
2ee61db6af
Initial addition into CVS. Moves various functions relating the daemon
...
processes. Added a portable signal handler setting function.
2002-05-23 04:39:32 +00:00
Robert James Kaes
65cf5ea290
Initial addition to CVS. This header moves all the system includes from
...
the tinyproxy.h file to here.
2002-05-23 04:37:54 +00:00
Robert James Kaes
92f11c15aa
Added "releases.txt" to the list of files which need to be included in the
...
tarball. "releases.txt" is created by a script which searches through the
ChangeLog for release information.
2002-05-17 20:11:26 +00:00
Robert James Kaes
15ac6d24a1
Added release information for version 1.3.1 and 1.3.0
2002-05-17 20:07:49 +00:00
Robert James Kaes
44bd80e100
Added more release information.
2002-05-17 20:03:13 +00:00
Robert James Kaes
b3af1a8740
Fixed on inaccurate entry (the variable was made _signed_ to preserve the
...
negative value.) Also, added in "Released tinyproxy ..." information so
that changes between versions can be better determined.
2002-05-17 19:32:23 +00:00
Robert James Kaes
700f129750
Set the pointer to NULL after it's been freed()
2002-05-17 16:39:35 +00:00