summaryrefslogtreecommitdiff
path: root/source4/scripting/python/modules.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" ↵Matthias Dieter Wallnöfer1-1/+1
takes no argument This quiets some build warnings. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Feb 21 14:42:00 CET 2011 on sn-devel-104
2011-02-07s4-python Don't force "bin" into the python sys.pathAndrew Bartlett1-1/+1
This patch uses the fact that dyn_PYTHONDIR and dyn_PYTHONARCHDIR is now set properly at all times, incluidng for installed and build-directory binaries. So we don't need to make assumptions about bin being magic any more. Andrew Bartlett
2010-05-31s4-python: Remove cruft to deal with static python modules, which are noJelmer Vernooij1-1/+0
longer supported.
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-3/+0
2010-03-18charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell1-1/+2
We had a crash bug where a cached copy of a iconv convenience pointer was used after being freed when loadparm asked for iconv to reload. This could happen if a python module used a iconv based function before loadparm was completed. The fix is to ensure that any use of this pointer remains valid, by reusing the pointer itself when it has already been initialised, but filling in the child elements with the updated values.
2009-12-29python: When updating sys.path to include the Samba python path, avoid ↵Jelmer Vernooij1-1/+1
throwing away the changes made by site.py.
2008-10-24Eliminate another instance of global_loadparm.Jelmer Vernooij1-0/+2
2007-12-26r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij1-0/+26
Not tested yet as the test it is part of has been disabled because it's broken. (This used to be commit 6b1e25b702847cd6662b4aece35692b099707b74)