Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 22:43:40 +0000 (UTC)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 ftpd.c
Message-ID:  <200704182243.l3IMheP3083024@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2007-04-18 22:43:40 UTC

  FreeBSD src repository

  Modified files:
    libexec/ftpd         ftpcmd.y ftpd.8 ftpd.c 
  Log:
  Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).
  
  The support for RFC 2640 (UTF8) is optional and rudimentary.
  The server just advertises its capability to handle UTF-8 file
  names and relies on its own 8-bit cleanness, as well as on
  the backward compatibility of UTF-8 with ASCII.  So uploaded
  files will have UTF-8 names, but the initial server contents
  should be prepared in UTF-8 by hand, no on-the-fly conversion
  of file names will be done.
  
  PR:             bin/111714
  Submitted by:   Zhang Weiwu <see email in the PR>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.66      +22 -1     src/libexec/ftpd/ftpcmd.y
  1.72      +17 -1     src/libexec/ftpd/ftpd.8
  1.212     +6 -1      src/libexec/ftpd/ftpd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704182243.l3IMheP3083024>