]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
23 years agoFix typo - tcp_outgoin_dscp - tcp_outgoing_dscp
adrian [Mon, 25 Feb 2002 10:11:04 +0000 (10:11 +0000)] 
Fix typo - tcp_outgoin_dscp - tcp_outgoing_dscp

23 years agoAdded some notes to hopefully make it easier for people to make a
hno [Sat, 23 Feb 2002 08:36:31 +0000 (08:36 +0000)] 
Added some notes to hopefully make it easier for people to make a
reasonably secure Squid setup.

23 years agoLower debug level of authenticateAuthUserRequestSetIp on new users or
hno [Wed, 20 Feb 2002 21:16:07 +0000 (21:16 +0000)] 
Lower debug level of authenticateAuthUserRequestSetIp on new users or
switched IP. There is no need to log these at level 1.

23 years agoSquid-2.4.STABLE4 release date
hno [Wed, 20 Feb 2002 09:51:18 +0000 (09:51 +0000)] 
Squid-2.4.STABLE4 release date

23 years agoFix a leaked opendir() when rebuilding from directory
hno [Tue, 19 Feb 2002 07:50:01 +0000 (07:50 +0000)] 
Fix a leaked opendir() when rebuilding from directory
(the last opendir was never closed)

23 years agoRemoved some old error cruft that collides with the memory leak fixes
hno [Tue, 19 Feb 2002 07:27:43 +0000 (07:27 +0000)] 
Removed some old error cruft that collides with the memory leak fixes

23 years agoLast part of the generic MEM_xK_BUF allocator. Had fogot to commit this
hno [Tue, 19 Feb 2002 06:40:35 +0000 (06:40 +0000)] 
Last part of the generic MEM_xK_BUF allocator. Had fogot to commit this
one..

23 years agoFix a memory leak in NTLM authentication
hno [Tue, 19 Feb 2002 06:32:53 +0000 (06:32 +0000)] 
Fix a memory leak in NTLM authentication

23 years agoMerged Squid-2.4 changelog updates
hno [Tue, 19 Feb 2002 06:31:22 +0000 (06:31 +0000)] 
Merged Squid-2.4 changelog updates

23 years agostrCat was allocating one byte too many.
hno [Sun, 17 Feb 2002 08:08:13 +0000 (08:08 +0000)] 
strCat was allocating one byte too many.

23 years agoFix a ftp URL buffer overflow, reported by Jouko Pynnonen
hno [Sun, 17 Feb 2002 07:38:22 +0000 (07:38 +0000)] 
Fix a ftp URL buffer overflow, reported by Jouko Pynnonen

23 years agoFix a memory leak when logging the authenticated username
hno [Thu, 14 Feb 2002 07:59:50 +0000 (07:59 +0000)] 
Fix a memory leak when logging the authenticated username

23 years agoSNMP leak changelog entry
hno [Thu, 14 Feb 2002 05:51:18 +0000 (05:51 +0000)] 
SNMP leak changelog entry

23 years agoPlugged some memory leaks in SNMP request parsing of malformed requests
hno [Thu, 14 Feb 2002 04:49:48 +0000 (04:49 +0000)] 
Plugged some memory leaks in SNMP request parsing of malformed requests

23 years agoGeneric buffer allocator on top of the MEM_X_BUF memory pools. Simplifies
hno [Thu, 14 Feb 2002 02:34:01 +0000 (02:34 +0000)] 
Generic buffer allocator on top of the MEM_X_BUF memory pools. Simplifies
many parts of the code.

23 years agoRenamed memAllocBuf/memFreeBuf to memAllocString/memFreeString as these
hno [Thu, 14 Feb 2002 00:22:36 +0000 (00:22 +0000)] 
Renamed memAllocBuf/memFreeBuf to memAllocString/memFreeString as these
buffers are not for generic purpose use.. Intend to add a generic purpose
allocator using the MEM_*_BUF types..

23 years agoRemoved a stale comment about SNMP forwarding
hno [Thu, 14 Feb 2002 00:19:01 +0000 (00:19 +0000)] 
Removed a stale comment about SNMP forwarding

23 years agoOOps.. cut a bit too hard here..
hno [Wed, 13 Feb 2002 09:40:33 +0000 (09:40 +0000)] 
OOps.. cut a bit too hard here..

23 years agoKilled more unused stuff
hno [Wed, 13 Feb 2002 09:34:37 +0000 (09:34 +0000)] 
Killed more unused stuff

23 years agoKilled more unused code, just in case..
hno [Wed, 13 Feb 2002 09:23:47 +0000 (09:23 +0000)] 
Killed more unused code, just in case..

23 years agoRemoved some unused old compatibility definitions
hno [Wed, 13 Feb 2002 09:01:10 +0000 (09:01 +0000)] 
Removed some unused old compatibility definitions

23 years agoOops.. we should use xfree(), not free()
hno [Wed, 13 Feb 2002 07:57:18 +0000 (07:57 +0000)] 
Oops.. we should use xfree(), not free()

23 years agoPlugged two SNMP memory leaks.
hno [Wed, 13 Feb 2002 07:50:34 +0000 (07:50 +0000)] 
Plugged two SNMP memory leaks.
  One small for the community string
  One larger (4K) for the eventual response

23 years agoFix a minor off-by-one/C-style-string-assumption error in SNMP
hno [Wed, 13 Feb 2002 07:41:31 +0000 (07:41 +0000)] 
Fix a minor off-by-one/C-style-string-assumption error in SNMP
community processing

23 years agoRemoved a unused variable
hno [Tue, 29 Jan 2002 00:51:27 +0000 (00:51 +0000)] 
Removed a unused variable

23 years agoBootstrapped
hno [Tue, 29 Jan 2002 00:50:23 +0000 (00:50 +0000)] 
Bootstrapped

23 years ago--enable-large-files to enable support for large files (>2GB) on 32-bit GNU libc
hno [Tue, 29 Jan 2002 00:49:24 +0000 (00:49 +0000)] 
--enable-large-files to enable support for large files (>2GB) on 32-bit GNU libc
systems.

23 years agoNetfilter support was added in 2.4.STABLE1, don't mention in twice in
hno [Wed, 16 Jan 2002 17:00:11 +0000 (17:00 +0000)] 
Netfilter support was added in 2.4.STABLE1, don't mention in twice in
the ChangeLog.

23 years agoRemoved some confusing comments on udp_incoming/outgoing_address
hno [Wed, 16 Jan 2002 09:55:40 +0000 (09:55 +0000)] 
Removed some confusing comments on udp_incoming/outgoing_address

23 years agoChanged my mint how to regain root privs when rereading the configuration.
hno [Tue, 15 Jan 2002 23:49:19 +0000 (23:49 +0000)] 
Changed my mint how to regain root privs when rereading the configuration.
this is better placed in main.c.

23 years agoNeed to read the config file as root
hno [Tue, 15 Jan 2002 23:26:41 +0000 (23:26 +0000)] 
Need to read the config file as root

23 years agoDigest rfc 2617 conformance fixes
robertc [Sun, 13 Jan 2002 08:08:43 +0000 (08:08 +0000)] 
Digest rfc 2617 conformance fixes

23 years agoAdd end of author tag
robertc [Sun, 13 Jan 2002 08:04:49 +0000 (08:04 +0000)] 
Add end of author tag

23 years agoMove the 'this be aioCancel' to a debug level of 32,2 rather than 0,0
adrian [Thu, 10 Jan 2002 14:46:06 +0000 (14:46 +0000)] 
Move the 'this be aioCancel' to a debug level of 32,2 rather than 0,0

23 years agoBootstrapped
hno [Thu, 10 Jan 2002 08:10:34 +0000 (08:10 +0000)] 
Bootstrapped

23 years agoBootstrapped
hno [Wed, 9 Jan 2002 08:00:12 +0000 (08:00 +0000)] 
Bootstrapped

23 years agoNeed to dist the PAM and LDAP manpages
hno [Tue, 8 Jan 2002 23:24:15 +0000 (23:24 +0000)] 
Need to dist the PAM and LDAP manpages

23 years agoInclude version numbers in the generated snapshot diff
hno [Tue, 8 Jan 2002 21:43:10 +0000 (21:43 +0000)] 
Include version numbers in the generated snapshot diff

23 years agoGenerate snapshot diffs for STABLE/PRE releases relative to the previous
hno [Tue, 8 Jan 2002 20:35:25 +0000 (20:35 +0000)] 
Generate snapshot diffs for STABLE/PRE releases relative to the previous
release (i.e. current STABLE/PRE release)

23 years agoBootstrapped
hno [Tue, 8 Jan 2002 18:55:56 +0000 (18:55 +0000)] 
Bootstrapped

23 years agoBootstrapped
hno [Tue, 8 Jan 2002 17:55:24 +0000 (17:55 +0000)] 
Bootstrapped

23 years agoUpdated copyright date
hno [Mon, 7 Jan 2002 10:29:10 +0000 (10:29 +0000)] 
Updated copyright date

23 years agoLarge rewrite to support one-shot mode of operation (one user per PAM
hno [Mon, 7 Jan 2002 10:10:46 +0000 (10:10 +0000)] 
Large rewrite to support one-shot mode of operation (one user per PAM
connection, no connection cache).

Have also added a man page describing it's use.

23 years agoInstall the squid_ldap_auth documentation
hno [Mon, 7 Jan 2002 09:47:12 +0000 (09:47 +0000)] 
Install the squid_ldap_auth documentation

23 years agoAdded a change history
hno [Mon, 7 Jan 2002 08:20:10 +0000 (08:20 +0000)] 
Added a change history

23 years agoRemoved the incorrect UCSD copyrigth reference on my pam_auth program,
hno [Mon, 7 Jan 2002 08:13:10 +0000 (08:13 +0000)] 
Removed the incorrect UCSD copyrigth reference on my pam_auth program,
added by Duane.

23 years agoDelay pool memory usage statistics fixes from David Luyer
hno [Sun, 6 Jan 2002 07:44:13 +0000 (07:44 +0000)] 
Delay pool memory usage statistics fixes from David Luyer

23 years agoMiquel van Smoorenburg's hack for many filedescriptors on Linux without
hno [Sat, 5 Jan 2002 11:34:42 +0000 (11:34 +0000)] 
Miquel van Smoorenburg's hack for many filedescriptors on Linux without
messing around with the system headers.

23 years ago%L (err_html_text) should not be HTML quoted.
hno [Wed, 2 Jan 2002 04:24:25 +0000 (04:24 +0000)] 
%L (err_html_text) should not be HTML quoted.

23 years agoAdd the kqueue support code - its not very useful as it stands in
adrian [Tue, 1 Jan 2002 16:47:46 +0000 (16:47 +0000)] 
Add the kqueue support code - its not very useful as it stands in
production because its missing support for deferred reads and delay
pools, but it survives heavy polygraph pounding and interactive
testing.

Fix up some stupid automake-related brokenness that I introduced earlier
while I'm at it.

23 years agocreate bz2 archives
robertc [Fri, 28 Dec 2001 10:57:21 +0000 (10:57 +0000)] 
create bz2 archives

23 years agohttpMakeVaryMark() debugging lowered to debug level 3..
hno [Fri, 28 Dec 2001 09:39:42 +0000 (09:39 +0000)] 
httpMakeVaryMark() debugging lowered to debug level 3..

23 years agoAdded a placeholder for Squid-2.6 changes
hno [Thu, 27 Dec 2001 20:46:08 +0000 (20:46 +0000)] 
Added a placeholder for Squid-2.6 changes

23 years agoFixups of the ChangeLog. Mainly merge from 2.4.
hno [Thu, 27 Dec 2001 20:43:40 +0000 (20:43 +0000)] 
Fixups of the ChangeLog. Mainly merge from 2.4.

23 years agoBootstrapped
hno [Thu, 27 Dec 2001 20:11:57 +0000 (20:11 +0000)] 
Bootstrapped

23 years agoAdded more missing files to "make dist"
hno [Thu, 27 Dec 2001 20:09:35 +0000 (20:09 +0000)] 
Added more missing files to "make dist"

23 years agoAdded the missing "doc" subdir
hno [Thu, 27 Dec 2001 20:02:38 +0000 (20:02 +0000)] 
Added the missing "doc" subdir

23 years agoA small script for generating snapshot releases
hno [Thu, 27 Dec 2001 19:57:38 +0000 (19:57 +0000)] 
A small script for generating snapshot releases

23 years agobootstrapped
hno [Thu, 27 Dec 2001 09:22:34 +0000 (09:22 +0000)] 
bootstrapped

23 years agoAdded installation of squid(8) man page
hno [Thu, 27 Dec 2001 09:18:24 +0000 (09:18 +0000)] 
Added installation of squid(8) man page

23 years agobootstrapped
hno [Thu, 27 Dec 2001 08:03:54 +0000 (08:03 +0000)] 
bootstrapped

23 years agoError installation failed on "make dist", as "errors/<lang>/generic" is not
hno [Thu, 27 Dec 2001 08:03:17 +0000 (08:03 +0000)] 
Error installation failed on "make dist", as "errors/<lang>/generic" is not
included in "make dist". Look for ERR_ACCESS_DENIED instead

23 years agoAdded many files forgotten from "make dist", such as header files, static
hno [Thu, 27 Dec 2001 07:23:31 +0000 (07:23 +0000)] 
Added many files forgotten from "make dist", such as header files, static
scripts etc..

23 years agoA silly little script for generating releases from CVS.
hno [Thu, 27 Dec 2001 06:10:43 +0000 (06:10 +0000)] 
A silly little script for generating releases from CVS.

 1. Fetches a pure copy from CVS
 2. Verifies version numbers etc
 3. Mangles the VERSION tag (removes -CVS)
 4. Generates a distribution tarball by using the automake mechanism
 5. Saves the generated distribution tarball
 6. Cleans up after itself

Will add snapshot capabilities shortly

23 years agoglobals.c is a generated source file, not to be included in distributions
hno [Thu, 27 Dec 2001 06:03:11 +0000 (06:03 +0000)] 
globals.c is a generated source file, not to be included in distributions
(was pulled in by pinger)

23 years agoFix a typo in the configuration file.
adrian [Tue, 25 Dec 2001 12:46:35 +0000 (12:46 +0000)] 
Fix a typo in the configuration file.

23 years agoBreak out the comm code into a more "modular" format - poll code
adrian [Mon, 24 Dec 2001 22:33:40 +0000 (22:33 +0000)] 
Break out the comm code into a more "modular" format - poll code
in comm_poll.c, select code in comm_select.c . Rename some of the relevant
#defines (HAVE_POLL/USE_POLL) whilst I'm at it to make things consistent.

23 years agoSince the branch, we're now 2.6-DEVEL
adrian [Mon, 24 Dec 2001 22:02:07 +0000 (22:02 +0000)] 
Since the branch, we're now 2.6-DEVEL

23 years agoreferer_regex ACL type by "Brian"
hno [Fri, 21 Dec 2001 16:47:33 +0000 (16:47 +0000)] 
referer_regex ACL type by "Brian"

23 years agoAdd in a mention to SGI that they provided some hardware.
adrian [Fri, 21 Dec 2001 06:37:32 +0000 (06:37 +0000)] 
Add in a mention to SGI that they provided some hardware.

23 years agoModify the store_open_disk_fd tracking a tad so it tracks open fd's
adrian [Fri, 21 Dec 2001 06:09:59 +0000 (06:09 +0000)] 
Modify the store_open_disk_fd tracking a tad so it tracks open fd's
properly.

23 years agodon't release SPECIAL object memory during storeSwapout. These objects
hno [Tue, 18 Dec 2001 03:20:43 +0000 (03:20 +0000)] 
don't release SPECIAL object memory during storeSwapout. These objects
are kept in memory only.

23 years agoWhen I rewrote _db_print a few months ago I created a problem for
wessels [Tue, 18 Dec 2001 01:01:54 +0000 (01:01 +0000)] 
When I rewrote _db_print a few months ago I created a problem for
ctx_print().  _db_print_file() might be called recursively in the
stack and cause a coredump relating to varargs.    This patch moves
the ctx_print() call into _db_print() and before we start processing
the varargs stuff.

23 years agoMiquel van Smoorenburg is now a contributor
hno [Thu, 13 Dec 2001 06:53:00 +0000 (06:53 +0000)] 
Miquel van Smoorenburg is now a contributor

23 years agoAdjusted debug levels of pipeline prefetches to 2 (was 1)
hno [Thu, 13 Dec 2001 06:44:18 +0000 (06:44 +0000)] 
Adjusted debug levels of pipeline prefetches to 2 (was 1)

23 years agohtcp-off patch by Miquel van Smoorenburg
hno [Thu, 13 Dec 2001 06:38:29 +0000 (06:38 +0000)] 
htcp-off patch by Miquel van Smoorenburg

23 years agoDocumented that icp_hit_stale requires the use of allow-miss in the other
hno [Tue, 11 Dec 2001 09:35:54 +0000 (09:35 +0000)] 
Documented that icp_hit_stale requires the use of allow-miss in the other
end.

23 years agoRemoved some obsolete and confusing comments..
hno [Wed, 5 Dec 2001 14:58:17 +0000 (14:58 +0000)] 
Removed some obsolete and confusing comments..

23 years ago-DUSE_SSL == --enable-ssl
hno [Mon, 3 Dec 2001 15:01:53 +0000 (15:01 +0000)] 
-DUSE_SSL == --enable-ssl

23 years agoSplit pconn timeouts in server and client timeouts.
hno [Sun, 2 Dec 2001 01:03:10 +0000 (01:03 +0000)] 
Split pconn timeouts in server and client timeouts.

request_timeout initial client request
persistent_request_timeout persistent connection request timeout
pconn_timeout server idle connection timeout

23 years agobootstrapped
hno [Fri, 30 Nov 2001 23:30:44 +0000 (23:30 +0000)] 
bootstrapped

23 years agoclient renamed to squidclient
hno [Fri, 30 Nov 2001 23:22:35 +0000 (23:22 +0000)] 
client renamed to squidclient

23 years agoBootstrapped
hno [Fri, 30 Nov 2001 23:19:28 +0000 (23:19 +0000)] 
Bootstrapped

23 years agoautoconf expects package names to be the logical name of the package, not
hno [Fri, 30 Nov 2001 23:06:32 +0000 (23:06 +0000)] 
autoconf expects package names to be the logical name of the package, not
the "human" name.

23 years agobootstrapped
hno [Fri, 30 Nov 2001 22:35:43 +0000 (22:35 +0000)] 
bootstrapped

23 years agomib.txt moved to datadir
hno [Fri, 30 Nov 2001 22:34:37 +0000 (22:34 +0000)] 
mib.txt moved to datadir

23 years agoRemoved /squid/ from $(datadir) uses to be consistent with the
hno [Fri, 30 Nov 2001 22:27:13 +0000 (22:27 +0000)] 
Removed /squid/ from $(datadir) uses to be consistent with the
other paths.

23 years agoMinor cosmetig thing..
hno [Fri, 30 Nov 2001 22:18:12 +0000 (22:18 +0000)] 
Minor cosmetig thing..

23 years agoBootstrapped
hno [Fri, 30 Nov 2001 21:53:07 +0000 (21:53 +0000)] 
Bootstrapped

23 years agoI meant datadir for icons & errors, not sharedstatedir
hno [Fri, 30 Nov 2001 21:52:12 +0000 (21:52 +0000)] 
I meant datadir for icons & errors, not sharedstatedir
(sharedstatedir is for application-modifiable data, not static architecture
independent data)

23 years agobootstrapped
hno [Fri, 30 Nov 2001 17:25:13 +0000 (17:25 +0000)] 
bootstrapped

23 years agoSupport OpenSSL headers outside standard system locations..
hno [Fri, 30 Nov 2001 17:23:17 +0000 (17:23 +0000)] 
Support OpenSSL headers outside standard system locations..
(need to use CPPFLAGS, not CFLAGS, else configure won't find the headers)

23 years agoBootstrapped
hno [Fri, 30 Nov 2001 17:07:30 +0000 (17:07 +0000)] 
Bootstrapped

23 years agoThe winbind helper does not exists in HEAD. Forgotten?
hno [Fri, 30 Nov 2001 17:00:17 +0000 (17:00 +0000)] 
The winbind helper does not exists in HEAD. Forgotten?

23 years agoprintf format fixes
hno [Fri, 30 Nov 2001 16:53:15 +0000 (16:53 +0000)] 
printf format fixes

23 years agoSome minor cleanups of NTLMSSP to get rid of compiler warnings
hno [Fri, 30 Nov 2001 16:50:28 +0000 (16:50 +0000)] 
Some minor cleanups of NTLMSSP to get rid of compiler warnings
  * Unused variable
  * Missing prototypes for SMBencrypt() and SMBNTencrypt()

23 years agoBootstrapped
hno [Thu, 29 Nov 2001 18:16:43 +0000 (18:16 +0000)] 
Bootstrapped

23 years agoMore --with-openssl corrections. Was refering to --with-ssl for the path
hno [Thu, 29 Nov 2001 18:11:01 +0000 (18:11 +0000)] 
More --with-openssl corrections. Was refering to --with-ssl for the path
argument..

23 years agoAdd custom SSL include path to CFLAGS. This is required globally for md5.h
hno [Thu, 29 Nov 2001 18:07:02 +0000 (18:07 +0000)] 
Add custom SSL include path to CFLAGS. This is required globally for md5.h

23 years agoThe CVS version is 2.5-DEVEL, not 2.5-ntlm...
hno [Thu, 29 Nov 2001 06:40:59 +0000 (06:40 +0000)] 
The CVS version is 2.5-DEVEL, not 2.5-ntlm...