<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/util, branch v4-7-stable</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:util: Update werror table</title>
<updated>2017-06-07T03:15:16+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2017-06-06T14:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e6b3d7410e621e5c515460cd2788dd4ff8dd4474'/>
<id>e6b3d7410e621e5c515460cd2788dd4ff8dd4474</id>
<content type='text'>
This adds ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED for MS-PAR.

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED for MS-PAR.

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>getncchanges: Return correct denied REPL_SECRET error code</title>
<updated>2017-03-13T04:10:11+00:00</updated>
<author>
<name>Garming Sam</name>
<email>garming@catalyst.net.nz</email>
</author>
<published>2017-02-27T01:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b0d37f6ca1bbbae389f8fe6d5a2b416f0decb9a9'/>
<id>b0d37f6ca1bbbae389f8fe6d5a2b416f0decb9a9</id>
<content type='text'>
Signed-off-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: add WERROR generation to build system</title>
<updated>2017-02-14T08:46:23+00:00</updated>
<author>
<name>Bob Campbell</name>
<email>bobcampbell@catalyst.net.nz</email>
</author>
<published>2017-01-19T23:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c6dcac954e783bb3f55a2d16eca2f43da42e1210'/>
<id>c6dcac954e783bb3f55a2d16eca2f43da42e1210</id>
<content type='text'>
Parts of doserr.c and werror.h are now generated into werror_gen.c and
werror_gen.h, respectively. Also, py_werror.c is now generated.

Some errors were not included in the list which we now generate WERRORs
from. These errors have been manually included.

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parts of doserr.c and werror.h are now generated into werror_gen.c and
werror_gen.h, respectively. Also, py_werror.c is now generated.

Some errors were not included in the list which we now generate WERRORs
from. These errors have been manually included.

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: add table to generate WERRORs from</title>
<updated>2017-02-14T08:46:23+00:00</updated>
<author>
<name>Bob Campbell</name>
<email>bobcampbell@catalyst.net.nz</email>
</author>
<published>2017-01-12T21:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ea49c56f4670e9bb3ceab3c2aba302236886161b'/>
<id>ea49c56f4670e9bb3ceab3c2aba302236886161b</id>
<content type='text'>
Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: pull out code into common file</title>
<updated>2017-02-14T08:46:23+00:00</updated>
<author>
<name>Bob Campbell</name>
<email>bobcampbell@catalyst.net.nz</email>
</author>
<published>2017-01-19T23:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=aad57f9f1f476608b86931f865a5874e69f61a0e'/>
<id>aad57f9f1f476608b86931f865a5874e69f61a0e</id>
<content type='text'>
This is a precursor to generating other types of errors.

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a precursor to generating other types of errors.

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add python module with NTSTATUS constants</title>
<updated>2017-02-14T08:46:23+00:00</updated>
<author>
<name>Bob Campbell</name>
<email>bobcampbell@catalyst.net.nz</email>
</author>
<published>2017-01-12T02:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3ba25569b162d0a114a1d91fa22ad61727b41b2c'/>
<id>3ba25569b162d0a114a1d91fa22ad61727b41b2c</id>
<content type='text'>
This has been generated by gen_ntstatus.py

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been generated by gen_ntstatus.py

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>errors: add gen_ntstatus.py to build system</title>
<updated>2017-02-14T08:46:23+00:00</updated>
<author>
<name>Bob Campbell</name>
<email>bobcampbell@catalyst.net.nz</email>
</author>
<published>2017-01-12T02:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b7b289f372535dc479a9c9b7ea80da4711edf4f8'/>
<id>b7b289f372535dc479a9c9b7ea80da4711edf4f8</id>
<content type='text'>
nterr_gen.c, ntstatus_gen.h and py_ntstatus.c are now generated files.
Errors which are now generated have been removed from nterr.c and
ntstatus.h. Errors which existed previously but are not in the table we
generated from have been manually added.

Some errors are incorrectly named; e.g. STATUS_MORE_ENTRIES should be
NT_STATUS_MORE_ENTRIES. These are simply remapped to the correct names.

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nterr_gen.c, ntstatus_gen.h and py_ntstatus.c are now generated files.
Errors which are now generated have been removed from nterr.c and
ntstatus.h. Errors which existed previously but are not in the table we
generated from have been manually added.

Some errors are incorrectly named; e.g. STATUS_MORE_ENTRIES should be
NT_STATUS_MORE_ENTRIES. These are simply remapped to the correct names.

Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>errors/gen_ntstatus: add error table for generation script</title>
<updated>2017-02-14T08:46:23+00:00</updated>
<author>
<name>Bob Campbell</name>
<email>bobcampbell@catalyst.net.nz</email>
</author>
<published>2017-01-12T01:58:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c465f5f3a157cc88290659947068c31b6c9e5557'/>
<id>c465f5f3a157cc88290659947068c31b6c9e5557</id>
<content type='text'>
Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bob Campbell &lt;bobcampbell@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>werror: removed WERR_RPC_E_INVALID_HEADER (unused, already known as HRES_RPC_E_INVALID_HEADER)</title>
<updated>2016-09-27T22:04:36+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2015-12-11T23:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f82cbd170333ade188ceb0354caeecc9e791449d'/>
<id>f82cbd170333ade188ceb0354caeecc9e791449d</id>
<content type='text'>
Guenther

Signed-off-by: Guenther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther

Signed-off-by: Guenther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>werror: removed WERR_RPC_E_REMOTE_DISABLED (replaced with HRES_RPC_E_REMOTE_DISABLED)</title>
<updated>2016-09-27T22:04:36+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2015-12-11T23:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5dfd783136f930f0c014a6b79e05654f457ca954'/>
<id>5dfd783136f930f0c014a6b79e05654f457ca954</id>
<content type='text'>
Guenther

Signed-off-by: Guenther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther

Signed-off-by: Guenther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
