Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-22 | errormap: Add wbcErr to NTSTATUS mappings | Kai Blin | 1 | -0/+6 | |
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 | 2 | -0/+6 | |
Patch initially from: Danny Tylman <danny.tylman@insightix.com> Guenther | |||||
2009-04-01 | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g | Zach Loafman | 1 | -2/+2 | |
2009-03-26 | error-codes: add WERR_DS_DRA_SOURCE_DISABLED. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2009-03-02 | error-codes: add WERR_DEVICE_NOT_CONNECTED. | Günther Deschner | 2 | -0/+2 | |
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: print out WERR_UNKNOWN_PRINT_MONITOR. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-02-24 | error-codes: add WERR_INVALID_USER_BUFFER. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2009-02-11 | s4 torture: Smbtorture additions for Windows BRL | Zack Kirsch | 1 | -0/+3 | |
- Adds a few new BRL tests to RAW-LOCK - Adds a "win7" target to allow torture to handle protocol changes in windows 7 | |||||
2008-11-12 | errors: add WERR_CM_BUFFER_SMALL. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-10 | nterrors: add NT_STATUS_DS_BUSY. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2008-11-06 | doserr: add WERR_NO_TRUST_SAM_ACCOUNT. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2008-11-02 | Remove use of global_loadparm when comparing nt status error - use | Jelmer Vernooij | 1 | -0/+3 | |
global variable instead. | |||||
2008-11-01 | Use shared doserr.c. | Jelmer Vernooij | 2 | -0/+88 | |
2008-10-23 | Fix "parameter has incomplete type" build warning. | Tim Prouty | 1 | -7/+0 | |
When libcli-util was moved to the top level (3be0f6ea56ed8e43cd287ed020e942efb675b87b) it introduced a build warning. Since ndr_map_error2ntstatus depends on the definition of enum ndr_err_code and libndr.h can't be easily included in error.h, I moved the definition of enum ndr_err_code to libndr.h. This also eliminates the need for the duplicate definition in proto.h | |||||
2008-10-23 | Use common error definitions. | Jelmer Vernooij | 3 | -2300/+4 | |
2008-10-23 | Import NTSTATUS defines from Samba 3. | Jelmer Vernooij | 1 | -0/+682 | |
2008-10-23 | Import WERROR defines from Samba 3. | Jelmer Vernooij | 1 | -9/+57 | |
2008-10-23 | Import new DOS error codes from Samba 3. | Jelmer Vernooij | 1 | -0/+4 | |
2008-10-23 | Move libcli-util error code to top-level. | Jelmer Vernooij | 6 | -0/+2906 | |