]> git.ipfire.org Git - thirdparty/squid.git/commit - src/client_side_request.cc
Various patches from Pawel Worach
authorrobertc <>
Sun, 3 Aug 2003 14:09:00 +0000 (14:09 +0000)
committerrobertc <>
Sun, 3 Aug 2003 14:09:00 +0000 (14:09 +0000)
commit7928e47555c8dcac776930baf8ceb9fbc709b9d6
treee3ec9fc10a45951640ac517b7bbc89352580b0ff
parentec15e0226c3960e9cc4cc628256ee2a993b078d3
Various patches from Pawel Worach

[patch] make trans. ipfilter compile
one else too many?

[patch] update .cvsignore files
Make all .cvsignore files up-to-date and add some
new ones to libTrie.

[patch] make ntlm_auth compile on freebsd 5.x
I have no idea how portable this is but freebsd doesn't
use malloc.h anymore.

# grep error /usr/include/malloc.h
#error "<malloc.h> has been replaced by <stdlib.h>"

[patch] make auth_ntlm compile if NTLM_FAIL_OPEN is defined
ntlm/auth_ntlm.cc: In function `stateful_helper_callback_t
   authenticateNTLMHandleReply(void*, void*, char*)':
ntlm/auth_ntlm.cc:601: error: invalid conversion from `void*' to `
   ntlm_helper_state_t*'

[patch] make useragent and referer log stuff compile
Can't use class RefCount where a bool is expected says gcc 3.3.1
I guess this is the right fix :)

[patch] pam_auth has to be installed setuid root
pam_auth has to be setuid root for it to work.
this could apply to 2.5 too.
35 files changed:
.cvsignore
helpers/.cvsignore
helpers/basic_auth/LDAP/.cvsignore
helpers/basic_auth/MSNT/.cvsignore
helpers/basic_auth/NCSA/.cvsignore
helpers/basic_auth/PAM/.cvsignore
helpers/basic_auth/PAM/Makefile.am
helpers/basic_auth/PAM/Makefile.in
helpers/basic_auth/SMB/.cvsignore
helpers/basic_auth/getpwnam/.cvsignore
helpers/basic_auth/winbind/.cvsignore
helpers/digest_auth/password/.cvsignore
helpers/ntlm_auth/SMB/.cvsignore
helpers/ntlm_auth/SMB/smbval/rfcnb-util.c
helpers/ntlm_auth/SMB/smbval/session.c
helpers/ntlm_auth/SMB/smbval/smblib-util.c
helpers/ntlm_auth/SMB/smbval/smblib.c
helpers/ntlm_auth/fakeauth/.cvsignore
helpers/ntlm_auth/winbind/.cvsignore
lib/libTrie/.cvsignore
src/.cvsignore
src/IPInterception.cc
src/auth/basic/.cvsignore
src/auth/digest/.cvsignore
src/auth/ntlm/.cvsignore
src/auth/ntlm/auth_ntlm.cc
src/client_side_request.cc
src/fs/aufs/.cvsignore
src/fs/coss/.cvsignore
src/fs/diskd/.cvsignore
src/fs/null/.cvsignore
src/fs/ufs/.cvsignore
src/repl/.cvsignore
src/repl/heap/.cvsignore
src/repl/lru/.cvsignore