<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ftpd, branch release/4.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-03-20T08:47:53+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc fix: remove references to ~ftp/bin/ls as we have FTPD_INTERNAL_LS</title>
<updated>2000-02-17T02:14:11+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-02-17T02:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=05c1f99beecd5353db37bd178740bde1423c1e4b'/>
<id>05c1f99beecd5353db37bd178740bde1423c1e4b</id>
<content type='text'>
unconditionally active already.

Noticed by:	obrien
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
unconditionally active already.

Noticed by:	obrien
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more dual stack consideration.</title>
<updated>2000-02-10T19:51:30+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-10T19:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f38c6cadf95c64f3eebc866af2bd9cbe851edc46'/>
<id>f38c6cadf95c64f3eebc866af2bd9cbe851edc46</id>
<content type='text'>
  -ftpd need to know each of AF_INET and AF_INET6 addr for hosts specified in
   /etc/ftphosts.

Approved by: jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  -ftpd need to know each of AF_INET and AF_INET6 addr for hosts specified in
   /etc/ftphosts.

Approved by: jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert part of the last commit, remove {g|s}etflags from the libc</title>
<updated>2000-02-05T18:42:36+00:00</updated>
<author>
<name>Josef Karthauser</name>
<email>joe@FreeBSD.org</email>
</author>
<published>2000-02-05T18:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=418d67b0d998883a0a2ea7ff6118592ea09867a7'/>
<id>418d67b0d998883a0a2ea7ff6118592ea09867a7</id>
<content type='text'>
interface, and statically link them to the programs using them.
These functions, upon reflection and discussion, are too generically
named for a library interface with such specific functionality.
Also the api that they use, whilst ok for private use, isn't good
enough for a libc function.

Additionally there were complications with the build/install-world
process.  It depends heavily upon xinstall, which got broken by
the change in api, and caused bootstrap problems and general mayhem.

There is work in progress to address future problems that may be
caused by changes in install-chain tools, and better names for
{g|s}etflags can be derived when some future program requires them.
For now the code has been left in src/lib/libc/gen (it started off
in src/bin/ls).

It's important to provide library functions for manipulating file
flag strings if we ever want this interface to be adopted outside
of the source tree, but now isn't necessarily the right moment
with 4.0-release just around the corner.

Approved:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interface, and statically link them to the programs using them.
These functions, upon reflection and discussion, are too generically
named for a library interface with such specific functionality.
Also the api that they use, whilst ok for private use, isn't good
enough for a libc function.

Additionally there were complications with the build/install-world
process.  It depends heavily upon xinstall, which got broken by
the change in api, and caused bootstrap problems and general mayhem.

There is work in progress to address future problems that may be
caused by changes in install-chain tools, and better names for
{g|s}etflags can be derived when some future program requires them.
For now the code has been left in src/lib/libc/gen (it started off
in src/bin/ls).

It's important to provide library functions for manipulating file
flag strings if we ever want this interface to be adopted outside
of the source tree, but now isn't necessarily the right moment
with 4.0-release just around the corner.

Approved:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary -g for CFLAGS.</title>
<updated>2000-02-03T10:01:11+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-03T10:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9ddb9015ffecc8779f74d2c7d8523701a1d809c3'/>
<id>9ddb9015ffecc8779f74d2c7d8523701a1d809c3</id>
<content type='text'>
 -g for CFLAGS which was set at debugging time was mistakenly committed,
 so removed it.

Approved by: jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 -g for CFLAGS which was set at debugging time was mistakenly committed,
 so removed it.

Approved by: jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ftpd core dump when hostname is not set.</title>
<updated>2000-02-03T09:59:36+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-02-03T09:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b3ea3170b342c6ad35c8416e891951cea55a696d'/>
<id>b3ea3170b342c6ad35c8416e891951cea55a696d</id>
<content type='text'>
  When hostname is not set, ftpd core dumps, because there is no
  NULL check for freeing name resolving information for its own
  hostname.
  So the check is added.

Approved by: jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  When hostname is not set, ftpd core dumps, because there is no
  NULL check for freeing name resolving information for its own
  hostname.
  So the check is added.

Approved by: jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>another tcp apps IPv6 updates.(should be make world safe)</title>
<updated>2000-01-27T09:28:38+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-27T09:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4dd8b5ab798f9e3b8b60f5fa2c9ffb19b3774021'/>
<id>4dd8b5ab798f9e3b8b60f5fa2c9ffb19b3774021</id>
<content type='text'>
  ftp, telnet, ftpd, faithd
  also telnet related sync with crypto, secure, kerberosIV

Obtained from: KAME project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ftp, telnet, ftpd, faithd
  also telnet related sync with crypto, secure, kerberosIV

Obtained from: KAME project
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved flags_to_string and string_to_flags into libutil.  It's used in</title>
<updated>1999-12-30T13:15:15+00:00</updated>
<author>
<name>Josef Karthauser</name>
<email>joe@FreeBSD.org</email>
</author>
<published>1999-12-30T13:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=edc2844c9fc4d1c0b4adeaa4c026d725654b3240'/>
<id>edc2844c9fc4d1c0b4adeaa4c026d725654b3240</id>
<content type='text'>
many places nowadays.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
many places nowadays.
</pre>
</div>
</content>
</entry>
<entry>
<title>sync with netbsd PR 8534, fix undefined C code.</title>
<updated>1999-10-07T08:41:55+00:00</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>1999-10-07T08:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=09ef98c6c0ce1a6eba81618adc27e6434608db1b'/>
<id>09ef98c6c0ce1a6eba81618adc27e6434608db1b</id>
<content type='text'>
Pointed out by: David A. Holland
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pointed out by: David A. Holland
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.</title>
<updated>1999-09-19T22:05:32+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>1999-09-19T22:05:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c9134c06720b498eeaf4a29357ee8496318566e'/>
<id>6c9134c06720b498eeaf4a29357ee8496318566e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
