summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc_util.h
AgeCommit message (Expand)AuthorFilesLines
2025-01-29s4:pyrpc: allow connections with raise_result_exceptions=FalseStefan Metzmacher1-1/+1
2023-12-21librpc: Change type of ‘u16string’ from ‘const uint16_t *’ to ‘cons...Joseph Sutton1-2/+2
2023-11-16s4:librpc: Add functions converting between bytes and UTF‐16 stringsJoseph Sutton1-0/+4
2019-01-12s4:pyrpc: add py_dcerpc_ndr_pointer_deref/wrap() infrastructureStefan Metzmacher1-0/+3
2016-10-26s4:pyrpc: add pyrpc_{im,ex}port_union() helper functionsStefan Metzmacher1-0/+5
2014-03-28s4:pyrpc: add py_dcerpc_syntax_init_helper()Stefan Metzmacher1-0/+4
2010-12-09s4:pyrpc_util: s/typename/type_name to avoid c++ warningsStefan Metzmacher1-1/+1
2010-12-08s4:python: add PyString_FromStringOrNULL() to pyrpc_utilStefan Metzmacher1-0/+2
2010-11-22Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher1-5/+0
2010-09-16s4-pyrpc: added py_return_ndr_struct()Andrew Tridgell1-0/+3
2010-09-03pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.Jelmer Vernooij1-0/+30
2010-08-27pyrpc: Add py_check_dcerpc_type().Jelmer Vernooij1-0/+28