summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl>2000-01-10 22:31:41 +0000
committerhjl <hjl>2000-01-10 22:31:41 +0000
commit08f6b0ea56f96eac00b092c7d5e1f6486eb6f457 (patch)
tree3e3650828c221fbad22c4a897d392c82b39d414e /ChangeLog
parent1bae64b1475e9c1458582f26aa0e837edc4c6aca (diff)
Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
* utils/mountd/auth.c (auth_authenticate_internal): Call xstrdup for hostname before passing it to gethostbyname. * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead of strdup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef9d5db..a3d37f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
+
+ * utils/mountd/auth.c (auth_authenticate_internal): Call
+ xstrdup for hostname before passing it to gethostbyname.
+
+ * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead
+ of strdup.
+
Sun Dec 19 09:35:01 1999 H.J. Lu <hjl@lucon.org>
* README: Update the mailing list address.