summaryrefslogtreecommitdiff
path: root/source4/scripting/python
AgeCommit message (Collapse)AuthorFilesLines
2008-02-21idmap: Handle uid->SID mappingKai Blin1-0/+24
(This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)
2008-02-20Avoid python2.2-specific types.Jelmer Vernooij1-1/+1
(This used to be commit d45c6b5574ea732d25e9180c83f1fa807ebe57ba)
2008-02-16Formatting fixes.Jelmer Vernooij1-2/+3
(This used to be commit bc0fab89e325ebb6ab870b1c3f4b263c50631b70)
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij1-18/+22
(This used to be commit 4b9d5bc57ca4ee14c142ea720dce5e4ee97f8c16)
2008-02-13Initial work on a test for samba.tests.samdbJelmer Vernooij2-1/+57
(This used to be commit 8b33860954ca03be1ea45fd8d40963dbbd5b162f)
2008-02-13Fix invalid symbol.Jelmer Vernooij1-3/+5
(This used to be commit bd0ef811c4e6419ba05076fbc151827cea5d1ca1)
2008-02-12Fix subunit runner exit codes.Jelmer Vernooij1-1/+2
(This used to be commit 7911308dbc1233838e44c533302f77b03ea41148)
2008-02-12Correctly increment counters in Subunit test runner.Jelmer Vernooij1-1/+4
(This used to be commit c474a2bb83a3e28a0b83f3b8ca1b646742dfca3d)
2008-02-11Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij5-8/+13
(This used to be commit eb04de69c0e319e18b148191946808f81e1cc8c4)
2008-02-09Add tests for upgrade of WINS database.Jelmer Vernooij2-3/+20
(This used to be commit 7777611c0f32a693f0fa057c130e4ea491658f6b)
2008-02-09Remove unused define.Jelmer Vernooij1-1/+0
(This used to be commit 64d6d729135e1b3b19c9bdbbe973fcdaca15e8b3)
2008-02-09Merge branch 'v4-0-trivial' into v4-0-pythonJelmer Vernooij15-245/+543
(This used to be commit b874f07175ae38a041f53f0e4ac6a4050dcefeae)
2008-02-09Add docstring.Jelmer Vernooij1-0/+2
(This used to be commit 073ed0dd1cc8fae9eb4a2f7ff6763124917c56e8)
2008-02-09Fix syntax of docstrings, set project name when generating Python API ↵Jelmer Vernooij3-6/+4
documentation. (This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5)
2008-02-09Re-enable python support in BECOME-DC test.Jelmer Vernooij1-1/+1
(This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268)
2008-02-09Fix upgrade after provision parameter rename.Jelmer Vernooij1-2/+2
(This used to be commit 361b9f43fb2abb64f2cbae7740b89a616a3c2646)
2008-02-09Fix provision python test.Jelmer Vernooij1-15/+9
(This used to be commit b173fa6bd2b24b5a3e7b4fbcb926f6c9771c10ba)
2008-02-09Add tests for findnss(), add some docstrings.Jelmer Vernooij2-14/+48
(This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384)
2008-02-09Remove unused class members.Jelmer Vernooij1-4/+2
(This used to be commit 373ef4287f998b79bf9ba6364d6a67e5c522833d)
2008-02-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2-18/+27
Conflicts: source/scripting/python/samba/provision.py (This used to be commit e367df5d994181f08ad1a20a0ce01991ca30bcc8)
2008-02-08LDAP now works with the python provision!Andrew Bartlett1-1/+0
Andrew Bartlett (This used to be commit 8f0a89ca19d6a3986dacd981fab1ebbc8b1a4ad0)
2008-02-08Fix LDAP backend with pythonAndrew Bartlett1-18/+26
We were still setting the hard-coded users.ldb etc, rather than switching to the ldapi:// URI Andrew Bartlett (This used to be commit 603e981250b26b533ec35dd607cb635226cf99df)
2008-02-08Fix formatting.Jelmer Vernooij1-10/+10
(This used to be commit 73d1b0fcb64fdc7be1e1e1002f3f182fcbe476ae)
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-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 Vernooij1-2/+18
and default to using system smb.conf. (This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524)
2008-01-22Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-pythonJelmer Vernooij15-104/+332
(This used to be commit 2f57e25f8f692889d9e057e13256f8a24c5ec10c)
2008-01-21python: Fix init functions.Jelmer Vernooij1-0/+2
(This used to be commit 4b057b9bffcef9ecc61fe016746f5ce6f17f6d06)
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-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 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)