<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ftpd/ftpd.c, branch release/4.6.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC rev. 1.98: fix infinite loop around sendfile(2) after sending &gt;4GB file.</title>
<updated>2002-03-15T08:45:51+00:00</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2002-03-15T08:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fbdd2c58d0d6d613e072fdd4bb5a842f8543c249'/>
<id>fbdd2c58d0d6d613e072fdd4bb5a842f8543c249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Various ftpd changes which haven't found their way into -stable yet.</title>
<updated>2002-02-16T14:02:01+00:00</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2002-02-16T14:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0a3a88dd8a1f7c0349801d1f14e1a290857f8dc0'/>
<id>0a3a88dd8a1f7c0349801d1f14e1a290857f8dc0</id>
<content type='text'>
ftpcmd.y        1.29    Be more careful about freeing memory.
ftpd.c          1.85    Be consistent about indenting in a block.
ftpd.c          1.83    Remove bad/useless field width specifier.
ftpd.c          1.81    long-&gt;off_t, long-&gt;time_t, %l-&gt;%q, fseek-&gt;fseeko
ftpcmd.y        1.26    debug-&gt;ftpdebug, fatal-&gt;fatalerror
ftpd.c          1.76    debug-&gt;ftpdebug, fatal-&gt;fatalerror
extern.h        1.15    debug-&gt;ftpdebug, fatal-&gt;fatalerror
ftpcmd.y        1.23    Support the empty "PASS\r\n" command.
ftpd.8          1.38    Document that SITE disabled for anonymous logins.
ftpd.8          1.37    SITE MD5 filename.
ftpcmd.y        1.22    SITE MD5 filename.

The remaining differences between -current and -stable should be
__P removal, PAM/Skey changes, Makefile adjustments and the bugfix
for the sendfile loop. The last item is marked for MFC by maxim
shortly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ftpcmd.y        1.29    Be more careful about freeing memory.
ftpd.c          1.85    Be consistent about indenting in a block.
ftpd.c          1.83    Remove bad/useless field width specifier.
ftpd.c          1.81    long-&gt;off_t, long-&gt;time_t, %l-&gt;%q, fseek-&gt;fseeko
ftpcmd.y        1.26    debug-&gt;ftpdebug, fatal-&gt;fatalerror
ftpd.c          1.76    debug-&gt;ftpdebug, fatal-&gt;fatalerror
extern.h        1.15    debug-&gt;ftpdebug, fatal-&gt;fatalerror
ftpcmd.y        1.23    Support the empty "PASS\r\n" command.
ftpd.8          1.38    Document that SITE disabled for anonymous logins.
ftpd.8          1.37    SITE MD5 filename.
ftpcmd.y        1.22    SITE MD5 filename.

The remaining differences between -current and -stable should be
__P removal, PAM/Skey changes, Makefile adjustments and the bugfix
for the sendfile loop. The last item is marked for MFC by maxim
shortly.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev1.96: Remove setjmp/longjmp;</title>
<updated>2002-02-15T18:02:43+00:00</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2002-02-15T18:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cafc694e09ebcb19f2db65abe1452bd439f3c7f1'/>
<id>cafc694e09ebcb19f2db65abe1452bd439f3c7f1</id>
<content type='text'>
use the OOB signal handler to set a flag only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use the OOB signal handler to set a flag only.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Log wtmp according to an address family properly.</title>
<updated>2002-02-04T18:02:04+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2002-02-04T18:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=587eef26e81f10275a1ef9046d9e724b6c6c0a27'/>
<id>587eef26e81f10275a1ef9046d9e724b6c6c0a27</id>
<content type='text'>
	libexec/ftpd/extern.h:	1.17
	libexec/ftpd/ftpd.c:	1.95
	libexec/ftpd/logwtmp.c:	1.10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	libexec/ftpd/extern.h:	1.17
	libexec/ftpd/ftpd.c:	1.95
	libexec/ftpd/logwtmp.c:	1.10
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: merge in -o and -O options, and fix SYNOPSIS</title>
<updated>2001-12-18T18:35:55+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2001-12-18T18:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e9cfbe0e2aef1507fa5439294c7e6880fd755b27'/>
<id>e9cfbe0e2aef1507fa5439294c7e6880fd755b27</id>
<content type='text'>
ftpcmd.y	revs 1.27, 1.28
ftpd.8		revs 1.42 - 1.44
ftpd.c		revs 1.80, 1.82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ftpcmd.y	revs 1.27, 1.28
ftpd.8		revs 1.42 - 1.44
ftpd.c		revs 1.80, 1.82
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev1.87: Eliminate a bug of calling select()+accept()</title>
<updated>2001-11-27T05:02:57+00:00</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2001-11-27T05:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=11490644deb552f113797c1bc2e9a2e1d73b54f8'/>
<id>11490644deb552f113797c1bc2e9a2e1d73b54f8</id>
<content type='text'>
on a socket in the blocking mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on a socket in the blocking mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate blocks of code, which used to follow</title>
<updated>2001-11-19T20:58:25+00:00</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2001-11-19T20:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5c1c20f290c8b9db4f2091494ecd956fa505d40c'/>
<id>5c1c20f290c8b9db4f2091494ecd956fa505d40c</id>
<content type='text'>
their originals immediately.
It isn't an MFC since the -current version doesn't
have the duplicate setsockopt()s for some reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
their originals immediately.
It isn't an MFC since the -current version doesn't
have the duplicate setsockopt()s for some reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev1.86: Don't let a user name in ftpd's proctitle</title>
<updated>2001-11-02T09:01:32+00:00</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2001-11-02T09:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eb0034b941dc64d01d80f686a33a501b7b09f8bf'/>
<id>eb0034b941dc64d01d80f686a33a501b7b09f8bf</id>
<content type='text'>
be mistaken for a status message.

PR:             misc/25217
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be mistaken for a status message.

PR:             misc/25217
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-08-09T00:53:18+00:00</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2001-08-09T00:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a15202000eab8ef3b4e2e4830309a98b4216eb4e'/>
<id>a15202000eab8ef3b4e2e4830309a98b4216eb4e</id>
<content type='text'>
  1.5       +5 -3      src/include/glob.h
  1.17      +17 -18    src/lib/libc/gen/glob.3
  1.18      +3 -2      src/lib/libc/gen/glob.3
  1.19      +2 -2      src/lib/libc/gen/glob.3
  1.18      +9 -5      src/lib/libc/gen/glob.c
  1.79      +2 -2      src/libexec/ftpd/ftpd.c
  1.21      +2 -2      src/libexec/ftpd/popen.c

To be more compatible with NetBSD/OpenBSD, rename the GLOB_MAXPATH
flag to GLOB_LIMIT and use GLOB_NOSPACE with errno=0, instead of
GLOB_LIMIT, when we reach the maximum number of matches.

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  1.5       +5 -3      src/include/glob.h
  1.17      +17 -18    src/lib/libc/gen/glob.3
  1.18      +3 -2      src/lib/libc/gen/glob.3
  1.19      +2 -2      src/lib/libc/gen/glob.3
  1.18      +9 -5      src/lib/libc/gen/glob.c
  1.79      +2 -2      src/libexec/ftpd/ftpd.c
  1.21      +2 -2      src/libexec/ftpd/popen.c

To be more compatible with NetBSD/OpenBSD, rename the GLOB_MAXPATH
flag to GLOB_LIMIT and use GLOB_NOSPACE with errno=0, instead of
GLOB_LIMIT, when we reach the maximum number of matches.

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.77: compile okay with -DVIRTUAL_HOSTING.</title>
<updated>2001-07-19T05:44:08+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-19T05:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c2ec0a95d608987fc4ab6c1389a7ae186394eaa4'/>
<id>c2ec0a95d608987fc4ab6c1389a7ae186394eaa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
