"Chemolli Francesco (USI)" wrote:
> Alternatively, there's a small pike utility which turns CVS commit
> messages into ChengeLog-style files. It could be generated automatically
> and then added to the daily tarballs...
Not a dumb idea I think.
Have also seen a quite capable tool for doing this.. think it was Perl
based (for sure wasn't Pike).. don't remember the exact name but a quick
search on freshmeat reveals the following likely candidate
cvs2cl.pl <http://freshmeat.net/projects/cvs2cl.pl/>
Two examples for the last 2 months of HEAD attached..
-- Henrik
2001-10-03 14:56 Henrik Nordstrom <hno@squid-cache.org>
* Makefile.in (1.3), aclocal.m4 (1.3), configure (1.233),
contrib/Makefile.in (1.5), errors/Makefile.in (1.10),
icons/Makefile.in (1.16), include/autoconf.h.in (1.106),
lib/Makefile.in (1.52), scripts/Makefile.in (1.10),
snmplib/Makefile.in (1.18), src/Makefile.in (1.216),
src/auth/Makefile.in (1.4), src/auth/basic/Makefile.in (1.4),
src/auth/basic/helpers/Makefile.in (1.5),
src/auth/basic/helpers/LDAP/Makefile.in (1.6),
src/auth/basic/helpers/MSNT/Makefile.in (1.5),
src/auth/basic/helpers/NCSA/Makefile.in (1.6),
src/auth/basic/helpers/PAM/Makefile.in (1.5),
src/auth/basic/helpers/SMB/Makefile.in (1.5),
src/auth/basic/helpers/YP/Makefile.in (1.7),
src/auth/basic/helpers/getpwnam/Makefile.in (1.6),
src/auth/basic/helpers/multi-domain-NTLM/Makefile.in (1.3),
src/auth/digest/Makefile.in (1.4),
src/auth/digest/helpers/Makefile.in (1.4),
src/auth/digest/helpers/password/Makefile.in (1.6),
src/auth/ntlm/Makefile.in (1.4), src/auth/ntlm/helpers/Makefile.in
(1.4), src/auth/ntlm/helpers/NTLMSSP/Makefile.in (1.6),
src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile.in (1.4),
src/auth/ntlm/helpers/fakeauth/Makefile.in (1.6),
src/auth/ntlm/helpers/no_check/Makefile.in (1.6),
src/fs/Makefile.in (1.6), src/fs/aufs/Makefile.in (1.6),
src/fs/coss/Makefile.in (1.6), src/fs/diskd/Makefile.in (1.4),
src/fs/null/Makefile.in (1.5), src/fs/ufs/Makefile.in (1.4),
src/repl/Makefile.in (1.5), src/repl/heap/Makefile.in (1.4),
src/repl/lru/Makefile.in (1.4): Bootstrapped with maintainer mode
2001-10-03 09:16 Henrik Nordstrom <hno@squid-cache.org>
* src/main.c (1.342): Don't rely on getcwd(NULL,..) allocating the
needed memory. This is non-standardized and implementation
dependent.
2001-10-03 09:02 Henrik Nordstrom <hno@squid-cache.org>
* configure.in (1.235): Added maintainer mode to not have automake
dependencies rebuild automake files bo default. This is likely to
be confusing and causing lots of problems to the causal user,
especially considering the rather strict requirements we have on
automake versions...
2001-10-01 18:28 Henrik Nordstrom <hno@squid-cache.org>
* src/cf.data.pre (1.227): Removed all trailing spaces
2001-10-01 17:21 Henrik Nordstrom <hno@squid-cache.org>
* bootstrap.sh (1.4): ! is an shell extension not supported on all
platforms.. use a dummy true statement instead.
2001-10-01 14:20 Henrik Nordstrom <hno@squid-cache.org>
* src/dns_internal.c (1.41): * Lower the priority of DNS "giving up
after..." messages to debuglevel 2.
* Make DNS use udp_incoming_address id udp_outgoing_address isn't
set
* Log the address and port of the DNS query port, not only the
internal FD
2001-09-28 20:02 Duane Wessels <wessels@squid-cache.org>
* src/url.c (1.131): Bugzilla #241: assignment instead of equality
in src/url.c:320
2001-09-27 21:59 Henrik Nordstrom <hno@squid-cache.org>
* src/: ipc.c (1.24), structs.h (1.400): Resurrected Duanes old
sleep_after_fork patch. This needed or we will race with ourselves
for swap space when restarting helpers. The hello test is not
really sufficient, we must also wait for the child to actually
exec() before forking again. In the event that we are starting many
helpers who uses CPU it is not too unlikely to see a newly started
child to be context switched before exec().
Anyway, default configuration does nothing. To activate this one
must configure sleep_after_fork in squid.conf so it is a quite
harmless patch, and if it helps some people, fine.
2001-09-25 23:56 Robert Collins <robertc@squid-cache.org>
* src/Makefile.am (1.8): Create logs dir during install
2001-09-25 23:45 Robert Collins <robertc@squid-cache.org>
* Makefile.am (1.3), acconfig.h (1.59), include/config.h (1.1),
include/config.h.in (1.52): Move CACHE_HTTP_PORT and CACHE_ICP_PORT
from config.h.in to acconfig.h. Move config.h.in to config.h to
reduce unneeded recompilations after a configure. Regenerate
autotools files.
2001-09-25 05:53 Henrik Nordstrom <hno@squid-cache.org>
* src/auth/basic/helpers/LDAP/squid_ldap_auth.8 (1.6): Removed
copyright section. Not set.
2001-09-23 22:17 Henrik Nordstrom <hno@squid-cache.org>
* src/client_side.c (1.546): Backed out some bad delay-pool changes
(Revision 1.542)
2001-09-19 13:23 Adrian Chadd <adrian@squid-cache.org>
* src/fs/coss/coss-notes.txt (1.1):
Add some initial COSS information for people.
From: diskio branch
2001-09-18 19:04 Henrik Nordstrom <hno@squid-cache.org>
* src/http.c (1.382): Bugfix: Vary failed to calculate the variance
when going thru a parent. I obviously never learn to use
httpState->orig_request when accessing client data. Not the first
time I have been bitten by httpState->request being a bogus request
missing most of the vital information when using a peer proxy (only
contains the request line, and how to contact the peer).
2001-09-18 13:55 Henrik Nordstrom <hno@squid-cache.org>
* src/ftp.c (1.311): Fix for a segfault in ftp.c when only creating
directories (PUT with a trailing slash and no filename,
content-length == 0)
2001-09-18 04:17 Duane Wessels <wessels@squid-cache.org>
* src/auth/digest/auth_digest.c (1.6): just reformatting long lines
in comments to be less than 80 chars
2001-09-18 04:10 Duane Wessels <wessels@squid-cache.org>
* src/auth/digest/auth_digest.h (1.4): made struct _digest_nonce_h
use 'hash_link hash' directlty instead of key,next elements that
look just like the hash_link.
2001-09-12 09:45 Henrik Nordstrom <hno@squid-cache.org>
* CONTRIBUTORS (1.55), src/auth/basic/helpers/PAM/pam_auth.c (1.3):
Change of email to hno@squid-cache.org
2001-09-09 19:57 Henrik Nordstrom <hno@squid-cache.org>
* src/protos.h (1.412): Guido: found another function declare
mismatch between protos.h and StatHist.c statHistDump
2001-09-07 18:02 Adrian Chadd <adrian@squid-cache.org>
* src/: enums.h (1.195), mem.c (1.59), stmem.c (1.69), store.c
(1.541):
Remove MEM_STMEM_BUF from the scene, and statically define the
stmem buffer into the mem_node struct. This should cut down on the
number of allocation requests made per HTTP request.
2001-09-07 01:32 Duane Wessels <wessels@squid-cache.org>
* doc/Programming-Guide/Makefile (1.6): oops, need to add .txt to
all target
2001-09-07 01:30 Duane Wessels <wessels@squid-cache.org>
* doc/Programming-Guide/prog-guide.sgml (1.46): make .txt version
also
2001-09-07 00:51 Duane Wessels <wessels@squid-cache.org>
* src/fs/aufs/store_io_aufs.c (1.12): Bugzilla #229:
storeAufsOpenDone filedescriptor leak patch from Brian (hiryuu of
envisiongames dot net)
2001-09-06 21:37 Henrik Nordstrom <hno@squid-cache.org>
* src/auth/basic/helpers/YP/Makefile.am (1.2): Added missing lib/
path
2001-09-06 19:51 Henrik Nordstrom <hno@squid-cache.org>
* src/HttpHeaderTools.c (1.32): 2.5 bugfix: header_access failed to
remove headers if there was no replacement set by header_replace.
Caused by lack of braces around if/else blocks.
Reported with a patch by Andres Kroonmaa
2001-09-05 07:58 Henrik Nordstrom <hno@squid-cache.org>
* src/auth/basic/helpers/LDAP/squid_ldap_auth.c (1.15): Option '-p
ldapport' to specify LDAP server port. Old meaning of -p
(persistent) is moved to -P to match openldap tools options.
2001-09-04 01:02 Robert Collins <robertc@squid-cache.org>
* src/dnsserver.c (1.59): Fix all DEFAULT_helper variables; change
SQUID_VERSION to VERSION in dnsserver.c
2001-09-03 21:28 Duane Wessels <wessels@squid-cache.org>
* src/fs/diskd/store_dir_diskd.c (1.54): SQUID_PREFIX is no longer
needed and Makefile.am doesn't define it.
2001-09-03 10:33 Robert Collins <robertc@squid-cache.org>
* src/: acl.c (1.259), authenticate.c (1.29),
auth/basic/auth_basic.c (1.11), auth/basic/auth_basic.h (1.2),
auth/ntlm/auth_ntlm.c (1.12), auth/ntlm/auth_ntlm.h (1.5): Merge
from ntlm work. Fixes: reconfiguring when ntlm authentication in
progress, no longer resets all ntlm auth progress for user foo when
user foo has an error on one connection
2001-08-31 11:19 Robert Collins <robertc@squid-cache.org>
* ChangeLog (1.519), makefile.in (1.29), cfgaux/compile (1.1),
cfgaux/config.guess (1.5), cfgaux/config.sub (1.5), cfgaux/depcomp
(1.1), cfgaux/install-sh (1.2), cfgaux/missing (1.1),
cfgaux/mkinstalldirs (1.1), contrib/Makefile.am (1.1),
errors/Makefile.am (1.1), icons/Makefile.am (1.1),
include/stamp-h.in (1.1), include/version.h (1.133),
lib/Makefile.am (1.1), scripts/Makefile.am (1.1),
snmplib/Makefile.am (1.1), src/cachemgr.c (1.89), src/globals.h
(1.106), src/snmp_agent.c (1.81), src/auth/Makefile.am (1.1),
src/auth/basic/Makefile.am (1.1),
src/auth/basic/helpers/Makefile.am (1.1),
src/auth/basic/helpers/LDAP/Makefile.am (1.1),
src/auth/basic/helpers/MSNT/Makefile.am (1.1),
src/auth/basic/helpers/NCSA/Makefile.am (1.1),
src/auth/basic/helpers/PAM/Makefile.am (1.1),
src/auth/basic/helpers/SMB/ChangeLog (1.1),
src/auth/basic/helpers/SMB/Changelog (1.2),
src/auth/basic/helpers/SMB/Makefile.am (1.1),
src/auth/basic/helpers/getpwnam/Makefile.am (1.1),
src/auth/basic/helpers/multi-domain-NTLM/Makefile.am (1.1),
src/auth/digest/Makefile.am (1.1),
src/auth/digest/helpers/Makefile.am (1.1),
src/auth/digest/helpers/password/Makefile.am (1.1),
src/auth/ntlm/Makefile.am (1.1), src/auth/ntlm/helpers/Makefile.am
(1.1), src/auth/ntlm/helpers/NTLMSSP/Makefile.am (1.1),
src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile.am (1.1),
src/auth/ntlm/helpers/fakeauth/Makefile.am (1.1),
src/auth/ntlm/helpers/no_check/Makefile.am (1.1),
src/auth/ntlm/helpers/no_check/no_check (1.2),
src/auth/ntlm/helpers/no_check/no_check.pl (1.1),
src/fs/Makefile.am (1.1), src/fs/aufs/Makefile.am (1.1),
src/fs/coss/Makefile.am (1.1), src/fs/diskd/Makefile.am (1.1),
src/fs/null/Makefile.am (1.1), src/fs/ufs/Makefile.am (1.1),
src/repl/Makefile.am (1.1), src/repl/heap/Makefile.am (1.1),
src/repl/lru/Makefile.am (1.1): Merged in the squid-amake branch
from sourceforge.
Due to the different policy regarding the autotool generated files,
the Makefile.in files for cvs.squid-cache.org have been updated in
place, and the extra autotool support files - such as depcomp -
added. These should be filtered from sourceforge.
Also of particular note: * new make targets dist-all - creates two
distribution tarballs, one .tar.gz, one .tar.bz2. These do not
include all the source files - things like the test suite are
deliberately left out. * distcheck - creates a .tar.gz dist
tarball and confirms that it builds with the default options. *
the module files - lru/heap/ufs/basic etc are now libraries -
liblru.a etc. * The module files are build from the directory
above, ie to build just liblru cd to src/repl, and type make
liblru.a. The benefit to this is that parallelised makes get
better efficiency, as they don't have to serialise each stub node.
2001-08-30 09:51 Henrik Nordstrom <hno@squid-cache.org>
* src/snmp_core.c (1.51, PRE_AUTOMAKE_20010831): BUGFIX: potential
coredump condition on snmpwalk of empty tables. If the indexing
function did not return a new OID, make sure the parsing function
is forgotten as well.
2001-08-29 14:57 Robert Collins <robertc@squid-cache.org>
* include/ntlmauth.h (1.5), lib/ntlmauth.c (1.3), src/errorpage.c
(1.166), src/helper.c (1.30),
src/auth/ntlm/helpers/NTLMSSP/libntlmssp.c (1.4),
src/auth/ntlm/helpers/NTLMSSP/ntlm.h (1.5),
src/auth/ntlm/helpers/NTLMSSP/ntlm_auth.c (1.9),
src/auth/ntlm/helpers/NTLMSSP/smbval/smbencrypt.c (1.3),
src/auth/ntlm/helpers/fakeauth/fakeauth_auth.c (1.3),
src/auth/ntlm/helpers/fakeauth/ntlm.h (1.4) (utags:
PRE_AUTOMAKE_20010831): latest rollup from ntlm. Includes: *
bugfix for ntlm helpers getting stuck * bugfix for "Direction"
error * NTLMSSP helper no longer hangs * some minor authentication
code tidyups * ipcCreate returns PID. * Stateful helpers show
helper PID in stats page. * Andrew Doran has updated all his email
address's. Hi Andrew!
2001-08-26 22:24 Henrik Nordstrom <hno@squid-cache.org>
* src/fd.c (1.43, PRE_AUTOMAKE_20010831): Removed some bad &
unneeded SSL junk
2001-08-26 22:22 Henrik Nordstrom <hno@squid-cache.org>
* src/comm.c (1.320, PRE_AUTOMAKE_20010831): BUGFIX: Plug a large
SSL memory leak. SSL connections was never freed.
Note: This is done in a quite crude manner, and there most likely
is better ways of doing this. Have investigated the use of a close
handler but it won't fit well with lingering closes.
2001-08-26 22:02 Henrik Nordstrom <hno@squid-cache.org>
* src/ssl_support.c (1.3, PRE_AUTOMAKE_20010831): Removed unused
function declaration
2001-08-24 14:29 Henrik Nordstrom <hno@squid-cache.org>
* src/fs/aufs/store_asyncufs.h (1.9, PRE_AUTOMAKE_20010831):
--with-aio option for including AIO libraries. Adds -lrt if found
to have aio_read.
--with-aio-threads renames to --with-aufs-threads to not cause
confusion between aio and aufs I/O.
2001-08-24 13:48 Henrik Nordstrom <hno@squid-cache.org>
* src/fs/coss/async_io.c (1.7, PRE_AUTOMAKE_20010831): Removed
unused variable "i".
2001-08-23 13:20 Robert Collins <robertc@squid-cache.org>
* src/: cache_cf.c (1.390), cf_gen.c (1.42) (utags:
PRE_AUTOMAKE_20010831): rename cf_parser.c to cf_parser.h to reduce
difference between HEAD and automake branch - allowing for a
code-change-free patch set
2001-08-22 23:26 Robert Collins <robertc@squid-cache.org>
* src/access_log.c (1.69, PRE_AUTOMAKE_20010831): Prevent
segmentation fault when using emulate_httpd_log without
ident(rfc931) enabled
2001-08-22 09:25 Robert Collins <robertc@squid-cache.org>
* src/: mime.conf (1.18), mime.conf.default (1.1,
PRE_AUTOMAKE_20010831): Rename $(srcdir)/mime.conf to
mime.conf.default in Makefile.in, and in CVS
2001-08-20 06:55 Henrik Nordstrom <hno@squid-cache.org>
* src/fs/aufs/: aiops.c (1.9), async_io.c (1.9), store_dir_aufs.c
(1.37) (utags: PRE_AUTOMAKE_20010831): Resolve any possible
conflicts with POSIX AIO
* Use the prefix squidaio_ rather than aio_... * Some minor
cleanups
2001-08-19 00:46 Robert Collins <robertc@squid-cache.org>
* README (1.8, PRE_AUTOMAKE_20010831): Change the squid-users
mailing list to the new address.
2001-08-16 00:16 Henrik Nordstrom <hno@squid-cache.org>
* src/: HttpReply.c (1.48), defines.h (1.94), disk.c (1.157),
stat.c (1.348), store_dir.c (1.134), tools.c (1.209), win32.c
(1.2), fs/coss/async_io.h (1.4), fs/coss/store_dir_coss.c (1.29),
repl/lru/store_repl_lru.c (1.10) (utags: PRE_AUTOMAKE_20010831):
WIN32/Cygwin fixes by Guido
- Better GetOSVersion function, more squid "aware", added support
for Windows XP and future Windows versions. - Added trap in
WIN32_Subsystem_Init() for unknown or unsupported (WIN32s) Windows
version. - Fixed compile warning in comm.c - Changed exit() WIN32
hook, now less intrusive
And some ident fixes
2001-08-12 10:20 Adrian Chadd <adrian@squid-cache.org>
* src/fs/coss/: store_coss.h (1.6), store_io_coss.c (1.11) (utags:
PRE_AUTOMAKE_20010831):
Add a (very evil) async IO framework. It doesn't do much - just get
the calls in there. The next (few) commits will be the async code.
Yes, yes, I know it should be "Generic", but I'm trying to get COSS
to "user testing" state, so this is the best 'comprimise'.
For now, COSS will use the libaio routines (or the sync stuff in
disk.c - the calling API is the same so wrapping stuff in an #ifdef
will be quite easy) which are available on Solaris, FreeBSD and
possibly Linux.
2001-08-03 21:38 Duane Wessels <wessels@squid-cache.org>
* include/tree.h (1.5): tree.h is not currently used anywhere by
Squid.
2001-08-03 16:55 Duane Wessels <wessels@squid-cache.org>
* lib/radix.c (1.14, PRE_AUTOMAKE_20010831): Why was "radix.h"
included twice?
2001-08-03 15:13 Adrian Chadd <adrian@squid-cache.org>
* src/typedefs.h (1.130, PRE_AUTOMAKE_20010831):
Latest NTLM snapshot code, courtesy of kinkie and robert.
<quote> It's been a while coming... but Kinkie and I now have
probably-production ready NTLM code. It's gone past 1.5 million
requests without failing. The attached patch is a rollup of many
minor fixes and some enhancements:
* Digest: fix crash on shutdown * ACL: New type max_user_ip to
replace authenticate_ip_is_strict. * ACL: Authenication
refactored, to separate authentication and authorisation as well
as allow 'lazy auth' where authentication is triggered by the
presence of an authentication using ACL, not necessarily
"proxy_auth". I.e. using max_user_ip will trigger authentication
even if no proxy_auth acl's are defined. * Authentication: API for
schemes extended to allow handling duplicate authentication on a
authenticated _connection_ (yes NTLM again). * Authentication:
Authentication API extended to allow multiple IP's per auth_user,
and to allow authentication as an orthogonal process to
authorisation. * NTLM: many minor races fixed. Should prevent the
"Direction before ..." errors and the "Duplicate auth" + login
popup bug. * Delay pools: Support authentication (Non-NTLM)in
delay pools acl's. Beginnings of NTLM support for same. *
Helpers: Stateful helper bugfixes to prevent negative deferred
helper counts (which prevented ntlm challenge refreshing). *
configure: detect two more headers for NTLM compilation on some
platforms.
</quote>
2001-10-03 14:56 Henrik Nordstrom <hno@squid-cache.org>
Bootstrapped with maintainer mode
2001-10-03 09:16 Henrik Nordstrom <hno@squid-cache.org>
Don't rely on getcwd(NULL,..) allocating the needed memory. This is
non-standardized and implementation dependent.
2001-10-03 09:02 Henrik Nordstrom <hno@squid-cache.org>
Added maintainer mode to not have automake dependencies rebuild
automake files bo default. This is likely to be confusing and
causing lots of problems to the causal user, especially considering
the rather strict requirements we have on automake versions...
2001-10-01 18:28 Henrik Nordstrom <hno@squid-cache.org>
Removed all trailing spaces
2001-10-01 17:21 Henrik Nordstrom <hno@squid-cache.org>
! is an shell extension not supported on all platforms.. use a
dummy true statement instead.
2001-10-01 14:20 Henrik Nordstrom <hno@squid-cache.org>
* Lower the priority of DNS "giving up after..." messages to
debuglevel 2.
* Make DNS use udp_incoming_address id udp_outgoing_address isn't
set
* Log the address and port of the DNS query port, not only the
internal FD
2001-09-28 20:02 Duane Wessels <wessels@squid-cache.org>
Bugzilla #241: assignment instead of equality in src/url.c:320
2001-09-27 21:59 Henrik Nordstrom <hno@squid-cache.org>
Resurrected Duanes old sleep_after_fork patch. This needed or we
will race with ourselves for swap space when restarting helpers.
The hello test is not really sufficient, we must also wait for the
child to actually exec() before forking again. In the event that we
are starting many helpers who uses CPU it is not too unlikely to
see a newly started child to be context switched before exec().
Anyway, default configuration does nothing. To activate this one
must configure sleep_after_fork in squid.conf so it is a quite
harmless patch, and if it helps some people, fine.
2001-09-25 23:56 Robert Collins <robertc@squid-cache.org>
Create logs dir during install
2001-09-25 23:45 Robert Collins <robertc@squid-cache.org>
Move CACHE_HTTP_PORT and CACHE_ICP_PORT from config.h.in to
acconfig.h. Move config.h.in to config.h to reduce unneeded
recompilations after a configure. Regenerate autotools files.
2001-09-25 05:53 Henrik Nordstrom <hno@squid-cache.org>
Removed copyright section. Not set.
2001-09-23 22:17 Henrik Nordstrom <hno@squid-cache.org>
Backed out some bad delay-pool changes (Revision 1.542)
2001-09-19 13:23 Adrian Chadd <adrian@squid-cache.org>
Add some initial COSS information for people.
From: diskio branch
2001-09-18 19:04 Henrik Nordstrom <hno@squid-cache.org>
Bugfix: Vary failed to calculate the variance when going thru a
parent. I obviously never learn to use httpState->orig_request
when accessing client data. Not the first time I have been bitten
by httpState->request being a bogus request missing most of the
vital information when using a peer proxy (only contains the
request line, and how to contact the peer).
2001-09-18 13:55 Henrik Nordstrom <hno@squid-cache.org>
Fix for a segfault in ftp.c when only creating directories (PUT
with a trailing slash and no filename, content-length == 0)
2001-09-18 04:17 Duane Wessels <wessels@squid-cache.org>
just reformatting long lines in comments to be less than 80 chars
2001-09-18 04:10 Duane Wessels <wessels@squid-cache.org>
made struct _digest_nonce_h use 'hash_link hash' directlty instead
of key,next elements that look just like the hash_link.
2001-09-12 09:45 Henrik Nordstrom <hno@squid-cache.org>
Change of email to hno@squid-cache.org
2001-09-09 19:57 Henrik Nordstrom <hno@squid-cache.org>
Guido: found another function declare mismatch between protos.h and
StatHist.c statHistDump
2001-09-07 18:02 Adrian Chadd <adrian@squid-cache.org>
Remove MEM_STMEM_BUF from the scene, and statically define the
stmem buffer into the mem_node struct. This should cut down on the
number of allocation requests made per HTTP request.
2001-09-07 01:32 Duane Wessels <wessels@squid-cache.org>
oops, need to add .txt to all target
2001-09-07 01:30 Duane Wessels <wessels@squid-cache.org>
make .txt version also
2001-09-07 00:51 Duane Wessels <wessels@squid-cache.org>
Bugzilla #229: storeAufsOpenDone filedescriptor leak patch from
Brian (hiryuu of envisiongames dot net)
2001-09-06 21:37 Henrik Nordstrom <hno@squid-cache.org>
Added missing lib/ path
2001-09-06 19:51 Henrik Nordstrom <hno@squid-cache.org>
2.5 bugfix: header_access failed to remove headers if there was no
replacement set by header_replace.
Caused by lack of braces around if/else blocks.
Reported with a patch by Andres Kroonmaa
2001-09-05 07:58 Henrik Nordstrom <hno@squid-cache.org>
Option '-p ldapport' to specify LDAP server port. Old meaning of
-p (persistent) is moved to -P to match openldap tools options.
2001-09-04 01:02 Robert Collins <robertc@squid-cache.org>
Fix all DEFAULT_helper variables; change SQUID_VERSION to VERSION
in dnsserver.c
2001-09-03 21:28 Duane Wessels <wessels@squid-cache.org>
SQUID_PREFIX is no longer needed and Makefile.am doesn't define it.
2001-09-03 10:33 Robert Collins <robertc@squid-cache.org>
Merge from ntlm work. Fixes: reconfiguring when ntlm authentication
in progress, no longer resets all ntlm auth progress for user foo
when user foo has an error on one connection
2001-08-31 11:19 Robert Collins <robertc@squid-cache.org>
Merged in the squid-amake branch from sourceforge.
Due to the different policy regarding the autotool generated files,
the Makefile.in files for cvs.squid-cache.org have been updated in
place, and the extra autotool support files - such as depcomp -
added. These should be filtered from sourceforge.
Also of particular note: * new make targets dist-all - creates two
distribution tarballs, one .tar.gz, one .tar.bz2. These do not
include all the source files - things like the test suite are
deliberately left out. * distcheck - creates a .tar.gz dist
tarball and confirms that it builds with the default options. *
the module files - lru/heap/ufs/basic etc are now libraries -
liblru.a etc. * The module files are build from the directory
above, ie to build just liblru cd to src/repl, and type make
liblru.a. The benefit to this is that parallelised makes get
better efficiency, as they don't have to serialise each stub node.
2001-08-30 09:51 Henrik Nordstrom <hno@squid-cache.org>
BUGFIX: potential coredump condition on snmpwalk of empty tables.
If the indexing function did not return a new OID, make sure the
parsing function is forgotten as well.
2001-08-29 14:57 Robert Collins <robertc@squid-cache.org>
latest rollup from ntlm. Includes: * bugfix for ntlm helpers
getting stuck * bugfix for "Direction" error * NTLMSSP helper no
longer hangs * some minor authentication code tidyups * ipcCreate
returns PID. * Stateful helpers show helper PID in stats page. *
Andrew Doran has updated all his email address's. Hi Andrew!
2001-08-26 22:24 Henrik Nordstrom <hno@squid-cache.org>
Removed some bad & unneeded SSL junk
2001-08-26 22:22 Henrik Nordstrom <hno@squid-cache.org>
BUGFIX: Plug a large SSL memory leak. SSL connections was never
freed.
Note: This is done in a quite crude manner, and there most likely
is better ways of doing this. Have investigated the use of a close
handler but it won't fit well with lingering closes.
2001-08-26 22:02 Henrik Nordstrom <hno@squid-cache.org>
Removed unused function declaration
2001-08-24 14:29 Henrik Nordstrom <hno@squid-cache.org>
--with-aio option for including AIO libraries. Adds -lrt if found
to have aio_read.
--with-aio-threads renames to --with-aufs-threads to not cause
confusion between aio and aufs I/O.
2001-08-24 13:48 Henrik Nordstrom <hno@squid-cache.org>
Removed unused variable "i".
2001-08-23 13:20 Robert Collins <robertc@squid-cache.org>
rename cf_parser.c to cf_parser.h to reduce difference between HEAD
and automake branch - allowing for a code-change-free patch set
2001-08-22 23:26 Robert Collins <robertc@squid-cache.org>
Prevent segmentation fault when using emulate_httpd_log without
ident(rfc931) enabled
2001-08-22 09:25 Robert Collins <robertc@squid-cache.org>
Rename $(srcdir)/mime.conf to mime.conf.default in Makefile.in, and
in CVS
2001-08-20 06:55 Henrik Nordstrom <hno@squid-cache.org>
Resolve any possible conflicts with POSIX AIO
* Use the prefix squidaio_ rather than aio_... * Some minor
cleanups
2001-08-19 00:46 Robert Collins <robertc@squid-cache.org>
Change the squid-users mailing list to the new address.
2001-08-16 00:16 Henrik Nordstrom <hno@squid-cache.org>
WIN32/Cygwin fixes by Guido
- Better GetOSVersion function, more squid "aware", added support
for Windows XP and future Windows versions. - Added trap in
WIN32_Subsystem_Init() for unknown or unsupported (WIN32s) Windows
version. - Fixed compile warning in comm.c - Changed exit() WIN32
hook, now less intrusive
And some ident fixes
2001-08-12 10:20 Adrian Chadd <adrian@squid-cache.org>
Add a (very evil) async IO framework. It doesn't do much - just get
the calls in there. The next (few) commits will be the async code.
Yes, yes, I know it should be "Generic", but I'm trying to get COSS
to "user testing" state, so this is the best 'comprimise'.
For now, COSS will use the libaio routines (or the sync stuff in
disk.c - the calling API is the same so wrapping stuff in an #ifdef
will be quite easy) which are available on Solaris, FreeBSD and
possibly Linux.
2001-08-03 21:38 Duane Wessels <wessels@squid-cache.org>
tree.h is not currently used anywhere by Squid.
2001-08-03 16:55 Duane Wessels <wessels@squid-cache.org>
Why was "radix.h" included twice?
2001-08-03 15:13 Adrian Chadd <adrian@squid-cache.org>
Latest NTLM snapshot code, courtesy of kinkie and robert.
<quote> It's been a while coming... but Kinkie and I now have
probably-production ready NTLM code. It's gone past 1.5 million
requests without failing. The attached patch is a rollup of many
minor fixes and some enhancements:
* Digest: fix crash on shutdown * ACL: New type max_user_ip to
replace authenticate_ip_is_strict. * ACL: Authenication
refactored, to separate authentication and authorisation as well
as allow 'lazy auth' where authentication is triggered by the
presence of an authentication using ACL, not necessarily
"proxy_auth". I.e. using max_user_ip will trigger authentication
even if no proxy_auth acl's are defined. * Authentication: API for
schemes extended to allow handling duplicate authentication on a
authenticated _connection_ (yes NTLM again). * Authentication:
Authentication API extended to allow multiple IP's per auth_user,
and to allow authentication as an orthogonal process to
authorisation. * NTLM: many minor races fixed. Should prevent the
"Direction before ..." errors and the "Duplicate auth" + login
popup bug. * Delay pools: Support authentication (Non-NTLM)in
delay pools acl's. Beginnings of NTLM support for same. *
Helpers: Stateful helper bugfixes to prevent negative deferred
helper counts (which prevented ntlm challenge refreshing). *
configure: detect two more headers for NTLM compilation on some
platforms.
</quote>
Received on Wed Oct 03 2001 - 12:46:43 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:26 MST