summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/samdb.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-96/+0
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-5/+5
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-131-2/+0
* provision: Simplify make_smbconf a bit.Jelmer Vernooij2012-02-261-2/+2
* s4-provision Remove setup_path, setup_dir and find_setup_dirAndrew Bartlett2011-02-071-8/+5
* s4-python: Add some more module docstrings.Jelmer Vernooij2010-12-051-0/+3
* samba.provision: Add package with provision and backend modules.Jelmer Vernooij2010-11-281-6/+7
* s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2010-11-281-8/+0
* s4:provision: also use fixed GUID names of the default group policies for dom...Stefan Metzmacher2010-07-101-2/+3
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in...Jelmer Vernooij2010-06-151-18/+22
* s4-python: Start using standard python logging infrastructure ratherJelmer Vernooij2010-06-131-1/+2
* General cleanups of python code, hinted by pyflakes.Jelmer Vernooij2010-03-011-4/+0
* s4:provision Fix samdb test with new provision codeAndrew Bartlett2009-11-021-3/+12
* s4:samba.tests.samdb - remove last relicts of the templatesMatthias Dieter Wallnöfer2009-09-301-4/+2
* fixed up add_foreign againAndrew Tridgell2009-08-171-16/+4
* more fixups from provision changesAndrew Tridgell2009-08-171-2/+14
* fixed up some provision errors from the recent changesAndrew Tridgell2009-08-171-3/+2
* Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij2009-02-121-0/+10
* Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij2009-02-121-2/+2
* Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij2009-02-111-2/+2
* Make it possible to override the setup path.Jelmer Vernooij2009-02-111-9/+11
* Cancel transactions when exceptions are raised.Jelmer Vernooij2009-02-111-0/+1
* samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij2008-12-231-1/+1
* Fix samdb python test.Jelmer Vernooij2008-05-301-2/+2
* Fix up provision and samdb tests.Andrew Bartlett2008-05-301-5/+20
* Fix samdb test and enable it.Jelmer Vernooij2008-05-291-2/+6
* Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij2008-05-291-10/+19
* make sure to always use string version of uuid rather than object.Jelmer Vernooij2008-05-111-4/+4
* Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij2008-05-111-4/+4
* Use RpcInterfaceTestCase everywhere.Jelmer Vernooij2008-04-141-2/+2
* Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-0/+1
* Initial work on a test for samba.tests.samdbJelmer Vernooij2008-02-131-0/+55