<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/modules, 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 #7781 (Samba transforms "ShareName" to lowercase when adding new share via MMC)</title>
<updated>2012-11-05T10:10:14+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-05-23T20:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3b1528dcd67d62f20313094be9b5d609a1ca4f25'/>
<id>3b1528dcd67d62f20313094be9b5d609a1ca4f25</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new share via MMC)"</title>
<updated>2012-10-31T10:40:26+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2012-10-31T10:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=92bd768ed56585c2a45d0ca41eec9e6a1e3701ae'/>
<id>92bd768ed56585c2a45d0ca41eec9e6a1e3701ae</id>
<content type='text'>
This reverts commit 157b88da4db727eafa682c7fc7eab11d5955f57b.

This one seems to break make test on my system.

Karolin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 157b88da4db727eafa682c7fc7eab11d5955f57b.

This one seems to break make test on my system.

Karolin
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new share via MMC)</title>
<updated>2012-09-28T07:27:01+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-05-23T20:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=157b88da4db727eafa682c7fc7eab11d5955f57b'/>
<id>157b88da4db727eafa682c7fc7eab11d5955f57b</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:vfs_gpfs: be less verbose in get/set_xattr functions</title>
<updated>2012-07-06T19:00:36+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-12-22T13:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4c8fdb5ce7ad0d966b3de23a1052191645b6635b'/>
<id>4c8fdb5ce7ad0d966b3de23a1052191645b6635b</id>
<content type='text'>
metze

Signed-off-by: Christian Ambach &lt;ambi@samba.org&gt;
(cherry picked from commit 2e95d8048b9e9c7025ddada7ede15494e6016ba9)

Fix bug #9022 - vfs_gpfs is very verbose in get/set_xattr functions.
(cherry picked from commit 3abaa9dd8a2af9497dfc6afd6f93a638956c1c3a)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Signed-off-by: Christian Ambach &lt;ambi@samba.org&gt;
(cherry picked from commit 2e95d8048b9e9c7025ddada7ede15494e6016ba9)

Fix bug #9022 - vfs_gpfs is very verbose in get/set_xattr functions.
(cherry picked from commit 3abaa9dd8a2af9497dfc6afd6f93a638956c1c3a)
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-vfs_gpfs: Fix bug #9003, posix acl on gpfs</title>
<updated>2012-06-30T11:23:40+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-06-22T13:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6fa785d9b2379138bff759266a1545bf0240f092'/>
<id>6fa785d9b2379138bff759266a1545bf0240f092</id>
<content type='text'>
gpfs2smb_acl can leave errno!=0 around even if it returned a correct
result!=NULL. We can only rely on errno being set if another error
condition (in this case result==NULL) indicates an error. If
result!=NULL, errno is undefined and can be anything. This leads to
SAFE_FREE(result) further down even in the success case.

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

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Fri Jun 22 19:27:39 CEST 2012 on sn-devel-104
(cherry picked from commit e7b58146d8576ae8bf4eaf2ec1063fe7697e05b8)
(cherry picked from commit bea2d3d007cef5643e863d2d4a80f0ea72461ec3)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gpfs2smb_acl can leave errno!=0 around even if it returned a correct
result!=NULL. We can only rely on errno being set if another error
condition (in this case result==NULL) indicates an error. If
result!=NULL, errno is undefined and can be anything. This leads to
SAFE_FREE(result) further down even in the success case.

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

Autobuild-User(master): Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date(master): Fri Jun 22 19:27:39 CEST 2012 on sn-devel-104
(cherry picked from commit e7b58146d8576ae8bf4eaf2ec1063fe7697e05b8)
(cherry picked from commit bea2d3d007cef5643e863d2d4a80f0ea72461ec3)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).</title>
<updated>2012-06-30T11:13:44+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-06-20T22:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=92b1d6b93571facbb07b7d32f169ba32ef6f8e1f'/>
<id>92b1d6b93571facbb07b7d32f169ba32ef6f8e1f</id>
<content type='text'>
Based on a fix from "Etienne Dechamps " &lt;e-t172@akegroup.org&gt;
(cherry picked from commit 0e2fb6c69e971c7502fabe17fa71d1453dda18a6)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on a fix from "Etienne Dechamps " &lt;e-t172@akegroup.org&gt;
(cherry picked from commit 0e2fb6c69e971c7502fabe17fa71d1453dda18a6)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still set SEC_DESC_DACL_PRESENT in the type field.</title>
<updated>2012-01-23T20:37:26+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-01-21T00:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f0c4e96cb4419015a9082e05ffc65bb370aede48'/>
<id>f0c4e96cb4419015a9082e05ffc65bb370aede48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First part of fix for bug #8673 - NT ACL issue.</title>
<updated>2012-01-21T20:12:27+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-01-10T21:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c333e7ad01fb63c9682526799b2571cac251b76e'/>
<id>c333e7ad01fb63c9682526799b2571cac251b76e</id>
<content type='text'>
Simplify the logic in the unlink/rmdir calls - makes it readable
(and correct). Add some debug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the logic in the unlink/rmdir calls - makes it readable
(and correct). Add some debug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inheritable entries on a directory with no stored ACL.</title>
<updated>2012-01-04T20:10:53+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-12-02T18:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c4e0462a9edfee64cba6cf5db18a54cc3c51c4f1'/>
<id>c4e0462a9edfee64cba6cf5db18a54cc3c51c4f1</id>
<content type='text'>
If referring to an fsp sbuf can be left as an uninitialized variable,
causing the 'is_directory' variable to be false when it should be true.
(cherry picked from commit 16c0d52842386fc2ebf975166b57b888d36796c5)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If referring to an fsp sbuf can be left as an uninitialized variable,
causing the 'is_directory' variable to be false when it should be true.
(cherry picked from commit 16c0d52842386fc2ebf975166b57b888d36796c5)
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Attempt to fix the vfs_commit module</title>
<updated>2011-12-01T20:01:01+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-11-30T17:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8ceed5335c447dee08cddc66087d04478f0afd4b'/>
<id>8ceed5335c447dee08cddc66087d04478f0afd4b</id>
<content type='text'>
This bug went in in 2007. I wonder how much this module is actually used....

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104
(cherry picked from commit b638abf70a3c9b2815344454946c0931295551be)
(cherry picked from commit 33a8e161401b889feca19b2bb9222509cf77c37d)

Fix bug #8639 (vfs_commit is broken (.open_fs doesn't return a file descriptor).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug went in in 2007. I wonder how much this module is actually used....

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Wed Nov 30 21:46:09 CET 2011 on sn-devel-104
(cherry picked from commit b638abf70a3c9b2815344454946c0931295551be)
(cherry picked from commit 33a8e161401b889feca19b2bb9222509cf77c37d)

Fix bug #8639 (vfs_commit is broken (.open_fs doesn't return a file descriptor).
</pre>
</div>
</content>
</entry>
</feed>
