<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/libsmb/clisecdesc.c, branch talloc-2.2.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>s3:libsmb: add cli_query_mxac()</title>
<updated>2019-03-04T18:11:17+00:00</updated>
<author>
<name>Ralph Boehme</name>
<email>slow@samba.org</email>
</author>
<published>2019-03-01T08:49:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=52e1171e21b56880f75b3e8f0be9c8fdf1503934'/>
<id>52e1171e21b56880f75b3e8f0be9c8fdf1503934</id>
<content type='text'>
Works only for SMB2.

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>
Works only for SMB2.

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>Convert all uint32/16/8 to _t in source3/libsmb.</title>
<updated>2015-05-13T17:11:23+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>rsharpe@samba.org</email>
</author>
<published>2015-05-09T23:59:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5c1f8adc331a33c8fdd8e3995284d5833dc29f38'/>
<id>5c1f8adc331a33c8fdd8e3995284d5833dc29f38</id>
<content type='text'>
Signed-off-by: Richard Sharpe &lt;rsharpe@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: Richard Sharpe &lt;rsharpe@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: Plumb cli_smb2_set_security_descriptor() inside cli_set_security_descriptor().</title>
<updated>2013-08-15T07:07:07+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2013-08-08T18:00:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=80758e4b07c87280e778ba161c2c9c4a2ee47853'/>
<id>80758e4b07c87280e778ba161c2c9c4a2ee47853</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: Plumb cli_smb2_query_security_descriptor() inside cli_query_security_descriptor().</title>
<updated>2013-08-15T07:07:07+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2013-08-08T18:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1db7e90451f31d75298508c19a859d98d56d7e7c'/>
<id>1db7e90451f31d75298508c19a859d98d56d7e7c</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: add cli_{query,set}_security_descriptor() which take sec_info flags</title>
<updated>2012-12-02T21:53:32+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-11-30T12:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9afba14417ebb8e13623b62d3c81492629b92f29'/>
<id>9afba14417ebb8e13623b62d3c81492629b92f29</id>
<content type='text'>
In order to set and get security_descriptors it's important to specify
the sec_info flags.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to set and get security_descriptors it's important to specify
the sec_info flags.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we claim that a DACL or SACL is present if the SD says so</title>
<updated>2012-03-31T07:34:35+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>realrichardsharpe@gmail.com</email>
</author>
<published>2012-03-31T05:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7d3c26e8cfcffb519990d5d2d70af3307e34c15f'/>
<id>7d3c26e8cfcffb519990d5d2d70af3307e34c15f</id>
<content type='text'>
Autobuild-User: Richard Sharpe &lt;sharpe@samba.org&gt;
Autobuild-Date: Sat Mar 31 09:34:36 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Richard Sharpe &lt;sharpe@samba.org&gt;
Autobuild-Date: Sat Mar 31 09:34:36 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow a SACL to be sent in cli_set_secdesc().</title>
<updated>2012-02-03T00:28:06+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-02-03T00:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9fec2c0ea99b2fe0210765eb657287fce05c631b'/>
<id>9fec2c0ea99b2fe0210765eb657287fce05c631b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: cli_set_secdesc() only needs a const struct security_descriptor</title>
<updated>2011-07-23T09:08:19+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-07-23T07:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=824a300d2be8403dc9723a39e4bef88c43e46cc4'/>
<id>824a300d2be8403dc9723a39e4bef88c43e46cc4</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sat Jul 23 11:08:19 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sat Jul 23 11:08:19 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: remove unused cli_query_secdesc_old()</title>
<updated>2011-07-23T07:55:54+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-07-23T07:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6219bb98999876c9729f2c1923841709b13313d5'/>
<id>6219bb98999876c9729f2c1923841709b13313d5</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-libsmb: introduce new cli_query_secdesc() which returns NTSTATUS</title>
<updated>2011-07-23T07:18:57+00:00</updated>
<author>
<name>Björn Baumbach</name>
<email>bb@sernet.de</email>
</author>
<published>2011-07-22T13:11:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cb4fc9217727c14cc5f92acf99160b7612974850'/>
<id>cb4fc9217727c14cc5f92acf99160b7612974850</id>
<content type='text'>
Replacement for cli_query_secdesc_old()

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replacement for cli_query_secdesc_old()

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
