summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/modules.h
Commit message (Collapse)AuthorAgeFilesLines
* s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" ↵Matthias Dieter Wallnöfer2011-02-211-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
* s4-python Don't force "bin" into the python sys.pathAndrew Bartlett2011-02-071-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
* s4-python: Remove cruft to deal with static python modules, which are noJelmer Vernooij2010-05-311-1/+0
| | | | longer supported.
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-3/+0
|
* charset: fixed a problem with the global use of the iconv_convenience structureAndrew Tridgell2010-03-181-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.
* python: When updating sys.path to include the Samba python path, avoid ↵Jelmer Vernooij2009-12-291-1/+1
| | | | throwing away the changes made by site.py.
* Eliminate another instance of global_loadparm.Jelmer Vernooij2008-10-241-0/+2
|
* r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij2007-12-261-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)