summaryrefslogtreecommitdiff
path: root/source4/scripting/python/modules.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-21s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes...Matthias Dieter Wallnöfer1-1/+1
2011-02-17s4:scripting/python/modules.c - remove a really unnecessary variableMatthias Dieter Wallnöfer1-1/+0
2011-02-07s4-python: get ordering right on python pathsAndrew Tridgell1-3/+5
2011-02-07s4-python Don't force "bin" into the python sys.pathAndrew Bartlett1-19/+1
2011-01-14waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell1-0/+4
2010-05-31s4-python: Remove cruft to deal with static python modules, which are noJelmer Vernooij1-40/+0
2010-05-28s4:scripting/python/modules.c - fix "asprintf" callsMatthias Dieter Wallnöfer1-2/+6
2010-04-20s4-python: added PYTHONDIR to python search pathAndrew Tridgell1-0/+5
2009-12-29python: When updating sys.path to include the Samba python path, avoid throwi...Jelmer Vernooij1-3/+40
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-05-10Clean up some git merges gone wrong.Jelmer Vernooij1-2/+0
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-0/+1
2008-04-08Add manually written Python binding for libnet_Join.Jelmer Vernooij1-0/+1
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-0/+3
2008-04-08Add python bindings for drsuapi.Jelmer Vernooij1-0/+1
2008-04-08Add python bindings for unixinfo.Jelmer Vernooij1-0/+1
2008-04-08Add Python bindings for DFS.Jelmer Vernooij1-0/+1
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+0
2008-01-25python: Give precedence to Samba's syspath over the already set system one.Jelmer Vernooij1-1/+1
2008-01-21python: Fix init functions.Jelmer Vernooij1-0/+2
2008-01-14python: Enable building of the wkssvc python bindings.Jelmer Vernooij1-0/+1
2008-01-14python: Compile in svcctl Python bindings.Jelmer Vernooij1-0/+1
2008-01-14python: Work around the fact that there are two "security" modules now.Jelmer Vernooij1-1/+1
2008-01-14python: Compile security module, handle uint.Jelmer Vernooij1-0/+2
2008-01-14python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij1-0/+3
2008-01-14python: Build epmapper module.Jelmer Vernooij1-0/+3
2008-01-14python: Start building winreg module.Jelmer Vernooij1-0/+1
2008-01-03r26658: pidl: Register Python modules.Jelmer Vernooij1-0/+1
2007-12-28r26624: libnet/python: Use standard function for constructing context, allow ...Jelmer Vernooij1-0/+1
2007-12-26r26594: Add right paths to the Python sys.path setting so we don't have to se...Jelmer Vernooij1-0/+8
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-0/+45