<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pppd/auth.c, branch release/6.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.2.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-01-11T22:54:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2007-01-11T22:54:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-01-11T22:54:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=201f78d6b90635d961fa373ecd706e3786333b7e'/>
<id>urn:sha1:201f78d6b90635d961fa373ecd706e3786333b7e</id>
<content type='text'>
'RELENG_6_2_0_RELEASE'.

This commit was manufactured to restore the state of the 6.2-RELEASE image.
</content>
</entry>
<entry>
<title>Fix a 64 bit time_t bogon that I missed from before.  lastlog.ll_time is</title>
<updated>2003-10-26T06:01:06Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-10-26T06:01:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cf6453779c9e8909a2e8eeb22aa2f54b2cf05f32'/>
<id>urn:sha1:cf6453779c9e8909a2e8eeb22aa2f54b2cf05f32</id>
<content type='text'>
not a time_t.
</content>
</entry>
<entry>
<title>utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than</title>
<updated>2002-11-15T22:42:00Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-11-15T22:42:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ceeb6902a155dfa35c39a3d360736584fbefb7f'/>
<id>urn:sha1:6ceeb6902a155dfa35c39a3d360736584fbefb7f</id>
<content type='text'>
time_t.  Deal with the possibility that time_t != int32_t.  This boils
down to this sort of thing:
 -   time(&amp;ut.ut_time);
 +   ut.ut_time = time(NULL);
and similar for ctime(3) etc.  I've kept it minimal for the stuff
that may need to be portable (or 3rd party code), but used Matt's time32
stuff for cases where that isn't as much of a concern.

Approved by: re (jhb)
</content>
</entry>
<entry>
<title>Unbreak PAP-only authentication.</title>
<updated>2002-03-05T10:50:55Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2002-03-05T10:50:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7b65fef03a68025a018b689790923457627abedb'/>
<id>urn:sha1:7b65fef03a68025a018b689790923457627abedb</id>
<content type='text'>
PR:			i386/34607
Not objected by:	peter
Approved by:		ru
Obtained from:		ppp-2.4.1b2
MFC after:		1 week
</content>
</entry>
<entry>
<title>Add `_PATH_DEVZERO'.</title>
<updated>2000-12-09T09:35:55Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-12-09T09:35:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a37aa566b347fbb2d2196786e1e84a79ffea9d5'/>
<id>urn:sha1:1a37aa566b347fbb2d2196786e1e84a79ffea9d5</id>
<content type='text'>
Use _PATH_* where where possible.
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>urn:sha1:97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ppp 2.3.3 -&gt; 2.3.5 changes onto mainline.</title>
<updated>1998-06-20T18:02:16Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-06-20T18:02:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f3af07bd28460e579e5b9b3913c6bdfe1d6ffce0'/>
<id>urn:sha1:f3af07bd28460e579e5b9b3913c6bdfe1d6ffce0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge ppp-2.3.3 changes onto mainline</title>
<updated>1998-03-22T05:33:08Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-03-22T05:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ceb7f1f59905b5797358745d4169c8796c69484'/>
<id>urn:sha1:1ceb7f1f59905b5797358745d4169c8796c69484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a segmentation violation that happened if "auth" was in the</title>
<updated>1997-12-13T05:27:29Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1997-12-13T05:27:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=14e6f796cd3ec53469f8c2485efaa79159c8efc6'/>
<id>urn:sha1:14e6f796cd3ec53469f8c2485efaa79159c8efc6</id>
<content type='text'>
options file but there was no suitable secret in the secrets file.
</content>
</entry>
<entry>
<title>Don't logwtmp(), login() already does it.</title>
<updated>1997-10-28T16:50:56Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-10-28T16:50:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=af8eceb3f642774df3e5b81de7f39805a796adcd'/>
<id>urn:sha1:af8eceb3f642774df3e5b81de7f39805a796adcd</id>
<content type='text'>
Log us out of utmp &amp; wtmp if we're already in there.
PR:		4862
</content>
</entry>
</feed>
