<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/ldb/common, 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>s3: Call va_end() after all va_start()/va_copy() calls.</title>
<updated>2009-06-12T08:29:37+00:00</updated>
<author>
<name>Andrew Kroeger</name>
<email>andrew@id10ts.net</email>
</author>
<published>2009-06-11T07:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=6c5c99130462ecddb449e99138c88930003325a3'/>
<id>6c5c99130462ecddb449e99138c88930003325a3</id>
<content type='text'>
There are error paths in S3 where va_end() is not properly called after
va_start() or va_copy() have been called.

These issues were noted while performing an inspection for S4 bug #6129.  Thanks
to Erik Hovland &lt;erik@hovland.org&gt; for the original bug report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are error paths in S3 where va_end() is not properly called after
va_start() or va_copy() have been called.

These issues were noted while performing an inspection for S4 bug #6129.  Thanks
to Erik Hovland &lt;erik@hovland.org&gt; for the original bug report.
</pre>
</div>
</content>
</entry>
<entry>
<title>samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB:</title>
<updated>2009-04-23T16:27:32+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-04-23T12:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=b6981e79dfb22819f48edcd4041b00f9b8cd7a93'/>
<id>b6981e79dfb22819f48edcd4041b00f9b8cd7a93</id>
<content type='text'>
 * ldb_dn_new() now takes an initial DN string
 * ldb_dn_string_compose() -&gt; ldb_dn_new_fmt()
 * dummy ldb_dn_validate(), since LDB DNs in the current implementation
   are always valid if they could be created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * ldb_dn_new() now takes an initial DN string
 * ldb_dn_string_compose() -&gt; ldb_dn_new_fmt()
 * dummy ldb_dn_validate(), since LDB DNs in the current implementation
   are always valid if they could be created.
</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>s3 ldb: Fix vasprintf segfault that has been the source of build machine failures this week</title>
<updated>2009-01-24T00:18:21+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2009-01-24T00:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=0998d172dbeb5f9d7198bbea9ee9124c0558f41b'/>
<id>0998d172dbeb5f9d7198bbea9ee9124c0558f41b</id>
<content type='text'>
The bug was introduced when converting samba3's ldb_search interface
to match samba4:
47951fc5d0085e124666b7667715bba98076820e
f3ecb701335b1129947127d4c45eef970b66875c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug was introduced when converting samba3's ldb_search interface
to match samba4:
47951fc5d0085e124666b7667715bba98076820e
f3ecb701335b1129947127d4c45eef970b66875c
</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>s3:lib/ldb: Don't return already freed pointer on error.</title>
<updated>2008-09-25T14:15:18+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-09-25T01:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=f27774729e8c88615b9d3d25a85cae0a1fc35c4f'/>
<id>f27774729e8c88615b9d3d25a85cae0a1fc35c4f</id>
<content type='text'>
metze

Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Signed-off-by: Karolin Seeger &lt;kseeger@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ldb: Fix permissions of new ldg files.</title>
<updated>2008-08-27T11:32:09+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2008-08-27T11:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=dee5f093570a6586f4cf6d9dec4b002c33160862'/>
<id>dee5f093570a6586f4cf6d9dec4b002c33160862</id>
<content type='text'>
This one fixes together with 2eaf4ed62 bug #5715 and CVE-2008-3789.

Thanks to Steve Langasek &lt;vorlon@debian.org&gt; for reporting!

Karolin
(cherry picked from commit b666d0a4b597218f5f5020bf36d80d84dcbf7259)
(This used to be commit 73f54df7fedc8f0db022f902100fd5eb1b629fb2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This one fixes together with 2eaf4ed62 bug #5715 and CVE-2008-3789.

Thanks to Steve Langasek &lt;vorlon@debian.org&gt; for reporting!

Karolin
(cherry picked from commit b666d0a4b597218f5f5020bf36d80d84dcbf7259)
(This used to be commit 73f54df7fedc8f0db022f902100fd5eb1b629fb2)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2008-07-14T14:40:36+00:00</updated>
<author>
<name>Karolin Seeger</name>
<email>kseeger@samba.org</email>
</author>
<published>2008-07-14T14:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=df1554192683aacc518c4a95715089d4eab51192'/>
<id>df1554192683aacc518c4a95715089d4eab51192</id>
<content type='text'>
retieve -&gt; retrieve

Karolin
(This used to be commit 37c64130701ab13b6f34998ac17fec2d128c2e08)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
retieve -&gt; retrieve

Karolin
(This used to be commit 37c64130701ab13b6f34998ac17fec2d128c2e08)
</pre>
</div>
</content>
</entry>
</feed>
