summaryrefslogtreecommitdiff
path: root/source4/scripting/python/smbpython.c
AgeCommit message (Collapse)AuthorFilesLines
2007-12-26r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij1-3/+1
Not tested yet as the test it is part of has been disabled because it's broken. (This used to be commit 6b1e25b702847cd6662b4aece35692b099707b74)
2007-12-26r26594: Add right paths to the Python sys.path setting so we don't have to ↵Jelmer Vernooij1-0/+7
set magic environment variables when running from the build directory. (This used to be commit 2d2674ad79330f59210408fd03e859afc01f40f2)
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+5
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
2007-12-24r26575: Build a private copy of the Python executable for Samba 4, so we ↵Jelmer Vernooij1-0/+25
know we're always using the same library we build the modules for. (This used to be commit 03270c5ffdb1476bef5eba846c2ea008111375fc)