<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/security, branch talloc-2.0.8</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>Factor out privilege checking code into se_file_access_check() which takes a bool priv_open_requested parameter.</title>
<updated>2012-09-01T03:29:13+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-08-27T22:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2b89e1a20a6c726e5c3219a944143f0beb7c5920'/>
<id>2b89e1a20a6c726e5c3219a944143f0beb7c5920</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.</title>
<updated>2012-08-30T17:08:50+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-08-29T20:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf29863c69b36224564c27ef1610010b943857c0'/>
<id>cf29863c69b36224564c27ef1610010b943857c0</id>
<content type='text'>
Change se_create_child_secdesc() to handle inheritance correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change se_create_child_secdesc() to handle inheritance correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: rename security → samba-security</title>
<updated>2012-08-10T12:22:20+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-08-10T09:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=13f8674a15a30816ea7d00eed333f18bcf59e4d4'/>
<id>13f8674a15a30816ea7d00eed333f18bcf59e4d4</id>
<content type='text'>
there is a libsecurity on OSF1 which clasheѕ with our security lib. see bug #9023.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Fri Aug 10 14:22:21 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there is a libsecurity on OSF1 which clasheѕ with our security lib. see bug #9023.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Fri Aug 10 14:22:21 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning: variable ‘XX’ set but not used.</title>
<updated>2012-06-19T17:27:23+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-06-18T21:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9b212d8df5a6f4120dbfa135915597650a301cfa'/>
<id>9b212d8df5a6f4120dbfa135915597650a301cfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_access_check accepts.</title>
<updated>2012-03-14T04:08:03+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-03-14T02:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2d35fd7259bb8ad9a4a6a0c0b8d7a4f1cdf78c12'/>
<id>2d35fd7259bb8ad9a4a6a0c0b8d7a4f1cdf78c12</id>
<content type='text'>
Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Mar 14 05:08:03 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Mar 14 05:08:03 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8795 - Samba does not handle the Owner Rights permissions at all</title>
<updated>2012-03-14T01:26:34+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>realrichardsharpe@gmail.com</email>
</author>
<published>2012-03-13T23:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=44590c1b70c0a24f853c02d5fcdb3c609401e2ca'/>
<id>44590c1b70c0a24f853c02d5fcdb3c609401e2ca</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Mar 14 02:26:34 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Mar 14 02:26:34 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.</title>
<updated>2012-03-10T00:33:44+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>realrichardsharpe@gmail.com</email>
</author>
<published>2012-03-09T22:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1e8141f40ae7b67a45906f26483caff0a7cca7ed'/>
<id>1e8141f40ae7b67a45906f26483caff0a7cca7ed</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Sat Mar 10 01:33:45 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Sat Mar 10 01:33:45 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but has no permission for that, but token has SeTakeOwnershipPrivilege</title>
<updated>2012-02-22T18:19:32+00:00</updated>
<author>
<name>Richard Sharpe</name>
<email>realrichardsharpe@gmail.com</email>
</author>
<published>2012-02-22T14:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=108253250048673493a636fd9fb2bf99b64ccf3c'/>
<id>108253250048673493a636fd9fb2bf99b64ccf3c</id>
<content type='text'>
Autobuild-User: Richard Sharpe &lt;sharpe@samba.org&gt;
Autobuild-Date: Wed Feb 22 19:19:32 CET 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: Wed Feb 22 19:19:32 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Second part of fix for bug #8673 - NT ACL issue.</title>
<updated>2012-01-11T18:24:53+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-01-10T20:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f15cf9176df974c8a460db3ce74abf38d3f552ae'/>
<id>f15cf9176df974c8a460db3ce74abf38d3f552ae</id>
<content type='text'>
Ensure we process the entire ACE list instead of returning ACCESS_DENIED
and terminating the walk - ensure we only return the exact bits that cause
the access to be denied. Some of the S3 fileserver needs to know if we
are only denied DELETE access before overriding it by looking at the
containing directory ACL.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Jan 11 19:24:53 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure we process the entire ACE list instead of returning ACCESS_DENIED
and terminating the walk - ensure we only return the exact bits that cause
the access to be denied. Some of the S3 fileserver needs to know if we
are only denied DELETE access before overriding it by looking at the
containing directory ACL.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Jan 11 19:24:53 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>security: add local authority well-known SIDs</title>
<updated>2011-11-24T18:01:08+00:00</updated>
<author>
<name>Christian Ambach</name>
<email>ambi@samba.org</email>
</author>
<published>2011-09-01T14:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=53ad886f75f189a7c865acf455398c3f3ce38111'/>
<id>53ad886f75f189a7c865acf455398c3f3ce38111</id>
<content type='text'>
add the S-1-2 well-known SID family

Autobuild-User: Christian Ambach &lt;ambi@samba.org&gt;
Autobuild-Date: Thu Nov 24 19:01:08 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add the S-1-2 well-known SID family

Autobuild-User: Christian Ambach &lt;ambi@samba.org&gt;
Autobuild-Date: Thu Nov 24 19:01:08 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
