Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-doserr: telling our users to "see Windows help" doesn't seem right | Andrew Tridgell | 2010-11-17 | 1 | -4/+4 |
| | |||||
* | s4 dns: Import DNS win32 error codes from MS-ERREF | Kai Blin | 2010-10-23 | 1 | -0/+188 |
| | |||||
* | werror.h - fix order and duplicate DS error codes | Matthias Dieter Wallnöfer | 2010-08-14 | 1 | -4/+1 |
| | |||||
* | w32err: Importing auto-generated Win32 errors and descriptions | Kamen Mazdrashki | 2009-09-30 | 1 | -1/+4861 |
| | | | | | | | | | 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 <anatoliy.atanasov@postpath.com> | ||||
* | w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND | Kamen Mazdrashki | 2009-09-30 | 1 | -1/+1 |
| | | | | | | | | | 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 <anatoliy.atanasov@postpath.com> | ||||
* | w32err: WERR_USER_EXISTS replace with WERR_USEREXISTS name | Kamen Mazdrashki | 2009-09-30 | 1 | -2/+2 |
| | | | | | | | | | 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 <anatoliy.atanasov@postpath.com> | ||||
* | w32err: WERR_DC_NOT_FOUND replaced with WERR_DCNOTFOUND | Kamen Mazdrashki | 2009-09-30 | 1 | -2/+2 |
| | | | | | | | 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 <anatoliy.atanasov@postpath.com> | ||||
* | w32err: WERR_CLASS_NOT_REGISTERED updated | Kamen Mazdrashki | 2009-09-17 | 1 | -1/+1 |
| | | | | | | | Error code move to COM/OLE group. Error value changed to as REGDB_E_CLASSNOTREG in Windows Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | Adds new error codes (needed for enhancing error messages for SAMBA 4 AD ↵ | Matthias Dieter Wallnöfer | 2009-07-31 | 1 | -2/+35 |
| | | | | LDAP server) | ||||
* | doserrors: print out some more werrors. | Günther Deschner | 2009-07-02 | 1 | -0/+5 |
| | | | | Guenther | ||||
* | error-codes: add some more WERRORs to table. | Günther Deschner | 2009-05-12 | 1 | -0/+2 |
| | | | | | | These tables really should be auto-generated at some point... Guenther | ||||
* | error-codes: add some more group specific windows error codes. | Günther Deschner | 2009-05-05 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | error-codes: add some service related error codes. | Günther Deschner | 2009-04-08 | 1 | -0/+3 |
| | | | | | | Patch initially from: Danny Tylman <danny.tylman@insightix.com> Guenther | ||||
* | error-codes: add WERR_DS_DRA_SOURCE_DISABLED. | Günther Deschner | 2009-03-26 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | error-codes: add WERR_DEVICE_NOT_CONNECTED. | Günther Deschner | 2009-03-02 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | error-codes: print out WERR_UNKNOWN_PRINT_MONITOR. | Günther Deschner | 2009-02-24 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | error-codes: add WERR_INVALID_USER_BUFFER. | Günther Deschner | 2009-02-24 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | doserr: add WERR_NO_TRUST_SAM_ACCOUNT. | Günther Deschner | 2008-11-06 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | Use shared doserr.c. | Jelmer Vernooij | 2008-11-01 | 1 | -0/+87 |
| | |||||
* | Move libcli-util error code to top-level. | Jelmer Vernooij | 2008-10-23 | 1 | -0/+163 |