Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-15 | errormap: Remove wbc -> NTSTATUS error map for now. It is not used. | Jelmer Vernooij | 1 | -6/+0 | |
This was breaking the Samba 4 installation since it added dependencies on header files we weren't installing. Confirmed with Kai. | |||||
2009-04-22 | errormap: Add wbcErr to NTSTATUS mappings | Kai Blin | 1 | -0/+6 | |
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 | Move libcli-util error code to top-level. | Jelmer Vernooij | 1 | -0/+56 | |