<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ppp/command.c, branch release/2.2.5_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>1997-10-21T01:56:05+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1997-10-21T01:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=14d01796b1ab61a57dbd60da66d8dac699a0a2e7'/>
<id>14d01796b1ab61a57dbd60da66d8dac699a0a2e7</id>
<content type='text'>
'RELENG_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-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_2_2_5_RELEASE'.

This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Cosmetic: Mention that ppp is suspending before</title>
<updated>1997-10-12T01:51:23+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-10-12T01:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bff5f5e9ffcc3a7eedbb9c498f0c8713b6a66eb0'/>
<id>bff5f5e9ffcc3a7eedbb9c498f0c8713b6a66eb0</id>
<content type='text'>
               executing a "shell" command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
               executing a "shell" command.
</pre>
</div>
</content>
</entry>
<entry>
<title>SetVariable() can't be static, sorry.</title>
<updated>1997-09-22T07:32:01+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-09-22T07:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=42ec5893d24febd2f02dbe130153524ec251275a'/>
<id>42ec5893d24febd2f02dbe130153524ec251275a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Correct the way the uucp lock file and the ttyXX.if lock</title>
<updated>1997-09-22T00:50:39+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-22T00:50:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c08f6e3494a420db0728a093ed4fb77414845f8f'/>
<id>c08f6e3494a420db0728a093ed4fb77414845f8f</id>
<content type='text'>
     file get created.  We don't create lock files over non-tty
     connections, but we *do* create lock files in -direct mode.
     This leaves us capable of adding utmp/wtmp support for
     successful pap &amp; chap logins (coming soon).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     file get created.  We don't create lock files over non-tty
     connections, but we *do* create lock files in -direct mode.
     This leaves us capable of adding utmp/wtmp support for
     successful pap &amp; chap logins (coming soon).
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Typo police</title>
<updated>1997-09-21T13:11:24+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-21T13:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=457d150b2ccea7987871753fee3501780b1e03a2'/>
<id>457d150b2ccea7987871753fee3501780b1e03a2</id>
<content type='text'>
     Submitted by:	Mark Cammidge &lt;mark@gmtunx.ee.uct.ac.za&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     Submitted by:	Mark Cammidge &lt;mark@gmtunx.ee.uct.ac.za&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: o Fix two unlikely descriptor leaks.</title>
<updated>1997-09-16T23:20:21+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-16T23:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=250a316728de42d1b1741ee81cafe096b9b52208'/>
<id>250a316728de42d1b1741ee81cafe096b9b52208</id>
<content type='text'>
     o Output the correct device for "show modem"
       while in -direct mode.
     o Cosmetic:  Moan a bit more when we can't open
       the [modem] device.
     o Call OpenModem() in a more "natural" way.
     o Add some LogDEBUG in OpenModem().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     o Output the correct device for "show modem"
       while in -direct mode.
     o Cosmetic:  Moan a bit more when we can't open
       the [modem] device.
     o Call OpenModem() in a more "natural" way.
     o Add some LogDEBUG in OpenModem().
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Allow dial to work in non-interactive mode.</title>
<updated>1997-09-09T23:57:55+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-09T23:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ce40bc9e9f0b3d10b415e92b367d1c8ec032ac5'/>
<id>3ce40bc9e9f0b3d10b415e92b367d1c8ec032ac5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Print errors correctly (don't adjust</title>
<updated>1997-09-09T23:27:06+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-09T23:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6b46eb20631432fe39a5d1c119dab21904a230a1'/>
<id>6b46eb20631432fe39a5d1c119dab21904a230a1</id>
<content type='text'>
     argc/argv for commands).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     argc/argv for commands).
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Don't start an interactive shell from a</title>
<updated>1997-09-09T23:17:28+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-09T23:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=19fddd40a003e8d96901dad862cdc36d62663898'/>
<id>19fddd40a003e8d96901dad862cdc36d62663898</id>
<content type='text'>
     telnet prompt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     telnet prompt.
</pre>
</div>
</content>
</entry>
<entry>
<title>YAMFC: Install as group ``network''</title>
<updated>1997-09-05T23:07:44+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1997-09-05T23:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e484f4f3824cad3c53cb05e8be1e693dd1008420'/>
<id>e484f4f3824cad3c53cb05e8be1e693dd1008420</id>
<content type='text'>
       Insist that uid == 0 for client ppp
       Disallow client sockets if no password is specified
       Don't exit on failure to open client socket for listening
       Allow specification of null local password
       Use reasonable size (smaller) ``vector''s in auth.c
       Fix "passwd ..." usage message
       Insist on "all" as arg to "quit" (if any)
       Drop client socket connection before Cleanup() when "quit all"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       Insist that uid == 0 for client ppp
       Disallow client sockets if no password is specified
       Don't exit on failure to open client socket for listening
       Allow specification of null local password
       Use reasonable size (smaller) ``vector''s in auth.c
       Fix "passwd ..." usage message
       Insist on "all" as arg to "quit" (if any)
       Drop client socket connection before Cleanup() when "quit all"
</pre>
</div>
</content>
</entry>
</feed>
