pkgsrc/net/tnftp
lukem 1524f1105e Update to tnftp 20050610.
Notable changes (see files/ChangeLog for full details):
* Convert to use getline() instead of fgets() whenever reading user input to
  ensure that an overly long input line doesn't leave excess characters for
  the next input operation to accidentally use as input.
  Should fix PR 23953.
* Improve method used in fileindir() to determine if `file' is in or under
  `dir': realpath(3) on non-NetBSD systems may fail if the target filename
  doesn't exist, so instead use realpath(3) on the parent directory of `file'.
  (The previous code was over-aggressive in preventing transfers on systems
  with a realpath(3) that had different semantics to NetBSD.)
* Various portability fixes.
2005-06-10 05:10:02 +00:00
..
files merge tnftp 20050610 2005-06-10 05:06:25 +00:00
DESCR tnftp 20030731: 2003-07-31 07:52:53 +00:00
Makefile Update to tnftp 20050610. 2005-06-10 05:10:02 +00:00
PLIST tnftp 20030731: 2003-07-31 07:52:53 +00:00