summaryrefslogtreecommitdiff
path: root/source4/libcli/util/errors.i
AgeCommit message (Collapse)AuthorFilesLines
2008-05-24Export functions for setting NTSTATUS and WERRORs in python.Jelmer Vernooij1-4/+6
(This used to be commit 4bcb92d2d49d90863b1e64b15d055517fbfd263c)
2008-03-14swig: make the code more portable and use NT_STATUS_V() and W_ERROR_V()Stefan Metzmacher1-2/+2
metze (This used to be commit d6fd98a307f83fd492ef73bf6ec281f9f11286f2)
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-2/+2
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in ↵Jelmer Vernooij1-2/+2
autogenerated files. (This used to be commit cb76c60007ae1254181c09ba1ab09c419f500bc5)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-3/+3
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-24r26565: Fix python registry bindings. 'PROVISION_PYTHON=yes make test' works ↵Jelmer Vernooij1-0/+2
now. (This used to be commit 485d1fa3d17fe6cc7a0ecd80e8bac42d173bbb19)
2007-12-21r26088: Import some native-python python modules and move original python ↵Jelmer Vernooij1-0/+11
swig torture code to common python directory as well. (This used to be commit cbf656ff054ab2b0b5ca81e1d4f16ac54c8098f1)
2007-12-21r26074: Add SWIG magic for NTSTATUS and WERROR return codes.Jelmer Vernooij1-0/+39
(This used to be commit 0bee7cb92e8ae1b80a957dd8fe32c36db1c32032)