<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/util/error.h, branch talloc-2.1.2</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>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>libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol</title>
<updated>2011-06-20T06:12:03+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-20T04:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a1f04e8abc761ef1ba211420ff1dbda50fcf527d'/>
<id>a1f04e8abc761ef1ba211420ff1dbda50fcf527d</id>
<content type='text'>
The two error tables need to be combined, but for now seperate the names.

(As the common parts of the tree now use the _common function,
errmap_unix.c must be included in the s3 autoconf build).

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Mon Jun 20 08:12:03 CEST 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The two error tables need to be combined, but for now seperate the names.

(As the common parts of the tree now use the _common function,
errmap_unix.c must be included in the s3 autoconf build).

Andrew Bartlett

Autobuild-User: Andrew Bartlett &lt;abartlet@samba.org&gt;
Autobuild-Date: Mon Jun 20 08:12:03 CEST 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/util Remove prototype for ntstatus_dos_equal()</title>
<updated>2011-06-06T05:02:38+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-06-01T12:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6bf88222cc00ac765929ed6e844552a9a776109a'/>
<id>6bf88222cc00ac765929ed6e844552a9a776109a</id>
<content type='text'>
This was removed recently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was removed recently.
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: Remove unused unix_to_werror()</title>
<updated>2011-05-06T05:51:24+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-05-04T07:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cad704e8368f6aba28889966a7382afc8b738928'/>
<id>cad704e8368f6aba28889966a7382afc8b738928</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libcli/: Fix prototypes for all functions.</title>
<updated>2011-03-19T02:20:05+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2011-03-18T23:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fa387825e2a4563ff85267848d8e9d206bf6db96'/>
<id>fa387825e2a4563ff85267848d8e9d206bf6db96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>errormap: Add unix_to_werror() function</title>
<updated>2011-01-26T22:07:24+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=278c6f8fc538ad8ee069f0682229fad34abb3513'/>
<id>278c6f8fc538ad8ee069f0682229fad34abb3513</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;

Autobuild-User: Kai Blin &lt;kai@samba.org&gt;
Autobuild-Date: Wed Jan 26 23:07:24 CET 2011 on sn-devel-104
</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;

Autobuild-User: Kai Blin &lt;kai@samba.org&gt;
Autobuild-Date: Wed Jan 26 23:07:24 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>errormap: Remove wbc -&gt; NTSTATUS error map for now. It is not used.</title>
<updated>2009-05-15T14:05:37+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-05-15T14:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=88876ac57156891e8107034e5d7f40076e032e58'/>
<id>88876ac57156891e8107034e5d7f40076e032e58</id>
<content type='text'>
This was breaking the Samba 4 installation since it added dependencies
on header files we weren't installing.

Confirmed with Kai.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was breaking the Samba 4 installation since it added dependencies
on header files we weren't installing.

Confirmed with Kai.
</pre>
</div>
</content>
</entry>
<entry>
<title>errormap: Add wbcErr to NTSTATUS mappings</title>
<updated>2009-04-21T22:14:45+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2009-04-16T09:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7a9be21916589f2c2956e8b264648b66d074bfcb'/>
<id>7a9be21916589f2c2956e8b264648b66d074bfcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "parameter has incomplete type" build warning.</title>
<updated>2008-10-23T19:21:44+00:00</updated>
<author>
<name>Tim Prouty</name>
<email>tprouty@samba.org</email>
</author>
<published>2008-10-23T18:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0b68762af7055bb3f60e28ab543dcad2736028e9'/>
<id>0b68762af7055bb3f60e28ab543dcad2736028e9</id>
<content type='text'>
When libcli-util was moved to the top level
(3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build
warning.  Since ndr_map_error2ntstatus depends on the definition of
enum ndr_err_code and libndr.h can't be easily included in error.h, I
moved the definition of enum ndr_err_code to libndr.h.

This also eliminates the need for the duplicate definition in proto.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When libcli-util was moved to the top level
(3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build
warning.  Since ndr_map_error2ntstatus depends on the definition of
enum ndr_err_code and libndr.h can't be easily included in error.h, I
moved the definition of enum ndr_err_code to libndr.h.

This also eliminates the need for the duplicate definition in proto.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Move libcli-util error code to top-level.</title>
<updated>2008-10-23T01:11:19+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-23T01:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3be0f6ea56ed8e43cd287ed020e942efb675b87b'/>
<id>3be0f6ea56ed8e43cd287ed020e942efb675b87b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
