summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/modules.h
Commit message (Collapse)AuthorAgeFilesLines
* 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)