summaryrefslogtreecommitdiff
path: root/source4/scripting/python/modules.c
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-63/+0
* s4:scripting/python/modules.[ch] - explicitly say that "py_update_path" takes...Matthias Dieter Wallnöfer2011-02-211-1/+1
* s4:scripting/python/modules.c - remove a really unnecessary variableMatthias Dieter Wallnöfer2011-02-171-1/+0
* s4-python: get ordering right on python pathsAndrew Tridgell2011-02-071-3/+5
* s4-python Don't force "bin" into the python sys.pathAndrew Bartlett2011-02-071-19/+1
* waf: use PYTHONARCHDIR for installing python shared libsAndrew Tridgell2011-01-141-0/+4
* s4-python: Remove cruft to deal with static python modules, which are noJelmer Vernooij2010-05-311-40/+0
* s4:scripting/python/modules.c - fix "asprintf" callsMatthias Dieter Wallnöfer2010-05-281-2/+6
* s4-python: added PYTHONDIR to python search pathAndrew Tridgell2010-04-201-0/+5
* python: When updating sys.path to include the Samba python path, avoid throwi...Jelmer Vernooij2009-12-291-3/+40
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-2/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-0/+1
|\
| * Add manually written Python binding for libnet_Join.Jelmer Vernooij2008-04-081-0/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-0/+3
|\ \ | |/
| * Add python bindings for drsuapi.Jelmer Vernooij2008-04-081-0/+1
| * Add python bindings for unixinfo.Jelmer Vernooij2008-04-081-0/+1
| * Add Python bindings for DFS.Jelmer Vernooij2008-04-081-0/+1
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-1/+0
|/
* python: Give precedence to Samba's syspath over the already set system one.Jelmer Vernooij2008-01-251-1/+1
* python: Fix init functions.Jelmer Vernooij2008-01-211-0/+2
* python: Enable building of the wkssvc python bindings.Jelmer Vernooij2008-01-141-0/+1
* python: Compile in svcctl Python bindings.Jelmer Vernooij2008-01-141-0/+1
* python: Work around the fact that there are two "security" modules now.Jelmer Vernooij2008-01-141-1/+1
* python: Compile security module, handle uint.Jelmer Vernooij2008-01-141-0/+2
* python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij2008-01-141-0/+3
* python: Build epmapper module.Jelmer Vernooij2008-01-141-0/+3
* python: Start building winreg module.Jelmer Vernooij2008-01-141-0/+1
* r26658: pidl: Register Python modules.Jelmer Vernooij2008-01-031-0/+1
* r26624: libnet/python: Use standard function for constructing context, allow ...Jelmer Vernooij2007-12-281-0/+1
* r26594: Add right paths to the Python sys.path setting so we don't have to se...Jelmer Vernooij2007-12-261-0/+8
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-0/+45