<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/cluster/cluster.c, branch talloc-2.1.2</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>source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.</title>
<updated>2013-04-12T21:59:42+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2013-04-11T07:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ed6a4e04e1f8a0ca952e37577bfdc9731d6ef93d'/>
<id>ed6a4e04e1f8a0ca952e37577bfdc9731d6ef93d</id>
<content type='text'>
This makes the code use dbwrap_local_open(), so it can handle
NTDB.

brlock.tdb, notify.tdb and openfiles.tdb can now be brlock.ntdb,
notify.ntdb and openfiles.ntdb, if 'use ntdb' is set.

Cc: Andrew Bartlett &lt;abartlet@samba.org&gt;
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the code use dbwrap_local_open(), so it can handle
NTDB.

brlock.tdb, notify.tdb and openfiles.tdb can now be brlock.ntdb,
notify.ntdb and openfiles.ntdb, if 'use ntdb' is set.

Cc: Andrew Bartlett &lt;abartlet@samba.org&gt;
Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&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>server_id.idl: Bring server_id.idl in common</title>
<updated>2011-06-09T10:40:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-02T00:55:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d057116cc2e454ba097d0dcb22e16108a05a4a1b'/>
<id>d057116cc2e454ba097d0dcb22e16108a05a4a1b</id>
<content type='text'>
Andrew Bartlett

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Andrew Bartlett

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-cluster Use task_id instead of id2 to clarify server_id structure</title>
<updated>2011-06-09T10:40:08+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-08T16:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd'/>
<id>8d803d5a0a9a7815c4e6fcbd9b7c652fb85e94dd</id>
<content type='text'>
This seems a clearer and more acceptable name.

Andrew Bartlett

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems a clearer and more acceptable name.

Andrew Bartlett

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-messaging Rename messaging -&gt; imessaging</title>
<updated>2011-05-03T05:37:07+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-03T00:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cdd802af8319e0b0744d8e727cef75526269ece2'/>
<id>cdd802af8319e0b0744d8e727cef75526269ece2</id>
<content type='text'>
This avoid symbol and structure conflicts between Samba3 and Samba4,
and chooses a less generic name.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoid symbol and structure conflicts between Samba3 and Samba4,
and chooses a less generic name.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-cluster: Remove const from cluster_id_string()</title>
<updated>2011-05-03T05:37:06+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-02T00:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f13b7ec0791dc4f805a66300a540238aa57d3337'/>
<id>f13b7ec0791dc4f805a66300a540238aa57d3337</id>
<content type='text'>
This allows the caller to talloc_free() this result.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the caller to talloc_free() this result.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-idl: rename s4 server_id.idl to server_id4.idl</title>
<updated>2011-02-18T07:41:00+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-02-17T23:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bed374215ff040cc995659d42938be35412a794a'/>
<id>bed374215ff040cc995659d42938be35412a794a</id>
<content type='text'>
this avoids a conflict with the new s3 server_id.idl

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this avoids a conflict with the new s3 server_id.idl

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename dom_sid.idl -&gt; server_id.idl (since it no longer actually contains the dom_sid). No longer include it from security.idl.</title>
<updated>2008-12-16T14:36:18+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-12-16T14:36:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0f04beff337a936a66c86272ff79defd9e8ae173'/>
<id>0f04beff337a936a66c86272ff79defd9e8ae173</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix includes.</title>
<updated>2008-10-15T00:52:10+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-15T00:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=aaa3e0425d8394c36a6211ddbd76837b5b3e3e56'/>
<id>aaa3e0425d8394c36a6211ddbd76837b5b3e3e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework cluster_id() to take an additional argument, as we need</title>
<updated>2008-02-04T06:51:38+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2008-02-04T06:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=77f71c1b65358723771354fd9ff1dc418b227ccc'/>
<id>77f71c1b65358723771354fd9ff1dc418b227ccc</id>
<content type='text'>
&lt;node&gt;.&lt;pid&gt;.&lt;fd&gt; to be unique in a prefork process environment.

Andrew Bartlett and David Disseldorp
(This used to be commit 931994a7f185bbc98924823e9e8cef1011dd0957)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;node&gt;.&lt;pid&gt;.&lt;fd&gt; to be unique in a prefork process environment.

Andrew Bartlett and David Disseldorp
(This used to be commit 931994a7f185bbc98924823e9e8cef1011dd0957)
</pre>
</div>
</content>
</entry>
</feed>
