<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ftpd/ftpcmd.y, branch release/4.8.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.8.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-03T18:49:23Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2003-04-03T18:49:23Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-04-03T18:49:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c'/>
<id>urn:sha1:0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c</id>
<content type='text'>
'RELENG_4_8_0_RELEASE'.

This commit was manufactured to restore the state of the 4.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</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: 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: Address the issues concerning filenames with '\n' in them</title>
<updated>2003-01-30T13:01:49Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-01-30T13:01:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a7d47149998693aebfc47822704707c9b7929ae'/>
<id>urn:sha1:1a7d47149998693aebfc47822704707c9b7929ae</id>
<content type='text'>
that affected the "STAT file" command and the server-side glob(3)
expansion.

ftpcmd.y	1.45
ftpd.c		1.132
</content>
</entry>
<entry>
<title>MFC rev 1.44, 1.46: C language style and usage:</title>
<updated>2003-01-30T12:41:11Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-01-30T12:41:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2d8451112469cf7094800c506a2548022f5a28a'/>
<id>urn:sha1:d2d8451112469cf7094800c506a2548022f5a28a</id>
<content type='text'>
o Use _PATH_LS consistently.
o GLOB_MAXPATH has been superseded by GLOB_LIMIT, so use the latter.
</content>
</entry>
<entry>
<title>MFC rev. 1.42: Fix lexer jam on unimplemented commands.</title>
<updated>2002-08-31T13:17:23Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-31T13:17:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7f623989221fd7a7a554d09703d879219100dad'/>
<id>urn:sha1:c7f623989221fd7a7a554d09703d879219100dad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev. 1.41: Fix help lines.</title>
<updated>2002-08-20T15:07:14Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-20T15:07:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c714364bf4750b5ce8dc7a2cf833db8848d75765'/>
<id>urn:sha1:c714364bf4750b5ce8dc7a2cf833db8848d75765</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev. 1.36: Deny ASCII SIZE requests on large files.</title>
<updated>2002-08-15T14:41:01Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-15T14:41:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ef681d32dcd731aaf5c50544d2f75f0239588d1'/>
<id>urn:sha1:1ef681d32dcd731aaf5c50544d2f75f0239588d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev. 1.{37,38,40}: Parser fixes:</title>
<updated>2002-08-13T13:21:48Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-13T13:21:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da637a87919d0d60581fff6a2d8dc3ad6f0534f6'/>
<id>urn:sha1:da637a87919d0d60581fff6a2d8dc3ad6f0534f6</id>
<content type='text'>
o "pathname" may be NULL; "pathstring" will never be.
o SITE CHMOD mode argument should be a valid _octal_ number.
</content>
</entry>
<entry>
<title>MFC rev. 1.39: Report true error of glob(3).</title>
<updated>2002-08-08T13:36:39Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-08T13:36:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=621071fdae86e593581a3cd11c21e2e85536b68a'/>
<id>urn:sha1:621071fdae86e593581a3cd11c21e2e85536b68a</id>
<content type='text'>
</content>
</entry>
</feed>
