<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/bin/setfacl/util.c, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-03-07T07:59:05Z</updated>
<entry>
<title>Switch to our preferred license text.</title>
<updated>2010-03-07T07:59:05Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-03-07T07:59:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a303eae7c88a4bef71a9024c01f5e375247304d9'/>
<id>urn:sha1:a303eae7c88a4bef71a9024c01f5e375247304d9</id>
<content type='text'>
Approved by:	jedgar
</content>
</entry>
<entry>
<title>Fix breakage introduced in last commit.</title>
<updated>2009-12-26T11:03:10Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2009-12-26T11:03:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c9c14c5dc5ea13d1da60ed4826aa0fb2888f37f'/>
<id>urn:sha1:6c9c14c5dc5ea13d1da60ed4826aa0fb2888f37f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve ACL branding mismatch detection and reporting in some rare cases,</title>
<updated>2009-12-26T10:06:45Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2009-12-26T10:06:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c93b62decabc1aaa74e892597dfdecb695778721'/>
<id>urn:sha1:c93b62decabc1aaa74e892597dfdecb695778721</id>
<content type='text'>
such as "setfacl -m ''".
</content>
</entry>
<entry>
<title>/*- or .\"- or #- to begin license clauses.</title>
<updated>2005-01-10T08:39:26Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-10T08:39:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ddb49cbe45441fa3f3a10f6dd355e9956480b5f'/>
<id>urn:sha1:9ddb49cbe45441fa3f3a10f6dd355e9956480b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently use FBSDID</title>
<updated>2002-06-30T05:15:05Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-30T05:15:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2749b1412921cacde0110606121acb7a5e1e2b62'/>
<id>urn:sha1:2749b1412921cacde0110606121acb7a5e1e2b62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(9) cleanups mostly consisting of:</title>
<updated>2001-12-03T00:51:36Z</updated>
<author>
<name>Chris D. Faulhaber</name>
<email>jedgar@FreeBSD.org</email>
</author>
<published>2001-12-03T00:51:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a043a09da7eb4d6cd1256aaddf0f9eefc735085b'/>
<id>urn:sha1:a043a09da7eb4d6cd1256aaddf0f9eefc735085b</id>
<content type='text'>
o explicitly check return values and variables against a value
o return x; -&gt; return (x);
o fix inconsistent sysexits usage by nuking it (partially
  suggested by bde)

Obtained from:	TrustedBSD Project
</content>
</entry>
<entry>
<title>o Correct error message forgotten in the last commit (malloc() -&gt; calloc())</title>
<updated>2001-12-02T18:15:53Z</updated>
<author>
<name>Chris D. Faulhaber</name>
<email>jedgar@FreeBSD.org</email>
</author>
<published>2001-12-02T18:15:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=405c5615184962c96f337e73b3516cd367b7ae7a'/>
<id>urn:sha1:405c5615184962c96f337e73b3516cd367b7ae7a</id>
<content type='text'>
o Fix style nits

Submitted by:	bde
</content>
</entry>
<entry>
<title>Use calloc(3) instead of rolling our own.</title>
<updated>2001-12-02T01:52:34Z</updated>
<author>
<name>Chris D. Faulhaber</name>
<email>jedgar@FreeBSD.org</email>
</author>
<published>2001-12-02T01:52:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b8d0fdfc8ba4e214cda2b7d4c5598aad3d1f6c'/>
<id>urn:sha1:d0b8d0fdfc8ba4e214cda2b7d4c5598aad3d1f6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs</title>
<updated>2001-03-19T18:09:25Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2001-03-19T18:09:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=43960f159d60217fcb3c5c03095effdb77a0f291'/>
<id>urn:sha1:43960f159d60217fcb3c5c03095effdb77a0f291</id>
<content type='text'>
  from files and directories, and setfacl sets ACLs on files and directories.

Submitted by:	jedgar
Obtained from:	TrustedBSD Project
</content>
</entry>
</feed>
