<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/security/security_descriptor.c, branch talloc-2.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>libcli:security: Return early if there are no aces to duplicate</title>
<updated>2018-12-12T21:18:52+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2018-12-12T09:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9c507e98f03eabe59df774a9a5f51411fc23d4e5'/>
<id>9c507e98f03eabe59df774a9a5f51411fc23d4e5</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Andreas Schneider &lt;asn@cryptomilk.org&gt;
Autobuild-Date(master): Wed Dec 12 22:18:52 CET 2018 on sn-devel-144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;

Autobuild-User(master): Andreas Schneider &lt;asn@cryptomilk.org&gt;
Autobuild-Date(master): Wed Dec 12 22:18:52 CET 2018 on sn-devel-144
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli:security: Do not duplicate invalid aces</title>
<updated>2018-12-12T17:34:11+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2018-12-12T09:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e7a8e4e6433bf26f6eac46e6a5f65f421a8981bb'/>
<id>e7a8e4e6433bf26f6eac46e6a5f65f421a8981bb</id>
<content type='text'>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Volker Lendecke &lt;vl@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/security: add security_descriptor_for_client() helper function</title>
<updated>2015-03-30T11:41:25+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2015-03-26T13:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2dcef48f242ffdcd980a4f6385ed07996ea915f4'/>
<id>2dcef48f242ffdcd980a4f6385ed07996ea915f4</id>
<content type='text'>
This prepares a possibly stripped security descriptor for a client.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prepares a possibly stripped security descriptor for a client.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/security: add a function that checks for MS NFS ACEs</title>
<updated>2014-12-04T21:11:08+00:00</updated>
<author>
<name>Ralph Boehme</name>
<email>slow@samba.org</email>
</author>
<published>2014-10-14T11:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2ab6b43da63715350db8675bd3804e64f4241bca'/>
<id>2ab6b43da63715350db8675bd3804e64f4241bca</id>
<content type='text'>
Signed-off-by: Ralph Boehme &lt;slow@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ralph Boehme &lt;slow@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/security: cleanup security_ace_equal()</title>
<updated>2014-05-28T23:08:25+00:00</updated>
<author>
<name>David Disseldorp</name>
<email>ddiss@samba.org</email>
</author>
<published>2014-05-28T15:13:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4de94ad8fd601c6871fa0dd2d51864f77c80b26e'/>
<id>4de94ad8fd601c6871fa0dd2d51864f77c80b26e</id>
<content type='text'>
This change cleans up the white-space damage, and converts the single
line if-then statements to match Samba's coding conventions.

Signed-off-by: David Disseldorp &lt;ddiss@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change cleans up the white-space damage, and converts the single
line if-then statements to match Samba's coding conventions.

Signed-off-by: David Disseldorp &lt;ddiss@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli: Fix a memleak</title>
<updated>2014-05-27T10:54:55+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2014-05-26T20:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f52690dc68e2b2778f7c85eae64b3dc45f06409a'/>
<id>f52690dc68e2b2778f7c85eae64b3dc45f06409a</id>
<content type='text'>
struct security_ace has a struct dom_sid, not a pointer to it. So we don't have
to talloc it first and then not free it.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue May 27 12:54:55 CEST 2014 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
struct security_ace has a struct dom_sid, not a pointer to it. So we don't have
to talloc it first and then not free it.

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User(master): Volker Lendecke &lt;vl@samba.org&gt;
Autobuild-Date(master): Tue May 27 12:54:55 CEST 2014 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/security/security_descriptor.c - fix three wrong counter variables</title>
<updated>2011-02-21T09:46:40+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2011-02-16T08:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d2b336ae319053dee96476131a3dc0c45b306b5f'/>
<id>d2b336ae319053dee96476131a3dc0c45b306b5f</id>
<content type='text'>
These strictly need to be "uint32_t" since "acl*-&gt;num_aces" has been
defined by this type.

This counter patchset has been reviewed by Andrew Bartlett.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These strictly need to be "uint32_t" since "acl*-&gt;num_aces" has been
defined by this type.

This counter patchset has been reviewed by Andrew Bartlett.
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/security Provide a common, top level libcli/security/security.h</title>
<updated>2010-10-12T05:54:10+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-10-12T04:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f768b32e37788e6722217148b0a73e54c04bc03a'/>
<id>f768b32e37788e6722217148b0a73e54c04bc03a</id>
<content type='text'>
This will reduce the noise from merges of the rest of the
libcli/security code, without this commit changing what code
is actually used.

This includes (along with other security headers) dom_sid.h and
security_token.h

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will reduce the noise from merges of the rest of the
libcli/security code, without this commit changing what code
is actually used.

This includes (along with other security headers) dom_sid.h and
security_token.h

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli: Fixed a segfault in security_acl_dup when the acl is NULL.</title>
<updated>2010-06-19T20:20:48+00:00</updated>
<author>
<name>Brendan Powers</name>
<email>brendan0powers@gmail.com</email>
</author>
<published>2010-05-25T20:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d3a99579f6c87bf9bc5863ca645bc1456ee6834f'/>
<id>d3a99579f6c87bf9bc5863ca645bc1456ee6834f</id>
<content type='text'>
This can happen when duplicating a security descriptor that is missing either sacls or dacls.

Signed-off-by: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can happen when duplicating a security descriptor that is missing either sacls or dacls.

Signed-off-by: Matthias Dieter Wallnöfer &lt;mdw@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial implementation of security descriptor creation in DS</title>
<updated>2009-09-20T22:16:17+00:00</updated>
<author>
<name>Nadezhda Ivanova</name>
<email>nadezhda.ivanova@postpath.com</email>
</author>
<published>2009-09-20T20:50:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6283f2caaa42c7238bdc9c2e8bc1246207645019'/>
<id>6283f2caaa42c7238bdc9c2e8bc1246207645019</id>
<content type='text'>
TODO's:
ACE sorting and clarifying the inheritance of object specific ace's.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TODO's:
ACE sorting and clarifying the inheritance of object specific ace's.
</pre>
</div>
</content>
</entry>
</feed>
