From 43f7ea67ce4f532e78061f08d79a2f08828545da Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 7 Jan 2002 08:20:10 +0000 Subject: [PATCH] Added a change history --- helpers/basic_auth/PAM/pam_auth.c | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- 2.47.3