<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ftpd, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-06-14T16:55:05Z</updated>
<entry>
<title>DIRDEPS_BUILD: Update dependencies</title>
<updated>2016-06-14T16:55:05Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-06-14T16:55:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=87795955272281921c0edbba7432618d4b084361'/>
<id>urn:sha1:87795955272281921c0edbba7432618d4b084361</id>
<content type='text'>
Approved by:	re (gjb)
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Update blacklist support in ftpd to clarify fd usage</title>
<updated>2016-06-06T20:00:13Z</updated>
<author>
<name>Kurt Lidl</name>
<email>lidl@FreeBSD.org</email>
</author>
<published>2016-06-06T20:00:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=504422fab39385b8a0e6662b1dcc8ba5b0eacb1f'/>
<id>urn:sha1:504422fab39385b8a0e6662b1dcc8ba5b0eacb1f</id>
<content type='text'>
The ftp daemon dups the control socket to stdin and uses that fd
throughout the code.  Clarify this usage slightly by changing from
explicit use of "0" for the fd to a variable, to make it clear what
the zero represents in the non-blacklist code. Make the
blacklist_notify routine use STDIN_FILENO so as to have less of a
"magic number" feel to the code.

Reviewed by:	cem
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D6716
</content>
</entry>
<entry>
<title>Add blacklist support to ftpd</title>
<updated>2016-06-03T06:24:03Z</updated>
<author>
<name>Kurt Lidl</name>
<email>lidl@FreeBSD.org</email>
</author>
<published>2016-06-03T06:24:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3656f229997916d821d4d17f798f4e84a74a6610'/>
<id>urn:sha1:3656f229997916d821d4d17f798f4e84a74a6610</id>
<content type='text'>
Reviewed by:	rpaulo
Approved by:	rpaulo
Relnotes:	YES
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D6703
</content>
</entry>
<entry>
<title>Declare line[] in the outermost scope of retrieve() instead of</title>
<updated>2016-05-13T01:52:41Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2016-05-13T01:52:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8877d1dbe69cabfee8f3b693b96f90b1e964245d'/>
<id>urn:sha1:8877d1dbe69cabfee8f3b693b96f90b1e964245d</id>
<content type='text'>
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>Rename getline with get_line to avoid collision with getline(3)</title>
<updated>2016-05-10T11:12:31Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2016-05-10T11:12:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f03ef8405b0c54ef0febc3fc91d511282e9928f4'/>
<id>urn:sha1:f03ef8405b0c54ef0febc3fc91d511282e9928f4</id>
<content type='text'>
When getline(3) in 2009 was added a _WITH_GETLINE guard has also been added.
This rename is made in preparation for the removal of this guard
</content>
</entry>
<entry>
<title>libexec: minor spelling fixes in comments.</title>
<updated>2016-05-01T19:39:23Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-05-01T19:39:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec489d64bb4c1bca1a6bdfdf7e37900a85f886bc'/>
<id>urn:sha1:ec489d64bb4c1bca1a6bdfdf7e37900a85f886bc</id>
<content type='text'>
No functional change.
</content>
</entry>
<entry>
<title>ftpd: replace malloc + memset 0 with calloc.</title>
<updated>2016-04-18T15:01:49Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-18T15:01:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e4fcca0f87bb7d0f80934881ddd68dbd57fbcbf'/>
<id>urn:sha1:6e4fcca0f87bb7d0f80934881ddd68dbd57fbcbf</id>
<content type='text'>
It is faster and usually safer.
Use NULL instead of zero for the pointer.
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Regenerate without local dependencies.</title>
<updated>2016-02-24T17:20:11Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-02-24T17:20:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd18fd57db1df29da1a3adf94d47924a977a29c2'/>
<id>urn:sha1:bd18fd57db1df29da1a3adf94d47924a977a29c2</id>
<content type='text'>
These are no longer needed after the recent 'beforebuild: depend' changes
and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports
skipping 'make depend'.

Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Upgrade libxo to 0.4.5.</title>
<updated>2015-08-24T16:26:20Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2015-08-24T16:26:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1a0d267b78b542fbd7e6553af2493760f49bfa8'/>
<id>urn:sha1:d1a0d267b78b542fbd7e6553af2493760f49bfa8</id>
<content type='text'>
Local changes incorporated by 0.4.5: r284340
Local changes retained: r276260, r282117

Obtained from:	https://github.com/Juniper/libxo
</content>
</entry>
<entry>
<title>Needs libxo</title>
<updated>2015-06-14T03:31:23Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2015-06-14T03:31:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c55c82f66970f6a0f9200a28df274a0731ee6221'/>
<id>urn:sha1:c55c82f66970f6a0f9200a28df274a0731ee6221</id>
<content type='text'>
</content>
</entry>
</feed>
