<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/security/access_check.c, 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 #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>libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by default</title>
<updated>2011-03-21T22:25:05+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-03-21T10:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4928d66fc2f469b75090c34f8d233026485e4a1e'/>
<id>4928d66fc2f469b75090c34f8d233026485e4a1e</id>
<content type='text'>
In the file server SEC_STD_DELETE is granted on the file/directory
or by FILE_DELETE_CHILD on the parent directory.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Mon Mar 21 23:25:05 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the file server SEC_STD_DELETE is granted on the file/directory
or by FILE_DELETE_CHILD on the parent directory.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Mon Mar 21 23:25:05 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix const warning. Allocate off NULL as we always talloc_free().</title>
<updated>2010-10-22T17:33:03+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2010-10-21T19:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3e79cd6856e5c76cc39ad2be68b40534a524cecd'/>
<id>3e79cd6856e5c76cc39ad2be68b40534a524cecd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now we have SeSystemSecurity, remove the source3-only #ifdef.</title>
<updated>2010-10-21T01:35:00+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2010-10-21T00:51:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94dc63056a83168c605f14a8ce47b9b75a96fa2f'/>
<id>94dc63056a83168c605f14a8ce47b9b75a96fa2f</id>
<content type='text'>
Jeremy.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Oct 21 01:35:00 UTC 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Oct 21 01:35:00 UTC 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/security/access_check.c - fix a memory leak</title>
<updated>2010-10-20T12:31:05+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-10-20T11:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=caf6b3686fb7f18b17e0b89f519f216ac98df3be'/>
<id>caf6b3686fb7f18b17e0b89f519f216ac98df3be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>security: ensure the merge of libcli/security doesn't change s3 behaviour</title>
<updated>2010-10-14T03:16:41+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-10-14T02:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=40a6e019fdb9ed3d736883b7ba349a976f215208'/>
<id>40a6e019fdb9ed3d736883b7ba349a976f215208</id>
<content type='text'>
Jeremy, you put a #if 0 around this logic in this commit:

  8344e945 (Jeremy Allison    2008-10-31 10:51:45 -0700 181)

is this still needed?

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Thu Oct 14 03:16:41 UTC 2010 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy, you put a #if 0 around this logic in this commit:

  8344e945 (Jeremy Allison    2008-10-31 10:51:45 -0700 181)

is this still needed?

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Thu Oct 14 03:16:41 UTC 2010 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
