<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib, branch talloc-2.0.7</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>talloc: change version to 2.0.7</title>
<updated>2011-09-15T20:32:59+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-15T15:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94bebb96c54011b6e00256309cbf0a5b9e6688d5'/>
<id>94bebb96c54011b6e00256309cbf0a5b9e6688d5</id>
<content type='text'>
The version change is needed because the ABI file
of the pytalloc code was fixed.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Thu Sep 15 22:32:59 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version change is needed because the ABI file
of the pytalloc code was fixed.

metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Thu Sep 15 22:32:59 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: remove bogus leftover .orig file.</title>
<updated>2011-09-14T04:06:41+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-14T02:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cb064f28f976dcc74993bcbb88313618d7bba741'/>
<id>cb064f28f976dcc74993bcbb88313618d7bba741</id>
<content type='text'>
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date: Wed Sep 14 06:06:41 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date: Wed Sep 14 06:06:41 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_compat: change offset of CLEAR_IF_FIRST lock.</title>
<updated>2011-09-14T00:21:29+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=84a4289b5236e38ab0afc6ef3c784d202c6b3c2c'/>
<id>84a4289b5236e38ab0afc6ef3c784d202c6b3c2c</id>
<content type='text'>
This makes it match tdb1, which mean it will Just Work as TDB2 gets
tdb1 format support.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date: Wed Sep 14 02:21:29 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it match tdb1, which mean it will Just Work as TDB2 gets
tdb1 format support.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date: Wed Sep 14 02:21:29 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2</title>
<updated>2011-09-13T22:43:28+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=72c4074c65b7a525b001b9787d8b922538898a89'/>
<id>72c4074c65b7a525b001b9787d8b922538898a89</id>
<content type='text'>
This matters with the clear-if-first support: we need to re-establish
those locks at this point.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matters with the clear-if-first support: we need to re-establish
those locks at this point.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: fix prototypes which return enum TDB_ERROR.</title>
<updated>2011-09-13T22:43:28+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2d7c85a971b2766e5ad6ce3664506deba87b53e1'/>
<id>2d7c85a971b2766e5ad6ce3664506deba87b53e1</id>
<content type='text'>
Since enums and ints are compatible in C, the compiler didn't warn
that our prototypes for these functions disagreed with the
definitions.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit 6d3832ee613adeb9ae7ed6454996ffa39c32650f)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since enums and ints are compatible in C, the compiler didn't warn
that our prototypes for these functions disagreed with the
definitions.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit 6d3832ee613adeb9ae7ed6454996ffa39c32650f)

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: fix return handling in pytdb wrapper.</title>
<updated>2011-09-13T22:43:27+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c5c0a4d3315d10921f2d4514724da045edbda296'/>
<id>c5c0a4d3315d10921f2d4514724da045edbda296</id>
<content type='text'>
tdb_close() does genuinely return non-zero, not an error code, even in tdb2.
And tdb_exists() returns true or false, not an error code.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tdb_close() does genuinely return non-zero, not an error code, even in tdb2.
And tdb_exists() returns true or false, not an error code.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: add error conversion functions.</title>
<updated>2011-09-13T22:43:27+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2237daed7e4c6c38241bc07383ed1a421abe8d6c'/>
<id>2237daed7e4c6c38241bc07383ed1a421abe8d6c</id>
<content type='text'>
This clarifies the code a little, but also provides a more explicit
mechanism which can be used to debug error handling (by introducing
tdb_err_t and making it a pointer type).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit afa6d57b7d93fe4675a952f556eb462951baa257)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This clarifies the code a little, but also provides a more explicit
mechanism which can be used to debug error handling (by introducing
tdb_err_t and making it a pointer type).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit afa6d57b7d93fe4675a952f556eb462951baa257)

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: set tdb_error() on tdb_transaction_prepare_commit.</title>
<updated>2011-09-13T22:43:27+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=45467c0118da0c1d4e5644f4570f10aafe37a8a7'/>
<id>45467c0118da0c1d4e5644f4570f10aafe37a8a7</id>
<content type='text'>
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit feb36b14278b4230af70dab90369a345b6a027ef)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit feb36b14278b4230af70dab90369a345b6a027ef)

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: make tests work in parallel.</title>
<updated>2011-09-13T22:43:27+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5e3731a28101c0ee3435746e4b7340013477ad64'/>
<id>5e3731a28101c0ee3435746e4b7340013477ad64</id>
<content type='text'>
Lazy cut &amp; paste of tdb names causes failure when we run in parallel.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit 380372e733416c2b348d5307f536d0a0807e95df)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lazy cut &amp; paste of tdb names causes failure when we run in parallel.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit 380372e733416c2b348d5307f536d0a0807e95df)

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: fix error handling for tdb1_transaction_commit.</title>
<updated>2011-09-13T22:43:27+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-09-13T22:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=67164070d5bb6697ee139b20121656670b579cdf'/>
<id>67164070d5bb6697ee139b20121656670b579cdf</id>
<content type='text'>
tdb_repack() returns an enum TDB_ERROR, whereas
tdb1_transaction_commit is expected to return 0 or -1.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit b679512e4260b9847e2f846b07443e6907d8276f)

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tdb_repack() returns an enum TDB_ERROR, whereas
tdb1_transaction_commit is expected to return 0 or -1.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
(Imported from CCAN commit b679512e4260b9847e2f846b07443e6907d8276f)

</pre>
</div>
</content>
</entry>
</feed>
