<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/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>libcli: fix value of NT_STATUS_FILE_NOT_AVAILABLE</title>
<updated>2012-08-21T23:30:06+00:00</updated>
<author>
<name>Björn Jacke</name>
<email>bj@sernet.de</email>
</author>
<published>2012-08-21T16:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=db075b0202a4046f6329b52dccbff906c401005a'/>
<id>db075b0202a4046f6329b52dccbff906c401005a</id>
<content type='text'>
Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Wed Aug 22 01:30:06 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User(master): Björn Jacke &lt;bj@sernet.de&gt;
Autobuild-Date(master): Wed Aug 22 01:30:06 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/util: add NT_STATUS_FILE_NOT_AVAILABLE</title>
<updated>2012-08-07T09:16:36+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-08-07T07:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=83a746d7f54f7a99ee6b3e26100f8e2c19e3c3bd'/>
<id>83a746d7f54f7a99ee6b3e26100f8e2c19e3c3bd</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>libcli/util: fix typo in nt_errs[] for NT_STATUS_NETWORK_SESSION_EXPIRED</title>
<updated>2012-01-29T13:11:12+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-01-29T10:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f6fb55aeae12b6832a1cbd11195958fc9e0d8e45'/>
<id>f6fb55aeae12b6832a1cbd11195958fc9e0d8e45</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sun Jan 29 14:11:12 CET 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sun Jan 29 14:11:12 CET 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: use differing NTSTATUS and WERROR struct members</title>
<updated>2012-01-23T20:18:20+00:00</updated>
<author>
<name>David Disseldorp</name>
<email>ddiss@samba.org</email>
</author>
<published>2012-01-23T20:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=af6bf7714d8eb4cd3ac4e9f9ab674326e74c6a49'/>
<id>af6bf7714d8eb4cd3ac4e9f9ab674326e74c6a49</id>
<content type='text'>
This allows the compiler to catch uses of incorrectly typed arguments
for [NT_STATUS|W_ERROR]_IS_OK() and [NT_STATUS|W_ERROR]_EQUAL(). I.e.

WERROR werr;

werr = my_fn();        /* XXX returns WERROR type */

if (NT_STATUS_EQUAL(werr, NT_STATUS_OBJECT_NAME_COLLISION)) {
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the compiler to catch uses of incorrectly typed arguments
for [NT_STATUS|W_ERROR]_IS_OK() and [NT_STATUS|W_ERROR]_EQUAL(). I.e.

WERROR werr;

werr = my_fn();        /* XXX returns WERROR type */

if (NT_STATUS_EQUAL(werr, NT_STATUS_OBJECT_NAME_COLLISION)) {
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: Fix NT_STATUS_ALL_SIDS_FILTERED definition</title>
<updated>2011-12-23T22:19:17+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2011-12-23T20:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d4e834ec6c8005b8a517185a46ab18d8343b7313'/>
<id>d4e834ec6c8005b8a517185a46ab18d8343b7313</id>
<content type='text'>
This seems to be more in line with all the other NT_STATUS definitions.

Metze, please check.

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Fri Dec 23 23:19:17 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems to be more in line with all the other NT_STATUS definitions.

Metze, please check.

Autobuild-User: Volker Lendecke &lt;vlendec@samba.org&gt;
Autobuild-Date: Fri Dec 23 23:19:17 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/util: add NT_STATUS_NETWORK_SESSION_EXPIRED and NT_STATUS_ALL_SIDS_FILTERED</title>
<updated>2011-12-17T13:24:40+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-12-17T10:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=23a034335cb25a7e1a7a5ba0ba007e23d379623e'/>
<id>23a034335cb25a7e1a7a5ba0ba007e23d379623e</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sat Dec 17 14:24:40 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Sat Dec 17 14:24:40 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>werror: Added missing DNS error codes</title>
<updated>2011-10-20T03:53:05+00:00</updated>
<author>
<name>Amitay Isaacs</name>
<email>amitay@gmail.com</email>
</author>
<published>2011-09-28T03:15:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=51855de6338607b0dcca7b81b7fd4577481af40c'/>
<id>51855de6338607b0dcca7b81b7fd4577481af40c</id>
<content type='text'>
Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>errormap: Add unix_to_werror() function</title>
<updated>2011-09-28T00:02:35+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2011-01-26T21:17:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=df88e66250375fec2d0991bf379f4fe6f2550a7c'/>
<id>df88e66250375fec2d0991bf379f4fe6f2550a7c</id>
<content type='text'>
While this function technically is closest to the
map_nt_status_from_unix() function, I think it is better to keep the new
function in line with our usual fooerror_to_barerror() naming scheme.

Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While this function technically is closest to the
map_nt_status_from_unix() function, I think it is better to keep the new
function in line with our usual fooerror_to_barerror() naming scheme.

Signed-off-by: Kai Blin &lt;kai@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>werror: remove duplicate definition of WERR_INVALID_OWNER</title>
<updated>2011-08-25T23:23:52+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2011-08-24T10:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a3538b92d3ecc9d819d170d2e64cdbb0f4fff941'/>
<id>a3538b92d3ecc9d819d170d2e64cdbb0f4fff941</id>
<content type='text'>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri Aug 26 01:23:52 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autobuild-User: Michael Adam &lt;obnox@samba.org&gt;
Autobuild-Date: Fri Aug 26 01:23:52 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli: remove duplicate of #define NT_STATUS_NO_SUCH_JOB</title>
<updated>2011-07-07T18:29:13+00:00</updated>
<author>
<name>Björn Baumbach</name>
<email>bb@sernet.de</email>
</author>
<published>2011-07-07T15:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6db705d6fcc5b58b205afed2a9140716c6323fae'/>
<id>6db705d6fcc5b58b205afed2a9140716c6323fae</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Thu Jul  7 20:29:13 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Thu Jul  7 20:29:13 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
