From: hno <> Date: Mon, 7 Jan 2002 08:20:10 +0000 (+0000) Subject: Added a change history X-Git-Tag: SQUID_3_0_PRE1~1218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f7ea67ce4f532e78061f08d79a2f08828545da;p=thirdparty%2Fsquid.git Added a change history --- diff --git a/helpers/basic_auth/PAM/pam_auth.c b/helpers/basic_auth/PAM/pam_auth.c index e6d4ed0b87..bd7639b7c8 100644 --- a/helpers/basic_auth/PAM/pam_auth.c +++ b/helpers/basic_auth/PAM/pam_auth.c @@ -1,5 +1,5 @@ /* - * $Id: pam_auth.c,v 1.4 2002/01/07 01:13:10 hno Exp $ + * $Id: pam_auth.c,v 1.5 2002/01/07 01:20:10 hno Exp $ * * PAM authenticator module for Squid. * Copyright (C) 1999 Henrik Nordstrom @@ -38,6 +38,17 @@ * * Compile this program with: gcc -o pam_auth pam_auth.c -lpam -ldl * + * History: + * + * Version 1.3, 1999-12-10 + * Bugfix release 1.3 to work around Solaris 2.6 + * brokenness (not sending arguments to conversation + * functions) + * + * Version 1.2, never released + * + * Version 1.1, 1999-05-11 + * Initial version */ #include