summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/py_misc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-8/+9
2010-12-01s4-librpc Handle all types of GUID in the GUID() initialiserAndrew Bartlett1-3/+11
By taking a length-limited string, we can parse binary and string GUID values, which is particularly useful when reading from ldb. Andrew Bartlett
2009-04-21Add str() for policy_handles.Andrew Bartlett1-1/+11
Pair programmed with Jelmer
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and ↵Andrew Bartlett1-0/+38
policy_handle.__repr__ pair-programmed with Jelmer
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett1-0/+92
GUID.__cmp__.