Module Name: othersrc
Committed By: lukem
Date: Thu Mar 21 07:44:03 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: ChangeLog THANKS
Log Message:
Add a bunch of names in the ChangeLog to THANKS.
Strip out email addresses; they're often out of date.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 othersrc/libexec/tnftpd/ChangeLog
cvs rdiff -u -r1.4 -r1.5 othersrc/libexec/tnftpd/THANKS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/ChangeLog
diff -u othersrc/libexec/tnftpd/ChangeLog:1.56 othersrc/libexec/tnftpd/ChangeLog:1.57
--- othersrc/libexec/tnftpd/ChangeLog:1.56 Thu Mar 21 04:02:52 2013
+++ othersrc/libexec/tnftpd/ChangeLog Thu Mar 21 07:44:03 2013
@@ -1,4 +1,4 @@
-$NetBSD: ChangeLog,v 1.56 2013/03/21 04:02:52 lukem Exp $
+$NetBSD: ChangeLog,v 1.57 2013/03/21 07:44:03 lukem Exp $
Thu Mar 21 03:50:21 UTC 2013 lukem
@@ -90,7 +90,7 @@ Tue Oct 28 08:15:35 UTC 2008 lukem
overflow a 32bit time_t when multiplied by 86400, causing a user
whose password hasn't changed for > 1.5 years to be incorrectly
locked out.
- Problem noted by Takashi SHIRAI <[email protected]>
+ Problem noted by Takashi SHIRAI.
Thu Oct 9 02:06:46 UTC 2008 lukem
@@ -144,14 +144,13 @@ Sun Sep 21 16:34:30 UTC 2008 lukem
just fail on them.
This prevents CSRF-like attacks, when a web
browser is used to access an ftp server.
- Reported by Maksymilian Arciemowicz <[email protected]>.
- Fix mostly derived from OpenBSD, written
- by Moritz Jodeit <[email protected]>
+ Reported by Maksymilian Arciemowicz.
+ Fix mostly derived from OpenBSD, written by Moritz Jodeit.
* Enhance -C to support an optional @host ('-C user[@host]'):
checks whether user as connecting from host would be
granted access by ftpusers(5).
Support IPv6 in the host directive of ftpusers(5).
- Both features from Rudolf Cejka <[email protected]>
+ Both features from Rudolf Cejka.
(FreeBSD's tnftpd port maintainer).
Sat Sep 20 01:47:15 UTC 2008 lukem
@@ -544,7 +543,7 @@ Wed Dec 10 02:30:19 UTC 2003 lukem
Patches provided by Joel Baker in PR 22284
- Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold
wtmpx file open while a session. Close bin/21692 by
- [email protected].
+ Johnny Billquist.
- Fix typos accidentally introduced in rev 1.70 as part of the
large number support. (NetBSD yacc didn't barf on these,
although Solaris and HP/UX's did...)
@@ -571,7 +570,7 @@ Wed Dec 10 01:33:35 UTC 2003 lukem
Thu Jul 31 09:10:49 UTC 2003 lukem
* work-around missing LLONG_MAX and LLONG_MIN on Darwin.
- Patch from Yuji Yamano <[email protected]>
+ Patch from Yuji Yamano.
Mon Mar 3 03:42:42 UTC 2003 lukem
@@ -595,7 +594,7 @@ Thu Feb 27 03:15:51 UTC 2003 lukem
Wed Feb 26 14:51:51 UTC 2003 lukem
- * fixes from Tetsuya Isaki <[email protected]>:
+ * fixes from Tetsuya Isaki:
- provide adhoc definition of LOGIN_NAME_MAX for slackware 8.1
- need unistd.h before fnmatch.h; tnftpd.h already did this,
but configure.in did not. (for slackware 8.1)
@@ -657,7 +656,7 @@ Thu May 23 02:43:41 UTC 2002 lukem
Sat Mar 16 01:28:28 UTC 2002 lukem
* libukem/glob.c: Fix two problems in the KNR->ANSI conversion
- noticed by Yuji Yamano <[email protected]>
+ noticed by Yuji Yamano.
Thu Mar 14 06:02:31 UTC 2002 lukem
@@ -802,9 +801,9 @@ Sat Mar 17 12:02:51 UTC 2001 lukem
* merge ftpd from NetBSD-current (20010317):
- make sure we do not return stray " at the end of stirng,
- like bla"\0. From: William C. Allen <[email protected]>
+ like bla"\0. From William C. Allen.
- ensure replydirname() do not truncate the names.
- From: Paul Janzen <[email protected]>
+ From Paul Janzen.
- don't support t(erabyte) as a suffix in strsuftoll()
#ifdef NO_LONG_LONG
- Use GLOB_LIMIT. Also fix a bug where gl_offs was not
Index: othersrc/libexec/tnftpd/THANKS
diff -u othersrc/libexec/tnftpd/THANKS:1.4 othersrc/libexec/tnftpd/THANKS:1.5
--- othersrc/libexec/tnftpd/THANKS:1.4 Thu Mar 21 04:01:09 2013
+++ othersrc/libexec/tnftpd/THANKS Thu Mar 21 07:44:03 2013
@@ -1,12 +1,21 @@
tnftpd would not be as useable without the enhancements, fixes, or
input from the following people:
-Bruce Cran <[email protected]>
-Christos Zoulas <[email protected]>
-Curt Sampson <[email protected]>
-Greg A. Woods <[email protected]>
+Bruce Cran
+Christos Zoulas
+Curt Sampson
+Greg A. Woods
+Johnny Billquist
Jun-ichiro itojun Hagino
-Luke Mewburn <[email protected]>
-Matthew R. Green <[email protected]>
-Simon Burge <[email protected]>
-Todd Vierling <[email protected]>
+Luke Mewburn
+Maksymilian Arciemowicz
+Matthew R. Green
+Moritz Jodeit
+Paul Janzen
+Rudolf Cejka
+Simon Burge
+Takashi SHIRAI
+Tetsuya Isaki
+Todd Vierling
+William C. Allen
+Yuji Yamano