]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
More cosmetic cleanup
authorserassio <>
Sun, 27 Nov 2005 17:02:14 +0000 (17:02 +0000)
committerserassio <>
Sun, 27 Nov 2005 17:02:14 +0000 (17:02 +0000)
helpers/external_acl/mswin_lm_group/readme.txt
helpers/external_acl/mswin_lm_group/win32_check_group.c
helpers/negotiate_auth/mswin_sspi/negotiate_auth.c
helpers/ntlm_auth/mswin_sspi/libntlmssp.c
helpers/ntlm_auth/mswin_sspi/ntlm.h
helpers/ntlm_auth/mswin_sspi/ntlm_auth.c
helpers/ntlm_auth/mswin_sspi/readme.txt

index 44711cbb89d80b809a0444c6f175105a3dde0448..9bce80a9f05e5c29c5dcd67ba372cacfc31c344a 100755 (executable)
@@ -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
-
index eaa2e8f3951c8512818fc78a701cfba4f458c046..56492244c166ed6a737c97a999a5ed4f33da4d04 100755 (executable)
@@ -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.
  *
index 91095a4390fa9227ea22a1efbabb8be5a882ec8e..1f1e2eb51fd21dbc4fb2e187bbb28138d0a2e890 100755 (executable)
@@ -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
index 9bea8faa21244f12f5461bcb8e114fdec7b508c5..ec358611f7c347a3742b9ecf60ad5947eb3b6807 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * (C) 2002 Guido Serassio <serassio@libero.it>
+ * (C) 2002,2005 Guido Serassio <guido.serassio@acmeconsulting.it>
  * 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
index 1048e10bb88a566a8935c5e8415b9ac78ee6a705..c632dc4d19352ef4dbb6d5d25fbdbcb5b4d5fdf3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * (C) 2002 Guido Serassio <serassio@libero.it>
+ * (C) 2002,2005 Guido Serassio <guido.serassio@acmeconsulting.it>
  * Based on previous work of Francesco Chemolli, Robert Collins and Andrew Doran
  *
  * Distributed freely under the terms of the GNU General Public License,
index 403f7bf85251df4db9f3c1d7f5ff49db6da1ee08..3e82720e9bd6cc7ed87b6f8eca63637e9365bc22 100755 (executable)
@@ -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 <guido.serassio@acmeconsulting.it>
@@ -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.
  */
index 67d094d7ebe1249851451fe0da965765ddd9dd05..326733318ecc1fb3221009ab7b065ad3c9746b58 100755 (executable)
@@ -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.