<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/locking/locking.c, branch v3-5-test</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>Fix bug #8515 - Empty CIFS share can be blocked for other clients by deleting it via empty path (DELETE_PENDING until the last client)</title>
<updated>2011-10-12T19:50:00+00:00</updated>
<author>
<name>Volodymyr Khomenko</name>
<email>Volodymyr_Khomenko@dell.com</email>
</author>
<published>2011-10-12T16:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c6e2256e2ef024ecdbebb9cb04d919342daeb780'/>
<id>c6e2256e2ef024ecdbebb9cb04d919342daeb780</id>
<content type='text'>
Disallow "." in can_set_delete_on_close().

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Oct 12 21:07:27 CEST 2011 on sn-devel-104
(cherry picked from commit bd260f03ab492d03c2890db47dc6fb4f1b824a1a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disallow "." in can_set_delete_on_close().

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Wed Oct 12 21:07:27 CEST 2011 on sn-devel-104
(cherry picked from commit bd260f03ab492d03c2890db47dc6fb4f1b824a1a)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #6876 - Delete of an object whose parent folder does not have delete rights fails even if the delete right is set on the object.</title>
<updated>2010-01-18T09:22:53+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2010-01-13T00:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eec11c0d2ba61aa2f86a100064b3a9de3f56bb7d'/>
<id>eec11c0d2ba61aa2f86a100064b3a9de3f56bb7d</id>
<content type='text'>
Final fix for the vfs_acl_xattr and vfs_acl_tdb code.
Ensure we can delete a file even if the underlying POSIX
permissions don't allow it, if the Windows permissions do.

Jeremy.
(cherry picked from commit 47c1d9b39f292772e8d8f7a737ddff6c8bdfdeae)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Final fix for the vfs_acl_xattr and vfs_acl_tdb code.
Ensure we can delete a file even if the underlying POSIX
permissions don't allow it, if the Windows permissions do.

Jeremy.
(cherry picked from commit 47c1d9b39f292772e8d8f7a737ddff6c8bdfdeae)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded argument from can_set_delete_on_close(). Ensure</title>
<updated>2009-12-03T02:17:55+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2009-12-03T02:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=baa4727b243ff2dfb78d3dd5fd29c8e9a3667c56'/>
<id>baa4727b243ff2dfb78d3dd5fd29c8e9a3667c56</id>
<content type='text'>
can_set_delete_on_close() is correctly called before any setting
of the disposition bit (clean up the do_unlink() call).
Jeremy.
(cherry picked from commit dfcc4115ddc7c3bf7a69d7eb747c096cd217b8a6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can_set_delete_on_close() is correctly called before any setting
of the disposition bit (clean up the do_unlink() call).
Jeremy.
(cherry picked from commit dfcc4115ddc7c3bf7a69d7eb747c096cd217b8a6)
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Cache brlock.tdb entries for the fast read&amp;write strict locking code path</title>
<updated>2009-11-21T10:40:59+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-11-16T08:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d73dbd22ac40e0308213726294de0319458b4277'/>
<id>d73dbd22ac40e0308213726294de0319458b4277</id>
<content type='text'>
For a netbench run this gains around 2% user-space CPU, fetching a 100MB file
takes around 4% less.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For a netbench run this gains around 2% user-space CPU, fetching a 100MB file
takes around 4% less.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Remove debug_ctx()</title>
<updated>2009-11-03T10:30:42+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-11-03T09:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=172542036aa1047cc7ee95c8e0a33dead6b3076f'/>
<id>172542036aa1047cc7ee95c8e0a33dead6b3076f</id>
<content type='text'>
smbd just crashed on me: In a debug message I called a routine preparing a
string that itself used debug_ctx. The outer routine also used it after the
inner routine had returned. It was still referencing the talloc context
that the outer debug_ctx() had given us, which the inner DEBUG had already
freed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
smbd just crashed on me: In a debug message I called a routine preparing a
string that itself used debug_ctx. The outer routine also used it after the
inner routine had returned. It was still referencing the talloc context
that the outer debug_ctx() had given us, which the inner DEBUG had already
freed.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:smbd: Add the ntstatus to the smb_panic in share_mode_lock_destructor</title>
<updated>2009-09-06T23:28:32+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-09-05T17:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=99f8dcab0c693424c65dce820a2eaed343c5f67e'/>
<id>99f8dcab0c693424c65dce820a2eaed343c5f67e</id>
<content type='text'>
This might help finding why bug 6518 happens
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This might help finding why bug 6518 happens
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Change fsp-&gt;fsp_name to be an smb_filename struct!</title>
<updated>2009-07-21T00:26:56+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-07-10T21:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5a8d70d465f28ae02f4df7a3c2905e028c2e3142'/>
<id>5a8d70d465f28ae02f4df7a3c2905e028c2e3142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Change the share_mode_lock struct to store a base_name and stream_name</title>
<updated>2009-07-09T04:36:04+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-07-08T23:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3a7d372e2eb5ab00986aafe69ac715a68faa077f'/>
<id>3a7d372e2eb5ab00986aafe69ac715a68faa077f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Make some arguments to (parse|unparse)_share_modes() const</title>
<updated>2009-07-09T04:36:04+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-07-08T21:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=83e5ac569577566fa171b8f4288e26e5129015ab'/>
<id>83e5ac569577566fa171b8f4288e26e5129015ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Remove unnecessary const qualifiers</title>
<updated>2009-07-08T01:02:53+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-07-08T00:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0d9b2048823870363db1856b8f5113f35aeb6a08'/>
<id>0d9b2048823870363db1856b8f5113f35aeb6a08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
