<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/lib, branch talloc-2.0.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>always use prepare_commit in ldb transaction commits if possible</title>
<updated>2009-09-03T08:36:09+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-03T08:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bfccc4590dc94b37258b7225d153c4c01d1a28d6'/>
<id>bfccc4590dc94b37258b7225d153c4c01d1a28d6</id>
<content type='text'>
The reason we need this is to make multi-tdb transactions safe, with
the partition module. The linked_attributes and repl_meta_data modules
now do extra processing when the transaction ends, and that processing
can fail. When it fails we need to cancel the transaction, which we
can only do if the hook is on the prepare commit instead of the end
transaction call. Otherwise the partition module cannot ensure that no
commit has been done on another partition.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason we need this is to make multi-tdb transactions safe, with
the partition module. The linked_attributes and repl_meta_data modules
now do extra processing when the transaction ends, and that processing
can fail. When it fails we need to cancel the transaction, which we
can only do if the hook is on the prepare commit instead of the end
transaction call. Otherwise the partition module cannot ensure that no
commit has been done on another partition.
</pre>
</div>
</content>
</entry>
<entry>
<title>show the full set of command line options for ldb tools</title>
<updated>2009-09-02T08:31:59+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-02T08:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bde679e6f84b16d63a8007fe48789ee7951b9f34'/>
<id>bde679e6f84b16d63a8007fe48789ee7951b9f34</id>
<content type='text'>
I always found it hard to remember some of the options. We might as
well use popt to give us the full list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I always found it hard to remember some of the options. We might as
well use popt to give us the full list
</pre>
</div>
</content>
</entry>
<entry>
<title>use ldb_cmdline_help() in ldbsearch</title>
<updated>2009-09-02T08:19:55+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-02T06:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=10bd56b34a51cb10f48646584d58f0fdffe85e94'/>
<id>10bd56b34a51cb10f48646584d58f0fdffe85e94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added ldb_cmdline_help()</title>
<updated>2009-09-02T08:19:55+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-02T06:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1e552770ee25fb34b680ef01bc64e21dc9803782'/>
<id>1e552770ee25fb34b680ef01bc64e21dc9803782</id>
<content type='text'>
This allows the ldb tools to show their full command line options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the ldb tools to show their full command line options
</pre>
</div>
</content>
</entry>
<entry>
<title>don't allow two controls to be added with the same OID</title>
<updated>2009-09-02T08:19:55+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-02T03:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=67bf17598bd755ac07952fc44ce27031478d5503'/>
<id>67bf17598bd755ac07952fc44ce27031478d5503</id>
<content type='text'>
Two controls with the same OID makes no sense, as they may
have different data attached
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two controls with the same OID makes no sense, as they may
have different data attached
</pre>
</div>
</content>
</entry>
<entry>
<title>added ldb_ldif_message_string()</title>
<updated>2009-09-02T08:19:54+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-02T01:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b5bf4400659a59b6508ede2e9d1b7fbd253c0b07'/>
<id>b5bf4400659a59b6508ede2e9d1b7fbd253c0b07</id>
<content type='text'>
This function provides a easy function for displaying a ldb_message
structure in a human readable format. It is especially useful for
calling in gdb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function provides a easy function for displaying a ldb_message
structure in a human readable format. It is especially useful for
calling in gdb.
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: Depend on libtalloc 2.0.0</title>
<updated>2009-08-30T21:52:43+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-08-30T21:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a3e9b62f440340f075859e080086daec88e226f5'/>
<id>a3e9b62f440340f075859e080086daec88e226f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: cosmetic changes in ldb_dn</title>
<updated>2009-08-30T21:49:37+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>idra@samba.org</email>
</author>
<published>2009-08-30T20:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=185d06e122f1da75f3b0fa03c56565ced27907c9'/>
<id>185d06e122f1da75f3b0fa03c56565ced27907c9</id>
<content type='text'>
- remove trailing spaces and tabs
- shorten some variable names for readability
- try to break superlong lines for readability
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- remove trailing spaces and tabs
- shorten some variable names for readability
- try to break superlong lines for readability
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:ldb Don't sleep(100) in this error case, but debug the LDIF</title>
<updated>2009-08-28T12:41:54+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-08-28T09:26:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=77e2403f1314a28722f0fb21f6682320b2e9935d'/>
<id>77e2403f1314a28722f0fb21f6682320b2e9935d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-ldb: update dlinklist.h to match main copy (lib/util/dlinklist.h)</title>
<updated>2009-08-28T12:25:40+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2009-08-28T12:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e3c7e9e81edf05f6946cac6f07a8bd8d6729adcb'/>
<id>e3c7e9e81edf05f6946cac6f07a8bd8d6729adcb</id>
<content type='text'>
Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Michael
</pre>
</div>
</content>
</entry>
</feed>
