<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/ldb/include, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>Remove the copy of ldb from Samba 3.</title>
<updated>2010-05-06T09:34:30+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-05-06T08:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=fc336590dc35f1737ddc74333b959bdd32ee22d3'/>
<id>fc336590dc35f1737ddc74333b959bdd32ee22d3</id>
<content type='text'>
There were two utility functions that other parts of Samba 3
still relied on; they have been moved to lib/ldb_compat.[ch].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were two utility functions that other parts of Samba 3
still relied on; they have been moved to lib/ldb_compat.[ch].
</pre>
</div>
</content>
</entry>
<entry>
<title>util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)</title>
<updated>2010-02-10T23:53:58+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-02-10T23:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=32809bd8c17c9c522338722177539aa3d60c4cbc'/>
<id>32809bd8c17c9c522338722177539aa3d60c4cbc</id>
<content type='text'>
This changes the meaning of the -&gt;prev pointer in our doubly linked
lists to point at the end of the list from the front of the list. That
allows us to implement DLIST_ADD_END() and related functions in O(1)
time, which can be a huge saving in many places in Samba.

This also means that the 'type' argument to various DLIST_*() macros
is no longer needed, but I have left it in for now to keep the
patchset small, which will make it easier to revert if any problems
are found. In the future we should remove the 'type' arguments.

(jra. Move the one use of DLIST_TAIL over to the new macros).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the meaning of the -&gt;prev pointer in our doubly linked
lists to point at the end of the list from the front of the list. That
allows us to implement DLIST_ADD_END() and related functions in O(1)
time, which can be a huge saving in many places in Samba.

This also means that the 'type' argument to various DLIST_*() macros
is no longer needed, but I have left it in for now to keep the
patchset small, which will make it easier to revert if any problems
are found. In the future we should remove the 'type' arguments.

(jra. Move the one use of DLIST_TAIL over to the new macros).
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary changes to dlinklist to keep the implementation static whilst</title>
<updated>2010-02-10T23:30:59+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2010-02-10T23:30:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=32575ed70f3210a2fe10edfd801ad1cb8f5caffa'/>
<id>32575ed70f3210a2fe10edfd801ad1cb8f5caffa</id>
<content type='text'>
uses of (list)-&gt;prev are moved over to DLIST_PREV. This will be replaced
when the final (new) version of the dlinklist.h header is added.

Jeremy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uses of (list)-&gt;prev are moved over to DLIST_PREV. This will be replaced
when the final (new) version of the dlinklist.h header is added.

Jeremy.
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-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:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9f1c162e3374250657e3f90c34df19031bb58c93'/>
<id>9f1c162e3374250657e3f90c34df19031bb58c93</id>
<content type='text'>
This also removes build warnings of redefined macros
since it uses the embracing "#ifndef _DLINKLIST_H ... #endif".

Michael
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also removes build warnings of redefined macros
since it uses the embracing "#ifndef _DLINKLIST_H ... #endif".

Michael
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb/samba3: Support event context argument to ldb_init().</title>
<updated>2009-04-23T16:27:31+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-04-23T12:27:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9b64073cf733588b75c3780f2c18728ff3009500'/>
<id>9b64073cf733588b75c3780f2c18728ff3009500</id>
<content type='text'>
This argument is ignored (Samba3's LDB is synchronous) but having it
there is useful for API compatibility with the LDB used by Samba 4 and
available on some systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This argument is ignored (Samba3's LDB is synchronous) but having it
there is useful for API compatibility with the LDB used by Samba 4 and
available on some systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.</title>
<updated>2009-01-21T15:15:53+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-01-21T15:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f3ecb701335b1129947127d4c45eef970b66875c'/>
<id>f3ecb701335b1129947127d4c45eef970b66875c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder arguments to ldb_search() to match what is in Samba 4.</title>
<updated>2009-01-21T14:18:05+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-01-21T14:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=47951fc5d0085e124666b7667715bba98076820e'/>
<id>47951fc5d0085e124666b7667715bba98076820e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug 5913.</title>
<updated>2009-01-01T21:08:24+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2009-01-01T21:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=7458111ea4cf33b2a093e5edfb3b42ebfdc330c5'/>
<id>7458111ea4cf33b2a093e5edfb3b42ebfdc330c5</id>
<content type='text'>
Never seen this to be a problem, but it doesn't hurt either :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Never seen this to be a problem, but it doesn't hurt either :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23798: updated old Temple Place FSF addresses to new URL</title>
<updated>2007-10-10T17:28:26+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T03:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9fa1c63578733077c0aaaeeb2fc97c3b191089cc'/>
<id>9fa1c63578733077c0aaaeeb2fc97c3b191089cc</id>
<content type='text'>
(This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23790: LGPLv3+ conversion for our LGPLv2+ library code</title>
<updated>2007-10-10T17:28:25+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2007-07-10T01:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=2c09988e46d4e917b1c53c9bda3f81a48bba4952'/>
<id>2c09988e46d4e917b1c53c9bda3f81a48bba4952</id>
<content type='text'>
(This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
</pre>
</div>
</content>
</entry>
</feed>
