<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ppp/command.c, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-08-17T10:18:45Z</updated>
<entry>
<title>Add the possibility to mark packets urgent based on their length.</title>
<updated>2018-08-17T10:18:45Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2018-08-17T10:18:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f80b39d182ac49e4209ca505f47aa4f8963035ca'/>
<id>urn:sha1:f80b39d182ac49e4209ca505f47aa4f8963035ca</id>
<content type='text'>
This allows preferring small (e.g. ACK) packets, in upload heavy
environments.

It was already possible to mark packets urgent based on destination
port. This option piggy backs on that feature.
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>Use NULL instead of 0 for pointers.</title>
<updated>2016-04-15T03:50:33Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2016-04-15T03:50:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71866e627eefe32eed8033501f5f67c85c74a11a'/>
<id>urn:sha1:71866e627eefe32eed8033501f5f67c85c74a11a</id>
<content type='text'>
getenv(3) returns NULL if the variable name is not in the current
environment.
getservent(3) returns NULL on EOF or error

MFC after:	4 weeks
</content>
</entry>
<entry>
<title>Fix multiple instances of the following clang 3.6.0 warning in ppp:</title>
<updated>2015-01-28T21:33:49Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2015-01-28T21:33:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9304cfd07cfd78cf84d1a75b064dc0c5785e5e9a'/>
<id>urn:sha1:9304cfd07cfd78cf84d1a75b064dc0c5785e5e9a</id>
<content type='text'>
usr.sbin/ppp/command.c:2054:74: error: address of array 'arg-&gt;bundle-&gt;radius.cfg.file'
will always evaluate to 'true' [-Werror,-Wpointer-bool-conversion]
      if (arg-&gt;bundle-&gt;radius.alive.interval &amp;&amp; !arg-&gt;bundle-&gt;radius.cfg.file) {
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~

In all cases, the file field of struct radius is a char array, but the
intent was to check whether the string is empty, so add an indirection
to achieve that.  Use a similar approach for the sockname field of
struct server.
</content>
</entry>
<entry>
<title>- Correct mispellings of the word occurrence</title>
<updated>2013-04-17T11:40:10Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2013-04-17T11:40:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab3f6b347ef97e755cf291ed77f9eb4a48531d15'/>
<id>urn:sha1:ab3f6b347ef97e755cf291ed77f9eb4a48531d15</id>
<content type='text'>
Submitted by:	Christoph Mallon &lt;christoph.mallon@gmx.de&gt; (via private mail)
</content>
</entry>
<entry>
<title>Spelling fixes for usr.sbin/</title>
<updated>2011-12-30T10:58:14Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-30T10:58:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3df5ecac8c5e0a9105ba0e783bd9e7077df944e7'/>
<id>urn:sha1:3df5ecac8c5e0a9105ba0e783bd9e7077df944e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "iface name" and "iface description" commands.</title>
<updated>2011-02-07T11:18:18Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2011-02-07T11:18:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f2f5156f2145f16eb2c175edd12525b8f26bcef6'/>
<id>urn:sha1:f2f5156f2145f16eb2c175edd12525b8f26bcef6</id>
<content type='text'>
PR:		151400
Submitted by:	Aragon Gouveia - aragon at phat dot za dot net with minor fixes
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Update to the "new" libalias API (and thus fix world breakage).</title>
<updated>2008-03-12T14:34:34Z</updated>
<author>
<name>Paolo Pisati</name>
<email>piso@FreeBSD.org</email>
</author>
<published>2008-03-12T14:34:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5625ae749378482eecc649fcd2fe31c278fc995'/>
<id>urn:sha1:a5625ae749378482eecc649fcd2fe31c278fc995</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>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>
</feed>
