<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/ftpd, branch release/3.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-05-24T16:47:10Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-05-24T16:47:10Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-05-24T16:47:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bff5b80e6cde3256fd760aec0882f8b9fa85b5ee'/>
<id>urn:sha1:bff5b80e6cde3256fd760aec0882f8b9fa85b5ee</id>
<content type='text'>
'RELENG_3_2_0_RELEASE'.

This commit was manufactured to restore the state of the 3.2-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC (rev 1.26): Add -A to SYNOPSIS.</title>
<updated>1999-05-04T19:46:55Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>1999-05-04T19:46:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77a7793c1770f6cd32ce1f11526455606e8e4f75'/>
<id>urn:sha1:77a7793c1770f6cd32ce1f11526455606e8e4f75</id>
<content type='text'>
PR:		docs/10771
</content>
</entry>
<entry>
<title>MFC: Use realhostname() and trimdomain().</title>
<updated>1999-05-02T09:36:22Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-05-02T09:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d54ea4f96ba1c8d2c937d6e2cac56f447509eed5'/>
<id>urn:sha1:d54ea4f96ba1c8d2c937d6e2cac56f447509eed5</id>
<content type='text'>
     main() returns int
     Silence egcs (yeah, I know....)
     Reprompt if given an empty login name in uucpd
     Correct errno handling in uucpd.
</content>
</entry>
<entry>
<title>Oops, I missed a few more /etc/nologin references yesterday.  It appears</title>
<updated>1999-01-12T14:09:23Z</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1999-01-12T14:09:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0e510aed5be5af57cd9b6eba1b043f27855077bd'/>
<id>urn:sha1:0e510aed5be5af57cd9b6eba1b043f27855077bd</id>
<content type='text'>
my check of the tree was incomplete.  Sorry guys.

Reported by:	Ben Smithurst &lt;ben@scientia.demon.co.uk&gt;
</content>
</entry>
<entry>
<title>Update to correctly reflect the default values of</title>
<updated>1998-12-02T22:11:02Z</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1998-12-02T22:11:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c711c51d19e7c4032bc40ea1a220dc256e89aa84'/>
<id>urn:sha1:c711c51d19e7c4032bc40ea1a220dc256e89aa84</id>
<content type='text'>
net.inet.ip.portrange.hifirst and net.inet.ip.portrange.hilast

PR:		docs/6745
Submitted by:	Masachika Ishizuka &lt;ishizuka@ish.org&gt;
</content>
</entry>
<entry>
<title>Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead</title>
<updated>1998-11-21T02:11:16Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-11-21T02:11:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4700eb95cb86c1fa7f5fa110497d6af01426c73f'/>
<id>urn:sha1:4700eb95cb86c1fa7f5fa110497d6af01426c73f</id>
<content type='text'>
of in "src/usr.bin/login".  The latter instance is going away.  As
soon as ftpd is PAMized, it won't need to use klogin.c at all.
</content>
</entry>
<entry>
<title>Set the user context correctly so that cd ~ does the right thing.</title>
<updated>1998-10-13T20:42:01Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1998-10-13T20:42:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e6fa0d4308cd67a29b37bed0715a4240df9dbaa3'/>
<id>urn:sha1:e6fa0d4308cd67a29b37bed0715a4240df9dbaa3</id>
<content type='text'>
PR:		bin/7943 bin/8293
Submitted by:	Bill Fenner &lt;fenner@parc.xerox.com&gt;
Approved by:	jkh
</content>
</entry>
<entry>
<title>Added double quotes around CHMOD description to prevent garbled output.</title>
<updated>1998-09-29T22:02:06Z</updated>
<author>
<name>Alexander Langer</name>
<email>alex@FreeBSD.org</email>
</author>
<published>1998-09-29T22:02:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=29a199dbc52a47e3adf60bb2af4b414d7ea5196e'/>
<id>urn:sha1:29a199dbc52a47e3adf60bb2af4b414d7ea5196e</id>
<content type='text'>
PR:		8094
Submitted by:	Christoph Weber-Fahr &lt;wefa@callcenter.systemhaus.net&gt;
</content>
</entry>
<entry>
<title>Document the use of lines beginning with a '#' as comment lines.</title>
<updated>1998-07-09T11:38:21Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-07-09T11:38:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d59b62e37ba029804fc0aa9b6d0c65ff54ba8eff'/>
<id>urn:sha1:d59b62e37ba029804fc0aa9b6d0c65ff54ba8eff</id>
<content type='text'>
PR: 5676
</content>
</entry>
<entry>
<title>signal() returns SIG_ERR on error, not int.</title>
<updated>1998-06-03T11:33:44Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-06-03T11:33:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=158a00b20e005afd929e64bd0e39fab067d84b8b'/>
<id>urn:sha1:158a00b20e005afd929e64bd0e39fab067d84b8b</id>
<content type='text'>
time() requires a time_t pointer, not a long.
</content>
</entry>
</feed>
