summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17s4: Major rework of the LDB/SAMDB/IDMAP python bindingsMatthias Dieter Wallnöfer1-0/+0
- Centralise the lookups for the default domain (root) in the call "domain_dn" - Reduce the LDB connections attempts ("connect" calls) from three to one - tools should load faster - Make the LDB connection init more like the "ldb_wrap_connection" call - Load the right UTF8 casefolder which fixes up problems with special characters (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased - so records "seemed" lost in TDB)
2009-08-17fixed up add_foreign againAndrew Tridgell1-16/+4
my last patch was not even close ... I'll leave abartlet to work out how to fix the test case
2009-08-17more fixups from provision changesAndrew Tridgell1-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
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
Pair programmed with Jelmer
2009-04-21python/dcerpc: Custom implementations of policy_handle.__init__ and ↵Andrew Bartlett1-0/+11
policy_handle.__repr__ pair-programmed with Jelmer
2009-04-21python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵Andrew Bartlett1-0/+48
GUID.__cmp__.
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
samba.dcerpc.security
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 ↵Jelmer Vernooij1-2/+2
by Python2.3.
2008-08-01Use new style python classes.Jelmer Vernooij5-1/+6
(This used to be commit 2a39aae0cef310a79427feb1b85f6794ea36849a)
2008-05-30Fix samdb python test.Jelmer Vernooij1-2/+2
(This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19)
2008-05-30Fix the samba4.dcerpc.bare.python test.Andrew Bartlett1-5/+6
The loadparm context isn't really optional, as otherwise we can't find the right server to connect to. Andrew Bartlett (This used to be commit 2b5acb5e95b46dd39c6f54b5bb7e15ddb180f7ec)
2008-05-30Fix rpcecho test.Andrew Bartlett1-1/+1
(This used to be commit df8399ba9dee9d1c706a3e56451c9f2cade96dae)
2008-05-30Fix up provision and samdb tests.Andrew Bartlett1-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)
2008-05-29Fix samdb test and enable it.Jelmer Vernooij1-2/+6
(This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880)
2008-05-29Update after changes to the provision API, make sure temp dir gets cleanedJelmer Vernooij1-10/+19
up. (This used to be commit 064e9ddb3786bd7df8785b39754b1e6674496b66)
2008-05-29Check test directory is cleaned up by Python tests.Jelmer Vernooij1-0/+1
(This used to be commit c338269b4b9f2bf4d3386880c1d733a8e47e2c8d)
2008-05-25Fix missing colon.Jelmer Vernooij1-1/+1
(This used to be commit 6b1576f544e2ea2b5ea0b234b724c4989dd49cca)
2008-05-25Expose transfer and abstract syntax.Jelmer Vernooij2-5/+12
(This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6)
2008-05-25Add support for secondary contexts from Python.Jelmer Vernooij2-0/+17
(This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5)
2008-05-24Allow connecting to a DCE/RPC interface with Python for which we don't have IDL.Jelmer Vernooij1-0/+30
(This used to be commit e3178d522c95871f1db35d7e058906502387a553)
2008-05-24Add convenience functions for setting Python objects from errors.Jelmer Vernooij1-0/+5
(This used to be commit f1de723b89251cbc8140b838941f304a34871bf3)
2008-05-24Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings.Jelmer Vernooij1-0/+12
(This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d)
2008-05-23Fix bugs in samr python tests.Jelmer Vernooij1-1/+1
(This used to be commit 09c6b106ac144820b8c072bda4dad3d8e2145ff0)
2008-05-23Add another test toe the python samr testsuite.Jelmer Vernooij1-2/+18
(This used to be commit 480884c696c676bb978e9197271b99cc03bb66e6)
2008-05-23Convert samr test to python.Jelmer Vernooij1-0/+2
(This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
2008-05-22Fix import in provision test.Jelmer Vernooij1-1/+1
(This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9)
2008-05-22Move DCE/RPC python bindings into samba package.Jelmer Vernooij4-4/+4
(This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1)
2008-05-22Fix dependencies and imports.Jelmer Vernooij2-2/+2
(This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-2/+2
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-05-11make sure to always use string version of uuid rather than object.Jelmer Vernooij1-4/+4
(This used to be commit bcd5fc7dc9899deb9fa84fdeeb21ed2ddb921308)
2008-05-11Use consistent function names with the standard Python uuid module that is ↵Jelmer Vernooij1-4/+4
available in >= 2.4. (This used to be commit 60d458e3195eef6baf655fee0da7c3f68517e8e6)
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
Andrew Bartlett (This used to be commit 0df2b3e0b56007850cf83cfdcdb45ca29e162d34)
2008-04-15Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij1-0/+2
(This used to be commit ca72187b3e71a037780d42a57e46b60e75f724f6)
2008-04-14Use RpcInterfaceTestCase everywhere.Jelmer Vernooij6-17/+14
(This used to be commit 799095b4e567f4495adf7d1d7bcb81dda6782959)