<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ftpd, branch release/4.9.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.9.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-10-27T07:57:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-10-27T07:57:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-10-27T07:57:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90928716548537e93f54266e33cb4a3353fd3932'/>
<id>urn:sha1:90928716548537e93f54266e33cb4a3353fd3932</id>
<content type='text'>
'RELENG_4_9_0_RELEASE'.

This commit was manufactured to restore the state of the 4.9-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC revision 1.65:</title>
<updated>2003-09-04T18:13:18Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2003-09-04T18:13:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64636ca5b67fc67eb6ac6e79723c49b52a1f9ef8'/>
<id>urn:sha1:64636ca5b67fc67eb6ac6e79723c49b52a1f9ef8</id>
<content type='text'>
	Add a note that the -u option can be overridden by settings in
	login.conf(5).

Approved by:	re (murray)
</content>
</entry>
<entry>
<title>MFC rev. 1.53, 1.54: getline() improvements:</title>
<updated>2003-07-17T13:59:11Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-07-17T13:59:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=177acc0f1b4b8cc1d154601e3eecce69184f1625'/>
<id>urn:sha1:177acc0f1b4b8cc1d154601e3eecce69184f1625</id>
<content type='text'>
- do better error handling;
- block signals while reading from the control channel in order
  to prevent interruption by a SIGURG.
</content>
</entry>
<entry>
<title>MFC rev. 1.145: Make a malloced copy of "chrootdir" even if it</title>
<updated>2003-07-17T13:52:18Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-07-17T13:52:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1bf8c063d8abbbc227f8cacee45cbf74c775745d'/>
<id>urn:sha1:1bf8c063d8abbbc227f8cacee45cbf74c775745d</id>
<content type='text'>
points to an absolute pathname inside "residue" so "chrootdir" can
be simply freed later.
</content>
</entry>
<entry>
<title>MFC rev. 1.51: Don't reveal host-specific info in the reply to SYST</title>
<updated>2003-06-23T09:44:59Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-06-23T09:44:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=27a592507df9cfead50ac4ba208bdab146589933'/>
<id>urn:sha1:27a592507df9cfead50ac4ba208bdab146589933</id>
<content type='text'>
when running with a `-h' (hide host info) option.
</content>
</entry>
<entry>
<title>MFC 1.143: Use LOG_AUTHPRIV to hide the username attempted</title>
<updated>2003-02-14T12:42:42Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-02-14T12:42:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=37df6c4922b344da960b13ecbc37a02914f67a02'/>
<id>urn:sha1:37df6c4922b344da960b13ecbc37a02914f67a02</id>
<content type='text'>
during an invalid login from everyone but sysadmins.
</content>
</entry>
<entry>
<title>MFC: Rework the code around chroot(2)/chdir(2).  This gives us:</title>
<updated>2003-02-11T14:28:28Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-02-11T14:28:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07175277dee01cd550b928b05f8bb7fed871da17'/>
<id>urn:sha1:07175277dee01cd550b928b05f8bb7fed871da17</id>
<content type='text'>
- an extended format (and manpage as a consequence) for /etc/ftpchroot,
- ability to access NFS mounted home directories with mode 700,
- more protection from setting a wrong home directory in passwd(5),
- the "/./" feature.

ftpd.c		1.135-1.138
ftpcmd.y	1.47
ftpd.8		1.58-1.59
ftpchroot.5	1.2 (added)
</content>
</entry>
<entry>
<title>MFC 1.141: Let real users access special files through FTP</title>
<updated>2003-02-07T10:08:13Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-02-07T10:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a130372f7f25c3e97b293aba16fba05fa370ad13'/>
<id>urn:sha1:a130372f7f25c3e97b293aba16fba05fa370ad13</id>
<content type='text'>
if allowed by their filesystem permissions.
</content>
</entry>
<entry>
<title>MFC: Add a new option to ftpd(8), "-h", to disable printing</title>
<updated>2003-02-05T13:34:14Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-02-05T13:34:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9f1e0e12346a892be1f3a12843cdbdd3e131c61'/>
<id>urn:sha1:c9f1e0e12346a892be1f3a12843cdbdd3e131c61</id>
<content type='text'>
any host-specific information in FTP server messages.

ftpcmd.y	1.48
ftpd.8		1.60
ftpd.c		1.139
</content>
</entry>
<entry>
<title>MFC 1.140, 1.142: When searching for a unique file name,</title>
<updated>2003-02-05T11:33:56Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-02-05T11:33:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69e722677a97d9b6634eeacd21dbb205d8b783b2'/>
<id>urn:sha1:69e722677a97d9b6634eeacd21dbb205d8b783b2</id>
<content type='text'>
distinguish between the cases of an existing file and
a real system error, such as I/O failure, no access etc.
</content>
</entry>
</feed>
