summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/modules.c
Commit message (Collapse)AuthorAgeFilesLines
* python: Give precedence to Samba's syspath over the already set system one.Jelmer Vernooij2008-01-251-1/+1
| | | | (This used to be commit f3ebaf0a0c0b881da28063c69bb6306f6aa1c774)
* python: Fix init functions.Jelmer Vernooij2008-01-211-0/+2
| | | | (This used to be commit 4b057b9bffcef9ecc61fe016746f5ce6f17f6d06)
* python: Enable building of the wkssvc python bindings.Jelmer Vernooij2008-01-141-0/+1
| | | | (This used to be commit 7a00d48a478be84e9f38c5e6cb57739063d0d613)
* python: Compile in svcctl Python bindings.Jelmer Vernooij2008-01-141-0/+1
| | | | (This used to be commit 567099b66d0369715f8e0a083a5ce160faaf4da2)
* python: Work around the fact that there are two "security" modules now.Jelmer Vernooij2008-01-141-1/+1
| | | | | This well demonstrates the fact we need hierarchy. (This used to be commit df7e3498824e27f8a6d61b8b6f52577eab248d2c)
* python: Compile security module, handle uint.Jelmer Vernooij2008-01-141-0/+2
| | | | (This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6)
* python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij2008-01-141-0/+3
| | | | (This used to be commit 3dfcefd8ac640ef1539185f19f7414fbcea9e741)
* python: Build epmapper module.Jelmer Vernooij2008-01-141-0/+3
| | | | (This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb)
* python: Start building winreg module.Jelmer Vernooij2008-01-141-0/+1
| | | | (This used to be commit f1a9fad83cee7754304b3422aa273d5f64868e40)
* r26658: pidl: Register Python modules.Jelmer Vernooij2008-01-031-0/+1
| | | | (This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d)
* r26624: libnet/python: Use standard function for constructing context, allow ↵Jelmer Vernooij2007-12-281-0/+1
| | | | | | overriding credentials. (This used to be commit a5fb3caedefaf5387e3a384d060272f11a3b4b99)
* r26594: Add right paths to the Python sys.path setting so we don't have to ↵Jelmer Vernooij2007-12-261-0/+8
| | | | | | set magic environment variables when running from the build directory. (This used to be commit 2d2674ad79330f59210408fd03e859afc01f40f2)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-0/+45
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)