| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-02-09 | s4/tests: Implement a blackbox test for 'samba-tool drs' command | Kamen Mazdrashki | 1 | -0/+100 | |
| Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Feb 9 11:45:30 CET 2011 on sn-devel-104 | |||||
| 2011-02-09 | s4/tests: Move command line processing into separate method to be reused | Kamen Mazdrashki | 1 | -6/+6 | |
| 2011-02-09 | s4/tests: Implement BlackboxTestCase.check_output() method | Kamen Mazdrashki | 1 | -0/+11 | |
| I am going to need this to check if output is OK (kind of) | |||||
| 2011-02-07 | s4-provision Remove setup_path, setup_dir and find_setup_dir | Andrew Bartlett | 2 | -16/+8 | |
| We now have a reliable way to know the current location of the templates: dyn_SETUPDIR, which is updated for both the in-build and installed binaries. This replaces the function arguments and the distributed resolution of the setup directory with one 'global' function (imported as required). This also removes the ability to specify an alternate setup directory on the command line, as this was rarely if ever used and never tested. Andrew Bartlett | |||||
| 2011-02-07 | s4-test: fixed ndrdump test for top level build | Andrew Tridgell | 1 | -1/+6 | |
| Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2011-02-07 | s4-test: fixed setup/ assumption for top level build | Andrew Tridgell | 3 | -6/+13 | |
| Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2011-01-19 | pygensec: remove special case handling for None for buffers | Andrew Tridgell | 1 | -1/+1 | |
| always returning a buffer makes life easier for callers Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2011-01-18 | s4-gensec Extend python bindings for GENSEC and the associated test | Andrew Bartlett | 1 | -6/+51 | |
| This now tests a real GENSEC exchange, including wrap and unwrap, using GSSAPI. Therefore, it now needs to access a KDC. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 18 11:41:26 CET 2011 on sn-devel-104 | |||||
| 2011-01-05 | s4-python: Allow setting TEST_DEBUG_LEVEL to override debug level for tests. | Jelmer Vernooij | 1 | -0/+10 | |
| Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Jan 5 01:58:44 CET 2011 on sn-devel-104 | |||||
| 2010-12-15 | Move get_loadparm() and get_credentials() to samba.tests.TestCase. | Jelmer Vernooij | 1 | -8/+15 | |
| 2010-12-05 | s4-python: Add more module docstrings. | Jelmer Vernooij | 10 | -3/+23 | |
| 2010-12-05 | s4-python: Add some more module docstrings. | Jelmer Vernooij | 15 | -0/+32 | |
| 2010-11-28 | samba.tests.hostconfig: Fix import. | Jelmer Vernooij | 1 | -1/+1 | |
| Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 28 18:08:33 CET 2010 on sn-devel-104 | |||||
| 2010-11-28 | samba.hostconfig: Move samba.shares into samba.hostconfig. | Jelmer Vernooij | 1 | -0/+0 | |
| 2010-11-28 | samba.provision: Add package with provision and backend modules. | Jelmer Vernooij | 1 | -6/+7 | |
| 2010-11-28 | s4-python: Fix formatting of docstrings for the purpose of pydoctor. | Jelmer Vernooij | 2 | -8/+1 | |
| 2010-11-28 | samba.tests: Fix formatting. | Jelmer Vernooij | 1 | -22/+25 | |
| 2010-11-25 | s4-tests: Added a common definition of delete_force. | Nadezhda Ivanova | 1 | -0/+6 | |
| 2010-11-22 | s4-tests: Wrap connect_samdb() into a connect_samdb_ex() helper | Kamen Mazdrashki | 1 | -0/+18 | |
| Thus caller will be able to connect to SamDB and fetch RootDSE info in a single step | |||||
| 2010-11-22 | s4-samba.tests: Explicitly pass LoadParm() instance to system_session() function | Kamen Mazdrashki | 1 | -1/+1 | |
| Otherwise system_session() creates a LoadParm() instance wich resets certain params to their defaults from smb.conf ("log level" for instance) | |||||
| 2010-11-12 | unit tests: add testing for dns account password change | Matthieu Patou | 1 | -0/+4 | |
| 2010-11-05 | talloc: Add python talloc module, move convenience functions to it. | Jelmer Vernooij | 2 | -8/+10 | |
| Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 5 02:48:21 UTC 2010 on sn-devel-104 | |||||
| 2010-10-03 | s4-python-test: Common implementation for getting environment variable value | Kamen Mazdrashki | 1 | -0/+11 | |
| Unit-test based python tests require certain input parameters to be set in environment, otherwise they can't be run | |||||
| 2010-10-03 | s4-python-test: Implement global connect_samdb() function | Kamen Mazdrashki | 1 | -0/+46 | |
| This helper makes proper ldb url to connect to and is a shorthand for test to create SamDB connections | |||||
| 2010-09-30 | s4-provision: wipe the old keytabs when provisioning | Andrew Tridgell | 1 | -3/+13 | |
| Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-09-22 | s4-selftest: Move credentials tests to standard python directory. | Jelmer Vernooij | 1 | -0/+100 | |
| 2010-09-22 | s4-selftest: Move samba3sam test to standard python directory. | Jelmer Vernooij | 1 | -0/+1092 | |
| 2010-09-22 | selftest: Fix idlist running. | Jelmer Vernooij | 2 | -41/+65 | |
| 2010-09-22 | s4-param: Check type when converting python object to lp_ctx, fix some | Jelmer Vernooij | 1 | -4/+3 | |
| memory leaks. | |||||
| 2010-09-22 | pygensec: Implement start_mech_by_name(). | Jelmer Vernooij | 1 | -3/+10 | |
| 2010-09-22 | ndrdump: Move blackbox test to standard python namespace. | Jelmer Vernooij | 3 | -0/+41 | |
| 2010-09-21 | s4-selftest: Move more tests to scripting/python, simplifies running of tests. | Jelmer Vernooij | 8 | -4/+394 | |
| 2010-09-20 | rpc_talloc: Update test now that we create fewer references. | Jelmer Vernooij | 1 | -7/+4 | |
| 2010-09-20 | pytestrpc: Be more verbose. | Jelmer Vernooij | 1 | -4/+6 | |
| 2010-09-20 | testrpc: Convert from a single unit test to a simple test script, be | Jelmer Vernooij | 1 | -18/+32 | |
| more verbose. | |||||
| 2010-09-20 | pidl: Fix segfault when accessing unicode objects. | Jelmer Vernooij | 1 | -1/+1 | |
| 2010-09-03 | pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection. | Jelmer Vernooij | 1 | -1/+1 | |
| 2010-09-02 | s4-pidl: added a test for all generated rpc interfaces | Andrew Tridgell | 1 | -0/+113 | |
| this tries to instantiate all types in all generated python RPC interfaces, then checks that all attributes can be read, written and compared. | |||||
| 2010-08-26 | s4-pyrpc: convert rpc_talloc.py test to unittest framework | Andrew Tridgell | 1 | -45/+59 | |
| This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org> | |||||
| 2010-08-25 | s4-pyrpc: added a test for talloc behaviour in pidl python code | Andrew Tridgell | 1 | -0/+56 | |
| 2010-07-15 | s4: Add unit test for increment_calculated_keyversion_number | Matthieu Patou | 1 | -1/+25 | |
| Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-07-15 | s4 python: Add functions to samdb to manipulate version of ↵ | Matthieu Patou | 1 | -1/+25 | |
| replPropertyMetaData attribute This change contains also helpers for attribute id to attribute oid conversion and from attribute id to attribute name. It brings also unit tests Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-07-15 | s4 dsdb: Use the changereplmetadata control | Matthieu Patou | 1 | -11/+78 | |
| This control allow to specify the replPropertyMetaData attribute to be specified on modify request. It can be used for very specific needs to tweak the content of the replication data. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-07-10 | s4:provision: also use fixed GUID names of the default group policies for ↵ | Stefan Metzmacher | 1 | -2/+3 | |
| domain and domain controllers in tests metze | |||||
| 2010-06-25 | s4 python: Add unit tests related to PyLong/PyInt handling | Matthieu Patou | 1 | -2/+11 | |
| Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
| 2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 19 | -19/+19 | |
| Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
| 2010-06-20 | s4:python LDB __init__.py - remove completely unused "erase_partitions" call | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
| Seems to be a relict from the past. | |||||
| 2010-06-20 | Use standard Python syntax, booleans and set()'s where appropriate. | Jelmer Vernooij | 1 | -10/+15 | |
| 2010-06-20 | Formatting cleanups; use True/False for booleans, unnecessary backslashes, ↵ | Jelmer Vernooij | 3 | -28/+31 | |
| spacing. | |||||
| 2010-06-20 | samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB. | Jelmer Vernooij | 1 | -1/+1 | |
