<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ppp/server.c, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Support -DPPP_CONFDIR</title>
<updated>2001-05-17T19:11:49+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-05-17T19:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5efb9959108c435c7350513c281c96c888828936'/>
<id>5efb9959108c435c7350513c281c96c888828936</id>
<content type='text'>
     Send PROTO_IP traffic when possible in single-link MP mode
     MAXPATHLEN -&gt; PATH_MAX
     Update route MTUs when the interface MTU changes
     Show diagnostic socket info in ``show bundle''
     Support ``set server open'', ``set server closed'' and SIGUSR1
     Load netgraph.ko when required
     Support ipencap packets
     Be more consistent with the NET_RT_IFLIST sysctl when creating an interface
     Optimise out deleting and re-adding the same ifaddr on the tun interface
     Fix some man page markup and add some further examples.
     Call ourself ``localhost'' if we have no hostname
     Allow embedded NULs in radius passwords and challenges
     Do ioctl(TUNSIFINFO) as uid 0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     Send PROTO_IP traffic when possible in single-link MP mode
     MAXPATHLEN -&gt; PATH_MAX
     Update route MTUs when the interface MTU changes
     Show diagnostic socket info in ``show bundle''
     Support ``set server open'', ``set server closed'' and SIGUSR1
     Load netgraph.ko when required
     Support ipencap packets
     Be more consistent with the NET_RT_IFLIST sysctl when creating an interface
     Optimise out deleting and re-adding the same ifaddr on the tun interface
     Fix some man page markup and add some further examples.
     Call ourself ``localhost'' if we have no hostname
     Allow embedded NULs in radius passwords and challenges
     Do ioctl(TUNSIFINFO) as uid 0
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Reset MPPE_MasterKeyValid when the bundle closes</title>
<updated>2001-02-22T01:19:19+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-02-22T01:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c5a1802160ea23355e6c2412909ff9178b1a6b7c'/>
<id>c5a1802160ea23355e6c2412909ff9178b1a6b7c</id>
<content type='text'>
     Don't try to negotiate MPPE when CHAP81 hasn't been agreed
     Don't drop to state DATALINK_READY when we close a link that
     never actually opened
     Tone down some MPPE diagnostics
     Various man page fixes
     Handle sa_len == 0 from accept()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     Don't try to negotiate MPPE when CHAP81 hasn't been agreed
     Don't drop to state DATALINK_READY when we close a link that
     never actually opened
     Tone down some MPPE diagnostics
     Various man page fixes
     Handle sa_len == 0 from accept()
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Add MPPE, MSChapv2 and tcpmssfixup</title>
<updated>2000-12-18T01:46:45+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-12-18T01:46:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7c2fd48afe964974e774dff8db0ae7a181af8ea3'/>
<id>7c2fd48afe964974e774dff8db0ae7a181af8ea3</id>
<content type='text'>
     Add ``set log all''
     Display the mtu with ``show iface''
     Support RADIUS accounting
     Use the correct negotiated CCP options
     Document how to tunnel using PPP/UDP and MPPE
     Fix examples of using ``add''
     Fix another comment parsing bug
     Make pppoe netgraph messages consistent with -current
     Fix some lines &gt;80 characters
     Mention what mbuf type can't be allocated
     Increase M_MAXLEN so that it's consistent with HDLCSIZE
     Retry sending data when we get ENOBUFS
     Don't assuming UDP sockets to be unconnected in -direct mode
     Bump to version 2.3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     Add ``set log all''
     Display the mtu with ``show iface''
     Support RADIUS accounting
     Use the correct negotiated CCP options
     Document how to tunnel using PPP/UDP and MPPE
     Fix examples of using ``add''
     Fix another comment parsing bug
     Make pppoe netgraph messages consistent with -current
     Fix some lines &gt;80 characters
     Mention what mbuf type can't be allocated
     Increase M_MAXLEN so that it's consistent with HDLCSIZE
     Retry sending data when we get ENOBUFS
     Don't assuming UDP sockets to be unconnected in -direct mode
     Bump to version 2.3
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Handle open/dial from state DATALINK_READY properly</title>
<updated>2000-06-03T02:53:15+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-06-03T02:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ccf0ec128c870d5660b1addb559e61169fe18e4f'/>
<id>ccf0ec128c870d5660b1addb559e61169fe18e4f</id>
<content type='text'>
     Don't disable the autoload timer at the wrong time
     Use a SOCK_DGRAM socketpair() for synchronous "!program" devices
     Send a HUP to "!program" devices when they're closed
     Drop packets when the fsm header length is bigger than the payload
     Create /etc/resolv.conf with the correct umask (when dns is enabled)
     Don't dump core when trying to write a new resolv.conf
     Add some more verbose ``inappropriate peer'' diagnostics in MP mode
     Pass all packets through libalias in NAT mode
     Describe ``enable proxy'' a bit more
     chmod local-domain diagnostic sockets correctly
     When a PPPoTCP connection fails, don't moan about invalid syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     Don't disable the autoload timer at the wrong time
     Use a SOCK_DGRAM socketpair() for synchronous "!program" devices
     Send a HUP to "!program" devices when they're closed
     Drop packets when the fsm header length is bigger than the payload
     Create /etc/resolv.conf with the correct umask (when dns is enabled)
     Don't dump core when trying to write a new resolv.conf
     Add some more verbose ``inappropriate peer'' diagnostics in MP mode
     Pass all packets through libalias in NAT mode
     Describe ``enable proxy'' a bit more
     chmod local-domain diagnostic sockets correctly
     When a PPPoTCP connection fails, don't moan about invalid syntax
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2000-03-21T10:23:20+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-03-21T10:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a8f574395cd8235daba4282e257d05aa7c171d80'/>
<id>a8f574395cd8235daba4282e257d05aa7c171d80</id>
<content type='text'>
  Understand environment variables in commands
  Understand IP6 addresses in ``show route''
  Correct an alignment bug in ``show route''
  Add the ``resolv'' command
  Add ``dns'' logging
  Rename struct descriptor -&gt; struct fdescriptor
  Fix some printf-style parameter-type bugs
  Use &lt;nnn&gt; instead of &lt;???&gt; when something's not understood
  Log (debug) information about incoming fragment handling
  Correct two bugs in the timer code
  Add some {Net,Open}BSD compatibility stuff
  Fix some gramar and line breaks in ppp.8

Requested by: peter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Understand environment variables in commands
  Understand IP6 addresses in ``show route''
  Correct an alignment bug in ``show route''
  Add the ``resolv'' command
  Add ``dns'' logging
  Rename struct descriptor -&gt; struct fdescriptor
  Fix some printf-style parameter-type bugs
  Use &lt;nnn&gt; instead of &lt;???&gt; when something's not understood
  Log (debug) information about incoming fragment handling
  Correct two bugs in the timer code
  Add some {Net,Open}BSD compatibility stuff
  Fix some gramar and line breaks in ppp.8

Requested by: peter
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out the bogus #ifdef __NetBSD__ #include &lt;signal.h&gt; lines.</title>
<updated>1999-09-21T19:37:00+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-09-21T19:37:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b9391689ee890177d9b32338874b143922e14b3a'/>
<id>b9391689ee890177d9b32338874b143922e14b3a</id>
<content type='text'>
The original report was due to a mis-installation of the NetBS
header files :-/

Submitted by:	 Kazuyoshi Kato &lt;kazk@yyy.or.jp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original report was due to a mis-installation of the NetBS
header files :-/

Submitted by:	 Kazuyoshi Kato &lt;kazk@yyy.or.jp&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>NetBSD has moved ``extern int errno;'' to signal.h :-/</title>
<updated>1999-09-20T07:36:46+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-09-20T07:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e795ebe3863c1eb476cb1674a1e281fb2d1a981'/>
<id>7e795ebe3863c1eb476cb1674a1e281fb2d1a981</id>
<content type='text'>
Submitted by:	Kazuyoshi Kato &lt;kazk@yyy.or.jp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Kazuyoshi Kato &lt;kazk@yyy.or.jp&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't destroy the old server socket another ``set server''</title>
<updated>1999-03-08T22:35:19+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-03-08T22:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=661a0e900dbda1050e0b30bb5ebc146fce4266d1'/>
<id>661a0e900dbda1050e0b30bb5ebc146fce4266d1</id>
<content type='text'>
call fails.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
call fails.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly drop existing connections when reopening the diagnostic</title>
<updated>1999-03-07T11:54:43+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-03-07T11:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a39fd2143cb2a1498dcabd0736b780b44b5df1b7'/>
<id>a39fd2143cb2a1498dcabd0736b780b44b5df1b7</id>
<content type='text'>
socket.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
socket.
</pre>
</div>
</content>
</entry>
</feed>
