summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.py
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16Remove more unnecessary shebang lines in python files.Jelmer Vernooij1-2/+0
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Mar 16 02:48:52 CET 2012 on sn-devel-104
2011-09-13s4-python: Consistently use spaces rather than tabs, fix headers in several ↵Jelmer Vernooij1-3/+3
places.
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2008-05-24Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij1-65/+18
Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij1-0/+4
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
2008-05-23Work around bug adding extra imports in generated file.Jelmer Vernooij1-2/+0
(This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff)
2008-05-23Regenerate with SWIG 1.3.35.Jelmer Vernooij1-0/+2
(This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)
2008-05-22Fix dependencies and imports.Jelmer Vernooij1-35/+0
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-2/+35
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-01-22python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij1-27/+1
(This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-0/+1
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-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-28/+31
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+87
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)