]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
19 years agoNeed config.h before any system heaers
hno [Fri, 12 May 2006 01:59:07 +0000 (01:59 +0000)] 
Need config.h before any system heaers

19 years agoBootstrapped
serassio [Fri, 12 May 2006 01:28:56 +0000 (01:28 +0000)] 
Bootstrapped

19 years agoForgotten to dist SquidTime.h
serassio [Fri, 12 May 2006 01:21:12 +0000 (01:21 +0000)] 
Forgotten to dist SquidTime.h

19 years agoFix copy-paste install dependenices when separating cachemgr & squidclient
hno [Thu, 11 May 2006 18:25:39 +0000 (18:25 +0000)] 
Fix copy-paste install dependenices when separating cachemgr & squidclient
from src

19 years agoBootstrapped
hno [Thu, 11 May 2006 07:41:01 +0000 (07:41 +0000)] 
Bootstrapped

19 years agoMove squidclient and cachemgr from src to tools
hno [Thu, 11 May 2006 07:36:57 +0000 (07:36 +0000)] 
Move squidclient and cachemgr from src to tools

19 years agoNeed SquidTime for squid_curtime
hno [Thu, 11 May 2006 07:14:58 +0000 (07:14 +0000)] 
Need SquidTime for squid_curtime

19 years agoPut squid.h before <iosfwd> to avoid FD_SETSIZE redefined errors
wessels [Thu, 11 May 2006 05:40:38 +0000 (05:40 +0000)] 
Put squid.h before <iosfwd> to avoid FD_SETSIZE redefined errors
with 'make check'

19 years agoBootstrapped
hno [Thu, 11 May 2006 04:59:14 +0000 (04:59 +0000)] 
Bootstrapped

19 years agoUnwind HTCP dependencies
hno [Thu, 11 May 2006 04:56:59 +0000 (04:56 +0000)] 
Unwind HTCP dependencies

19 years agoBootstrapped
hno [Thu, 11 May 2006 04:29:21 +0000 (04:29 +0000)] 
Bootstrapped

19 years agoutil.c depends on assert.c
hno [Thu, 11 May 2006 04:11:34 +0000 (04:11 +0000)] 
util.c depends on assert.c

19 years agoBootstrapped
hno [Thu, 11 May 2006 04:06:42 +0000 (04:06 +0000)] 
Bootstrapped

19 years agoAlso need a generic xassert to go with out assert, to be used by helpers
hno [Thu, 11 May 2006 04:03:07 +0000 (04:03 +0000)] 
Also need a generic xassert to go with out assert, to be used by helpers
etc.

19 years agoBroke out assert define into it's own include. Relied upon by MemPool
hno [Thu, 11 May 2006 03:04:24 +0000 (03:04 +0000)] 
Broke out assert define into it's own include. Relied upon by MemPool

19 years agoTake 2 of the FD_SETSIZE redefined fix.. eleminate the need of squid.h
hno [Thu, 11 May 2006 03:03:04 +0000 (03:03 +0000)] 
Take 2 of the FD_SETSIZE redefined fix.. eleminate the need of squid.h
completely (was only needed for definition of NULL which isn't needed in C++)

19 years agoFix include order to make sure config.h is always first (indirectly via squid.h)
hno [Thu, 11 May 2006 02:39:35 +0000 (02:39 +0000)] 
Fix include order to make sure config.h is always first (indirectly via squid.h)

19 years agoBug 1224 / 1530: Crash related to failed PUT/POST requests where
hno [Thu, 11 May 2006 02:34:18 +0000 (02:34 +0000)] 
Bug 1224 / 1530: Crash related to failed PUT/POST requests where
body processing may close the connection "in the middle" of client
side request processing.

19 years agoBug #1530: Make "foo" a more intuitive error message by just using
hno [Thu, 11 May 2006 02:22:11 +0000 (02:22 +0000)] 
Bug #1530: Make "foo" a more intuitive error message by just using
assert instead.

19 years agoNeed SquidTime.h to squid_curtime
hno [Thu, 11 May 2006 02:17:12 +0000 (02:17 +0000)] 
Need SquidTime.h to squid_curtime

19 years agoRemoved the HttpHeaderEntry constructor that created a "blank" object.
wessels [Wed, 10 May 2006 03:48:51 +0000 (03:48 +0000)] 
Removed the HttpHeaderEntry constructor that created a "blank" object.
It created problems with the parse() method because id had to be set
to something, but none of the http_hdr_type values were really appropriate,
not to mention they either triggered assertions or confused the statistics.

Now parse() is a static method that calls new HttpHeaderEntry after
parsing has been successful.

19 years agoBug #1531: squid crashes short after starting
wessels [Tue, 9 May 2006 23:44:23 +0000 (23:44 +0000)] 
Bug #1531: squid crashes short after starting

When HttpHeaderEntry was converted to a class with methods I added a
constructor that took no arguments. It initialized id to HDR_BAD_HDR.
If header parsing fails, HDR_BAD_HDR triggers an assertion in
the destructor.  As a workaround id is now initialized to HDR_OTHER.

19 years agoThese .cc files need to #include the new SquidTime.h
wessels [Tue, 9 May 2006 21:47:45 +0000 (21:47 +0000)] 
These .cc files need to #include the new SquidTime.h

19 years agobootstrapped
wessels [Tue, 9 May 2006 05:49:25 +0000 (05:49 +0000)] 
bootstrapped

19 years agoMore decoupling work:
robertc [Tue, 9 May 2006 05:38:33 +0000 (05:38 +0000)] 
More decoupling work:
 Add a URL and URLScheme class to allow separating the url parsing logic from
 HTTPRequest logic which are currently bi-dependent.
 Add HttpRequestMethod class to replace the enum method_t, start using it.
 Split squid_curtime out from globals and tools, so you can get access to time
 without dragging in other dependencies.

19 years agoFix diskd debugging to print the correct unlink function name, either
wessels [Tue, 9 May 2006 05:05:45 +0000 (05:05 +0000)] 
Fix diskd debugging to print the correct unlink function name, either
unlink or truncate.

19 years agoadded .dirstamp
wessels [Tue, 9 May 2006 03:00:05 +0000 (03:00 +0000)] 
added .dirstamp

19 years agoconverted httpHeaderEntry functions to class methods
wessels [Tue, 9 May 2006 02:59:28 +0000 (02:59 +0000)] 
converted httpHeaderEntry functions to class methods

19 years agobugfix: Diskd has a loop that puts Squid to sleep for small amounts of
wessels [Tue, 9 May 2006 01:57:30 +0000 (01:57 +0000)] 
bugfix: Diskd has a loop that puts Squid to sleep for small amounts of
time when the queues size reach a threshhold.  The time-to-sleep is
supposed to double each time through the loop, but struct timeval delay
was initialized inside the loop, rather than outside, which meant it
always slept for 1 microsecond.

19 years agoClean up some recently-added debugging messages.
wessels [Tue, 9 May 2006 00:22:03 +0000 (00:22 +0000)] 
Clean up some recently-added debugging messages.

19 years agoA new fix for the bug when FwdState reference count goes to zero
wessels [Mon, 8 May 2006 23:37:34 +0000 (23:37 +0000)] 
A new fix for the bug when FwdState reference count goes to zero
during a re-forward attempt.

19 years agoclient_side_reply.h doesn't need to #include forward.h any more.
wessels [Mon, 8 May 2006 23:22:32 +0000 (23:22 +0000)] 
client_side_reply.h doesn't need to #include forward.h any more.

19 years agoBootstrapped
hno [Mon, 8 May 2006 06:10:51 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoBug #767: Problem making Squid 3.0 PRE3 64 bit
serassio [Sun, 7 May 2006 21:18:39 +0000 (21:18 +0000)] 
Bug #767: Problem making Squid 3.0 PRE3 64 bit

Final fix for %llu problem on HP Tru64.

19 years agoBacked out change where clientReplyContext held a FwdState::Pointer.
wessels [Sun, 7 May 2006 21:13:24 +0000 (21:13 +0000)] 
Backed out change where clientReplyContext held a FwdState::Pointer.
That change was to fix problems with re-forwarded reqeusts where
the FwdState refcount would go to zero.  But it also introduced a new
bug where errors would not be sent to clients because the refcount
did NOT go to zero.

19 years agoBootstrapped
serassio [Sun, 7 May 2006 20:06:44 +0000 (20:06 +0000)] 
Bootstrapped

19 years agoForgotten CXXFLAGS for --with-large-files
serassio [Sun, 7 May 2006 20:04:39 +0000 (20:04 +0000)] 
Forgotten CXXFLAGS for --with-large-files

19 years agoBootstrapped
serassio [Sun, 7 May 2006 16:23:28 +0000 (16:23 +0000)] 
Bootstrapped

19 years agoAdded missing size checks from 2.5
serassio [Sun, 7 May 2006 16:20:43 +0000 (16:20 +0000)] 
Added missing size checks from 2.5

19 years ago- Forward ported from 2.5 the updated large file build environment support (bug ...
serassio [Sun, 7 May 2006 16:17:25 +0000 (16:17 +0000)] 
- Forward ported from 2.5 the updated large file build environment support (bug #437)
- Cosmetic cleanup

19 years agoBootstrapped
hno [Sun, 7 May 2006 06:10:47 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoConverted most other httpHeader*() functions to HttpHeader class methods.
wessels [Sun, 7 May 2006 04:38:13 +0000 (04:38 +0000)] 
Converted most other httpHeader*() functions to HttpHeader class methods.

19 years agoConverted most other httpHeader*() functions to HttpHeader class methods.
wessels [Sun, 7 May 2006 04:23:44 +0000 (04:23 +0000)] 
Converted most other httpHeader*() functions to HttpHeader class methods.

19 years agoConverted most other httpHeader*() functions to HttpHeader class methods.
wessels [Sun, 7 May 2006 04:13:18 +0000 (04:13 +0000)] 
Converted most other httpHeader*() functions to HttpHeader class methods.

19 years agoFixed testHttpRequest with --enable-referer-log & --enable-useragent-log and
serassio [Sat, 6 May 2006 18:38:01 +0000 (18:38 +0000)] 
Fixed testHttpRequest with --enable-referer-log & --enable-useragent-log and
when GNUregex is needed.

19 years agoUnbreak compiling on g++3.3
robertc [Sat, 6 May 2006 07:30:45 +0000 (07:30 +0000)] 
Unbreak compiling on g++3.3

19 years agoconverted httpHeaderClean() to HttpHeader::clean()
wessels [Sat, 6 May 2006 05:57:40 +0000 (05:57 +0000)] 
converted httpHeaderClean() to HttpHeader::clean()

19 years agoFix for recent "clientReplyContext keeps a FwdState refcount" patch.
wessels [Sat, 6 May 2006 05:36:40 +0000 (05:36 +0000)] 
Fix for recent "clientReplyContext keeps a FwdState refcount" patch.
I missed the more common case where fwdStart() was called.

19 years agonew feature: squid -k restart
wessels [Sat, 6 May 2006 05:33:21 +0000 (05:33 +0000)] 
new feature: squid -k restart

It allows the built-in parent "watcher" process to automatically
and immediately restart Squid.

-k restart uses SIGTTIN.  It is almost the same as -k shutdown
except that it sets the exit status to 1 (instead of 0).  Since the
exit status is non-zero, the parent (watcher) will start squid again
immediately.

-k restart is not supported on systems that dont have SIGTTIN.

19 years agoTwo bugfixes
wessels [Sat, 6 May 2006 05:12:11 +0000 (05:12 +0000)] 
Two bugfixes

- ftpSendPasv() should only close the data socket, rather than call
  transactionComplete().

- If ICAP service selection fails, we need to call call
  entry->replaceHttpReply() so that the HTTP headers get written
  to the StoreEntry buffer.

19 years agominor bugfix: immediately shutdown interprocess socket to 'pinger'
wessels [Sat, 6 May 2006 03:52:20 +0000 (03:52 +0000)] 
minor bugfix: immediately shutdown interprocess socket to 'pinger'
if send() returns ECONNRESET.

19 years agoFix for : assertion failed: forward.cc:99: "err"
wessels [Sat, 6 May 2006 03:33:56 +0000 (03:33 +0000)] 
Fix for : assertion failed: forward.cc:99: "err"

This assertion was triggered when FwdState tries to re-forward a
request.  The first request fails, but can be retried.  If the first
ServerState gets destroyed before the second ServerState gets
created, the FwdState refcount goes to zero.   The FwdState destructor
has the above assertion because it expects an ErrorState for the
StoreEntry with no content.

This condition can easily happen because the second ServerState
isn't created until the origin server connection is established.
ie:

http.cc(1318) transactionComplete FD -1 this 0x8a430b0
fwdComplete: re-forwarding 504 http://www.example.org/
fwdConnectStart ...
commConnectHandle: ...: COMM_INPROGRESS
httpStateFree: ...
forward.cc(87) FwdState destructor starting
assertion failed: forward.cc:99: "err"

The clientReplyContext class now keeps a refcounted pointer to
FwdState.  This was done so that FwdState refcount doesn't go to
zero during a "reforward" between the time when the initial ServerSide
gets destroyed and before the second attempt ServerSide gets created.

We don't really want to keep FwdState around until the client is
finished.  As an future optimization we can remove the client side
reference around the time when the ENTRY_FWD_HDR_WAIT bit gets
cleared.

19 years agocosmetic: convert two static functions to ConnectStateData class methods.
wessels [Sat, 6 May 2006 03:00:28 +0000 (03:00 +0000)] 
cosmetic: convert two static functions to ConnectStateData class methods.
Also updated function name in one debugging statement.

19 years agobugfix: must reset hdr->mask to 0 after cleaning HttpHeader.
wessels [Sat, 6 May 2006 02:13:04 +0000 (02:13 +0000)] 
bugfix: must reset hdr->mask to 0 after cleaning HttpHeader.

19 years agoBacking out last patch (httpHeaderGetSize()). The problem is elsewhere.
wessels [Sat, 6 May 2006 01:57:32 +0000 (01:57 +0000)] 
Backing out last patch (httpHeaderGetSize()).  The problem is elsewhere.

19 years agoBugfix for assertion in httpHeaderFindEntry(). The caller,
wessels [Sat, 6 May 2006 00:16:26 +0000 (00:16 +0000)] 
Bugfix for assertion in httpHeaderFindEntry().  The caller,
HttpMsg::hdrCacheInit() was assuming that the content length header
is always present in the HTTP reply.

To fix I copied httpHeaderGetSize() from squid-2 code.  For now
this version of httpHeaderGetSize() is basically the same as
httpHeaderGetInt(), except that it checks to see if the header
exists.  If not, it returns -1.

19 years agoForward port patch #1518 - strip NT domain component from usernames.
robertc [Fri, 5 May 2006 18:44:26 +0000 (18:44 +0000)] 
Forward port patch #1518 - strip NT domain component from usernames.

19 years agoBootstrapped
hno [Thu, 4 May 2006 06:10:49 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoRemove dangling ICAP Makefiles.
robertc [Thu, 4 May 2006 04:40:17 +0000 (04:40 +0000)] 
Remove dangling ICAP Makefiles.

19 years agoAdd a StoreEntryStream class for use with store entries (An alternative to Packer...
robertc [Wed, 3 May 2006 20:04:44 +0000 (20:04 +0000)] 
Add a StoreEntryStream class for use with store entries (An alternative to Packer, which uses c++ equivalents to printf. This is part of the work to decouple the squid modules to allow easier tests.

19 years agoBootstrapped
hno [Tue, 2 May 2006 06:21:32 +0000 (06:21 +0000)] 
Bootstrapped

19 years agoAllow the build of ufsdump on Windows
serassio [Sat, 29 Apr 2006 19:57:39 +0000 (19:57 +0000)] 
Allow the build of ufsdump on Windows

19 years agoCleanup of Windows service code.
serassio [Sat, 29 Apr 2006 19:53:16 +0000 (19:53 +0000)] 
Cleanup of Windows service code.

19 years agoFix ufsdump build error on HP Tru64 and MinGW.
serassio [Sat, 29 Apr 2006 19:33:03 +0000 (19:33 +0000)] 
Fix ufsdump build error on HP Tru64 and MinGW.
Tested with gcc 3.4 and 4.0.3.

19 years agoAdded a comment including Robert's explanation for ConfigParser
wessels [Fri, 28 Apr 2006 11:13:20 +0000 (11:13 +0000)] 
Added a comment including Robert's explanation for ConfigParser
class, taken from a squid-dev message.

19 years agoNot sure why there was 'read_func' was cast to int in this
wessels [Fri, 28 Apr 2006 11:08:59 +0000 (11:08 +0000)] 
Not sure why there was 'read_func' was cast to int in this
debugging statement.

19 years agoRobert's patch to correct my LegacyParser abuse.
wessels [Fri, 28 Apr 2006 11:05:43 +0000 (11:05 +0000)] 
Robert's patch to correct my LegacyParser abuse.

19 years agoBootstrapped
hno [Fri, 28 Apr 2006 06:10:49 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoAdded _configs.sed to .cvsignore
wessels [Fri, 28 Apr 2006 03:03:56 +0000 (03:03 +0000)] 
Added _configs.sed to .cvsignore

19 years agoNeed to include wordlist.h for wordlistAdd() when configured with
wessels [Fri, 28 Apr 2006 03:01:44 +0000 (03:01 +0000)] 
Need to include wordlist.h for wordlistAdd() when configured with
--disable-internal-dns.

19 years agoFix compile error with --disable-http-violations
hno [Fri, 28 Apr 2006 02:36:29 +0000 (02:36 +0000)] 
Fix compile error with --disable-http-violations

19 years agoReplacing ClientBody class with BodyReader.
wessels [Fri, 28 Apr 2006 01:27:37 +0000 (01:27 +0000)] 
Replacing ClientBody class with BodyReader.

The old ClientBody code did not allow us to insert ICAP into the
flow of an HTTP request.  Code in http.cc called read functions in
client_side.cc when forwarding a request body.  But with ICAP in
the middle, HTTP needs to get the message body from ICAP, not
client_side.

The new BodyReader is similar to ClientBody.  Now read and abort
functions are pointers, rather than hard-coded in HTTP/FTP modules.

19 years agobugfix: ICAPConfig calls aclParseAccessLine(), which now takes a
wessels [Fri, 28 Apr 2006 01:07:16 +0000 (01:07 +0000)] 
bugfix: ICAPConfig calls aclParseAccessLine(), which now takes a
ConfigParser argument.  Use the LegacyParser from cache_cf.cc, but
we need to make it global instead of static.

19 years agobootstrapped: ufsdump_LDADD needs ${ICAP_LIBS} when configured with
wessels [Fri, 28 Apr 2006 01:04:15 +0000 (01:04 +0000)] 
bootstrapped: ufsdump_LDADD needs ${ICAP_LIBS} when configured with
--enable-icap-client

19 years agoCosmetic: in refreshIsCachable(), change a hard-coded number "200" to
wessels [Thu, 27 Apr 2006 23:26:20 +0000 (23:26 +0000)] 
Cosmetic: in refreshIsCachable(), change a hard-coded number "200" to
its corresponding enum value to clarify that the 'reason' variable is
a stale/fresh reason code, rather than an HTTP status code.

19 years agoDoug Dixon noticed in function handleIMSGiveClientUpdatedOldEntry()
wessels [Thu, 27 Apr 2006 22:54:16 +0000 (22:54 +0000)] 
Doug Dixon noticed in function handleIMSGiveClientUpdatedOldEntry()
that the call to HTTPMSGLOCK is wrapped in an if statement, but the
call to HTTPMSGUNLOCK isn't, and that the unlink_request variable
is set but otherwise unused.  Probably a bug created by me in
revision 1.95, when converting to HTTPMSGUNLOCK macro.

19 years agoBootstrapped
hno [Thu, 27 Apr 2006 06:10:59 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoAdded comment about STORE_TESTS substition
serassio [Wed, 26 Apr 2006 14:56:27 +0000 (14:56 +0000)] 
Added comment about STORE_TESTS substition

19 years agoBootstrapped
hno [Wed, 26 Apr 2006 06:10:48 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoConvert one of the new static ConfigParser methods into a instance method, and setup...
robertc [Tue, 25 Apr 2006 18:00:29 +0000 (18:00 +0000)] 
Convert one of the new static ConfigParser methods into a instance method, and setup a new Legacy instance of ConfigParser for cache_cc to use.

19 years agoUse squid_random & squid_srandom instead of random & srandom.
serassio [Tue, 25 Apr 2006 16:40:29 +0000 (16:40 +0000)] 
Use squid_random & squid_srandom instead of random & srandom.

19 years agoFix store tests on windows
robertc [Tue, 25 Apr 2006 16:39:25 +0000 (16:39 +0000)] 
Fix store tests on windows

19 years agoAlways build ufsdump so as to prevent it bitrotting.
robertc [Tue, 25 Apr 2006 15:21:06 +0000 (15:21 +0000)] 
Always build ufsdump so as to prevent it bitrotting.

19 years agoFix make check with --disable-inline.
robertc [Tue, 25 Apr 2006 13:13:33 +0000 (13:13 +0000)] 
Fix make check with --disable-inline.

19 years agoBootstrapped
hno [Tue, 25 Apr 2006 06:10:46 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoCosmetic: Change 'stale_flags' structure members to type bool. stale_flags
wessels [Tue, 25 Apr 2006 04:30:52 +0000 (04:30 +0000)] 
Cosmetic: Change 'stale_flags' structure members to type bool.  stale_flags
is only used locally by refresh.cc and it is somewhat silly to be
so conservative with memory.

19 years ago@REGEXLIB@ is needed by make check when we compile GNUregex.c.
serassio [Tue, 25 Apr 2006 03:45:24 +0000 (03:45 +0000)] 
@REGEXLIB@ is needed by make check when we compile GNUregex.c.

19 years agoRemoved all /usr/local/include tests from config.test files to avoid false
serassio [Tue, 25 Apr 2006 03:37:28 +0000 (03:37 +0000)] 
Removed all /usr/local/include tests from config.test files to avoid false
positive causing the build to fail.

19 years agoAdded MinGW support in config.test files.
serassio [Tue, 25 Apr 2006 01:01:04 +0000 (01:01 +0000)] 
Added MinGW support in config.test files.

19 years agoBootstrapped
hno [Mon, 24 Apr 2006 06:10:49 +0000 (06:10 +0000)] 
Bootstrapped

19 years agoNew config.test files for:
serassio [Mon, 24 Apr 2006 00:23:59 +0000 (00:23 +0000)] 
New config.test files for:
- NTLM helpers
- Negotiate helpers
- Windows native external and basic native helpers

19 years agoRemoved double inclusion of unistd.h
serassio [Mon, 24 Apr 2006 00:21:56 +0000 (00:21 +0000)] 
Removed double inclusion of unistd.h

19 years agoUpdated .cvsignore file
serassio [Sun, 23 Apr 2006 21:16:57 +0000 (21:16 +0000)] 
Updated .cvsignore file

19 years agoUpdated .cvsignore file
serassio [Sun, 23 Apr 2006 21:03:24 +0000 (21:03 +0000)] 
Updated .cvsignore file

19 years agoFixed missing wordlist.h inclusion.
serassio [Sun, 23 Apr 2006 20:28:06 +0000 (20:28 +0000)] 
Fixed missing wordlist.h inclusion.

19 years agoFixed missing wordlist.h inclusion.
serassio [Sun, 23 Apr 2006 20:14:18 +0000 (20:14 +0000)] 
Fixed missing wordlist.h inclusion.

19 years agoBUGFIX: max_user_ip was broken: initialising to -1 meant that the ACL appeared
robertc [Sun, 23 Apr 2006 17:10:29 +0000 (17:10 +0000)] 
BUGFIX: max_user_ip was broken: initialising to -1 meant that the ACL appeared
        already configured to the parser, and thus it never configured to a
valid value. Fixed with a test case to ensure that a normal ACL line
will parse the -s and the limit values correctly, and a separat test
that the defaults are as expected.

19 years agoOn some Unix OS include may be in /usr/local/include.
serassio [Sun, 23 Apr 2006 15:57:34 +0000 (15:57 +0000)] 
On some Unix OS include may be in /usr/local/include.

19 years agoBootstrapped
serassio [Sun, 23 Apr 2006 15:22:26 +0000 (15:22 +0000)] 
Bootstrapped

19 years agoAllow execution of make check when not all the FS store are selected during
serassio [Sun, 23 Apr 2006 15:18:30 +0000 (15:18 +0000)] 
Allow execution of make check when not all the FS store are selected during
configure.