| Commit message (Expand) | Author | Age | Files | Lines |
* | s4-python-test: Common implementation for getting environment variable value | Kamen Mazdrashki | 2010-10-03 | 1 | -0/+11 |
* | s4-python-test: Implement global connect_samdb() function | Kamen Mazdrashki | 2010-10-03 | 1 | -0/+46 |
* | s4-provision: wipe the old keytabs when provisioning | Andrew Tridgell | 2010-09-30 | 1 | -3/+13 |
* | s4-selftest: Move credentials tests to standard python directory. | Jelmer Vernooij | 2010-09-22 | 1 | -0/+100 |
* | s4-selftest: Move samba3sam test to standard python directory. | Jelmer Vernooij | 2010-09-22 | 1 | -0/+1092 |
* | selftest: Fix idlist running. | Jelmer Vernooij | 2010-09-22 | 2 | -41/+65 |
* | s4-param: Check type when converting python object to lp_ctx, fix some | Jelmer Vernooij | 2010-09-22 | 1 | -4/+3 |
* | pygensec: Implement start_mech_by_name(). | Jelmer Vernooij | 2010-09-22 | 1 | -3/+10 |
* | ndrdump: Move blackbox test to standard python namespace. | Jelmer Vernooij | 2010-09-22 | 3 | -0/+41 |
* | s4-selftest: Move more tests to scripting/python, simplifies running of tests. | Jelmer Vernooij | 2010-09-21 | 8 | -4/+394 |
* | rpc_talloc: Update test now that we create fewer references. | Jelmer Vernooij | 2010-09-20 | 1 | -7/+4 |
* | pytestrpc: Be more verbose. | Jelmer Vernooij | 2010-09-20 | 1 | -4/+6 |
* | testrpc: Convert from a single unit test to a simple test script, be | Jelmer Vernooij | 2010-09-20 | 1 | -18/+32 |
* | pidl: Fix segfault when accessing unicode objects. | Jelmer Vernooij | 2010-09-20 | 1 | -1/+1 |
* | pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection. | Jelmer Vernooij | 2010-09-03 | 1 | -1/+1 |
* | s4-pidl: added a test for all generated rpc interfaces | Andrew Tridgell | 2010-09-02 | 1 | -0/+113 |
* | s4-pyrpc: convert rpc_talloc.py test to unittest framework | Andrew Tridgell | 2010-08-26 | 1 | -45/+59 |
* | s4-pyrpc: added a test for talloc behaviour in pidl python code | Andrew Tridgell | 2010-08-25 | 1 | -0/+56 |
* | s4: Add unit test for increment_calculated_keyversion_number | Matthieu Patou | 2010-07-15 | 1 | -1/+25 |
* | s4 python: Add functions to samdb to manipulate version of replPropertyMetaDa... | Matthieu Patou | 2010-07-15 | 1 | -1/+25 |
* | s4 dsdb: Use the changereplmetadata control | Matthieu Patou | 2010-07-15 | 1 | -11/+78 |
* | s4:provision: also use fixed GUID names of the default group policies for dom... | Stefan Metzmacher | 2010-07-10 | 1 | -2/+3 |
* | s4 python: Add unit tests related to PyLong/PyInt handling | Matthieu Patou | 2010-06-25 | 1 | -2/+11 |
* | s4-python: python is not always in /usr/bin | Andrew Tridgell | 2010-06-24 | 19 | -19/+19 |
* | s4:python LDB __init__.py - remove completely unused "erase_partitions" call | Matthias Dieter Wallnöfer | 2010-06-20 | 1 | -3/+0 |
* | Use standard Python syntax, booleans and set()'s where appropriate. | Jelmer Vernooij | 2010-06-20 | 1 | -10/+15 |
* | Formatting cleanups; use True/False for booleans, unnecessary backslashes, sp... | Jelmer Vernooij | 2010-06-20 | 3 | -28/+31 |
* | samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB. | Jelmer Vernooij | 2010-06-20 | 1 | -1/+1 |
* | s4-python: Remove trivial function, replace by dictionary. | Jelmer Vernooij | 2010-06-20 | 1 | -3/+3 |
* | s4 unittests: add unit tests for upgradehelpers | Matthieu Patou | 2010-06-20 | 2 | -4/+19 |
* | s4 upgradeprovision: Move functions to helpers and improve code | Matthieu Patou | 2010-06-20 | 2 | -89/+194 |
* | s4 python: Update unit tests related to create secrets | Matthieu Patou | 2010-06-20 | 1 | -0/+13 |
* | s4 python: Add unit tests for upgradeprovision related stuff | Matthieu Patou | 2010-06-20 | 1 | -0/+161 |
* | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 2010-06-19 | 14 | -32/+42 |
* | samba.tests.samba3: Clean up imports, use new TestCase class. | Jelmer Vernooij | 2010-06-19 | 1 | -13/+38 |
* | ntacls: Raise TestSkipped rather than writing to stdout. | Jelmer Vernooij | 2010-06-19 | 1 | -16/+15 |
* | samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co... | Jelmer Vernooij | 2010-06-19 | 1 | -6/+9 |
* | Attempt to fix SamDB test infrastructure (not used in Samba anywhere, only in... | Jelmer Vernooij | 2010-06-15 | 1 | -18/+22 |
* | s4-test: Use smb.conf path set in environment rather than using | Jelmer Vernooij | 2010-06-13 | 3 | -12/+18 |
* | s4-python: Start using standard python logging infrastructure rather | Jelmer Vernooij | 2010-06-13 | 1 | -1/+2 |
* | pydsdb: Fix memory leak on invalid parameters, formatting, trivial | Jelmer Vernooij | 2010-04-15 | 1 | -9/+7 |
* | s4 python: add a unit test for function dsdb_get_oid_from_attid | Matthieu Patou | 2010-04-15 | 1 | -0/+44 |
* | s4-python: Format to PEP8, simplify tests. | Jelmer Vernooij | 2010-03-29 | 1 | -87/+68 |
* | More formatting fixes, pointed out by pylint. | Jelmer Vernooij | 2010-03-01 | 1 | -0/+1 |
* | General cleanups of python code, hinted by pyflakes. | Jelmer Vernooij | 2010-03-01 | 5 | -17/+2 |
* | Remove __contains__ from mock object for consistency with actual | Jelmer Vernooij | 2010-03-01 | 1 | -3/+0 |
* | pyxattr: Factor out helper functions. | Jelmer Vernooij | 2010-01-21 | 1 | -24/+24 |
* | pyxattr: Simplify tests. | Jelmer Vernooij | 2010-01-21 | 1 | -52/+60 |
* | pyxattr: Fix tests by not opening tdb files multiple times. | Jelmer Vernooij | 2010-01-21 | 1 | -2/+0 |
* | pyxattr: Fix tests by avoiding opening tdb files multiple times. | Jelmer Vernooij | 2010-01-21 | 1 | -8/+8 |