<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/utils/net_idmap_check.c, branch talloc-2.4.0</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>s3:utils: add debug functions instead of magic format strings in net_idmap_check.c</title>
<updated>2014-11-25T06:25:45+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2014-02-26T19:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=002a1c57a962779372643abf0857e820541c1b0d'/>
<id>002a1c57a962779372643abf0857e820541c1b0d</id>
<content type='text'>
This way the compiler can check the format string and doesn't generate warnings.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the compiler can check the format string and doesn't generate warnings.

Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dbwrap: add a dbwrap_flags argument to db_open()</title>
<updated>2014-02-07T15:06:06+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2014-01-27T13:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf0cb0add9ed47b8974272237fee0e1a4ba7bf68'/>
<id>cf0cb0add9ed47b8974272237fee0e1a4ba7bf68</id>
<content type='text'>
This is in preparation to support handing flags to backends,
in particular activating read only record support for ctdb
databases. For a start, this does nothing but adding the
parameter, and all databases use DBWRAP_FLAG_NONE.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is in preparation to support handing flags to backends,
in particular activating read only record support for ctdb
databases. For a start, this does nothing but adding the
parameter, and all databases use DBWRAP_FLAG_NONE.

Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util_tdb: factor out tdb_data_talloc_copy()</title>
<updated>2013-02-19T11:10:24+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2013-01-10T10:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d8dd0ecc484ccc0c3450c3e96725e56e8bf1a9ef'/>
<id>d8dd0ecc484ccc0c3450c3e96725e56e8bf1a9ef</id>
<content type='text'>
Signed-off-by: Gregor Beck &lt;gbeck@sernet.de&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Gregor Beck &lt;gbeck@sernet.de&gt;
Reviewed-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dbwrap: dbwrap_fetch_uint32-&gt;dbwrap_fetch_uint32_bystring</title>
<updated>2012-06-15T10:14:28+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-06-14T18:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7f19a5ab52ac6ecb380a49ec14072d0fd501f9db'/>
<id>7f19a5ab52ac6ecb380a49ec14072d0fd501f9db</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: Add a "lock_order" argument to db_open</title>
<updated>2012-01-18T13:48:04+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2012-01-06T16:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=45e61fcf61ed9863fbe2b116fe0763fc139bbe0d'/>
<id>45e61fcf61ed9863fbe2b116fe0763fc139bbe0d</id>
<content type='text'>
This will be used to enforce a lock hierarchy between the databases. We have
seen deadlocks between locking.tdb, brlock.tdb, serverid.tdb and notify*.tdb.
These should be fixed by refusing a dbwrap_fetch_locked that does not follow a
defined lock hierarchy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will be used to enforce a lock hierarchy between the databases. We have
seen deadlocks between locking.tdb, brlock.tdb, serverid.tdb and notify*.tdb.
These should be fixed by refusing a dbwrap_fetch_locked that does not follow a
defined lock hierarchy.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util: factor out tdb_data_is_empty</title>
<updated>2011-12-03T04:20:30+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2011-11-07T08:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d74b3f941f5e28bf4a98dab6d4be25fbaab200b7'/>
<id>d74b3f941f5e28bf4a98dab6d4be25fbaab200b7</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Sat Dec  3 05:20:30 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Sat Dec  3 05:20:30 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success if not found</title>
<updated>2011-12-03T02:48:31+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2011-11-04T09:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5bc44491d2c28db0a100f4e34f306dbabf84bb55'/>
<id>5bc44491d2c28db0a100f4e34f306dbabf84bb55</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:net: factor out interact_edit()</title>
<updated>2011-10-12T20:45:53+00:00</updated>
<author>
<name>Gregor Beck</name>
<email>gbeck@sernet.de</email>
</author>
<published>2011-08-18T12:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e430c75d4c275323f5a3ac894647f8ebf2a58a7a'/>
<id>e430c75d4c275323f5a3ac894647f8ebf2a58a7a</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:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of bool)</title>
<updated>2011-10-11T12:17:58+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-10-06T19:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=658f72128ff6950c6a03994198b4464a273fb300'/>
<id>658f72128ff6950c6a03994198b4464a273fb300</id>
<content type='text'>
for consistency and better error propagation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for consistency and better error propagation
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:net: convert net idmap check to use dbwrap wrapper functions.</title>
<updated>2011-10-11T12:17:57+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-08-24T13:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7458aac0f1e600c55627239c3020bc84ce88356a'/>
<id>7458aac0f1e600c55627239c3020bc84ce88356a</id>
<content type='text'>
Avoid direct use of the db_record and db_context structs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid direct use of the db_record and db_context structs.
</pre>
</div>
</content>
</entry>
</feed>
