Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | errors: add WERR_CM_BUFFER_SMALL. | Günther Deschner | 2008-11-12 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | nterrors: add NT_STATUS_DS_BUSY. | Günther Deschner | 2008-11-10 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | doserr: add WERR_NO_TRUST_SAM_ACCOUNT. | Günther Deschner | 2008-11-06 | 2 | -0/+2 |
| | | | | Guenther | ||||
* | Remove use of global_loadparm when comparing nt status error - use | Jelmer Vernooij | 2008-11-02 | 1 | -0/+3 |
| | | | | global variable instead. | ||||
* | Use shared doserr.c. | Jelmer Vernooij | 2008-11-01 | 2 | -0/+88 |
| | |||||
* | Fix "parameter has incomplete type" build warning. | Tim Prouty | 2008-10-23 | 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 | ||||
* | Use common error definitions. | Jelmer Vernooij | 2008-10-23 | 3 | -2300/+4 |
| | |||||
* | Import NTSTATUS defines from Samba 3. | Jelmer Vernooij | 2008-10-23 | 1 | -0/+682 |
| | |||||
* | Import WERROR defines from Samba 3. | Jelmer Vernooij | 2008-10-23 | 1 | -9/+57 |
| | |||||
* | Import new DOS error codes from Samba 3. | Jelmer Vernooij | 2008-10-23 | 1 | -0/+4 |
| | |||||
* | Move libcli-util error code to top-level. | Jelmer Vernooij | 2008-10-23 | 6 | -0/+2906 |