<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ypbind/ypbind.c, branch stable/13</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=stable%2F13</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=stable%2F13'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:26Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line .c pattern</title>
<updated>2023-08-23T17:43:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:31:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3d497e17ebd33fe0f58d773e35ab994d750258d6'/>
<id>urn:sha1:3d497e17ebd33fe0f58d773e35ab994d750258d6</id>
<content type='text'>
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/

Similar commit in main:
(cherry picked from commit 1d386b48a555)
</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 strlcpy() instead of strncpy() when copying to dom_domain to</title>
<updated>2016-05-12T21:35:40Z</updated>
<author>
<name>Don Lewis</name>
<email>truckman@FreeBSD.org</email>
</author>
<published>2016-05-12T21:35:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=90abdc2dd7670099ea0bd88c5735c1ef6187223b'/>
<id>urn:sha1:90abdc2dd7670099ea0bd88c5735c1ef6187223b</id>
<content type='text'>
ensure that the latter is NUL terminated since it is passed
as an argument to *printf().

Warn about NIS domains that are too long.

Reported by:	Coverity
CID:		1009620, 1009621
MFH:		1 week
</content>
</entry>
<entry>
<title>Don't need cast malloc.</title>
<updated>2015-11-16T03:18:40Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2015-11-16T03:18:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17c1dcd408358096c4b6a8b06c7a9f63e2a14ba5'/>
<id>urn:sha1:17c1dcd408358096c4b6a8b06c7a9f63e2a14ba5</id>
<content type='text'>
Approved by:		rodrigc (mentor)
Differential Revision:	D4117
</content>
</entry>
<entry>
<title>Fix a ton of speelling errors</title>
<updated>2015-10-21T05:37:09Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2015-10-21T05:37:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=463a577b274c9523cb72f534d42e7efa4d8e1c3d'/>
<id>urn:sha1:463a577b274c9523cb72f534d42e7efa4d8e1c3d</id>
<content type='text'>
arc lint is helpful

Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337
</content>
</entry>
<entry>
<title>Fix a warning spotted by gcc4.9: dereferencing type-punned pointer will break</title>
<updated>2015-07-16T02:34:22Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2015-07-16T02:34:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5523594ed97c3927dfa2508a412fd21a3a299ec'/>
<id>urn:sha1:e5523594ed97c3927dfa2508a412fd21a3a299ec</id>
<content type='text'>
strict-aliasing rules.

Declare some variables as statics as well as some functions that are internal
helpers. Update the function broadcast_result() to a post-K&amp;R definition.

Differential Revision:	D2690
Reviewed by:		rodrigc, dim
</content>
</entry>
<entry>
<title>Protect NIS client with madvise(2) since this daemon is required</title>
<updated>2011-10-24T14:35:31Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2011-10-24T14:35:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5838507bd70dc6a92660795da0acf919ecc4c8ae'/>
<id>urn:sha1:5838507bd70dc6a92660795da0acf919ecc4c8ae</id>
<content type='text'>
for succesful authentication of users.
</content>
</entry>
<entry>
<title>Don't let the "available"/"not available" logs flap quite so badly. In the</title>
<updated>2010-10-08T20:17:17Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2010-10-08T20:17:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=471f9e3e0053dc36b8178e4f4394a9acb19f07f2'/>
<id>urn:sha1:471f9e3e0053dc36b8178e4f4394a9acb19f07f2</id>
<content type='text'>
case of a multi-interfaced host, sub-second flapping can fill up the logs
too quickly. This fixes that.
</content>
</entry>
<entry>
<title>Remove definition of struct dom_binding, it's non-standard C code and</title>
<updated>2004-10-17T19:33:33Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-10-17T19:33:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b08f8f39ca63862fe13eb67723dd6a419660c156'/>
<id>urn:sha1:b08f8f39ca63862fe13eb67723dd6a419660c156</id>
<content type='text'>
unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10.
</content>
</entry>
<entry>
<title>Use __FBSDID over rcsid[].  Protect copyright[] where needed.</title>
<updated>2003-05-03T21:06:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-05-03T21:06:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b728350ee67c01f96c3c5121774536fee81ad176'/>
<id>urn:sha1:b728350ee67c01f96c3c5121774536fee81ad176</id>
<content type='text'>
</content>
</entry>
</feed>
