Use manually written Python bindings for DCE/RPC rather than SWIG based.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 24 May 2008 19:02:56 +0000 (21:02 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 24 May 2008 19:02:56 +0000 (21:02 +0200)
commit654be49c010949a0420412450971effdbd4ce585
tree2e5ff21e5e63add798d324cb3057f15843f3be91
parent515b6ed5867bba8180bd0eeadbeab1c52bffc0ab
Use manually written Python bindings for DCE/RPC rather than SWIG based.

Use base class for pidl-generated DCE/RPC interface Python bindings.
(This used to be commit 25e7fc8a2c7a5914c4db4bfe428fd0a8efbf0784)
source4/librpc/config.mk
source4/librpc/rpc/dcerpc.h
source4/librpc/rpc/dcerpc.i [deleted file]
source4/librpc/rpc/dcerpc.py
source4/librpc/rpc/dcerpc_wrap.c [deleted file]
source4/librpc/rpc/pyrpc.c [new file with mode: 0644]
source4/librpc/rpc/pyrpc.h
source4/pidl/lib/Parse/Pidl/Samba4/Python.pm