summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2009-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-0/+0
2009-08-17fixed up add_foreign againAndrew Tridgell1-16/+4
2009-08-17more fixups from provision changesAndrew Tridgell1-2/+14
2009-08-17fixed up some provision errors from the recent changesAndrew Tridgell1-3/+2
2009-07-29s4:provision We no longer add krbtgt or kpasswd account into secrets.ldbAndrew Bartlett1-1/+1
2009-07-20Re-add accidently removed shares test.Jelmer Vernooij1-0/+74
2009-06-08python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test.Jelmer Vernooij1-1/+1
2009-04-21Add str() for policy_handles.Andrew Bartlett1-1/+6
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett1-0/+11
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett1-0/+48
2009-04-20Fix the valid NetBIOS name tests.Jelmer Vernooij1-3/+3
2009-04-06Improve formatting in Python file.Jelmer Vernooij1-0/+5
2009-04-06Make valid_netbios_name() check a bit stricter.Jelmer Vernooij1-0/+12
2009-03-02Fix test_surrounding in samba4.rpcecho.python.Jelmer Vernooij1-1/+1
2009-02-24expand tabs in python file, consistent with the rest of the file.Jelmer Vernooij2-3/+3
2009-02-12Provide a SamDB TestCase-class that can be used by OpenChange.Jelmer Vernooij1-0/+10
2009-02-12Use created loadparm context, rather than the one specified on the command-line.Jelmer Vernooij1-2/+2
2009-02-11Use convenience function for finding setup dir in SaMDB tests.Jelmer Vernooij1-2/+2
2009-02-11Make it possible to override the setup path.Jelmer Vernooij1-9/+11
2009-02-11Cancel transactions when exceptions are raised.Jelmer Vernooij1-0/+1
2008-12-23samba.tests.samdb: Fix test after merger of samba.security andJelmer Vernooij1-1/+1
2008-12-21Move tests for ParamFile.Jelmer Vernooij1-1/+23
2008-12-21Fix various Python-related bugs.Jelmer Vernooij1-1/+1
2008-12-19Avoid use of parentheses in Python import statements, as it's not supported b...Jelmer Vernooij1-2/+2
2008-08-01Use new style python classes.Jelmer Vernooij5-1/+6
2008-05-30Fix samdb python test.Jelmer Vernooij1-2/+2
2008-05-30Fix the samba4.dcerpc.bare.python test.Andrew Bartlett1-5/+6
2008-05-30Fix rpcecho test.Andrew Bartlett1-1/+1
2008-05-30Fix up provision and samdb tests.Andrew Bartlett1-5/+20
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-2/+6
2008-05-29Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij1-10/+19
2008-05-29Check test directory is cleaned up by Python tests.Jelmer Vernooij1-0/+1
2008-05-25Fix missing colon.Jelmer Vernooij1-1/+1
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij2-5/+12
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij2-0/+17
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-0/+30
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-0/+5
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij1-0/+12
2008-05-23Fix bugs in samr python tests.Jelmer Vernooij1-1/+1
2008-05-23Add another test toe the python samr testsuite.Jelmer Vernooij1-2/+18
2008-05-23Convert samr test to python.Jelmer Vernooij1-0/+2
2008-05-22Fix import in provision test.Jelmer Vernooij1-1/+1
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij4-4/+4
2008-05-22Fix dependencies and imports.Jelmer Vernooij2-2/+2
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-2/+2
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij1-4/+4
2008-05-11Use consistent function names with the standard Python uuid module that is av...Jelmer Vernooij1-4/+4
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
2008-04-15Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij1-0/+2
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij6-17/+14