From: hno <> Date: Tue, 20 Nov 2007 21:44:12 +0000 (+0000) Subject: Updated MD5 credits (no longer RSA). Removed winbind credits (no longer shipped with... X-Git-Tag: SQUID_3_0_STABLE1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a8871bd074c2163b9a71cf1d8c6be8f637641a;p=thirdparty%2Fsquid.git Updated MD5 credits (no longer RSA). Removed winbind credits (no longer shipped with Squid) --- diff --git a/CREDITS b/CREDITS index 23608903f7..609e08bfcb 100644 --- a/CREDITS +++ b/CREDITS @@ -1,4 +1,4 @@ -$Id: CREDITS,v 1.10 2007/08/27 09:43:44 hno Exp $ +$Id: CREDITS,v 1.11 2007/11/20 14:44:12 hno Exp $ ============================================================================== @@ -157,25 +157,34 @@ lib/GNUregex.c: lib/md5.c: /* - * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights - * reserved. - * - * License to copy and use this software is granted provided that it is - * identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" - * in all material mentioning or referencing this software or this function. - * - * License is also granted to make and use derivative works provided that such - * works are identified as "derived from the RSA Data Security, Inc. MD5 - * Message-Digest Algorithm" in all material mentioning or referencing the - * derived work. - * - * RSA Data Security, Inc. makes no representations concerning either the - * merchantability of this software or the suitability of this software for - * any particular purpose. It is provided "as is" without express or implied - * warranty of any kind. - * - * These notices must be retained in any copies of any part of this - * documentation and/or software. + * This code implements the MD5 message-digest algorithm. + * The algorithm is due to Ron Rivest. This code was + * written by Colin Plumb in 1993, no copyright is claimed. + * This code is in the public domain; do with it what you wish. + * + * Equivalent code is available from RSA Data Security, Inc. + * This code has been tested against that, and is equivalent, + * except that you don't need to include two pages of legalese + * with every copy. + * + * To compute the message digest of a chunk of bytes, declare an + * SquidMD5Context structure, pass it to SquidMD5Init, call + * SquidMD5Update as needed on buffers full of bytes, and then call + * SquidMD5Final, which will fill a supplied 16-byte array with the + * digest. + * + * Changed so as no longer to depend on Colin Plumb's `usual.h' header + * definitions; now uses stuff from dpkg's config.h. + * - Ian Jackson . + * Still in the public domain. + * + * Changed SquidMD5Update to take a void * for easier use and some + * other minor cleanup. - Henrik Nordstrom . + * Still in the public domain. + * + * Prefixed all symbols with "Squid" so they don't collide with + * other libraries. Duane Wessels . + * Still in the public domain. */ ============================================================================== @@ -303,27 +312,3 @@ helpers/external_acl/wbinfo_group/wbinfo_group.pl of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ============================================================================== - -helpers/external_acl/winbind_group/ - - This is a helper for the external ACL interface for Squid Cache - Copyright (C) 2002 Guido Serassio - Based on previous work of Rodrigo Albani de Campos - - 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. - - includes code contributed by others - - winbind client common code - - Copyright (C) Tim Potter 2000 - Copyright (C) Andrew Tridgell 2000 - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. -