| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-08-17 | s4: Major rework of the LDB/SAMDB/IDMAP python bindings | Matthias Dieter Wallnöfer | 1 | -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-17 | fixed up add_foreign again | Andrew Tridgell | 1 | -16/+4 | |
| my last patch was not even close ... I'll leave abartlet to work out how to fix the test case | |||||
| 2009-08-17 | more fixups from provision changes | Andrew Tridgell | 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 | |||||
| 2009-08-17 | fixed up some provision errors from the recent changes | Andrew Tridgell | 1 | -3/+2 | |
| 2009-07-29 | s4:provision We no longer add krbtgt or kpasswd account into secrets.ldb | Andrew Bartlett | 1 | -1/+1 | |
| 2009-07-20 | Re-add accidently removed shares test. | Jelmer Vernooij | 1 | -0/+74 | |
| 2009-06-08 | python: Fix samba4.dcerpc.rpcecho.RpcEchoTests.test_surrounding test. | Jelmer Vernooij | 1 | -1/+1 | |
| 2009-04-21 | Add str() for policy_handles. | Andrew Bartlett | 1 | -1/+6 | |
| Pair programmed with Jelmer | |||||
| 2009-04-21 | python/dcerpc: Custom implementations of policy_handle.__init__ and ↵ | Andrew Bartlett | 1 | -0/+11 | |
| policy_handle.__repr__ pair-programmed with Jelmer | |||||
| 2009-04-21 | python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and ↵ | Andrew Bartlett | 1 | -0/+48 | |
| GUID.__cmp__. | |||||
| 2009-04-20 | Fix the valid NetBIOS name tests. | Jelmer Vernooij | 1 | -3/+3 | |
| 2009-04-06 | Improve formatting in Python file. | Jelmer Vernooij | 1 | -0/+5 | |
| 2009-04-06 | Make valid_netbios_name() check a bit stricter. | Jelmer Vernooij | 1 | -0/+12 | |
| 2009-03-02 | Fix test_surrounding in samba4.rpcecho.python. | Jelmer Vernooij | 1 | -1/+1 | |
| 2009-02-24 | expand tabs in python file, consistent with the rest of the file. | Jelmer Vernooij | 2 | -3/+3 | |
| 2009-02-12 | Provide a SamDB TestCase-class that can be used by OpenChange. | Jelmer Vernooij | 1 | -0/+10 | |
| 2009-02-12 | Use created loadparm context, rather than the one specified on the command-line. | Jelmer Vernooij | 1 | -2/+2 | |
| 2009-02-11 | Use convenience function for finding setup dir in SaMDB tests. | Jelmer Vernooij | 1 | -2/+2 | |
| 2009-02-11 | Make it possible to override the setup path. | Jelmer Vernooij | 1 | -9/+11 | |
| 2009-02-11 | Cancel transactions when exceptions are raised. | Jelmer Vernooij | 1 | -0/+1 | |
| 2008-12-23 | samba.tests.samdb: Fix test after merger of samba.security and | Jelmer Vernooij | 1 | -1/+1 | |
| samba.dcerpc.security | |||||
| 2008-12-21 | Move tests for ParamFile. | Jelmer Vernooij | 1 | -1/+23 | |
| 2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -1/+1 | |
| 2008-12-19 | Avoid use of parentheses in Python import statements, as it's not supported ↵ | Jelmer Vernooij | 1 | -2/+2 | |
| by Python2.3. | |||||
| 2008-08-01 | Use new style python classes. | Jelmer Vernooij | 5 | -1/+6 | |
| (This used to be commit 2a39aae0cef310a79427feb1b85f6794ea36849a) | |||||
| 2008-05-30 | Fix samdb python test. | Jelmer Vernooij | 1 | -2/+2 | |
| (This used to be commit 0e3d488cc108174ca0f875aab16b9771c2933f19) | |||||
| 2008-05-30 | Fix the samba4.dcerpc.bare.python test. | Andrew Bartlett | 1 | -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-30 | Fix rpcecho test. | Andrew Bartlett | 1 | -1/+1 | |
| (This used to be commit df8399ba9dee9d1c706a3e56451c9f2cade96dae) | |||||
| 2008-05-30 | Fix up provision and samdb tests. | Andrew Bartlett | 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) | |||||
| 2008-05-29 | Fix samdb test and enable it. | Jelmer Vernooij | 1 | -2/+6 | |
| (This used to be commit 6b202d3780f8ff50e0bdfa4a749c43b5639e4880) | |||||
| 2008-05-29 | Update after changes to the provision API, make sure temp dir gets cleaned | Jelmer Vernooij | 1 | -10/+19 | |
| up. (This used to be commit 064e9ddb3786bd7df8785b39754b1e6674496b66) | |||||
| 2008-05-29 | Check test directory is cleaned up by Python tests. | Jelmer Vernooij | 1 | -0/+1 | |
| (This used to be commit c338269b4b9f2bf4d3386880c1d733a8e47e2c8d) | |||||
| 2008-05-25 | Fix missing colon. | Jelmer Vernooij | 1 | -1/+1 | |
| (This used to be commit 6b1576f544e2ea2b5ea0b234b724c4989dd49cca) | |||||
| 2008-05-25 | Expose transfer and abstract syntax. | Jelmer Vernooij | 2 | -5/+12 | |
| (This used to be commit a875e07a37568b7e51c290074d5e3834c2caa4d6) | |||||
| 2008-05-25 | Add support for secondary contexts from Python. | Jelmer Vernooij | 2 | -0/+17 | |
| (This used to be commit 16d1ad050546ae6500153438db8d3c857e6f3ad5) | |||||
| 2008-05-24 | Allow connecting to a DCE/RPC interface with Python for which we don't have IDL. | Jelmer Vernooij | 1 | -0/+30 | |
| (This used to be commit e3178d522c95871f1db35d7e058906502387a553) | |||||
| 2008-05-24 | Add convenience functions for setting Python objects from errors. | Jelmer Vernooij | 1 | -0/+5 | |
| (This used to be commit f1de723b89251cbc8140b838941f304a34871bf3) | |||||
| 2008-05-24 | Add tests for new NDR pack/unpack functionality in Python DCE/RPC bindings. | Jelmer Vernooij | 1 | -0/+12 | |
| (This used to be commit 468d35827fd055c82c6d43d6ce6d3d561abed54d) | |||||
| 2008-05-23 | Fix bugs in samr python tests. | Jelmer Vernooij | 1 | -1/+1 | |
| (This used to be commit 09c6b106ac144820b8c072bda4dad3d8e2145ff0) | |||||
| 2008-05-23 | Add another test toe the python samr testsuite. | Jelmer Vernooij | 1 | -2/+18 | |
| (This used to be commit 480884c696c676bb978e9197271b99cc03bb66e6) | |||||
| 2008-05-23 | Convert samr test to python. | Jelmer Vernooij | 1 | -0/+2 | |
| (This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5) | |||||
| 2008-05-22 | Fix import in provision test. | Jelmer Vernooij | 1 | -1/+1 | |
| (This used to be commit 96501be38da947f02ad57217e0bc23f7a66d36f9) | |||||
| 2008-05-22 | Move DCE/RPC python bindings into samba package. | Jelmer Vernooij | 4 | -4/+4 | |
| (This used to be commit 8dafd4ce40b7348fd5f2b1f2f5d2106ef4cc0dd1) | |||||
| 2008-05-22 | Fix dependencies and imports. | Jelmer Vernooij | 2 | -2/+2 | |
| (This used to be commit 37ef86f8de9039b8226b190254d842e92b5faad7) | |||||
| 2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 2 | -2/+2 | |
| (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | |||||
| 2008-05-11 | make sure to always use string version of uuid rather than object. | Jelmer Vernooij | 1 | -4/+4 | |
| (This used to be commit bcd5fc7dc9899deb9fa84fdeeb21ed2ddb921308) | |||||
| 2008-05-11 | Use consistent function names with the standard Python uuid module that is ↵ | Jelmer Vernooij | 1 | -4/+4 | |
| available in >= 2.4. (This used to be commit 60d458e3195eef6baf655fee0da7c3f68517e8e6) | |||||
| 2008-04-17 | Fix the expectations on the unixinfo test. | Andrew Bartlett | 1 | -2/+2 | |
| Andrew Bartlett (This used to be commit 0df2b3e0b56007850cf83cfdcdb45ca29e162d34) | |||||
| 2008-04-15 | Fix pointers when pushing strings to python during pidl generation. | Jelmer Vernooij | 1 | -0/+2 | |
| (This used to be commit ca72187b3e71a037780d42a57e46b60e75f724f6) | |||||
| 2008-04-14 | Use RpcInterfaceTestCase everywhere. | Jelmer Vernooij | 6 | -17/+14 | |
| (This used to be commit 799095b4e567f4495adf7d1d7bcb81dda6782959) | |||||
