summaryrefslogtreecommitdiff
path: root/source4/libcli/util/pyerrors.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-21s4:libcli: Fix conversion from HRESULT and WERROR to Python objectsJoseph Sutton1-6/+6
2023-12-21s4:libcli: Remove trailing whitespaceJoseph Sutton1-4/+4
2017-09-06python: Fix bad type in conversion of NTSTATUS.Lumir Balhar1-1/+1
2016-11-04pyerrors: Add PyErr_Set{WERROR,HRESULT,NTSTATUS}_and_string()Andrew Bartlett1-0/+15
2016-11-04python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett1-3/+12
2015-03-13pidl/python: support HRESULT errors in generated python bindings.Günther Deschner1-0/+2
2012-08-06s4:libcli/pyerrors: add PyErr_NTSTATUS_NOT_OK_RAISE()Stefan Metzmacher1-0/+6
2012-08-06s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher1-1/+1
2010-04-04s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij1-3/+0
2010-02-26s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell1-0/+5
2008-12-18Add convenience macro for raising exceptions for NTSTATUS / WERROR.Jelmer Vernooij1-0/+12
2008-06-17Use friendly NTSTATUS message in python code when possible.Jelmer Vernooij1-1/+1
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-2/+6
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij1-0/+29