From: hno <>
Date: Thu, 27 Jun 2002 01:19:49 +0000 (+0000)
Subject: Marked the version as modified
X-Git-Tag: SQUID_3_0_PRE1~936
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d0299ecf2d509f8fe75c0307f1984bb35e72905;p=thirdparty%2Fsquid.git
Marked the version as modified
---
diff --git a/helpers/basic_auth/MSNT/README.html b/helpers/basic_auth/MSNT/README.html
index 5fec298277..aa86b32232 100644
--- a/helpers/basic_auth/MSNT/README.html
+++ b/helpers/basic_auth/MSNT/README.html
@@ -10,10 +10,12 @@ HTML-text package from http://members.tripod.com/stellarx.
-->
-MSNT Auth v2.0.3
+MSNT Auth v2.0.3-squid.1
Squid web proxy NT authentication module
Antonino Iannella, Stellar-X Pty Ltd
-Sun Sep 2 15:01:58 CST 2001
+Sun Sep 2 15:01:58 CST 2001
+Modified by the Squid HTTP Proxy team
+Wed Jun 26 21:16:32 CEST 2002
Contents
diff --git a/helpers/basic_auth/MSNT/msntauth.c b/helpers/basic_auth/MSNT/msntauth.c
index 5b01892400..93ca65f01a 100644
--- a/helpers/basic_auth/MSNT/msntauth.c
+++ b/helpers/basic_auth/MSNT/msntauth.c
@@ -40,7 +40,7 @@
#include "msntauth.h"
extern char version[];
-char msntauth_version[] = "Msntauth v2.0.3 (C) 2 Sep 2001 Stellar-X Antonino Iannella.";
+char msntauth_version[] = "Msntauth v2.0.3 (C) 2 Sep 2001 Stellar-X Antonino Iannella.\nModified by the Squid HTTP Proxy team 26 Jun 2002";
/* Main program for simple authentication.
* Reads the denied user file. Sets alarm timer.