summaryrefslogtreecommitdiff
path: root/librpc/rpc/dcerpc_error.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-09librpc:dcerpc_error.c - fix a warningMatthias Dieter Wallnöfer1-2/+2
2010-04-15librpc/rpc: add dcerpc_fault_to_nt_status()Stefan Metzmacher1-0/+24
For now this only handles fault codes with we've seen yet and for which we have explicit torture checks. metze
2010-04-09librpc/rpc: fix typo DERPC_ => DCERPC_Stefan Metzmacher1-47/+47
metze
2010-03-23librpc/rpc: fix dcerpc_errstr() to handle all nca_s_* status codes and ↵Stefan Metzmacher1-10/+52
fallback to WERROR codes metze
2008-10-31errors: share dcerpc error function.Günther Deschner1-0/+55
Guenther