<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/util, 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>lib/util/charset: We do not use fucntions from wchar.h any more</title>
<updated>2012-09-26T00:13:10+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-25T22:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3902e7332d3d79c257fca451635d08a58d327d70'/>
<id>3902e7332d3d79c257fca451635d08a58d327d70</id>
<content type='text'>
Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util/charset: Try to find iconv on HP-UX</title>
<updated>2012-09-25T22:24:20+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-25T21:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1c5c96d7cd63ad1d46fb120119c5ad6594e103cf'/>
<id>1c5c96d7cd63ad1d46fb120119c5ad6594e103cf</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: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM</title>
<updated>2012-09-23T04:45:17+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-23T04:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=73bdb2a6c2f04c22780e2441a3e671722b16dfab'/>
<id>73bdb2a6c2f04c22780e2441a3e671722b16dfab</id>
<content type='text'>
Removing this unbuilt file allows removing BROKEN_GETGRNAM which was only
ever defined per-OS, not based on an actual test.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removing this unbuilt file allows removing BROKEN_GETGRNAM which was only
ever defined per-OS, not based on an actual test.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>waf: add check for BSD_STYLE_STATVFS</title>
<updated>2012-09-07T12:15:56+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-09-06T14:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8299bd1814ae4d3b79ee649e70a9336271ccfa7a'/>
<id>8299bd1814ae4d3b79ee649e70a9336271ccfa7a</id>
<content type='text'>
a leftover from bug #8777
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a leftover from bug #8777
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util: don't SMB_ASSERT() in process_exists_by_pid()</title>
<updated>2012-08-24T11:43:32+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-08-22T15:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=95f3662bbd587af24c2ff5411318e9d466412ee9'/>
<id>95f3662bbd587af24c2ff5411318e9d466412ee9</id>
<content type='text'>
Just return false...

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just return false...

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util: add server_id_set_disconnected() and server_id_is_disconnected()</title>
<updated>2012-08-17T18:07:07+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2012-08-06T14:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=471a853e343e336adb14a219fba2d2ead9a1db62'/>
<id>471a853e343e336adb14a219fba2d2ead9a1db62</id>
<content type='text'>
Utility functions for handling the special placeholder server-id value
for disconnected clients (to be used for durable handles).

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Utility functions for handling the special placeholder server-id value
for disconnected clients (to be used for durable handles).

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util: let server_id_str() skip the task_id if 0 in the cluster case too</title>
<updated>2012-08-17T18:07:07+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-08-17T10:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3cdf441da1ff0c969c89285cfd9fd0f968f1a4e9'/>
<id>3cdf441da1ff0c969c89285cfd9fd0f968f1a4e9</id>
<content type='text'>
server_id_from_string() already handles that case.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
server_id_from_string() already handles that case.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/util: add server_id_from_string()</title>
<updated>2012-08-17T18:07:07+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-08-17T10:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d4a0aeb49a3e7536b34d101cf7b70b48cfa5f4ba'/>
<id>d4a0aeb49a3e7536b34d101cf7b70b48cfa5f4ba</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>lib/util: add server_id_equal()</title>
<updated>2012-08-17T18:07:07+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-08-17T10:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8149623ad4e07f03b92832972c6d36ada92cc810'/>
<id>8149623ad4e07f03b92832972c6d36ada92cc810</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>Add debugs to functions. Add pidfile_unlink().</title>
<updated>2012-07-19T23:08:16+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-07-19T23:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3e476e184dc388677012778ca1d422273db76af6'/>
<id>3e476e184dc388677012778ca1d422273db76af6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
