--------------------- PatchSet 726 Date: 2003/05/02 14:02:41 Author: serassio Branch: nt Tag: (none) Log: Updated copyright info Members: helpers/ntlm_auth/NTLMSSP-WIN32/libntlmssp.c:1.2.18.1->1.2.18.2 helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c:1.2.18.1->1.2.18.2 helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt:1.2.18.1->1.2.18.2 Index: squid3/helpers/ntlm_auth/NTLMSSP-WIN32/libntlmssp.c =================================================================== RCS file: /cvsroot/squid-sf//squid3/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/libntlmssp.c,v retrieving revision 1.2.18.1 retrieving revision 1.2.18.2 diff -u -r1.2.18.1 -r1.2.18.2 --- squid3/helpers/ntlm_auth/NTLMSSP-WIN32/libntlmssp.c 25 Feb 2003 02:48:27 -0000 1.2.18.1 +++ squid3/helpers/ntlm_auth/NTLMSSP-WIN32/libntlmssp.c 2 May 2003 14:02:41 -0000 1.2.18.2 @@ -1,17 +1,28 @@ /* - * (C) 2002 Guido Serassio + * (C)2002,2003 Guido Serassio - Acme Consulting S.r.l. + * + * Authors: + * Guido Serassio + * Acme Consulting S.r.l., Italy + * * 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 + * + * Dependencies: Microsoft Windows NT 4.0 SP4 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. + * */ typedef unsigned char uchar; Index: squid3/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid3/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/ntlm_auth.c,v retrieving revision 1.2.18.1 retrieving revision 1.2.18.2 diff -u -r1.2.18.1 -r1.2.18.2 --- squid3/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 25 Feb 2003 02:48:28 -0000 1.2.18.1 +++ squid3/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 2 May 2003 14:02:43 -0000 1.2.18.2 @@ -1,25 +1,53 @@ /* - * $Id: ntlm_auth.c,v 1.2.18.1 2003/02/25 02:48:28 hno Exp $ + * ntlm_win32_auth: NTLM authenticator in a Windows NT/2000 domain + * + * (C)2002,2003 Guido Serassio - Acme Consulting S.r.l. + * + * Authors: + * Guido Serassio + * Acme Consulting S.r.l., Italy + * + * With contributions from others mentioned in the change history section + * below. * - * This is a helper for NTLM Authentication for Squid Cache - * Copyright (C) 2002 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 + * Dependencies: Microsoft Windows NT 4.0 SP4 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. * + * History: + * + * Version 1.02 + * 21-07-2002 Guido Serassio + * Bugfixes in options processing + * New usage message and -h option + * Fixed a potential Squid DoS issue if oversized auth + * requests is sent to the helpers + * Version 1.01 + * 26-04-2002 Guido Serassio + * Added Group membership check + * Version 1.0 + * 21-04-2002 Guido Serassio + * Using the main function from wb_ntlm_auth and sections + * from ntlm_auth wrote ntlm_win32_auth + * + * This is a helper for NTLM Authentication for Squid Cache + * */ - #include "config.h" #if HAVE_STDLIB_H #include Index: squid3/helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt =================================================================== RCS file: /cvsroot/squid-sf//squid3/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/readme.txt,v retrieving revision 1.2.18.1 retrieving revision 1.2.18.2 diff -u -r1.2.18.1 -r1.2.18.2 --- squid3/helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt 25 Feb 2003 02:48:29 -0000 1.2.18.1 +++ squid3/helpers/ntlm_auth/NTLMSSP-WIN32/readme.txt 2 May 2003 14:02:43 -0000 1.2.18.2 @@ -25,12 +25,12 @@ This can be accomplished creating a local user group on the NT machine, grant the privilege, and adding users to it. -Refer to Squid documentation for the required changes to squid.conf. - +Refer to Squid documentation for the required changes to squid.conf: +http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#ss23.5 =============== Contact details =============== -To contact the maintainer of this package, e-mail on squidnt@serassio.it. +To contact the maintainer of this package, e-mail on guido.serassio@acmeconsulting.it. The latest version may be found on http://www.serassio.it/SquidNT.htm.