Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | s3-rpc_server: Do not register embedded ncacn_np endpoints by default | Andrew Bartlett | 1 | -0/+1 |
2012-03-07 | s3-rpc_server: Do not setup ncalrpc pipes and TCP for embedded rpc servers | Andrew Bartlett | 1 | -1/+0 |
2012-03-07 | selftest: Only run s3dc with a forked lsasd | Andrew Bartlett | 1 | -11/+11 |
2012-03-07 | selftest: mark samba4.smb2.getinfo.getinfo as knownfail | Stefan Metzmacher | 1 | -0/+1 |
2012-03-06 | selftest: skip samba3.smb2.scan because they are no tests | Gregor Beck | 1 | -0/+1 |
2012-03-06 | selftest: remove samba3.smb2.*scan from knownfail | Gregor Beck | 1 | -2/+0 |
2012-03-06 | selftest: skip samba3.smb2.session because it hangs | Gregor Beck | 1 | -0/+1 |
2012-03-06 | selftest: skip samba3.smb2.hold-oplock because its not a test | Gregor Beck | 1 | -0/+1 |
2012-03-06 | selftest: mark samba3.smb2.ioctl tests knownfail | Gregor Beck | 1 | -0/+7 |
2012-03-06 | selftest: mark samba3.smb2.durable-v2-open tests as knownfail | Stefan Metzmacher | 1 | -0/+4 |
2012-03-06 | selftest: mark samba3.smb2.durable-open.oplock test knownfail | Gregor Beck | 1 | -0/+1 |
2012-03-06 | selftest: mark samba3.smb2.durable-open reopen tests knownfail | Gregor Beck | 1 | -0/+5 |
2012-03-06 | selftest: samba3.smb2.compound.invalid2 works | Gregor Beck | 1 | -1/+0 |
2012-03-06 | selftest: mark smb2 tests knownfail failing in 3.6 | Gregor Beck | 1 | -0/+37 |
2012-03-06 | selftest.py: Only run teardown_all when actually relevant. | Jelmer Vernooij | 1 | -3/+1 |
2012-03-05 | selftest: run smbtorture_s3 tests against the ntvfs file server | Andrew Bartlett | 2 | -1/+15 |
2012-03-05 | selftest: Reduce time in cleanup loop, try waitpid on all 3 children | Andrew Bartlett | 1 | -6/+12 |
2012-03-05 | selftest: forward rpcecho to Samba4 in plugin_s4_dc | Andrew Bartlett | 1 | -1/+1 |
2012-03-05 | selftest.run: Factor out read_testlist_file and open_file_or_pipe. | Jelmer Vernooij | 3 | -17/+87 |
2012-03-05 | selftest.run: Factor out exported_envvars_str. | Jelmer Vernooij | 3 | -12/+26 |
2012-03-05 | selfclient.client: Factor out write_clientconf. | Jelmer Vernooij | 2 | -62/+83 |
2012-03-05 | selftest.run: Factor out expand_command_run. | Jelmer Vernooij | 3 | -17/+73 |
2012-03-05 | selftest.run: Factor out expand_command_list. | Jelmer Vernooij | 3 | -7/+25 |
2012-03-05 | selftest: Factor out expand_environment_strings. | Jelmer Vernooij | 4 | -11/+70 |
2012-03-04 | selftest.py: Use testtools TestCase class. | Jelmer Vernooij | 4 | -12/+15 |
2012-03-04 | selftest.py: Add dummy init file (required to run tests). | Jelmer Vernooij | 1 | -0/+0 |
2012-03-04 | selftest.pl: Remove unused --verbose option. | Jelmer Vernooij | 1 | -8/+0 |
2012-03-04 | selftest.py: Remove unused --verbose option. | Jelmer Vernooij | 1 | -5/+0 |
2012-03-04 | selftest.py: Remove unused code, reconcile signal handlers. | Jelmer Vernooij | 1 | -19/+16 |
2012-03-04 | selftest.py: Fix handling of boolean options. | Jelmer Vernooij | 1 | -10/+12 |
2012-03-04 | selftest.py: Fix signal handling. | Jelmer Vernooij | 1 | -2/+4 |
2012-03-04 | selftest: Now runs again for tests that use environment 'none'. | Jelmer Vernooij | 1 | -41/+68 |
2012-03-04 | selftest.target: Add NoneTarget. | Jelmer Vernooij | 2 | -0/+30 |
2012-03-04 | selftest.py: Finish conversion to python - now loads without syntax errors. | Jelmer Vernooij | 1 | -63/+89 |
2012-03-04 | selftest.testlist: Add RestrictedTestManager.from_path. | Jelmer Vernooij | 2 | -37/+27 |
2012-03-04 | selftest: More work on conversion to Python. | Jelmer Vernooij | 1 | -806/+482 |
2012-03-04 | selftest.testlist: Add docstrings. | Jelmer Vernooij | 1 | -0/+12 |
2012-03-04 | selftest.testlist: Add manager for restricted test lists. | Jelmer Vernooij | 2 | -10/+54 |
2012-03-04 | Add TestListFilter definition. | Jelmer Vernooij | 1 | -0/+13 |
2012-03-04 | selftest.testlist: Add read_testlist. | Jelmer Vernooij | 2 | -1/+51 |
2012-03-04 | selftest.testlist: Add read_test_regexes. | Jelmer Vernooij | 2 | -1/+39 |
2012-03-04 | selftest: Add testlist management module. | Jelmer Vernooij | 3 | -1/+73 |
2012-03-04 | selftest.target: Add Environment.get_vars. | Jelmer Vernooij | 1 | -0/+11 |
2012-03-04 | selftest: Add tests for trying to reuse an environment that has gone down. | Jelmer Vernooij | 1 | -1/+7 |
2012-03-04 | selftest: Add tests for NoneEnvironment. | Jelmer Vernooij | 1 | -0/+17 |
2012-03-04 | selftest.target: Test that environments are reused. | Jelmer Vernooij | 1 | -0/+5 |
2012-03-04 | selftest.target: Add tests for get_running_env. | Jelmer Vernooij | 1 | -0/+7 |
2012-03-04 | selftest.target: Add tests for getlog_env. | Jelmer Vernooij | 1 | -0/+8 |
2012-03-04 | selftest.target: Add tests for check. | Jelmer Vernooij | 2 | -2/+9 |
2012-03-04 | selftest.target: Add tests for setup. | Jelmer Vernooij | 2 | -9/+14 |