summaryrefslogtreecommitdiff
path: root/librpc/rpc/dcerpc_error.c
Commit message (Expand)AuthorAgeFilesLines
* librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error map...Stefan Metzmacher2017-02-211-5/+3
* dcerpc.idl: add DCERPC_FAULT_SERVER_UNAVAILABLEStefan Metzmacher2016-10-261-0/+1
* librpc/rpc: add error mappings for NO_CALL_ACTIVE, OUT_OF_RESOURCES and BAD_S...Stefan Metzmacher2016-03-101-2/+4
* librpc/rpc: add dcerpc_fault_from_nt_status()Stefan Metzmacher2015-07-031-0/+21
* librpc/rpc: add faultcode to nt_status mappingsStefan Metzmacher2015-07-031-68/+75
* librpc/rpc: try to use DCERPC_NCA_S_* constants for error mappingsStefan Metzmacher2014-03-281-4/+4
* build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell2011-02-241-0/+1
* librpc/rpc: add dcerpc_fault_to_nt_status() mapping from DCERPC_FAULT_SEC_PKG...Stefan Metzmacher2011-01-301-0/+2
* librpc:dcerpc_error.c - fix a warningMatthias Dieter Wallnöfer2010-05-091-2/+2
* librpc/rpc: add dcerpc_fault_to_nt_status()Stefan Metzmacher2010-04-151-0/+24
* librpc/rpc: fix typo DERPC_ => DCERPC_Stefan Metzmacher2010-04-091-47/+47
* librpc/rpc: fix dcerpc_errstr() to handle all nca_s_* status codes and fallba...Stefan Metzmacher2010-03-231-10/+52
* errors: share dcerpc error function.Günther Deschner2008-10-311-0/+55