From: serassio <> Date: Sun, 27 Nov 2005 17:02:14 +0000 (+0000) Subject: More cosmetic cleanup X-Git-Tag: SQUID_3_0_PRE4~483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af66127f196a52185b17dddc3ff5f6e417d5174;p=thirdparty%2Fsquid.git More cosmetic cleanup --- diff --git a/helpers/external_acl/mswin_lm_group/readme.txt b/helpers/external_acl/mswin_lm_group/readme.txt index 44711cbb89..9bce80a9f0 100755 --- a/helpers/external_acl/mswin_lm_group/readme.txt +++ b/helpers/external_acl/mswin_lm_group/readme.txt @@ -80,7 +80,3 @@ Test that entering no details does not result in an OK or ERR message. Test that entering an invalid username and group results in an ERR message. Test that entering an valid username and group results in an OK message. --- -Serassio Guido -squidnt at acmeconsulting dot it - diff --git a/helpers/external_acl/mswin_lm_group/win32_check_group.c b/helpers/external_acl/mswin_lm_group/win32_check_group.c index eaa2e8f395..56492244c1 100755 --- a/helpers/external_acl/mswin_lm_group/win32_check_group.c +++ b/helpers/external_acl/mswin_lm_group/win32_check_group.c @@ -1,5 +1,5 @@ /* - * win32_group: lookup group membership in a Windows NT/2000 domain + * mswin_check_lm_group: lookup group membership in a Windows NT/2000 domain * * (C)2002,2005 Guido Serassio - Acme Consulting S.r.l. * diff --git a/helpers/negotiate_auth/mswin_sspi/negotiate_auth.c b/helpers/negotiate_auth/mswin_sspi/negotiate_auth.c index 91095a4390..1f1e2eb51f 100755 --- a/helpers/negotiate_auth/mswin_sspi/negotiate_auth.c +++ b/helpers/negotiate_auth/mswin_sspi/negotiate_auth.c @@ -12,7 +12,7 @@ * * Based on previous work of Francesco Chemolli and Robert Collins. * - * Dependencies: Windows NT4 SP4 and later. + * Dependencies: Windows 2000 and later. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/helpers/ntlm_auth/mswin_sspi/libntlmssp.c b/helpers/ntlm_auth/mswin_sspi/libntlmssp.c index 9bea8faa21..ec358611f7 100755 --- a/helpers/ntlm_auth/mswin_sspi/libntlmssp.c +++ b/helpers/ntlm_auth/mswin_sspi/libntlmssp.c @@ -1,5 +1,5 @@ /* - * (C) 2002 Guido Serassio + * (C) 2002,2005 Guido Serassio * Based on previous work of Francesco Chemolli and Robert Collins * Distributed freely under the terms of the GNU General Public License, * version 2. See the file COPYING for licensing details diff --git a/helpers/ntlm_auth/mswin_sspi/ntlm.h b/helpers/ntlm_auth/mswin_sspi/ntlm.h index 1048e10bb8..c632dc4d19 100755 --- a/helpers/ntlm_auth/mswin_sspi/ntlm.h +++ b/helpers/ntlm_auth/mswin_sspi/ntlm.h @@ -1,5 +1,5 @@ /* - * (C) 2002 Guido Serassio + * (C) 2002,2005 Guido Serassio * Based on previous work of Francesco Chemolli, Robert Collins and Andrew Doran * * Distributed freely under the terms of the GNU General Public License, diff --git a/helpers/ntlm_auth/mswin_sspi/ntlm_auth.c b/helpers/ntlm_auth/mswin_sspi/ntlm_auth.c index 403f7bf852..3e82720e9b 100755 --- a/helpers/ntlm_auth/mswin_sspi/ntlm_auth.c +++ b/helpers/ntlm_auth/mswin_sspi/ntlm_auth.c @@ -1,7 +1,7 @@ /* - * win32_ntlm_auth: helper for NTLM Authentication for Squid Cache + * mswin_ntlm_auth: helper for NTLM Authentication for Squid Cache * - * (C)2002,2003 Guido Serassio - Acme Consulting S.r.l. + * (C)2002,2005 Guido Serassio - Acme Consulting S.r.l. * * Authors: * Guido Serassio @@ -30,6 +30,9 @@ * * History: * + * Version 1.22 + * 29-10-2005 Guido Serassio + * Updated for Negotiate auth support. * Version 1.21 * 21-02-2004 Guido Serassio * Removed control of use of NTLM NEGOTIATE packet from @@ -111,7 +114,6 @@ helperfail(const char *reason) options: -d enable debugging. -v enable verbose NTLM packet debugging. - -l if specified, changes behavior on failures to last-ditch. -A can specify a Windows Local Group name allowed to authenticate. -D can specify a Windows Local Group name not allowed to authenticate. */ diff --git a/helpers/ntlm_auth/mswin_sspi/readme.txt b/helpers/ntlm_auth/mswin_sspi/readme.txt index 67d094d7eb..326733318e 100755 --- a/helpers/ntlm_auth/mswin_sspi/readme.txt +++ b/helpers/ntlm_auth/mswin_sspi/readme.txt @@ -50,11 +50,3 @@ internal Squid FTP icons. The following squid.conf ACL works around this: acl internal_icons urlpath_regex -i /squid-internal-static/icons/ http_access allow our_networks internal_icons <== BEFORE authentication ACL !!! - - -=============== -Contact details -=============== - -To contact the maintainer of this package, e-mail on squidnt@acmeconsulting.it. -The latest version may be found on http://www.acmeconsulting.it/SquidNT.htm.