summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba
Commit message (Collapse)AuthorAgeFilesLines
* idmap: Handle uid->SID mappingKai Blin2008-02-211-0/+24
| | | | (This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)
* Formatting fixes.Jelmer Vernooij2008-02-161-2/+3
| | | | (This used to be commit bc0fab89e325ebb6ab870b1c3f4b263c50631b70)
* Use struct for provision parameters since there are so many of them.Jelmer Vernooij2008-02-151-18/+22
| | | | (This used to be commit 4b9d5bc57ca4ee14c142ea720dce5e4ee97f8c16)
* Initial work on a test for samba.tests.samdbJelmer Vernooij2008-02-132-1/+57
| | | | (This used to be commit 8b33860954ca03be1ea45fd8d40963dbbd5b162f)
* Fix invalid symbol.Jelmer Vernooij2008-02-131-3/+5
| | | | (This used to be commit bd0ef811c4e6419ba05076fbc151827cea5d1ca1)
* Use SMB_CONF_PATH environment variable inside tests rather than hardcoded paths.Jelmer Vernooij2008-02-115-8/+13
| | | | (This used to be commit eb04de69c0e319e18b148191946808f81e1cc8c4)
* Add tests for upgrade of WINS database.Jelmer Vernooij2008-02-092-3/+20
| | | | (This used to be commit 7777611c0f32a693f0fa057c130e4ea491658f6b)
* Add docstring.Jelmer Vernooij2008-02-091-0/+2
| | | | (This used to be commit 073ed0dd1cc8fae9eb4a2f7ff6763124917c56e8)
* Fix syntax of docstrings, set project name when generating Python API ↵Jelmer Vernooij2008-02-092-5/+3
| | | | | | documentation. (This used to be commit 68f13d87eb034fdbc712169f2d1b1a0475751ec5)
* Fix upgrade after provision parameter rename.Jelmer Vernooij2008-02-091-2/+2
| | | | (This used to be commit 361b9f43fb2abb64f2cbae7740b89a616a3c2646)
* Fix provision python test.Jelmer Vernooij2008-02-091-15/+9
| | | | (This used to be commit b173fa6bd2b24b5a3e7b4fbcb926f6c9771c10ba)
* Add tests for findnss(), add some docstrings.Jelmer Vernooij2008-02-092-14/+48
| | | | (This used to be commit 4eec2bbc9a139e927ce21c615ebfbb3026b26384)
* Remove unused class members.Jelmer Vernooij2008-02-091-4/+2
| | | | (This used to be commit 373ef4287f998b79bf9ba6364d6a67e5c522833d)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-081-17/+27
|\ | | | | | | | | | | | | Conflicts: source/scripting/python/samba/provision.py (This used to be commit e367df5d994181f08ad1a20a0ce01991ca30bcc8)
| * Fix LDAP backend with pythonAndrew Bartlett2008-02-081-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)
* | Fix formatting.Jelmer Vernooij2008-02-081-10/+10
|/ | | | (This used to be commit 73d1b0fcb64fdc7be1e1e1002f3f182fcbe476ae)
* python: Use relative paths for registry.Jelmer Vernooij2008-01-261-1/+8
| | | | (This used to be commit 079200b824de6dd8c7de3e5b76ed1805fde02965)
* python: Load smb.conf file for the provision tests.Jelmer Vernooij2008-01-261-2/+6
| | | | (This used to be commit 41571bbb933c763a9608f4ba56f1a5a97af133ab)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-01-251-4/+8
|\ | | | | | | | | | | | | Conflicts: source/scripting/python/samba/provision.py (This used to be commit 64babbec22f165e34799d36ff4b76806d9fead50)
| * Tidy up the last regresesions on the python smbscript, from my workAndrew Bartlett2008-01-251-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)
* | python/provision: Reload secrets when necessary, fix unix names in mappings.Jelmer Vernooij2008-01-251-7/+9
|/ | | | | Pair programmed with Andrew. (This used to be commit 04fe8c8aefae8da8966954d0654c37adf2d0361d)
* python: Fix representation of UUIDs as strings in zone files rather than ↵Jelmer Vernooij2008-01-255-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)
* python: Add test for secretsdb_become_dcJelmer Vernooij2008-01-251-3/+18
| | | | (This used to be commit 9173c678efb6f74dbec64298bcb00952feff2ed7)
* python: fix tests for check_all_substituted.Jelmer Vernooij2008-01-251-2/+2
| | | | (This used to be commit 859cffed9d3a62f9f7610d74472aa3c0d1979a35)
* python/provision: Reconcile code partitions-only provisioning and generic ↵Jelmer Vernooij2008-01-255-212/+276
| | | | | | | provisioning, some other minor refactoring of the provisioning. Pair-programmed by Andrew and me using obby :-) (This used to be commit 688adcbb635af87fcfedb869b7f1857a947fd2f9)
* python: Add function to look for unsubsituted variables.Jelmer Vernooij2008-01-242-0/+19
| | | | (This used to be commit e726ce5bc515ae8d10b472396e228cfd35737476)
* python: Add bindings for SamDB.set_invocation_id().Jelmer Vernooij2008-01-241-0/+7
| | | | (This used to be commit c09efa7b778f9cb29032a6abfd914fcaae8df163)
* Python: add some docstrings.Jelmer Vernooij2008-01-241-5/+46
| | | | (This used to be commit 1de69a772e1cc007220add1f51bffe83784c3344)
* python: Support --no-pass.Jelmer Vernooij2008-01-241-0/+6
| | | | (This used to be commit a90f3e8c420bec7fd7a39e0d5e2df6b32aedcdd5)
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-2/+18
| | | | | and default to using system smb.conf. (This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524)
* Remove --ldap-base from the python provision scriptAndrew Bartlett2008-01-181-32/+0
| | | | | | | (This is a merge from the ejs script) Andrew Bartlett (This used to be commit d822dfa017b84895222ace8c44935fb872930548)
* python: Add simple test for samr python code.Jelmer Vernooij2008-01-141-0/+28
| | | | (This used to be commit 0a039fabcba9510ab600b2e4becbf75a58d2134d)
* python: Be more pythonic - turn WERROR and NTSTATUS return codes into ↵Jelmer Vernooij2008-01-141-21/+18
| | | | | | exceptions. (This used to be commit 16fc69b843e92ae62b15caf927335cc117156499)
* python: Fix python code for winreg, add test.Jelmer Vernooij2008-01-141-0/+53
| | | | (This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260)
* python: Fix last bugs in rpcecho test. It passes now!Jelmer Vernooij2008-01-141-4/+6
| | | | (This used to be commit 25a0cd091bb24e579ceb34472d9c213aae157ba9)
* pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij2008-01-141-5/+8
| | | | | | DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
* python: Fix rpcecho tests.Jelmer Vernooij2008-01-142-0/+39
| | | | (This used to be commit ebb78ea4232c1614755844849580e3697b0a53fa)
* python: Fix typo.Jelmer Vernooij2008-01-111-2/+2
| | | | (This used to be commit d6b06fc03e37781f5f59b15cff8fe3ee8df63444)
* Python: Simplify code in a couple of places. Copy Andrew's changes from ↵Jelmer Vernooij2008-01-113-12/+12
| | | | | | g53b5166. (This used to be commit f056f624958af79204c972eba3f85e36e93daed7)
* r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij2008-01-011-2/+1
| | | | (This used to be commit 7d14b657b3d59924b15f4f84bbd5745cd7f759ef)
* r26629: python: Improve documentation in various places.Jelmer Vernooij2007-12-293-17/+50
| | | | (This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
* r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij2007-12-296-86/+174
| | | | (This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
* r26622: python: Update license version, clarify copyright.Jelmer Vernooij2007-12-281-1/+1
| | | | (This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
* r26618: Implement -W option support.Jelmer Vernooij2007-12-281-1/+7
| | | | (This used to be commit e48026b17d682c01eb3343ef35f6e847b18fa297)
* r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij2007-12-274-115/+111
| | | | (This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)
* r26614: Fix options parsing for credentials in Python.Jelmer Vernooij2007-12-271-6/+18
| | | | (This used to be commit 9ef3b7de6baadeb2240ef9d24c55be9dc4cccf1e)
* r26608: More improvements to the upgrade code.Jelmer Vernooij2007-12-265-148/+307
| | | | (This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
* r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij2007-12-263-122/+102
| | | | (This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-265-29/+30
| | | | | | Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc)
* r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij2007-12-263-65/+33
| | | | | | | | tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)