<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/winbindd/winbindd_cache.c, 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>Finish commit 8745c70d by Michael Adam.</title>
<updated>2011-09-14T22:43:04+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-09-14T21:07:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cc6f0231c9e75e88ab68dc97596a040b3f008791'/>
<id>cc6f0231c9e75e88ab68dc97596a040b3f008791</id>
<content type='text'>
If you're going to move winbindd_cache.tdb to the state_path, do it *everywhere*.

Found by Ira Cooper &lt;ira@wakeful.net&gt;.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Sep 15 00:43:04 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you're going to move winbindd_cache.tdb to the state_path, do it *everywhere*.

Found by Ira Cooper &lt;ira@wakeful.net&gt;.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Thu Sep 15 00:43:04 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3: Fix a debug message</title>
<updated>2011-09-08T13:08:43+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-09-08T11:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ab2ca882e1bf0674bd06fd4009caedcca2410b73'/>
<id>ab2ca882e1bf0674bd06fd4009caedcca2410b73</id>
<content type='text'>
Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Thu Sep  8 15:08:43 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Thu Sep  8 15:08:43 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:winbind: put winbindd_cache into the state dir, not the cache dir</title>
<updated>2011-09-07T19:17:37+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-09-07T15:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8745c70dfab058d609bc0ec88561ac62e1317e50'/>
<id>8745c70dfab058d609bc0ec88561ac62e1317e50</id>
<content type='text'>
Despite the name, in winbind offline logon mode, this is a database
that contains valuable information and should not be cleared.

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Wed Sep  7 21:17:37 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Despite the name, in winbind offline logon mode, this is a database
that contains valuable information and should not be cleared.

Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Wed Sep  7 21:17:37 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace calls to sid_equal with calls to dom_sid_equal</title>
<updated>2011-08-17T10:30:08+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-08-17T10:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f'/>
<id>8fd5e0ff2e08288d499556b5b48dcc7a9a3fc85f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_compat: Higher level API fixes.</title>
<updated>2011-06-20T09:18:35+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-06-20T09:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d925b327f4703cc141c0a7f3eec912dba8440880'/>
<id>d925b327f4703cc141c0a7f3eec912dba8440880</id>
<content type='text'>
My previous patches fixed up all direct TDB callers, but there are a
few utility functions and the db_context functions which are still
using the old -1 / 0 return codes.

It's clearer to fix up all the callers of these too, so everywhere is
consistent: non-zero means an error.

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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
My previous patches fixed up all direct TDB callers, but there are a
few utility functions and the db_context functions which are still
using the old -1 / 0 return codes.

It's clearer to fix up all the callers of these too, so everywhere is
consistent: non-zero means an error.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_compat: use tdb_errorstr_compat()</title>
<updated>2011-06-20T09:18:35+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-06-20T09:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=58f7cda1bc6b7767c318a038bdb686f4e59e2e64'/>
<id>58f7cda1bc6b7767c318a038bdb686f4e59e2e64</id>
<content type='text'>
Since TDB2 functions return the error directly, tdb_errorstr() taken an
error code, not the tdb as it does in TDB1.

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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since TDB2 functions return the error directly, tdb_errorstr() taken an
error code, not the tdb as it does in TDB1.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_traverse/tdb_traverse_read: check returns for negative, not -1.</title>
<updated>2011-06-20T09:18:35+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-06-20T09:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5a7874e119acbc80410b2f2c1847371236c22a56'/>
<id>5a7874e119acbc80410b2f2c1847371236c22a56</id>
<content type='text'>
TDB2 returns a negative error number on failure.  This is compatible
if we always check for &lt; 0 instead of == -1.

Also, there's no tdb_traverse_read in TDB2: we don't try to make
traverse reliable any more, so there are no write locks anyway.

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 returns a negative error number on failure.  This is compatible
if we always check for &lt; 0 instead of == -1.

Also, there's no tdb_traverse_read in TDB2: we don't try to make
traverse reliable any more, so there are no write locks anyway.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_delete: check returns for 0, not -1.</title>
<updated>2011-06-20T09:18:35+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-06-20T09:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1078eb21c49d707ddeef2257353f35c10d131b9f'/>
<id>1078eb21c49d707ddeef2257353f35c10d131b9f</id>
<content type='text'>
TDB2 returns a negative error number on failure.  This is compatible
if we always check for != 0 instead of == -1.

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 returns a negative error number on failure.  This is compatible
if we always check for != 0 instead of == -1.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_fetch_compat: use instead of tdb_fetch.</title>
<updated>2011-06-20T09:18:35+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-06-20T09:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=058c4f84924c07b88ccaf3d617f3abff797a7cc8'/>
<id>058c4f84924c07b88ccaf3d617f3abff797a7cc8</id>
<content type='text'>
This is a noop for tdb1.

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 is a noop for tdb1.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()</title>
<updated>2011-06-09T10:40:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-07T01:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5e26e94092b56ee47e7ec7837f7cd0feb3fb0119'/>
<id>5e26e94092b56ee47e7ec7837f7cd0feb3fb0119</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_ZERO_ARRAY isn't standard talloc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the standard macro makes it easier to move code into common, as
TALLOC_ZERO_ARRAY isn't standard talloc.
</pre>
</div>
</content>
</entry>
</feed>
