<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/ftpd, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F5.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-11-25T15:20:06Z</updated>
<entry>
<title>mdoc(7) police:</title>
<updated>2002-11-25T15:20:06Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-11-25T15:20:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d939fc70a7ded7096f2e2e4358ab5c7700b5157f'/>
<id>urn:sha1:d939fc70a7ded7096f2e2e4358ab5c7700b5157f</id>
<content type='text'>
Properly sort options, spell "file system" correctly, expand contraction.

Catch up to the src/etc/syslog.conf,v 1.23 change: ftpd(8) session logs
are now by default get logged to /var/log/xferlog.

Approved by:	re
</content>
</entry>
<entry>
<title>Oops.  Some ut_time stuff slipped through the cracks.  These turned out</title>
<updated>2002-11-17T23:46:45Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-11-17T23:46:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f316609eb45353eb9ee5b7aec3ed280dd08b9a31'/>
<id>urn:sha1:f316609eb45353eb9ee5b7aec3ed280dd08b9a31</id>
<content type='text'>
to be non-fatal due to stack alignment roundups.
</content>
</entry>
<entry>
<title>Don't free the current addrinfo list, or else a pointer to a freed</title>
<updated>2002-11-11T07:31:48Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-11-11T07:31:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1f75c13ee00d37b5b2e658404e7d2f3338991d3a'/>
<id>urn:sha1:1f75c13ee00d37b5b2e658404e7d2f3338991d3a</id>
<content type='text'>
memory area would arise.  Only an addrinfo list from an earlier
call to getaddrinfo() should be freed there because it will be
substituted by the current list referenced by "res".

Reported by:	John Long &lt;fbsd1@pruam.com&gt;
MFC after:	5 days
</content>
</entry>
<entry>
<title>Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so that</title>
<updated>2002-10-24T16:19:52Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2002-10-24T16:19:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d9e2c4241f02a4e31aa116c6b5e8afac0e274e61'/>
<id>urn:sha1:d9e2c4241f02a4e31aa116c6b5e8afac0e274e61</id>
<content type='text'>
MAC labels are set if MAC is enabled and configured for the user
logging in.

Note that lukemftpd is not considered a supported application when
MAC is enabled, as it does not use the standard system interfaces for
managing user contexts; if lukemftpd is used with labeled MAC policies,
it will not properly give up privileges when switching to the user
account.

Approved by:	re
Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
</content>
</entry>
<entry>
<title>Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather</title>
<updated>2002-10-24T00:07:30Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2002-10-24T00:07:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4d33b62edc26ae71ae72c8e7a2a344d1201c11c9'/>
<id>urn:sha1:4d33b62edc26ae71ae72c8e7a2a344d1201c11c9</id>
<content type='text'>
than the LOMAC-specific interfaces for listing MAC labels.  This permits
ls to view MAC labels in a manner similar to getfmac, when ls is used
with the -l argument.  Next generation LOMAC will use the MAC Framework
so should "just" work with this and other policies.  Not the prettiest
code in the world, but then, neither is ls(1).

Obtained from:	TrustedBSD Project
Sponsored by:	DARPA, Network Associates Laboratories
</content>
</entry>
<entry>
<title>Use the standardized CHAR_BIT constant instead of NBBY in userland.</title>
<updated>2002-09-25T04:06:37Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-09-25T04:06:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89fdc4e117285d001665922c93080c804a8f8810'/>
<id>urn:sha1:89fdc4e117285d001665922c93080c804a8f8810</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The mode can be "r+" as well on PUT, but only "a" on APPE.</title>
<updated>2002-08-29T09:53:51Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-29T09:53:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c20f33742fb56502524138269e61e7b99761c1a'/>
<id>urn:sha1:7c20f33742fb56502524138269e61e7b99761c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix lexer jam on unimplemented commands.</title>
<updated>2002-08-29T09:23:08Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-29T09:23:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=371348ae25b1f861a44e62578da1ed2535d32ad2'/>
<id>urn:sha1:371348ae25b1f861a44e62578da1ed2535d32ad2</id>
<content type='text'>
Submitted by:	maxim
MFC after:	5 days
</content>
</entry>
<entry>
<title>Remove variables no longer used.</title>
<updated>2002-08-27T09:05:03Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-27T09:05:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec009cf024b72994c75399dd44889d941b2f5362'/>
<id>urn:sha1:ec009cf024b72994c75399dd44889d941b2f5362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More inithosts() fixes:</title>
<updated>2002-08-27T09:02:52Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-08-27T09:02:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f2fe752d6bd56f5f05f015d84c56104a42687f96'/>
<id>urn:sha1:f2fe752d6bd56f5f05f015d84c56104a42687f96</id>
<content type='text'>
o Don't free(3) memory occupied by host structures
  already in the host list.
o Set hrp-&gt;hostinfo to NULL if a host record has to stay in
  the host list, but is to be ignored.  Selecthost() knows that.
o Reduce the pollution with excessive NULL checks.
o Close a couple of memory leaks.

MFC after:	1 week
</content>
</entry>
</feed>
