Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ftpd NetBSD-ftpd 20091107:



details:   https://anonhg.NetBSD.org/src/rev/304263c9a009
branches:  trunk
changeset: 748852:304263c9a009
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Nov 07 03:10:05 2009 +0000

description:
NetBSD-ftpd 20091107:
* Fix WARNS=4 issues (const & sign mismatches, etc)
* Ensure various ftpd.conf values can't exceed their underlying types.
* Fix for 64 bit time_t and dev_t
* Rename internal getline() function to get_line() so it does
  conflict with the getline(3) libc function.
* Log both the hostname and numeric address.
* Improve man page mdoc formatting

diffstat:

 libexec/ftpd/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r e831cb248d64 -r 304263c9a009 libexec/ftpd/version.h
--- a/libexec/ftpd/version.h    Sat Nov 07 00:05:49 2009 +0000
+++ b/libexec/ftpd/version.h    Sat Nov 07 03:10:05 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.72 2009/03/15 07:48:36 lukem Exp $       */
+/*     $NetBSD: version.h,v 1.73 2009/11/07 03:10:05 lukem Exp $       */
 /*-
  * Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,5 +29,5 @@
  */
 
 #ifndef FTPD_VERSION
-#define        FTPD_VERSION    "NetBSD-ftpd 20090315"
+#define        FTPD_VERSION    "NetBSD-ftpd 20091107"
 #endif



Home | Main Index | Thread Index | Old Index