summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Collapse)AuthorFilesLines
2008-01-29python: Provide PyAPI_DATA macro for older versions of Python (< 2.3).Jelmer Vernooij1-0/+5
(This used to be commit 421bdd203eab09e560f4919715fa4cc4497e406f)
2008-01-29Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and ↵Jelmer Vernooij1-1/+1
351c2e99ab8b6a91f7355077b2d2944fd820839c to see if that fixes the build. (This used to be commit 2a79cebfd99f4048214be65a6c918cc988dc83ed)
2008-01-26python: Use relative paths for registry.Jelmer Vernooij1-1/+8
(This used to be commit 079200b824de6dd8c7de3e5b76ed1805fde02965)
2008-01-26python: Load smb.conf file for the provision tests.Jelmer Vernooij1-2/+6
(This used to be commit 41571bbb933c763a9608f4ba56f1a5a97af133ab)
2008-01-25configure: define HAVE_WORKING_PYTHONStefan Metzmacher1-0/+1
metze (This used to be commit 351c2e99ab8b6a91f7355077b2d2944fd820839c)
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-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-4/+8
Conflicts: source/scripting/python/samba/provision.py (This used to be commit 64babbec22f165e34799d36ff4b76806d9fead50)
2008-01-25python/provision: Reload secrets when necessary, fix unix names in mappings.Jelmer Vernooij1-7/+9
Pair programmed with Andrew. (This used to be commit 04fe8c8aefae8da8966954d0654c37adf2d0361d)
2008-01-25Tidy up the last regresesions on the python smbscript, from my workAndrew Bartlett1-10/+17
with Jelmer today. The only remaining issue is that for the build farm, we will need to manually specify the users and groups from the NSS_WRAPPPER, as python isn't compiled with this. Andrew Bartlett (This used to be commit 5370484d25b8c7a5bde730d9be36ecbbb0aaf315)
2008-01-25python: Fix representation of UUIDs as strings in zone files rather than ↵Jelmer Vernooij5-10/+19
binary blobs, fix escaping of LDAP URL's in PHP LDAP admin configuration. Pair-programmed with Andrew, but git doesn't appear to support multiple --author arguments. :-( (This used to be commit dff54ff043563f93b86361039c46e662045f62cc)
2008-01-25python: Add test for secretsdb_become_dcJelmer Vernooij1-3/+18
(This used to be commit 9173c678efb6f74dbec64298bcb00952feff2ed7)
2008-01-25python: fix tests for check_all_substituted.Jelmer Vernooij1-2/+2
(This used to be commit 859cffed9d3a62f9f7610d74472aa3c0d1979a35)
2008-01-25python/provision: Reconcile code partitions-only provisioning and generic ↵Jelmer Vernooij5-212/+276
provisioning, some other minor refactoring of the provisioning. Pair-programmed by Andrew and me using obby :-) (This used to be commit 688adcbb635af87fcfedb869b7f1857a947fd2f9)
2008-01-25python: Make SamDB.set_ntds_invocation_id take a string.Jelmer Vernooij3-48/+65
(This used to be commit 59bb26772f089cf4d8727c12230cfef8126762b1)
2008-01-24python: Add function to look for unsubsituted variables.Jelmer Vernooij2-0/+19
(This used to be commit e726ce5bc515ae8d10b472396e228cfd35737476)
2008-01-24python: Add bindings for SamDB.set_invocation_id().Jelmer Vernooij4-29/+82
(This used to be commit c09efa7b778f9cb29032a6abfd914fcaae8df163)
2008-01-24Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-10/+29
(This used to be commit d4d4120b715dc37b708b1c6074eab4f5c23d6b8f)
2008-01-24Ensure we set subobj.BACKEND_MOD for the 'partitions only' case.Andrew Bartlett1-0/+4
Andrew Bartlett (This used to be commit be5eb2da241452ccc0526f4f115aa44c0793c351)
2008-01-24Make the repl_meta_data module the default for domain controllers.Andrew Bartlett1-5/+24
Andrew Bartlett (This used to be commit ae2ea1bd0cd2b326b09b372428969f2cf52ce519)
2008-01-24Use the repl_meta_data module by default.Andrew Bartlett1-3/+5
This means that, except when we back onto LDAP, when it will be replaced with the mapping backend, we will keep this codepath tested. Andrew Bartlett (This used to be commit e8fb5da5a18c1c3bd788b1ab3f814ffb847b00fd)
2008-01-24Kill another sub that the modules will handle for us.Andrew Bartlett1-3/+0
(This used to be commit e9bb130d63e86fafc4cbf379e2e237354b88bcf8)
2008-01-24Remove useless subs from the ejs provisionAndrew Bartlett1-3/+0
The less things we manually place into the templates, the easier the conversion to python will be. Andrew Bartlett (This used to be commit f65e5c164476b80468aa19452b108db17c642f8b)
2008-01-24Python: add some docstrings.Jelmer Vernooij1-5/+46
(This used to be commit 1de69a772e1cc007220add1f51bffe83784c3344)
2008-01-24python: Support --no-pass.Jelmer Vernooij1-0/+6
(This used to be commit a90f3e8c420bec7fd7a39e0d5e2df6b32aedcdd5)
2008-01-23python: Add convenience function for getting command line loadparm contextJelmer Vernooij2-4/+21
and default to using system smb.conf. (This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524)
2008-01-21python: Fix init functions.Jelmer Vernooij1-0/+2
(This used to be commit 4b057b9bffcef9ecc61fe016746f5ce6f17f6d06)
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging ↵Jelmer Vernooij1-11/+1
easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
2008-01-18Remove --ldap-base from the python provision scriptAndrew Bartlett1-32/+0
(This is a merge from the ejs script) Andrew Bartlett (This used to be commit d822dfa017b84895222ace8c44935fb872930548)
2008-01-18Add in a new module to handle instanceTypeAndrew Bartlett1-3/+3
This code raided from the repl_meta_data module, which probably needs to be downsized to just handling the replication data. Andrew Bartlett (This used to be commit 2a418f33705a792d9d16cf1d4aa3dcda467e6e04)
2008-01-17provision: simplfy by removing old code to manually create baseDNs.Andrew Bartlett1-32/+6
Previously, we would create the first record in the DB as an LDIF file, with the expectation that the administrator would use slapadd to create the database. We now do everything over LDAP, which is far simpler, and allows the LDB module chain to do its work, without special cases. Also fix naming of the output schema when suggesting the comamnd line to run ad2oLschema in provision-backend. Andrew Bartlett (This used to be commit e77375758d66e94e5e0b6e61a97c9281c3d9c71f)
2008-01-16python: Build shared python modules for generic use.Jelmer Vernooij1-2/+8
(This used to be commit 502424955237ace5a276d4c91c62e95233ecd978)
2008-01-15python: Update status.Jelmer Vernooij1-7/+5
(This used to be commit b4b12f00a7eb952024795ddc5ab3481fd4ba03fc)
2008-01-14python: Enable building of the wkssvc python bindings.Jelmer Vernooij2-0/+25
(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: Convert winreg.py completely to rpc, use new RPC Python bindings.Jelmer Vernooij1-72/+61
(This used to be commit 9c21773737ea941b623105352b4625dcb8437706)
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: Add simple test for samr python code.Jelmer Vernooij1-0/+28
(This used to be commit 0a039fabcba9510ab600b2e4becbf75a58d2134d)
2008-01-14python: Compile security module, handle uint.Jelmer Vernooij1-0/+2
(This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6)
2008-01-14python: Move some convenience macros to a separate header rather than ↵Jelmer Vernooij1-0/+2
putting them in every generated py_* file. (This used to be commit 712274b9bdf524da125cbbe6e4bb475b21b1da66)
2008-01-14python: Enable python bindings for samr and lsa interfaces.Jelmer Vernooij2-0/+30
(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: Be more pythonic - turn WERROR and NTSTATUS return codes into ↵Jelmer Vernooij1-21/+18
exceptions. (This used to be commit 16fc69b843e92ae62b15caf927335cc117156499)
2008-01-14python: Fix python code for winreg, add test.Jelmer Vernooij2-1/+53
(This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
2008-01-14python: Start building winreg module.Jelmer Vernooij1-0/+1
(This used to be commit f1a9fad83cee7754304b3422aa273d5f64868e40)
2008-01-14python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij1-4/+6
(This used to be commit 25a0cd091bb24e579ceb34472d9c213aae157ba9)
2008-01-14python: Fix deallocation bug in pytalloc.Jelmer Vernooij1-1/+1
(This used to be commit b849b4a6c4c9b03a9704449a69f00a59fc0df9c5)
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij1-5/+8
DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
2008-01-14python: Fix rpcecho tests.Jelmer Vernooij3-5/+39
(This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)
2008-01-14pidl/python: Fix compilation of py_echo.Jelmer Vernooij2-4/+5
(This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
2008-01-14python: Allow wrapping pointers within talloc'ed memory that are not talloc ↵Jelmer Vernooij2-7/+14
contexts. (This used to be commit 9c038a74113fb55ed5eb12a7d0ae4a46bad9050c)