<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/locking, 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>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_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>
<entry>
<title>Fix bug #8307 - brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on all locks</title>
<updated>2011-07-16T00:32:02+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2011-07-15T23:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=73bfd16bd589989b2e64599f03bc43a52ebfcbbc'/>
<id>73bfd16bd589989b2e64599f03bc43a52ebfcbbc</id>
<content type='text'>
Reported by herb@samba.org. Remove the (premature) optimization
on file close.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Sat Jul 16 02:32:02 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by herb@samba.org. Remove the (premature) optimization
on file close.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Sat Jul 16 02:32:02 CEST 2011 on sn-devel-104
</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>lib/util Bring procid_str() into lib/util as server_id_string()</title>
<updated>2011-06-09T10:40:09+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-08T04:05:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=16b1c77644217796f70a3a0bf1d95c245f9ee2d9'/>
<id>16b1c77644217796f70a3a0bf1d95c245f9ee2d9</id>
<content type='text'>
This is needed for OpenChange, which prints Samba struct server_id
values in debug messages.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed for OpenChange, which prints Samba struct server_id
values in debug messages.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()</title>
<updated>2011-06-09T10:40:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-07T02:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8d4a8389bb2df77ff8923dda8368aa2915652c1a'/>
<id>8d4a8389bb2df77ff8923dda8368aa2915652c1a</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_MEMDUP 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_MEMDUP isn't standard talloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-talloc Change TALLOC_ZERO_P() to talloc_zero()</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:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ad0a07c531fadd1639c5298951cfaf5cfe0cb10e'/>
<id>ad0a07c531fadd1639c5298951cfaf5cfe0cb10e</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_ZERO_P 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_P isn't standard talloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-talloc Change TALLOC_P() to talloc()</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:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d5e6a47f064a3923b1e257ab84fa7ccd7c4f89f4'/>
<id>d5e6a47f064a3923b1e257ab84fa7ccd7c4f89f4</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_P 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_P isn't standard talloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-talloc Change TALLOC_ARRAY() to talloc_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:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3d15137653a7d1b593a9af2eef12f6e5b9a04c4f'/>
<id>3d15137653a7d1b593a9af2eef12f6e5b9a04c4f</id>
<content type='text'>
Using the standard macro makes it easier to move code into common, as
TALLOC_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_ARRAY isn't standard talloc.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:locking/proto.h: add _LOCKING_PROTO_H_ guard</title>
<updated>2011-05-30T23:44:27+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-05-30T22:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ff82f77796f0d867089962f7970efbe53c51289d'/>
<id>ff82f77796f0d867089962f7970efbe53c51289d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
