<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/util/wscript_build, branch talloc-2.0.8</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>Move source4/smbd/pidfile into lib/util in preparation for making it in common.</title>
<updated>2012-07-19T22:41:52+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-07-19T22:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2922fdaaf0ab2178a1701141cc2435af33c10dc8'/>
<id>2922fdaaf0ab2178a1701141cc2435af33c10dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ntdb: make --disable-ntdb work properly.</title>
<updated>2012-07-04T06:11:33+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-07-04T04:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=74bf0c6ec63955156f7acf673e2c5846bb8b212a'/>
<id>74bf0c6ec63955156f7acf673e2c5846bb8b212a</id>
<content type='text'>
As per bug #9024, make --disable-ntdb work again.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User(master): Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date(master): Wed Jul  4 08:11:33 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per bug #9024, make --disable-ntdb work again.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

Autobuild-User(master): Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date(master): Wed Jul  4 08:11:33 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.</title>
<updated>2012-06-29T00:15:16+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-06-28T18:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=821bd95156e8cc6d843aecb0a27d4a08761b7dac'/>
<id>821bd95156e8cc6d843aecb0a27d4a08761b7dac</id>
<content type='text'>
Will allow thread-specific credentials to be added by modifying
the central definitions. Deliberately left the setXX[ug]id()
call in popt as this is not used in Samba.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Will allow thread-specific credentials to be added by modifying
the central definitions. Deliberately left the setXX[ug]id()
call in popt as this is not used in Samba.
</pre>
</div>
</content>
</entry>
<entry>
<title>util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c</title>
<updated>2012-06-22T05:35:17+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-06-22T05:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fc9b2987611d7535b92288b26b09db19a0e2d78e'/>
<id>fc9b2987611d7535b92288b26b09db19a0e2d78e</id>
<content type='text'>
We're about to use them for dbwrap.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're about to use them for dbwrap.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>util: util_ntdb.c</title>
<updated>2012-06-22T05:35:17+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-06-22T00:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=735290f474a34986be4c66eb0bdf0b0ba14da970'/>
<id>735290f474a34986be4c66eb0bdf0b0ba14da970</id>
<content type='text'>
The first function is ntdb_new: this is preferred over ntdb_open, as
it makes the ntdb_context returned (and all NTDB_DATA returned from
ntdb_fetch) valid talloc pointers.

The API is very similar to tdb_wrap_open().

Note that we handle $TDB_NO_FSYNC here, since ntdb doesn't do that
hack (and it's great for speeding up testing!).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first function is ntdb_new: this is preferred over ntdb_open, as
it makes the ntdb_context returned (and all NTDB_DATA returned from
ntdb_fetch) valid talloc pointers.

The API is very similar to tdb_wrap_open().

Note that we handle $TDB_NO_FSYNC here, since ntdb doesn't do that
hack (and it's great for speeding up testing!).

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util_tdb: depend directly on tdb, not tdb_compat.</title>
<updated>2012-06-19T03:38:07+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-06-19T03:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2fc32658734d7196de5574c8cadeaea913e255e1'/>
<id>2fc32658734d7196de5574c8cadeaea913e255e1</id>
<content type='text'>
Simple change, as we get rid of tdb_compat in favour of tdb directly.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple change, as we get rid of tdb_compat in favour of tdb directly.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>s4-xattr: Use libreplace xattr functions directly</title>
<updated>2012-06-02T00:13:49+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-06-01T03:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f9b7cd53b9fe253b122cb545c2dd1be073ab0592'/>
<id>f9b7cd53b9fe253b122cb545c2dd1be073ab0592</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util: add missing 'errors' dependency to 'tevent-util'</title>
<updated>2012-05-14T13:12:34+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-05-14T09:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b4f2184a29d6ca41aacbaff6f499982895b74fd6'/>
<id>b4f2184a29d6ca41aacbaff6f499982895b74fd6</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>UTIL_TDB: lowercase name.</title>
<updated>2012-05-03T18:18:22+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2012-05-03T16:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d3b4c2c7714091a588f6aeaf784380cea54e73cf'/>
<id>d3b4c2c7714091a588f6aeaf784380cea54e73cf</id>
<content type='text'>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Thu May  3 20:18:22 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Thu May  3 20:18:22 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb_wrap: Move to specific directory.</title>
<updated>2012-03-10T22:13:01+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2012-03-10T20:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ce4531ee312c1171fcffcdbe9e214ae43384cdfd'/>
<id>ce4531ee312c1171fcffcdbe9e214ae43384cdfd</id>
<content type='text'>
It's a bit confusing to mix low-level and high-level libraries.  We had
multiple libraries in one directory, and there were have circular
dependencies with other libraries outside that directory (in this case,
samba-hostconfig).

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sat Mar 10 23:13:01 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a bit confusing to mix low-level and high-level libraries.  We had
multiple libraries in one directory, and there were have circular
dependencies with other libraries outside that directory (in this case,
samba-hostconfig).

Autobuild-User: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date: Sat Mar 10 23:13:01 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
