<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/ftpd, branch release/4.10.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.10.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.10.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-02-22T11:21:27Z</updated>
<entry>
<title>MFC: add missing setusershell() call.</title>
<updated>2004-02-22T11:21:27Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2004-02-22T11:21:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e72efe5803563c3ccbd6005f24f523f47e3befe2'/>
<id>urn:sha1:e72efe5803563c3ccbd6005f24f523f47e3befe2</id>
<content type='text'>
PR: bin/2442
</content>
</entry>
<entry>
<title>MFC rev. 1.148, 1.150-1.153:</title>
<updated>2004-02-16T16:11:26Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2004-02-16T16:11:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=27826d78189f8a6912a08faebd0be8e4430acb18'/>
<id>urn:sha1:27826d78189f8a6912a08faebd0be8e4430acb18</id>
<content type='text'>
- deny attempts to delete or rename a file
  if a guest user isn't allowed to modify files on the server;

- disallow downloading raw directory contents by real users
  in order to work around buggy GUI clients which think that
  trying to download a directory is a fair way to tell it
  from a regular file;

- "(char *)0" --&gt; "NULL" where possible.
</content>
</entry>
<entry>
<title>MFC part of 1.75; specifically, call pam_acct_mgmt().</title>
<updated>2004-01-26T21:18:38Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-01-26T21:18:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ce40cd5f40dfb3d41050c96b8a3fbc1995abcce'/>
<id>urn:sha1:7ce40cd5f40dfb3d41050c96b8a3fbc1995abcce</id>
<content type='text'>
PR:		bin/28311
</content>
</entry>
<entry>
<title>MFC rev. 1.147: Avoid adding excessive CRs when in ASCII mode.</title>
<updated>2003-12-06T18:13:20Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2003-12-06T18:13:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=adbc482304c1613f2d62352f4b814b95ec2b47c1'/>
<id>urn:sha1:adbc482304c1613f2d62352f4b814b95ec2b47c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Don't depend on IPv4-mapped IPv6 address to bind to both IPv4</title>
<updated>2003-10-29T18:22:48Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-29T18:22:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ad405ca84e6c4bfa017ed0670f8964b25a183660'/>
<id>urn:sha1:ad405ca84e6c4bfa017ed0670f8964b25a183660</id>
<content type='text'>
and IPv6.

	libexec/ftpd/ftpd.8:	1.66
	libexec/ftpd/ftpd.c:	1.146
</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-test2/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-test2/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-test2/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-test2/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-test2/commit/?id=37df6c4922b344da960b13ecbc37a02914f67a02'/>
<id>urn:sha1:37df6c4922b344da960b13ecbc37a02914f67a02</id>
<content type='text'>
during an invalid login from everyone but sysadmins.
</content>
</entry>
</feed>
