<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ppp, branch releng/7.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2007-07-06T07:21:56Z</updated>
<entry>
<title>I4B header files are now installed in include/i4b/ and no longer</title>
<updated>2007-07-06T07:21:56Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2007-07-06T07:21:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec8fa4cfd9c06c9b082139952651e1353bd6d502'/>
<id>urn:sha1:ec8fa4cfd9c06c9b082139952651e1353bd6d502</id>
<content type='text'>
in include/machine/.

Adapt #include paths.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Cleanup after previous commit.</title>
<updated>2007-05-25T16:05:17Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2007-05-25T16:05:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2d0225ec1acbfaa0e29ed9d4f9f760da34361007'/>
<id>urn:sha1:2d0225ec1acbfaa0e29ed9d4f9f760da34361007</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new option for ppp.conf: rad_port_id. It allows to</title>
<updated>2007-05-25T13:45:49Z</updated>
<author>
<name>Roman Bogorodskiy</name>
<email>novel@FreeBSD.org</email>
</author>
<published>2007-05-25T13:45:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4d4a70a35247b1b3d30df99bad94837aa8e33e5'/>
<id>urn:sha1:d4d4a70a35247b1b3d30df99bad94837aa8e33e5</id>
<content type='text'>
change the way of what ppp submits to the RADIUS server
as NAS-Port-Id. Possible options are: the PID of the process
owning the corresponding interface, tun(4) interface number,
interface index (as it would get returned by if_nametoindex(3)),
or it's possible to keep the default behavior. Check the ppp(8)
manual page for details.

PR:		bin/112764
Submitted by:	novel (myself)
Reviewed by:	flz
Approved by:	flz
MFC after:	1 month
</content>
</entry>
<entry>
<title>Check the return value from rad_cvt_ipv6prefix().</title>
<updated>2007-03-01T16:13:56Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2007-03-01T16:13:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a404ab168ebf90e65af1e0b6311f2b4ea8019ca2'/>
<id>urn:sha1:a404ab168ebf90e65af1e0b6311f2b4ea8019ca2</id>
<content type='text'>
PR:		bin/89808
MFC after:	1 week
</content>
</entry>
<entry>
<title>MFp4:	struct fsm_opt_hdr needs to be __packed as it is used as an array for</title>
<updated>2007-01-05T00:33:00Z</updated>
<author>
<name>Bernd Walter</name>
<email>ticso@FreeBSD.org</email>
</author>
<published>2007-01-05T00:33:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f219cbb721d99c1f411cd650dc7dab7793c9065a'/>
<id>urn:sha1:f219cbb721d99c1f411cd650dc7dab7793c9065a</id>
<content type='text'>
	handling wire data
	This is required to get ppp working on arm.
</content>
</entry>
<entry>
<title>Listen to a control socket on an IPv4 as well through</title>
<updated>2006-09-18T03:50:30Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-09-18T03:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bba6dc1d5b0e724b357da4b3829835bc9df3b337'/>
<id>urn:sha1:bba6dc1d5b0e724b357da4b3829835bc9df3b337</id>
<content type='text'>
an IPv4-mapped IPv6 address.

Reported by:	Julian H. Stacey &lt;jhs__at__flat.berklix.net&gt;
Test by:	Julian H. Stacey &lt;jhs__at__flat.berklix.net&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove leading zeros</title>
<updated>2006-09-06T15:58:59Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2006-09-06T15:58:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5bec77751c15cf25685694b4cfd29a93bd28ef3'/>
<id>urn:sha1:e5bec77751c15cf25685694b4cfd29a93bd28ef3</id>
<content type='text'>
Suggested by:	mdoc police (ru)
</content>
</entry>
<entry>
<title>Remove __DATE__ so that compiling the same source produces the same binary</title>
<updated>2006-09-06T06:33:39Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2006-09-06T06:33:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d398d50285c24e0ce722e2ba5aa60111972118de'/>
<id>urn:sha1:d398d50285c24e0ce722e2ba5aa60111972118de</id>
<content type='text'>
(for non-static binaries at least).
</content>
</entry>
<entry>
<title>If the peer REJects our MRU request and that request is for a value</title>
<updated>2006-09-06T06:23:55Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2006-09-06T06:23:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3026fd06cae85f8968602417b4c85304637d7923'/>
<id>urn:sha1:3026fd06cae85f8968602417b4c85304637d7923</id>
<content type='text'>
less than the current MTU, set our mtu to the value requested.
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
</content>
</entry>
</feed>
