<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/util/doserr.c, branch v3-5-test</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>w32err: WERR_DC_NOT_FOUND replaced with WERR_DCNOTFOUND</title>
<updated>2009-10-02T00:21:48+00:00</updated>
<author>
<name>Kamen Mazdrashki</name>
<email>kamen.mazdrashki@postpath.com</email>
</author>
<published>2009-09-17T21:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e9cb12953f191489b34e84547fc84841ff29515a'/>
<id>e9cb12953f191489b34e84547fc84841ff29515a</id>
<content type='text'>
It turns out in win32 ERROR_DC_NOT_FOUND exists and it is
an error for Device Context (DC), not Domain Controller

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit d9994a604bd51949a9869927bdc2cb512fba9171)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turns out in win32 ERROR_DC_NOT_FOUND exists and it is
an error for Device Context (DC), not Domain Controller

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit d9994a604bd51949a9869927bdc2cb512fba9171)
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: WERR_USER_EXISTS replace with WERR_USEREXISTS name</title>
<updated>2009-10-02T00:21:48+00:00</updated>
<author>
<name>Kamen Mazdrashki</name>
<email>kamen.mazdrashki@postpath.com</email>
</author>
<published>2009-09-17T21:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f5586f6f14e40579b6c8f3da0daa5a8dd78aa956'/>
<id>f5586f6f14e40579b6c8f3da0daa5a8dd78aa956</id>
<content type='text'>
In Win32 we have
NERR_UserExists which maps to WERR_USER_EXISTS currently
and there is
ERROR_USER_EXISTS which maps to WERR_USER_ALREADY_EXISTS

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit 948cd70bad6600a4e4e1493469efc0ccd9399c18)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Win32 we have
NERR_UserExists which maps to WERR_USER_EXISTS currently
and there is
ERROR_USER_EXISTS which maps to WERR_USER_ALREADY_EXISTS

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit 948cd70bad6600a4e4e1493469efc0ccd9399c18)
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND</title>
<updated>2009-10-02T00:21:47+00:00</updated>
<author>
<name>Kamen Mazdrashki</name>
<email>kamen.mazdrashki@postpath.com</email>
</author>
<published>2009-09-17T21:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6064f524738309b1062da4e8605145f920b7c856'/>
<id>6064f524738309b1062da4e8605145f920b7c856</id>
<content type='text'>
In Win 32 we have
NERR_GroupNotFound which maps to WERR_GROUP_NOT_FOUND currently
and we have
ERROR_GROUP_NOT_FOUND which maps to nothing, so it is to be added

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit 0e1840b84a892d31cbc45191b2965db5c931670b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Win 32 we have
NERR_GroupNotFound which maps to WERR_GROUP_NOT_FOUND currently
and we have
ERROR_GROUP_NOT_FOUND which maps to nothing, so it is to be added

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit 0e1840b84a892d31cbc45191b2965db5c931670b)
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: Importing auto-generated Win32 errors and descriptions</title>
<updated>2009-10-02T00:21:47+00:00</updated>
<author>
<name>Kamen Mazdrashki</name>
<email>kamen.mazdrashki@postpath.com</email>
</author>
<published>2009-09-18T13:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=248b7b5f74d8615c8b582df1f72fc71320bffb44'/>
<id>248b7b5f74d8615c8b582df1f72fc71320bffb44</id>
<content type='text'>
Error codes and their descriptions are generated
using w32err_code.py script.
Error are downloaded from MS site:
http://msdn.microsoft.com/en-us/library/cc231199%28PROT.10%29.aspx

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit 1f2490e7d8b5a64caf75143041ce07bd2968839e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Error codes and their descriptions are generated
using w32err_code.py script.
Error are downloaded from MS site:
http://msdn.microsoft.com/en-us/library/cc231199%28PROT.10%29.aspx

Signed-off-by: Anatoliy Atanasov &lt;anatoliy.atanasov@postpath.com&gt;
(cherry picked from commit 1f2490e7d8b5a64caf75143041ce07bd2968839e)
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: WERR_CLASS_NOT_REGISTERED updated</title>
<updated>2009-09-17T05:18:29+00:00</updated>
<author>
<name>Kamen Mazdrashki</name>
<email>kamen.mazdrashki@postpath.com</email>
</author>
<published>2009-09-17T01:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1cfac63fa4335b45b9c722316a45b2b187de78a0'/>
<id>1cfac63fa4335b45b9c722316a45b2b187de78a0</id>
<content type='text'>
Error code move to COM/OLE group.
Error value changed to as REGDB_E_CLASSNOTREG in Windows

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Error code move to COM/OLE group.
Error value changed to as REGDB_E_CLASSNOTREG in Windows

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds new error codes (needed for enhancing error messages for SAMBA 4 AD LDAP server)</title>
<updated>2009-07-31T15:40:46+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mwallnoefer@yahoo.de</email>
</author>
<published>2009-07-30T10:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a08bffa3589df96e39b57036cd919c8ca570f894'/>
<id>a08bffa3589df96e39b57036cd919c8ca570f894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doserrors: print out some more werrors.</title>
<updated>2009-07-02T20:00:41+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-07-01T20:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a45ec4db736b0df002db0649768f851fa35fee9e'/>
<id>a45ec4db736b0df002db0649768f851fa35fee9e</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>error-codes: add some more WERRORs to table.</title>
<updated>2009-05-12T21:52:43+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-05-12T21:50:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=aa84ca6e6ba66536ca32dc5792d27e2169589a14'/>
<id>aa84ca6e6ba66536ca32dc5792d27e2169589a14</id>
<content type='text'>
These tables really should be auto-generated at some point...

Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tables really should be auto-generated at some point...

Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>error-codes: add some more group specific windows error codes.</title>
<updated>2009-05-05T19:10:02+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-05-05T17:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e7a8577df1e92982ff717a62280f86e3b0384d54'/>
<id>e7a8577df1e92982ff717a62280f86e3b0384d54</id>
<content type='text'>
Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther
</pre>
</div>
</content>
</entry>
<entry>
<title>error-codes: add some service related error codes.</title>
<updated>2009-04-08T19:54:28+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2009-04-08T19:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cc98d3ae9f5c1aa29a6ccda2f88351431849e9fd'/>
<id>cc98d3ae9f5c1aa29a6ccda2f88351431849e9fd</id>
<content type='text'>
Patch initially from: Danny Tylman &lt;danny.tylman@insightix.com&gt;

Guenther
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch initially from: Danny Tylman &lt;danny.tylman@insightix.com&gt;

Guenther
</pre>
</div>
</content>
</entry>
</feed>
