Convert auth python module to "plain" C rather than using SWIG.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 21 Dec 2008 02:37:31 +0000 (03:37 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 21 Dec 2008 02:37:31 +0000 (03:37 +0100)
commitbfb29e94b1e9cbbbca4dcfbbad171ba10e09ce07
tree2727d3ff8933035a1890b4936264884c9196586d
parent2e7a6cb6bf32a49682ccadc07244d3a6ae4058d3
Convert auth python module to "plain" C rather than using SWIG.
source4/auth/auth.i [deleted file]
source4/auth/auth.py [deleted file]
source4/auth/auth_wrap.c [deleted file]
source4/auth/config.mk
source4/auth/pyauth.c [new file with mode: 0644]
source4/auth/pyauth.h [new file with mode: 0644]
source4/scripting/python/config.mk
source4/scripting/python/pyglue.c