<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.sbin/ppp/atm.c, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2002-06-15T08:03:30Z</updated>
<entry>
<title>Remove whitespace at the end of lines.</title>
<updated>2002-06-15T08:03:30Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-06-15T08:03:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=10be78d3ae11fbdd8fab4a4a34d5337ce071dd1d'/>
<id>urn:sha1:10be78d3ae11fbdd8fab4a4a34d5337ce071dd1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o Clean up some #includes</title>
<updated>2002-05-14T12:55:39Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-05-14T12:55:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=de59e178aae50746b140808e7e31ef61b78cd6d5'/>
<id>urn:sha1:de59e178aae50746b140808e7e31ef61b78cd6d5</id>
<content type='text'>
o Bump version number to 3.0.4
o When talking to a RADIUS server, provide a NAS-Port-Type.

  When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal
  to the SESSIONID from the environment in direct mode or the
  NGM_PPPOE_SESSIONID message in other modes.  If no SESSIONID is found,
  default to the interface index in client mode or zero in server mode.

  When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number
  of the physical device (ie, the N in /dev/i4brbchN).

  This makes it easier for the RADIUS server to identify the client
  WRT accounting data etc.

Prompted by:	lsz8425 &lt;lsz8425@mail.cd.hn.cn&gt;
</content>
</entry>
<entry>
<title>Merge the NETGRAPH branch into HEAD.  tty devices now use netgraph's line</title>
<updated>2002-03-30T12:30:09Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-03-30T12:30:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fb11a9c23d3da57e67bc474faa1ba0e55899d7b8'/>
<id>urn:sha1:fb11a9c23d3da57e67bc474faa1ba0e55899d7b8</id>
<content type='text'>
discipline to do the async escaping, but no other benefits are available yet.

Change ``ifdef HAVE_DES'' to ``ifndef NODES'' for consistency.

Make the Makefile a little more sane WRT RELEASE_CRUNCH.
</content>
</entry>
<entry>
<title>socket()s first argument should be a protocol family rather than an</title>
<updated>2002-01-16T14:03:52Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-01-16T14:03:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=63c6cac94057b456640eb8e1fbbc7cc05e312296'/>
<id>urn:sha1:63c6cac94057b456640eb8e1fbbc7cc05e312296</id>
<content type='text'>
address family.
</content>
</entry>
<entry>
<title>socket's first argument is an address family, not a protocol family.</title>
<updated>2002-01-16T13:15:47Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-01-16T13:15:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c87436f34148cc5b80fd7148441fbfbdff3b83d9'/>
<id>urn:sha1:c87436f34148cc5b80fd7148441fbfbdff3b83d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle hardware-imposed MTU/MRU limitations.  PPPoE will no longer</title>
<updated>2001-06-18T14:59:36Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-06-18T14:59:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c8b9fb53a1353fb6bf7c5fe8e8f590a15511a898'/>
<id>urn:sha1:c8b9fb53a1353fb6bf7c5fe8e8f590a15511a898</id>
<content type='text'>
allow MRU/MTU negotiations to exceed 1492.

Add an optional ``max'' specifier to ``set m[rt]u'', ie.

	set mtu max 1480

Bump the ppp version number.

Sponsored by:	Monzoon Networks AG and FreeBSD Services Limited
</content>
</entry>
<entry>
<title>Fix some log_Printf() casting</title>
<updated>2001-01-29T08:46:58Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-01-29T08:46:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2525421508b03c7982bd9c403978b2541ebec891'/>
<id>urn:sha1:2525421508b03c7982bd9c403978b2541ebec891</id>
<content type='text'>
Obtained from: NetBSD (pkgsrc)
</content>
</entry>
<entry>
<title>Fix some style nits</title>
<updated>2000-09-14T22:03:13Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-09-14T22:03:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=495d24ec4af04597a38c6ce6a4b58e979e5e4baf'/>
<id>urn:sha1:495d24ec4af04597a38c6ce6a4b58e979e5e4baf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support PPPoATM, disabled for now as /usr/include/netnatm doesn't exist</title>
<updated>2000-09-14T22:02:54Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-09-14T22:02:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=481a4f6155df2fda88a0a6a20fa56c6d0f136941'/>
<id>urn:sha1:481a4f6155df2fda88a0a6a20fa56c6d0f136941</id>
<content type='text'>
Submitted by: Jakob Stoklund Olesen &lt;stoklund@taxidriver.dk&gt;
</content>
</entry>
</feed>
