summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc.py
Commit message (Collapse)AuthorAgeFilesLines
* s4-python: Consistently use spaces rather than tabs, fix headers in several ↵Jelmer Vernooij2011-09-131-3/+3
| | | | places.
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-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>
* Use manually written Python bindings for DCE/RPC rather than SWIG based.Jelmer Vernooij2008-05-241-65/+18
| | | | | Use base class for pidl-generated DCE/RPC interface Python bindings. (This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-241-0/+4
| | | | (This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
* Work around bug adding extra imports in generated file.Jelmer Vernooij2008-05-231-2/+0
| | | | (This used to be commit a34de3c619c8c112b4e1ee7ca5985a506730fcff)
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-231-0/+2
| | | | (This used to be commit ce063eca498036937f99161a1f12e076c2ab313f)
* Fix dependencies and imports.Jelmer Vernooij2008-05-221-35/+0
| | | | (This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-2/+35
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij2008-01-221-27/+1
| | | | (This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-241-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)
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-211-28/+31
| | | | (This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-211-0/+87
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)