]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
24 years agoran autoconf
hno [Fri, 2 Feb 2001 01:51:52 +0000 (01:51 +0000)] 
ran autoconf

24 years agoUse strcasecmp, not stricmp
hno [Fri, 2 Feb 2001 01:49:06 +0000 (01:49 +0000)] 
Use strcasecmp, not stricmp

24 years agoRemoved duplicate entry for ACL_REQ_MIME_TYPE
hno [Fri, 2 Feb 2001 01:47:46 +0000 (01:47 +0000)] 
Removed duplicate entry for ACL_REQ_MIME_TYPE

24 years agoMajor update from auth_rewrite
hno [Thu, 1 Feb 2001 05:16:35 +0000 (05:16 +0000)] 
Major update from auth_rewrite

Robert Collins:

Digest (RFC2617) proxy authentication implementation

Chemolli Francesco:

Several bugs in NTLM authentication when dealing with untrusted
domains, wrong passwords, helper arguments and more have been fixed

24 years agoacl req_mime_type destroy patch from Robert.
hno [Thu, 1 Feb 2001 04:48:24 +0000 (04:48 +0000)] 
acl req_mime_type destroy patch from Robert.

24 years agooops.. forgot /g in the substitution.
hno [Thu, 1 Feb 2001 04:46:04 +0000 (04:46 +0000)] 
oops.. forgot /g in the substitution.

24 years agos/unlock_func/free_func/ in cbdata.c to more closely match the meaning...
hno [Thu, 1 Feb 2001 04:44:42 +0000 (04:44 +0000)] 
s/unlock_func/free_func/ in cbdata.c to more closely match the meaning...

24 years agoOops.. the coredump_dir patch was incomplete, with quite obvious errors
hno [Wed, 31 Jan 2001 07:25:59 +0000 (07:25 +0000)] 
Oops.. the coredump_dir patch was incomplete, with quite obvious errors
(did not even compile). Shame on me.

24 years agomaximum_icp_query_timeout comment fix. Found by Toby Dickenson.
hno [Wed, 31 Jan 2001 04:31:05 +0000 (04:31 +0000)] 
maximum_icp_query_timeout comment fix. Found by Toby Dickenson.

24 years agoCleanup of coredump_dir. No longer automatically uses the first cache_dir
hno [Tue, 30 Jan 2001 17:06:48 +0000 (17:06 +0000)] 
Cleanup of coredump_dir. No longer automatically uses the first cache_dir
location, and can be commented out to use the current directory.

24 years agoMinor cleanup of parse_eol to get rid of leading whitespace
hno [Tue, 30 Jan 2001 16:46:46 +0000 (16:46 +0000)] 
Minor cleanup of parse_eol to get rid of leading whitespace

24 years agoFrom Robert Collins:
hno [Sun, 28 Jan 2001 23:23:36 +0000 (23:23 +0000)] 
From Robert Collins:
The req_mime_type acl was  parsed as a word list and matched as a regex :-/

24 years agoAllow for URL escapes in the login:password string. This to enable the use
hno [Sun, 28 Jan 2001 07:45:45 +0000 (07:45 +0000)] 
Allow for URL escapes in the login:password string. This to enable the use
of users or passwords with spaces in them (%20)

24 years agoOops.. an extra d slipped in in the commit.
hno [Fri, 26 Jan 2001 06:01:56 +0000 (06:01 +0000)] 
Oops.. an extra d slipped in in the commit.

24 years agoFrom Kevin Littlejohn:
hno [Fri, 26 Jan 2001 05:54:52 +0000 (05:54 +0000)] 
From Kevin Littlejohn:

makes cache_cf.c not try and figure out nobody and nogroup if it's not
going to use them - ie. if squid is being run as a user instead of as root.
It came up because I don't have a nogroup on my machine.

Additions by Henrik Nordstrom:

cache_effective_group now defaults to the GID of cache_effective_user, or
the current user if not started as root. If can always be specified to some
other value if required, but are then subject to the permissions set by the
os (i.e. only root can set the group to a group where he/she is not a member)

24 years agocacheCurrentResFileDescrCnt was reporting "Number_FD" rather than
wessels [Thu, 25 Jan 2001 05:38:25 +0000 (05:38 +0000)] 
cacheCurrentResFileDescrCnt was reporting "Number_FD" rather than
RESERVED_FD.  Note the MIB doesn't have a variable for the number
of filedescriptors currently open.

24 years agoFix storeDirDiskdCheckObj. The loadav calculation was backwards.
wessels [Wed, 24 Jan 2001 00:27:21 +0000 (00:27 +0000)] 
Fix storeDirDiskdCheckObj.  The loadav calculation was backwards.
Also removed some old, unused code.

24 years agoKilled some extra \"
hno [Tue, 23 Jan 2001 08:07:19 +0000 (08:07 +0000)] 
Killed some extra \"

24 years agoOops.. don't do the translation in non-HTML files.
hno [Tue, 23 Jan 2001 08:06:06 +0000 (08:06 +0000)] 
Oops.. don't do the translation in non-HTML files.

24 years agoTranslated from 8-bit to use HTML entity names for the national symbols
hno [Tue, 23 Jan 2001 08:05:16 +0000 (08:05 +0000)] 
Translated from 8-bit to use HTML entity names for the national symbols

24 years agodrees@spoke.nols.com found some typos.
wessels [Fri, 19 Jan 2001 00:57:04 +0000 (00:57 +0000)] 
drees@spoke.nols.com found some typos.

24 years agoUse "mkdir -p" to create directories
hno [Wed, 17 Jan 2001 04:11:23 +0000 (04:11 +0000)] 
Use "mkdir -p" to create directories

24 years agoMake sure they sign bit of 'ikey' is never set so the diskd IPC keys
wessels [Tue, 16 Jan 2001 05:37:10 +0000 (05:37 +0000)] 
Make sure they sign bit of 'ikey' is never set so the diskd IPC keys
remain positive.

24 years agoChanged
wessels [Tue, 16 Jan 2001 01:17:00 +0000 (01:17 +0000)] 
Changed
sed -e'foo'
to
sed -e 'foo'
because the first appears to not work on some solaris boxes

24 years agoOnly include sys/mount.h if found by configure
hno [Sun, 14 Jan 2001 21:18:18 +0000 (21:18 +0000)] 
Only include sys/mount.h if found by configure
(and don't doubly include sys/param.h)

24 years agoForgot to run configure after changing nlanr.net -> squid-cache.org.
wessels [Sat, 13 Jan 2001 10:09:10 +0000 (10:09 +0000)] 
Forgot to run configure after changing nlanr.net -> squid-cache.org.

24 years agoUpdated copyright
wessels [Fri, 12 Jan 2001 07:37:09 +0000 (07:37 +0000)] 
Updated copyright
Removed references to nlanr.net servers/domains

24 years agoconsistent formatting
wessels [Fri, 12 Jan 2001 07:19:38 +0000 (07:19 +0000)] 
consistent formatting

24 years agoChange the default libexecdir location to $prefix/libexec/squid
wessels [Fri, 12 Jan 2001 06:30:42 +0000 (06:30 +0000)] 
Change the default libexecdir location to $prefix/libexec/squid

24 years agoCall aclChecklistFree() once we've done with the ACL. This means we don't
adrian [Fri, 12 Jan 2001 05:20:45 +0000 (05:20 +0000)] 
Call aclChecklistFree() once we've done with the ACL. This means we don't
leak various bits and pieces.

24 years agoUse find to quickly find all the src/auth Makefiles that needs to be
hno [Thu, 11 Jan 2001 07:39:35 +0000 (07:39 +0000)] 
Use find to quickly find all the src/auth Makefiles that needs to be
generated

24 years agoASState cbdata type must be initialized before calling asnAclInitialize().
wessels [Thu, 11 Jan 2001 07:02:34 +0000 (07:02 +0000)] 
ASState cbdata type must be initialized before calling asnAclInitialize().

24 years agoauth_rewrite merge:
hno [Thu, 11 Jan 2001 07:01:52 +0000 (07:01 +0000)] 
auth_rewrite merge:

Lots of bug fixes.

24 years agoauth_rewrite merge:
hno [Thu, 11 Jan 2001 06:59:26 +0000 (06:59 +0000)] 
auth_rewrite merge:

Yet another #if 0 killed

24 years agoauth_rewrite merge:
hno [Thu, 11 Jan 2001 06:58:36 +0000 (06:58 +0000)] 
auth_rewrite merge:

Usage: message added

24 years agoauth_rewrite merge
hno [Thu, 11 Jan 2001 06:55:56 +0000 (06:55 +0000)] 
auth_rewrite merge
The configure variable for basic auth helpers renamed to BASIC_AUTH_HELPERS
in order to keep a consistent naming convention

24 years agoYet another #if 0 which sneaked in from auth_rewrite
hno [Thu, 11 Jan 2001 06:42:06 +0000 (06:42 +0000)] 
Yet another #if 0 which sneaked in from auth_rewrite

24 years agoran autoconf
hno [Thu, 11 Jan 2001 04:48:22 +0000 (04:48 +0000)] 
ran autoconf

24 years agoGive a warning if a netmasks masks away bits of a specified IP.
hno [Thu, 11 Jan 2001 04:12:14 +0000 (04:12 +0000)] 
Give a warning if a netmasks masks away bits of a specified IP.

24 years agoAlways generate all auth scheme/helpres Makefiles.
hno [Thu, 11 Jan 2001 04:07:07 +0000 (04:07 +0000)] 
Always generate all auth scheme/helpres Makefiles.
(also rewritten to be generic for all schemes)

24 years agomatch squid.h's varargs include logic to that in include/snprintf.h
hno [Thu, 11 Jan 2001 03:18:42 +0000 (03:18 +0000)] 
match squid.h's varargs include logic to that in include/snprintf.h
(Adrian, GNATS bug id 20)

24 years agoUse #error instead of a syntax error when the compile
hno [Thu, 11 Jan 2001 03:16:36 +0000 (03:16 +0000)] 
Use #error instead of a syntax error when the compile
needs to bail out..
(Adrian, GNATS bug id 20)

24 years agoRemoved yet another #if 0 which sneaked in from auth_rewrite...
hno [Thu, 11 Jan 2001 00:35:32 +0000 (00:35 +0000)] 
Removed yet another #if 0 which sneaked in from auth_rewrite...

24 years agorun autoconf
wessels [Wed, 10 Jan 2001 07:41:22 +0000 (07:41 +0000)] 
run autoconf

24 years agoKilled lots of #if 0 or // commented code from the tree. Robert/Kinkie
hno [Wed, 10 Jan 2001 07:24:39 +0000 (07:24 +0000)] 
Killed lots of #if 0 or // commented code from the tree. Robert/Kinkie
will have to sort out what they need (will stay on SourceForge)

24 years agorewrote the splaytree_auth config dump fix according to the suggestions
hno [Wed, 10 Jan 2001 06:55:52 +0000 (06:55 +0000)] 
rewrote the splaytree_auth config dump fix according to the suggestions
from Chemolli.

24 years agoRobert Collins: patch for splaytree_auth config dump via cachemgr
wessels [Wed, 10 Jan 2001 06:39:03 +0000 (06:39 +0000)] 
Robert Collins: patch for splaytree_auth config dump via cachemgr

24 years agoMade overloaded dnsserver queues a soft error unless the queue is
hno [Wed, 10 Jan 2001 04:06:43 +0000 (04:06 +0000)] 
Made overloaded dnsserver queues a soft error unless the queue is
completely stuck (3 minutes). This to handle internet-breakdowns more
gracefully when not using the internal DNS client.

24 years agologin=*:password cache_peer option to pass the authenticated username to
hno [Tue, 9 Jan 2001 21:41:33 +0000 (21:41 +0000)] 
login=*:password cache_peer option to pass the authenticated username to
a upstream proxy in another adminstrative domain.

24 years agoMore adjustments of sfileno/sdirno.
hno [Tue, 9 Jan 2001 21:11:14 +0000 (21:11 +0000)] 
More adjustments of sfileno/sdirno.

* sdirno type changed back to int, as GCC does not like to use char
  for integer operations (array indexing).
* sizes adjusted to
   swap_filen:25
   swap_dirn:7
   This limits the cache size to
      files/cache_dir:  2^24  (16777216)
      cache_dirs     :  2^6-1 (63)
* a couple of asserts added to ensure the above limits.

24 years agoAdjusted the sizes of swap_filen and swap_dirn to the old ones (24, 8). This
hno [Tue, 9 Jan 2001 08:43:08 +0000 (08:43 +0000)] 
Adjusted the sizes of swap_filen and swap_dirn to the old ones (24, 8). This
saves us 4 bytes per StoreEntry.

24 years agoDon't need 'float version' any more.
wessels [Tue, 9 Jan 2001 08:13:36 +0000 (08:13 +0000)] 
Don't need 'float version' any more.

24 years agoUse statfs(2) for cachemgr 'storedir' output when statvfs() isn't available.
wessels [Tue, 9 Jan 2001 07:18:43 +0000 (07:18 +0000)] 
Use statfs(2) for cachemgr 'storedir' output when statvfs() isn't available.
I created storeDirGetUFSStats() in src/store_dir.c to reduce code
duplication until we have a better place for stuff like that.

24 years agoassertion failed: forward.c:607: "e->store_status == STORE_PENDING".
wessels [Tue, 9 Jan 2001 06:32:21 +0000 (06:32 +0000)] 
assertion failed: forward.c:607: "e->store_status == STORE_PENDING".
In ftpSendPasv() we call fwdComplete() for HEAD requests.  I'm
seeing some of these requests get aborted after reading on the
control connection, and before calling fwdComplete().  Since the
entry was aborted, its store_status is already set to STORE_OK
and we get the assertion by calling fwdComplete() on this entry.

24 years agoAdd swell technology as a sponsor.
adrian [Tue, 9 Jan 2001 04:50:25 +0000 (04:50 +0000)] 
Add swell technology as a sponsor.

24 years agoVarious auth_rewrite/splay_userauth fixes by Robert Collins
hno [Tue, 9 Jan 2001 02:36:26 +0000 (02:36 +0000)] 
Various auth_rewrite/splay_userauth fixes by Robert Collins

* auth_modules is no longer a top-level subdir. Don't try to reference
it from the makefile.

* more name changes from proxyauth to user, missed by Henrik

* corrected addition to a existing user list

* fixed a coredump on shutdown with empty user lists (i.e. only REQUIRED)

* fixed a reconfigure bug where the authentication shemes got somewhat trashed

* added a debug log message when a new scheme is added

24 years agoMajor rewrite of proxy authentication to support other schemes than
hno [Mon, 8 Jan 2001 06:32:04 +0000 (06:32 +0000)] 
Major rewrite of proxy authentication to support other schemes than
Basic (auth_rewrite branch on SourceForge).
Contributors:
   Andy Doran
   Robert Collins
   Chemolli Francesco
   Henrik Nordstrom

For details about the new API's, see Programmers Guide.

As part of this change everything from auth_modules has been moved to
src/auth/basic/helpers

24 years agos/MEM_ACL_PROXY_AUTH_DATA/MEM_ACL_USER_DATA/
hno [Mon, 8 Jan 2001 03:11:16 +0000 (03:11 +0000)] 
s/MEM_ACL_PROXY_AUTH_DATA/MEM_ACL_USER_DATA/

24 years agoRenamed generic user list functions/structures to "user" instead of "proxy_auth"
hno [Mon, 8 Jan 2001 02:55:20 +0000 (02:55 +0000)] 
Renamed generic user list functions/structures to "user" instead of "proxy_auth"

24 years agothe splay_userauth patch was only partially complete on ident.
hno [Mon, 8 Jan 2001 02:42:00 +0000 (02:42 +0000)] 
the splay_userauth patch was only partially complete on ident.

24 years agoproxy_auth and ident ACL's optimized by Francesco Chemolli
hno [Sun, 7 Jan 2001 21:49:11 +0000 (21:49 +0000)] 
proxy_auth and ident ACL's optimized by Francesco Chemolli

24 years agoproxy_auth and ident ACL types converted to use splay trees
hno [Sun, 7 Jan 2001 21:47:17 +0000 (21:47 +0000)] 
proxy_auth and ident ACL types converted to use splay trees
this should make large user lists much more efficient.

by Francesco Chemolli

24 years agoProtect splay.h from multiple inclusion
hno [Sun, 7 Jan 2001 21:44:32 +0000 (21:44 +0000)] 
Protect splay.h from multiple inclusion

24 years agoVarious indent cleanups where indent got a bit confused..
hno [Sun, 7 Jan 2001 17:57:13 +0000 (17:57 +0000)] 
Various indent cleanups where indent got a bit confused..

24 years agoindent
hno [Sun, 7 Jan 2001 16:55:21 +0000 (16:55 +0000)] 
indent

24 years agoForgot to remove some variables
hno [Sat, 6 Jan 2001 18:46:43 +0000 (18:46 +0000)] 
Forgot to remove some variables

24 years agoAdded CBDATA_UNDEF, and moved the custom cbdata type identities to 1000+
hno [Sat, 6 Jan 2001 18:45:46 +0000 (18:45 +0000)] 
Added CBDATA_UNDEF, and moved the custom cbdata type identities to 1000+

24 years agoOops.. optimized CBDATA_INIT_TYPE but I got the logics the wrong way around..
hno [Sat, 6 Jan 2001 18:41:37 +0000 (18:41 +0000)] 
Oops.. optimized CBDATA_INIT_TYPE but I got the logics the wrong way around..

24 years agoCBDATA_GLOBAL_TYPE can be used in globals.h to declare a global cbdata
hno [Sat, 6 Jan 2001 18:39:43 +0000 (18:39 +0000)] 
CBDATA_GLOBAL_TYPE can be used in globals.h to declare a global cbdata
data type.

24 years agoCREATE_CBDATA moved back to cbdata.c. It is and should only be used from
hno [Sat, 6 Jan 2001 18:14:42 +0000 (18:14 +0000)] 
CREATE_CBDATA moved back to cbdata.c. It is and should only be used from
there.

24 years agoHow to add global cbdata types, and clarified that CBDATA_TYPE only adds
hno [Sat, 6 Jan 2001 18:09:43 +0000 (18:09 +0000)] 
How to add global cbdata types, and clarified that CBDATA_TYPE only adds
a local definition (file or block scope).

24 years agoAdded CBDATA_TYPE and CBDATA_INIT_TYPE
hno [Sat, 6 Jan 2001 07:30:37 +0000 (07:30 +0000)] 
Added CBDATA_TYPE and CBDATA_INIT_TYPE

24 years agoCollins: incorrect #ifdef for windows and sys/vfs.h.
wessels [Sat, 6 Jan 2001 04:10:38 +0000 (04:10 +0000)] 
Collins: incorrect #ifdef for windows and sys/vfs.h.

24 years agoRemoved an old cache cleanup which is no longer needed. It removed
hno [Sat, 6 Jan 2001 03:40:52 +0000 (03:40 +0000)] 
Removed an old cache cleanup which is no longer needed. It removed
ftp://user@host/.. entries that erronously got cached by Squid-2.0.

24 years agoA modified / unified cbdata and mempool implementation. cbdata
adrian [Fri, 5 Jan 2001 16:51:32 +0000 (16:51 +0000)] 
A modified / unified cbdata and mempool implementation. cbdata
entries are now mempool entries with a cbdata header, saving a
hash operation each time some cbdata is used.

Some documentation is avaliable in the programmers guide.

Submitted by: Moez Mahfoudh <moez.mahfoudh@imag.fr>
Approved by: squid-dev

24 years agoI think it was a really bad idea to have both 'fs.blksize' and 'fs.kperblk'
wessels [Fri, 5 Jan 2001 10:58:18 +0000 (10:58 +0000)] 
I think it was a really bad idea to have both 'fs.blksize' and 'fs.kperblk'
as an optimization.  Its too hard/ugly to make sure they stay
consistent.  This patch removes fs.kperblk.

24 years agoArgh, the FS blocksize code assumed that blocksize would always be
wessels [Fri, 5 Jan 2001 07:28:22 +0000 (07:28 +0000)] 
Argh, the FS blocksize code assumed that blocksize would always be
1K or greater.  If the blocksize is 512 bytes, the 'kperblk' variable
would be set to zero, which screws up cache size calculations.

24 years agoBacked out the change for including sys/vfs.h as Duane added the same
hno [Fri, 5 Jan 2001 05:34:18 +0000 (05:34 +0000)] 
Backed out the change for including sys/vfs.h as Duane added the same
thing in store_dir.c

24 years agoFrom Robert Collins:
hno [Fri, 5 Jan 2001 04:57:58 +0000 (04:57 +0000)] 
From Robert Collins:

I just noticed the new function storeDirGetBlkSize in the latest head merge.
Well it's broken on windows... sys/vfs needs to be included. included is a patch.

24 years agoRobert Collins: storeDirGetBlkSize needs to include <sys/vfs.h>
wessels [Fri, 5 Jan 2001 04:55:42 +0000 (04:55 +0000)] 
Robert Collins: storeDirGetBlkSize needs to include <sys/vfs.h>
for Windows.

24 years agoRemoved extranous check for sys/vfs.h
hno [Fri, 5 Jan 2001 04:53:57 +0000 (04:53 +0000)] 
Removed extranous check for sys/vfs.h

24 years agoIan Turner contributed header_access patch
wessels [Fri, 5 Jan 2001 04:09:36 +0000 (04:09 +0000)] 
Ian Turner contributed header_access patch

24 years agoIan Turner (vectro@pipeline.com) sent in this patch for ACL-based
wessels [Fri, 5 Jan 2001 04:09:00 +0000 (04:09 +0000)] 
Ian Turner (vectro@pipeline.com) sent in this patch for ACL-based
header anonymization, filtering, and replacing.

24 years agoWith statvfs, f_bsize means something different. The fundamental block
wessels [Fri, 5 Jan 2001 02:11:49 +0000 (02:11 +0000)] 
With statvfs, f_bsize means something different.  The fundamental block
size element is f_frsize.

24 years agoA hack to support array types in Squid's Config structure. Mostly this
wessels [Fri, 5 Jan 2001 02:05:28 +0000 (02:05 +0000)] 
A hack to support array types in Squid's Config structure.  Mostly this
is to eliminate compiler warnings.  The compiler wants us to write
   parse_bar(&Config.bar[0]);
rather than
   parse_bar(&Config.bar);

24 years agoNeed to include <sys/statvfs> for statvfs().
wessels [Thu, 4 Jan 2001 14:32:08 +0000 (14:32 +0000)] 
Need to include <sys/statvfs> for statvfs().

24 years agoproxy_auth usernames with leading whitespace were handled inconsistently.
wessels [Thu, 4 Jan 2001 11:01:17 +0000 (11:01 +0000)] 
proxy_auth usernames with leading whitespace were handled inconsistently.
The authenticator probably allows the name, but the name gets logged
with the leading space encoded, which affects logfile analysis.  This
patch strips leading spaces before storing the name and passing it
to an authenticator.

24 years agoadding SPONSORS file
wessels [Thu, 4 Jan 2001 10:55:58 +0000 (10:55 +0000)] 
adding SPONSORS file

24 years agoRobert Collins' Cygwin file mode support and ufs writecleanswap bugfix.
wessels [Thu, 4 Jan 2001 10:42:34 +0000 (10:42 +0000)] 
Robert Collins' Cygwin file mode support and ufs writecleanswap bugfix.
Without it users on cygwin with text mode mounts will die badly,
and all cygwin users will not ever see a (CLEAN) status on their
cache_dir's. Why I was getting clean status when I first looked
into this may be due to some of the 'emulation' work done on cygwin
to make UN*X assumptions (ie unlinking open files) work somewhat.

24 years agoadded leakfinder description
wessels [Thu, 4 Jan 2001 10:38:05 +0000 (10:38 +0000)] 
added leakfinder description

24 years agoThe previous commit for extracting icons and parallell builds did not work
hno [Wed, 3 Jan 2001 05:55:15 +0000 (05:55 +0000)] 
The previous commit for extracting icons and parallell builds did not work
very well (always extracted the icons). Now, with some makefile dependency
magic everything should be correct.

24 years agoExtract icons in the source directory, and tunnel it via a phony
hno [Wed, 3 Jan 2001 05:41:40 +0000 (05:41 +0000)] 
Extract icons in the source directory, and tunnel it via a phony
target to protect parallell builds.

24 years agoSergio Rabellino <rabellino@di.unito.it> contributed YP auth module
wessels [Wed, 3 Jan 2001 04:46:51 +0000 (04:46 +0000)] 
Sergio Rabellino <rabellino@di.unito.it> contributed YP auth module

24 years agoAdded debugging statement for anonymize_headers filtering.
wessels [Wed, 3 Jan 2001 03:51:17 +0000 (03:51 +0000)] 
Added debugging statement for anonymize_headers filtering.

24 years agoswap space accounting used to assume 1K block size. This patch uses
wessels [Tue, 2 Jan 2001 08:41:30 +0000 (08:41 +0000)] 
swap space accounting used to assume 1K block size.  This patch uses
statvfs/statfs to get the actual block size and use it when accounting
for filesystem overheads.

24 years agoindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 -sc -di0 -psl
wessels [Tue, 2 Jan 2001 07:09:55 +0000 (07:09 +0000)] 
indent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 -sc -di0 -psl

'commitcheck' script now checks for this indentation before allowing
a commit.

24 years agoGeorgy Salnikov
wessels [Tue, 2 Jan 2001 06:10:38 +0000 (06:10 +0000)] 
Georgy Salnikov

24 years ago'miniumum_direct_rtt' feature from Georgy Salnikov <sge@nmr.nioch.nsc.ru>
wessels [Tue, 2 Jan 2001 06:09:59 +0000 (06:09 +0000)] 
'miniumum_direct_rtt' feature from Georgy Salnikov <sge@nmr.nioch.nsc.ru>

24 years agoWrong debugging section for ipcache.c
wessels [Tue, 2 Jan 2001 05:14:32 +0000 (05:14 +0000)] 
Wrong debugging section for ipcache.c

24 years agoPrevent NULL pointer access in aclMatchAcl(). Some ACL types require
wessels [Tue, 2 Jan 2001 05:03:55 +0000 (05:03 +0000)] 
Prevent NULL pointer access in aclMatchAcl().  Some ACL types require
checklist->request_t, but it won't be available in some cases (like
snmp_access).  Warn the admin that the ACL can't be checked and that
we're denying it.