Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-05-31 | s4-python: Remove cruft to deal with static python modules, which are no | Jelmer Vernooij | 1 | -1/+0 | |
longer supported. | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -3/+0 | |
2010-03-18 | charset: fixed a problem with the global use of the iconv_convenience structure | Andrew Tridgell | 1 | -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-29 | python: When updating sys.path to include the Samba python path, avoid ↵ | Jelmer Vernooij | 1 | -1/+1 | |
throwing away the changes made by site.py. | |||||
2008-10-24 | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 | |
2007-12-26 | r26599: Attempt to also support provisioning using Python in the BECOME-DC test. | Jelmer Vernooij | 1 | -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) |