Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move python modules from source4/scripting/python/ to python/. | Jelmer Vernooij | 2013-03-02 | 1 | -96/+0 |
| | | | | | | | Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 03:57:34 CET 2013 on sn-devel-104 | ||||
* | s4-python: Various formatting fixes. | Jelmer Vernooij | 2012-09-27 | 1 | -5/+5 |
| | | | | | | * Trailing whitespace * use of "==" where "is" should be used * double spaces | ||||
* | s4-python: Remove env from non-executable test scripts. | Andreas Schneider | 2012-03-13 | 1 | -2/+0 |
| | |||||
* | provision: Simplify make_smbconf a bit. | Jelmer Vernooij | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | s4-provision Remove setup_path, setup_dir and find_setup_dir | Andrew Bartlett | 2011-02-07 | 1 | -8/+5 |
| | | | | | | | | | | | | | | We now have a reliable way to know the current location of the templates: dyn_SETUPDIR, which is updated for both the in-build and installed binaries. This replaces the function arguments and the distributed resolution of the setup directory with one 'global' function (imported as required). This also removes the ability to specify an alternate setup directory on the command line, as this was rarely if ever used and never tested. Andrew Bartlett | ||||
* | s4-python: Add some more module docstrings. | Jelmer Vernooij | 2010-12-05 | 1 | -0/+3 |
| | |||||
* | samba.provision: Add package with provision and backend modules. | Jelmer Vernooij | 2010-11-28 | 1 | -6/+7 |
| | |||||
* | s4-python: Fix formatting of docstrings for the purpose of pydoctor. | Jelmer Vernooij | 2010-11-28 | 1 | -8/+0 |
| | |||||
* | s4:provision: also use fixed GUID names of the default group policies for ↵ | Stefan Metzmacher | 2010-07-10 | 1 | -2/+3 |
| | | | | | | domain and domain controllers in tests metze | ||||
* | s4-python: python is not always in /usr/bin | Andrew Tridgell | 2010-06-24 | 1 | -1/+1 |
| | | | | | | | | Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | ||||
* | Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only ↵ | Jelmer Vernooij | 2010-06-15 | 1 | -18/+22 |
| | | | | in OpenChange). | ||||
* | s4-python: Start using standard python logging infrastructure rather | Jelmer Vernooij | 2010-06-13 | 1 | -1/+2 |
| | | | | than simple messaging callbacks. | ||||
* | General cleanups of python code, hinted by pyflakes. | Jelmer Vernooij | 2010-03-01 | 1 | -4/+0 |
| | |||||
* | s4:provision Fix samdb test with new provision code | Andrew Bartlett | 2009-11-02 | 1 | -3/+12 |
| | |||||
* | s4:samba.tests.samdb - remove last relicts of the templates | Matthias Dieter Wallnöfer | 2009-09-30 | 1 | -4/+2 |
| | |||||
* | fixed up add_foreign again | Andrew Tridgell | 2009-08-17 | 1 | -16/+4 |
| | | | | | | my last patch was not even close ... I'll leave abartlet to work out how to fix the test case | ||||
* | more fixups from provision changes | Andrew Tridgell | 2009-08-17 | 1 | -2/+14 |
| | | | | | | Andrew, can you please check this? The idmap.setup_name_mapping tests look totally out of place here. I'm also not sure I captured your intention with the other changes | ||||
* | fixed up some provision errors from the recent changes | Andrew Tridgell | 2009-08-17 | 1 | -3/+2 |
| | |||||
* | Provide a SamDB TestCase-class that can be used by OpenChange. | Jelmer Vernooij | 2009-02-12 | 1 | -0/+10 |
| | |||||
* | Use created loadparm context, rather than the one specified on the command-line. | Jelmer Vernooij | 2009-02-12 | 1 | -2/+2 |
| | |||||
* | Use convenience function for finding setup dir in SaMDB tests. | Jelmer Vernooij | 2009-02-11 | 1 | -2/+2 |
| | |||||
* | Make it possible to override the setup path. | Jelmer Vernooij | 2009-02-11 | 1 | -9/+11 |
| | |||||
* | Cancel transactions when exceptions are raised. | Jelmer Vernooij | 2009-02-11 | 1 | -0/+1 |
| | |||||
* | samba.tests.samdb: Fix test after merger of samba.security and | Jelmer Vernooij | 2008-12-23 | 1 | -1/+1 |
| | | | | samba.dcerpc.security | ||||
* | Fix samdb python test. | Jelmer Vernooij | 2008-05-30 | 1 | -2/+2 |
| | | | | (This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19) | ||||
* | Fix up provision and samdb tests. | Andrew Bartlett | 2008-05-30 | 1 | -5/+20 |
| | | | | | | | | This fixes up the provision to operate with a target directory - it must override the smb.conf in this case. Andrew Bartlett (This used to be commit 89fc39f7edb214065aff461bc225f41443eae3c7) | ||||
* | Fix samdb test and enable it. | Jelmer Vernooij | 2008-05-29 | 1 | -2/+6 |
| | | | | (This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880) | ||||
* | Update after changes to the provision API, make sure temp dir gets cleaned | Jelmer Vernooij | 2008-05-29 | 1 | -10/+19 |
| | | | | | up. (This used to be commit 064e9ddb3786bd7df8785b39754b1e6674496b66) | ||||
* | make sure to always use string version of uuid rather than object. | Jelmer Vernooij | 2008-05-11 | 1 | -4/+4 |
| | | | | (This used to be commit bcd5fc7dc9899deb9fa84fdeeb21ed2ddb921308) | ||||
* | Use consistent function names with the standard Python uuid module that is ↵ | Jelmer Vernooij | 2008-05-11 | 1 | -4/+4 |
| | | | | | | available in >= 2.4. (This used to be commit 60d458e3195eef6baf655fee0da7c3f68517e8e6) | ||||
* | Use RpcInterfaceTestCase everywhere. | Jelmer Vernooij | 2008-04-14 | 1 | -2/+2 |
| | | | | (This used to be commit 799095b4e567f4495adf7d1d7bcb81dda6782959) | ||||
* | Fix and test python scripts and kerberos | Andrew Bartlett | 2008-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | This fixes up the python credentials interface in a number of areas, with the aim of supporting '-k yes' as a command line option. (This enables the use of kerberos). As such, I've had to change the get_credentials call to take a loadparm context, so that the credentials can be initialised correctly. The test_kinit script has been modified to prove that this continues to work, as well as to provide greater code coverage of the kerberos paths. Andrew Bartlett (This used to be commit 727ef40c2b56910028ef3c1092b8eab1bfa6ce63) | ||||
* | Initial work on a test for samba.tests.samdb | Jelmer Vernooij | 2008-02-13 | 1 | -0/+55 |
(This used to be commit 8b33860954ca03be1ea45fd8d40963dbbd5b162f) |