<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ftpd, branch upstream/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-07-20T00:52:11Z</updated>
<entry>
<title>MFC r314653:</title>
<updated>2017-07-20T00:52:11Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-20T00:52:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7730e4e7dc109e9be3a327d8407fdf9efea4b0ca'/>
<id>urn:sha1:7730e4e7dc109e9be3a327d8407fdf9efea4b0ca</id>
<content type='text'>
libexec: normalize paths using SRCTOP-relative paths or :H when possible

This simplifies make logic/output
</content>
</entry>
<entry>
<title>MFC r299585</title>
<updated>2016-05-20T06:38:46Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2016-05-20T06:38:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cbce4d7c953c8094aee709ac713d32c9f844b26a'/>
<id>urn:sha1:cbce4d7c953c8094aee709ac713d32c9f844b26a</id>
<content type='text'>
Declare line[] in the outermost scope of retrieve() instead of
declaring it in an inner scope and then using it via a pointer
in the outer scope.

Reported by:	Coverity
CID:		605895
</content>
</entry>
<entry>
<title>MFC: r262136</title>
<updated>2014-02-24T08:21:49Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-02-24T08:21:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b37c75aa05cbc2a4adc9b65a6dff4eaf6786bbd1'/>
<id>urn:sha1:b37c75aa05cbc2a4adc9b65a6dff4eaf6786bbd1</id>
<content type='text'>
Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.

Reviewed by:	imp
</content>
</entry>
<entry>
<title>MFC: r261885</title>
<updated>2014-02-21T09:19:16Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-02-21T09:19:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4d2f79244033000c24bdf1a4e96b0d5872ed1b5d'/>
<id>urn:sha1:4d2f79244033000c24bdf1a4e96b0d5872ed1b5d</id>
<content type='text'>
In sgetpwnam(), save and free pw_class like all other char members
of struct passwd.  This fixes spurious "login_getclass: unknown class"
errors.

PR:		186439
Submitted by:	UEMURA Tetsuya &lt;t_uemura at macome.co.jp&gt;
</content>
</entry>
<entry>
<title>Bump date missed in r202756</title>
<updated>2012-09-14T17:50:42Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-09-14T17:50:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eae8be706e50f75f7a0a3652bf77a7bc78b57996'/>
<id>urn:sha1:eae8be706e50f75f7a0a3652bf77a7bc78b57996</id>
<content type='text'>
PR:		docs/171624
Submitted by:	bdrewery
Approved by:	gabor
MFC after:	3 days
</content>
</entry>
<entry>
<title>Spelling fixes for libexec/</title>
<updated>2012-01-07T16:09:54Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2012-01-07T16:09:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1acf0dba17d74c59fc87d450664df950ff127795'/>
<id>urn:sha1:1acf0dba17d74c59fc87d450664df950ff127795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]</title>
<updated>2011-12-23T15:00:37Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2011-12-23T15:00:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3e65b9c6e6b7b2081d54e1dc40983c3c00eaf738'/>
<id>urn:sha1:3e65b9c6e6b7b2081d54e1dc40983c3c00eaf738</id>
<content type='text'>
Add an API for alerting internal libc routines to the presence of
"unsafe" paths post-chroot, and use it in ftpd. [11:07]

Fix a buffer overflow in telnetd. [11:08]

Make pam_ssh ignore unpassphrased keys unless the "nullok" option is
specified. [11:09]

Add sanity checking of service names in pam_start. [11:10]

Approved by:    so (cperciva)
Approved by:    re (bz)
Security:       FreeBSD-SA-11:06.bind
Security:       FreeBSD-SA-11:07.chroot
Security:       FreeBSD-SA-11:08.telnetd
Security:       FreeBSD-SA-11:09.pam_ssh
Security:       FreeBSD-SA-11:10.pam
</content>
</entry>
<entry>
<title>Add LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to the setusercontext(3)</title>
<updated>2011-06-22T19:14:49Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2011-06-22T19:14:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e81b1c71290acd1feb668a81a57a3cdc88d32bb4'/>
<id>urn:sha1:e81b1c71290acd1feb668a81a57a3cdc88d32bb4</id>
<content type='text'>
calls in ftpd(8).
</content>
</entry>
<entry>
<title>Make format string a string literal.  (Discovered by clang.)</title>
<updated>2011-01-04T00:39:56Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2011-01-04T00:39:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=62f390ecd9a37534b6e237215e5597e019ea718a'/>
<id>urn:sha1:62f390ecd9a37534b6e237215e5597e019ea718a</id>
<content type='text'>
MFC After: 1 week
</content>
</entry>
<entry>
<title>Handle failure from ftpd_popen in statfilecmd().</title>
<updated>2011-01-04T00:11:09Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2011-01-04T00:11:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=763e8c9623f8ac3c6d075ccb3d22afa8730afa19'/>
<id>urn:sha1:763e8c9623f8ac3c6d075ccb3d22afa8730afa19</id>
<content type='text'>
Reviewed by:	attilio
MFC after:	1 week
</content>
</entry>
</feed>
