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