Robert James Kaes
0a20bdd5b4
Removed the "bool_t" type since it conflicts with the newer C standards.
...
The type was just replaced by "unsigned int" types.
2002-12-04 17:06:14 +00:00
Robert James Kaes
02d7474a09
# Updated change log with the latest changes
2002-11-29 20:42:24 +00:00
Robert James Kaes
d069b4fce9
(extract_http_url): Removed the leading "http://" from all the tests,
...
since it's skipped by the caller before the URL is passed to this
function.
(process_request): Include code to handle proxy FTP requests as
well. This also lead to a bit of a cleanup in the calling conventions
of extract_http_url function. tinyproxy can handle both types of
resources by skipping the leading :// part.
2002-11-29 19:25:59 +00:00
Robert James Kaes
05b16a78db
# Bumped up the version number
2002-11-26 21:45:28 +00:00
Robert James Kaes
e58343012f
Included code to disable the sending of the Via header. This is now
...
controlled by the ViaHeader configure directive.
2002-11-26 21:44:43 +00:00
Robert James Kaes
c826b18437
(child_main): Cleaned up the notice string to be more clear why a
...
child is being closed.
2002-11-21 21:54:09 +00:00
Robert James Kaes
22df8c29e4
(main): Check to see if the PID file was created successfully, and if
...
not report this to the user and close the program.
2002-11-21 21:52:59 +00:00
Robert James Kaes
48df7d401c
# Changed the return type for pidfile_create() to int from void.
2002-11-21 21:52:03 +00:00
Robert James Kaes
820832a647
(create_file_safely): Rather than exiting the program if there is an
...
error, a negative "error code" is returned to the program. The
various callers then need to decide what to do.
(pidfile_create): Returns an error status depending on whether the PID
file was created successfully.
2002-11-21 21:51:34 +00:00
Robert James Kaes
6610ad0a1b
Removed the documentation for the tunnel option since it's no longer
...
part of the code.
2002-11-13 17:52:18 +00:00
Robert James Kaes
a6705159a5
# Updated the changelog file to include all the changes since 1.5.1
2002-11-13 17:51:19 +00:00
Robert James Kaes
d40a4e8af7
(relay_connection): Shutdown the client socket for writing once all
...
the data has been sent.
2002-11-13 17:48:48 +00:00
Robert James Kaes
a1e24ac839
(destroy_conn): Added code to log any error messages when the sockets
...
are closed.
2002-11-13 17:47:40 +00:00
Robert James Kaes
cf138d7479
# Updated the version number to 1.5.2rc1
2002-11-13 17:23:46 +00:00
Robert James Kaes
c1fbee04ce
Removed the example for the Tunnel directive since it's been removed.
2002-11-05 05:31:05 +00:00
Robert James Kaes
3b2be8ae88
Removed all the code supporting the TCP tunnelling feature of
...
tinyproxy. There is really no need for this code, since there are
perfectly good programs out there (like rinetd) which are designed for
TCP tunnelling. tinyproxy should be a good HTTP proxy, nothing more,
and nothing less; therefore, the tunnelling code is gone.
2002-11-03 17:10:33 +00:00
Robert James Kaes
69be2b84d7
(relay_connection): Ivan pointed out a bug with the code to send any
...
remaining data to the server when the connections are being closed.
It was a one line fix.
2002-10-17 19:27:08 +00:00
Robert James Kaes
1d39f204ca
Fixed up the storing and sending of the internal tinyproxy logs prior
...
to when the log file is created. Also, the log file is created with
the proper owner permissions.
2002-10-03 20:53:11 +00:00
Robert James Kaes
745c40650b
#Style formatting change.
2002-10-03 20:50:59 +00:00
Robert James Kaes
942f22989a
The internal log structure now uses a vector rather than a hash. This
...
change was required to actually display all the logs in the correct
order. Also, all log lines are stored internally while tinyproxy is
starting. At the appropriate point all the logs are written to the
log file.
2002-10-03 20:49:57 +00:00
Robert James Kaes
7fd291f407
Filtering is now case insensitive.
2002-10-03 20:40:39 +00:00
Robert James Kaes
2b44dbd7e4
#(makedaemon): Commented out the closing of the standard file
...
descriptors since we need them to display error messages.
2002-10-03 20:38:06 +00:00
Robert James Kaes
ac881909bf
(child_main): Check to make sure memory could be allocated to handle
...
the child request.
(child_main_loop): Added a call to truncate_log_file() when the log
file is to be rotated.
2002-10-03 20:33:09 +00:00
Robert James Kaes
ef0656db3e
# Added the release not to the changelog
2002-08-09 20:30:16 +00:00
Robert James Kaes
e30971a76c
# Updated the version number to be 1.5.1
2002-08-09 20:28:16 +00:00
Robert James Kaes
f8b5fe53e7
(main): Fixed up a bug reported by Oswald Buddenha where the log file was being initially created with the initial user's permissions, which is obviously a problem if tinyproxy is not running as the initial user. This is now fixed by delaying the creation of the log file until _after_ tinyproxy has been switched to the user it will run as. Confused yet?
2002-07-12 17:02:02 +00:00
Robert James Kaes
632f689209
# Bumped up the version number (rc4)
2002-07-11 18:47:00 +00:00
Robert James Kaes
8a95d10be2
# Updated the ChangeLog
2002-07-11 18:46:34 +00:00
Robert James Kaes
ab574cbec0
(create_file_safely):
...
(pidfile_create): Changed all the error logging to write to standard error and then exit the program. This will prevent segmentation fault problems from occurring because the log file could not be created properly.
2002-07-09 19:02:57 +00:00
Robert James Kaes
4932b87fc9
(malloc_shared_memory): Changed the static character array to include the ".XXXXXX" string already. This saves one system call when creating a temporary file name.
2002-07-09 18:52:32 +00:00
Robert James Kaes
01d2966cb8
Updated the "Support" section to include a link to the tinyproxy Bug Tracker system hosted by SourceForge.
2002-07-08 20:10:42 +00:00
Robert James Kaes
bf0709cd98
Removed the -D_REENTRANT C flag since tinyproxy is no longer a multi-threaded program.
2002-07-05 03:55:27 +00:00
Robert James Kaes
96c5ee9065
Updated the ChangeLog.
2002-06-27 16:30:53 +00:00
Robert James Kaes
dad3bb043a
Updated the version number.
2002-06-27 16:30:38 +00:00
Robert James Kaes
e50d0c4072
(child_make): Reset the various signals to the default signal handler so that the children can be properly destroyed.
2002-06-27 16:29:21 +00:00
Robert James Kaes
0a1885deb0
Updated the ChangeLog
2002-06-18 20:10:23 +00:00
Robert James Kaes
cae69592be
Updated the version number.
2002-06-18 20:08:36 +00:00
Robert James Kaes
f0d7992765
(log_message): Changed the code so that the log is opened, written, and closed whenever a message is submitted. This allows the log file to be moved away, for example a rotating the log, and yet still have the information written to the correct file name by all the children.
2002-06-15 17:37:11 +00:00
Robert James Kaes
ac5d67c11a
Renamed the "log_rotation_request" boolean to "received_sighup".
...
(main): Removed the log file creation code because it has been moved into the log.c file. Also, removed the explicit fclose() for the log file since it will be close when the program has exited.
2002-06-15 17:35:03 +00:00
Robert James Kaes
8a9db93977
(child_main_loop): Moved the filter re-initiation code into the loop. This code is activated whenever the SIGHUP signal is received.
2002-06-15 17:31:31 +00:00
Robert James Kaes
fb688a2077
Removed the "logf" FILE structure from the config structure, and also renamed the "log_rotation_request" boolean to "received_sighup".
2002-06-15 17:29:59 +00:00
Robert James Kaes
2f84b170a6
Removed the rotate_log_files() function since I'm moving to an Apache style where the _user_ needs to move the log file themselves, and tinyproxy will continue to write to the original name. This allows more flexibility for users to determine their own log rotation scheme.
2002-06-15 17:28:19 +00:00
Robert James Kaes
1f2fe53c4b
Added myself to the copyright since I've made a bunch of changes to this file.
2002-06-07 19:10:05 +00:00
Robert James Kaes
1c97f7224e
Added the --enable-transparent-proxy switch to the list of supported switches.
2002-06-07 18:51:34 +00:00
Robert James Kaes
5a94b8e90d
Updated the ChangeLog
2002-06-07 18:48:23 +00:00
Robert James Kaes
d2de74a205
Increased the version number.
2002-06-07 18:45:58 +00:00
Robert James Kaes
7e1de2012c
Added code to handle the "FilterDefaultDeny" directive. The filter_set_default_policy() function is used to select the default policy (either default allow or default deny) for the filtering code. Also, the two filtering functions now support the policy code.
2002-06-07 18:36:22 +00:00
Robert James Kaes
ff56e32e8e
Added the "FilterDefaultDeny" directive to allow the user to select whether the default policy of the filter is to allow everything which isn't denied, or to deny everything which isn't allowed.
2002-06-07 18:29:41 +00:00
Robert James Kaes
f47685c861
A bunch of changes from Petr Lampa that add transparent proxy support to tinyproxy. The additional code is in process_request(), but Petr also had to change around some of the other functions (like process_client_headers and handle_connection.) Note: Right now this code has not been tested, but it is believed to work. To enable run ./configure --enable-transparent-proxy
2002-06-06 20:32:30 +00:00
Robert James Kaes
0242d89877
(filter_domain): Removed code which stripped of a port number from the host name. The "host" variable will _always_ be just the name by the time filter_domain() is called.
2002-06-06 20:30:04 +00:00