<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/libcli/util/doserr.c, 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>s4-doserr: telling our users to "see Windows help" doesn't seem right</title>
<updated>2010-11-17T12:55:39+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-17T12:10:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9a744c634ff55c166294d63d192649ad238f9bf6'/>
<id>9a744c634ff55c166294d63d192649ad238f9bf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4 dns: Import DNS win32 error codes from MS-ERREF</title>
<updated>2010-10-23T10:17:05+00:00</updated>
<author>
<name>Kai Blin</name>
<email>kai@samba.org</email>
</author>
<published>2010-10-02T00:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eeac222398b49a6fbeb72314df06376cb8e3e7af'/>
<id>eeac222398b49a6fbeb72314df06376cb8e3e7af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>werror.h - fix order and duplicate DS error codes</title>
<updated>2010-08-14T17:41:46+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-08-14T17:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7ffae937625afa59f2e554f4aa7dc2113699f7df'/>
<id>7ffae937625afa59f2e554f4aa7dc2113699f7df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: Importing auto-generated Win32 errors and descriptions</title>
<updated>2009-09-30T12:48:41+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=1f2490e7d8b5a64caf75143041ce07bd2968839e'/>
<id>1f2490e7d8b5a64caf75143041ce07bd2968839e</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;
</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;
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND</title>
<updated>2009-09-30T12:48:41+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=0e1840b84a892d31cbc45191b2965db5c931670b'/>
<id>0e1840b84a892d31cbc45191b2965db5c931670b</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;
</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;
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: WERR_USER_EXISTS replace with WERR_USEREXISTS name</title>
<updated>2009-09-30T12:48:40+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=948cd70bad6600a4e4e1493469efc0ccd9399c18'/>
<id>948cd70bad6600a4e4e1493469efc0ccd9399c18</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;
</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;
</pre>
</div>
</content>
</entry>
<entry>
<title>w32err: WERR_DC_NOT_FOUND replaced with WERR_DCNOTFOUND</title>
<updated>2009-09-30T12:48:40+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=d9994a604bd51949a9869927bdc2cb512fba9171'/>
<id>d9994a604bd51949a9869927bdc2cb512fba9171</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;
</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;
</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>
</feed>
