<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/dbwrap, 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>dbwrap_tdb: handle tdb2 return values properly.</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=5e0f62c3c20250a7fdb4be11f08bd407b11a204b'/>
<id>5e0f62c3c20250a7fdb4be11f08bd407b11a204b</id>
<content type='text'>
TDB2 versions of tdb_parse_record etc return an error code, not -1.
Turn those into -1/0 in dbwrap_tdb to insulate the rest of the code
from that change.

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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TDB2 versions of tdb_parse_record etc return an error code, not -1.
Turn those into -1/0 in dbwrap_tdb to insulate the rest of the code
from that change.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>s3:dbwrap_ctdb: improve error message in transaction destructor</title>
<updated>2011-09-07T17:50:05+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2011-09-05T15:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=350d8e56db2dcc7030dc573f56d5d4a32510b757'/>
<id>350d8e56db2dcc7030dc573f56d5d4a32510b757</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: Silence some warnings</title>
<updated>2011-08-30T17:16:14+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-08-30T15:02:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e52fa6298a461bce125e4292c3c035a7bed22a51'/>
<id>e52fa6298a461bce125e4292c3c035a7bed22a51</id>
<content type='text'>
Rusty, please suggest a proper fix for this.

Thanks,

Volker Lendecke

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Tue Aug 30 19:16:14 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rusty, please suggest a proper fix for this.

Thanks,

Volker Lendecke

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Tue Aug 30 19:16:14 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in db_tdb_fetch()</title>
<updated>2011-08-25T21:55:06+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-08-25T11:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9d3fa10c352ae29091ffa0ef33f43a8c24a7161f'/>
<id>9d3fa10c352ae29091ffa0ef33f43a8c24a7161f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:dbwrap_ctdb: improve transaction start/commit/cancel debugging</title>
<updated>2011-08-15T15:15:15+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-08-14T21:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7eeb1685237da3867f58504c694d55dcf582b55b'/>
<id>7eeb1685237da3867f58504c694d55dcf582b55b</id>
<content type='text'>
* also log nesting transaction start/commit/cancel
* unify transaction log messages slightly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* also log nesting transaction start/commit/cancel
* unify transaction log messages slightly
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/</title>
<updated>2011-07-29T11:34:22+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-07-07T15:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0b5c4a601a983aab06e4aba158cd9359babd1e71'/>
<id>0b5c4a601a983aab06e4aba158cd9359babd1e71</id>
<content type='text'>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.c</title>
<updated>2011-07-29T10:23:13+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-07-06T14:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2414fc88d85c8dcc22ddbb389255d6c36838cbad'/>
<id>2414fc88d85c8dcc22ddbb389255d6c36838cbad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.</title>
<updated>2011-07-29T10:23:13+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-07-06T14:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1abdd9b2bb09d072496db5207814aefefe403f60'/>
<id>1abdd9b2bb09d072496db5207814aefefe403f60</id>
<content type='text'>
Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and
make the fallbacke implementation functoins non-static and create a
dbwrap_private.h header file that contains their prototypes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also start new folder lib/dbwrap/ where dbwrap_open.c is stored and
make the fallbacke implementation functoins non-static and create a
dbwrap_private.h header file that contains their prototypes.
</pre>
</div>
</content>
</entry>
</feed>
