]> git.ipfire.org Git - thirdparty/squid.git/commit - src/esi/CustomParser.cc
Bug #767: Problems making Squid 3.0 PRE3 64 bit
authorserassio <>
Sun, 3 Jul 2005 21:25:03 +0000 (21:25 +0000)
committerserassio <>
Sun, 3 Jul 2005 21:25:03 +0000 (21:25 +0000)
commit137a13ea244569b00330496ed19de4f90eb9cace
tree47983147fc12a430c0d9ce73cd8cd251e4ffa492
parent90eaffdd671acb342085923531f764330ba1fce5
Bug #767: Problems making Squid 3.0 PRE3 64 bit

Fixed the following on HP Tru64 and probably on some other 64 bit platforms:

- assert() must test logical expressions, not pointers
- STATUS define conflict in parse.c (snmplib)
- Warnings SMB, fakeauth and MSNT helpers
- Various debug() ==> debugs() changes
- Alpha asm access to CPU profiling info
- timezone should be long, not time_t
- Various clean of ESI code
- assert() definition problem in diskd.cc
33 files changed:
helpers/basic_auth/MSNT/smblib-util.c
helpers/basic_auth/MSNT/smblib.c
helpers/ntlm_auth/SMB/ntlm_auth.c
helpers/ntlm_auth/SMB/smbval/smbencrypt.c
helpers/ntlm_auth/SMB/smbval/smblib.c
helpers/ntlm_auth/SMB/smbval/std-includes.h
helpers/ntlm_auth/fakeauth/fakeauth_auth.c
include/profiling.h
lib/hash.c
lib/heap.c
lib/rfc1123.c
lib/util.c
snmplib/mib.c
snmplib/parse.c
src/DiskIO/DiskDaemon/diskd.cc
src/ESI.cc
src/ESICustomParser.cc
src/ESICustomParser.h
src/ESIExpatParser.cc
src/ESIExpatParser.h
src/ESIExpression.cc
src/ESIInclude.cc
src/ESILibxml2Parser.cc
src/ESILibxml2Parser.h
src/ESIParser.h
src/ESISequence.cc
src/ESIVarState.cc
src/StoreHashIndex.h
src/htcp.cc
src/mem.cc
src/net_db.cc
src/squid.h
src/store_dir.cc