Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-23 | lib: use differing NTSTATUS and WERROR struct members | David Disseldorp | 1 | -2/+2 | |
This allows the compiler to catch uses of incorrectly typed arguments for [NT_STATUS|W_ERROR]_IS_OK() and [NT_STATUS|W_ERROR]_EQUAL(). I.e. WERROR werr; werr = my_fn(); /* XXX returns WERROR type */ if (NT_STATUS_EQUAL(werr, NT_STATUS_OBJECT_NAME_COLLISION)) { | |||||
2011-10-20 | werror: Added missing DNS error codes | Amitay Isaacs | 1 | -0/+36 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-08-26 | werror: remove duplicate definition of WERR_INVALID_OWNER | Michael Adam | 1 | -1/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Aug 26 01:23:52 CEST 2011 on sn-devel-104 | |||||
2010-10-23 | s4 dns: Import DNS win32 error codes from MS-ERREF | Kai Blin | 1 | -0/+94 | |
2010-09-18 | werror: Add W_ERROR_HAVE_NO_MEMORY_AND_FREE() macro | Kamen Mazdrashki | 1 | -0/+7 | |
2010-08-14 | werror.h - fix order and duplicate DS error codes | Matthias Dieter Wallnöfer | 1 | -58/+53 | |
2009-09-30 | w32err: Importing auto-generated Win32 errors and descriptions | Kamen Mazdrashki | 1 | -0/+2361 | |
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> | |||||
2009-09-30 | w32err: WERR_GROUP_NOT_FOUND renamed to WERR_GROUPNOTFOUND | Kamen Mazdrashki | 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> | |||||
2009-09-30 | w32err: WERR_USER_EXISTS replace with WERR_USEREXISTS name | Kamen Mazdrashki | 1 | -1/+1 | |
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> | |||||
2009-09-30 | w32err: WERR_DC_NOT_FOUND replaced with WERR_DCNOTFOUND | Kamen Mazdrashki | 1 | -1/+1 | |
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> | |||||
2009-09-30 | w32err: FRS_ group of errors replaced with numeric values | Kamen Mazdrashki | 1 | -3/+3 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-30 | w32err: WERR_DOMAIN_CONTROLLER_NOT_FOUND error value fixed | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> | |||||
2009-09-17 | w32err: Set hex format values for all errors | Kamen Mazdrashki | 1 | -90/+90 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: Re-define errors with numeric values | Kamen Mazdrashki | 1 | -46/+46 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: Sorting error codes in ascending order | Kamen Mazdrashki | 1 | -10/+8 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: NERR_ codes grouped together | Kamen Mazdrashki | 1 | -9/+9 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-09-17 | w32err: WERR_CLASS_NOT_REGISTERED updated | Kamen Mazdrashki | 1 | -1/+6 | |
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> | |||||
2009-07-31 | Adds new error codes (needed for enhancing error messages for SAMBA 4 AD ↵ | Matthias Dieter Wallnöfer | 1 | -13/+46 | |
LDAP server) | |||||
2009-05-05 | error-codes: add some more group specific windows error codes. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-04-10 | error-codes: add WERR_CM_INVALID_POINTER. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-04-08 | error-codes: add some service related error codes. | Günther Deschner | 1 | -0/+3 | |
Patch initially from: Danny Tylman <danny.tylman@insightix.com> Guenther | |||||
2009-03-26 | error-codes: add WERR_DS_DRA_SOURCE_DISABLED. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-03-02 | error-codes: add WERR_DEVICE_NOT_CONNECTED. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-02-26 | libcli/util/werror.h: add macro W_ERROR_NOT_OK_GOTO(x, y) | Michael Adam | 1 | -0/+6 | |
a goto destination can be specified as a second parameter. Michael | |||||
2009-02-26 | s3: move definition of W_ERROR_NOT_OK_GOTO_DONE down to libcli/util/werror.h | Michael Adam | 1 | -0/+6 | |
Michael | |||||
2009-02-24 | error-codes: add WERR_INVALID_USER_BUFFER. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-12 | errors: add WERR_CM_BUFFER_SMALL. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-06 | doserr: add WERR_NO_TRUST_SAM_ACCOUNT. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-01 | Use shared doserr.c. | Jelmer Vernooij | 1 | -0/+1 | |
2008-10-23 | Import WERROR defines from Samba 3. | Jelmer Vernooij | 1 | -9/+57 | |
2008-10-23 | Move libcli-util error code to top-level. | Jelmer Vernooij | 1 | -0/+215 | |