]> Pileus Git - ~andy/fetchmail/commitdiff
Ready to ship.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 30 Sep 2001 16:10:23 +0000 (16:10 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 30 Sep 2001 16:10:23 +0000 (16:10 -0000)
svn path=/trunk/; revision=3514

NEWS
i18n.h
ntlm.h

diff --git a/NEWS b/NEWS
index fcb7f424eb49a07ca3e538a8dc9249f0e755323a..ea3dc5852b73c35b32a944f4cd6852b1e506b664 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
 
 (The `lines' figures total .c, .h, .l, and .y files under version control.)
 
+fetchmail-5.9.3 (Sun Sep 30 12:08:52 EDT 2001), 21075 lines:
+
 * Fix configuration error in handling of long options.
 * Thomas Moestl's patch to use querynames in UID files.
 * Timeout to deal with long socket closes (Sunil Shetye).
@@ -9,6 +11,10 @@
   classic license eliminated)
 * Rewrite strcasecmp() (BSD classic license eliminated).
 * getopt_long is back for Solaris and HP-UX systems.
+* Updated Danish po file.
+* Re-enable explicit bounce message on bad address.
+
+There are 393 people on fetchmail-friends and 622 on fetchmail-announce.
 
 fetchmail-5.9.2 (Wed Sep 26 12:47:00 EDT 2001), 21118 lines:
 
diff --git a/i18n.h b/i18n.h
index 1dd3bd17f5cb482338dca576620a6157778ec41a..d364292c80624ce94fbeefd8b375db9e45164a5f 100644 (file)
--- a/i18n.h
+++ b/i18n.h
@@ -1,5 +1,7 @@
-/* Dummy header for libintl.h */
-
+/* Dummy header for libintl.h
+ *
+ * For license terms, see the file COPYING in this directory.
+ */
 #undef _
 #ifdef ENABLE_NLS
 #undef __OPTIMIZE__
diff --git a/ntlm.h b/ntlm.h
index 3f6d206f285a88b21e764bba55e155b4e5e42023..f25e416e3cb77a7012d4f376b6a5113bbadb0bb5 100644 (file)
--- a/ntlm.h
+++ b/ntlm.h
@@ -1,3 +1,5 @@
+/* ntlm.h  -- interface declarations for SMB authentication code */
+
 typedef unsigned short uint16;
 typedef unsigned int   uint32;
 typedef unsigned char  uint8;
@@ -66,3 +68,4 @@ extern void dumpSmbNtlmAuthResponse(FILE *fp, tSmbNtlmAuthResponse *response);
 extern void buildSmbNtlmAuthRequest(tSmbNtlmAuthRequest *request, char *user, char *domain);
 extern void buildSmbNtlmAuthResponse(tSmbNtlmAuthChallenge *challenge, tSmbNtlmAuthResponse *response, char *user, char *password);
 
+/* ntlm.h ends here */