Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-09 | selftest: mark samba3.smb2.session tests as knownfail instead of skip | Stefan Metzmacher | 2 | -1/+2 | |
Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Mar 9 02:34:38 CET 2012 on sn-devel-104 | |||||
2012-03-07 | s3-rpc_server: Do not register embedded ncacn_np endpoints by default | Andrew Bartlett | 1 | -0/+1 | |
The end point mapper is primarily in support of lsasd, and the key SAMR, LSA and NETLOGON services being accessed over TCP/IP. The end point mapper does not appear to be used for the well-known mappings to named pipes, and we have a problem with how to safely register the embedded pipes. For now, disable this to avoid re-registration storms in production, until we sort out a better way. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Mar 7 14:27:38 CET 2012 on sn-devel-104 | |||||
2012-03-07 | s3-rpc_server: Do not setup ncalrpc pipes and TCP for embedded rpc servers | Andrew Bartlett | 1 | -1/+0 | |
Embedded RPC services are those not launched in the preforked lsasd and spoolssd children. The reason that these child processes were created is that is is not possible to correctly listen for ncalrpc and TCP connections without creating a child process. Therefore, we should not have these embedded RPC services to listen on these sockets just because the endpoint mapper has been enabled. Andrew Bartlett | |||||
2012-03-07 | selftest: Only run s3dc with a forked lsasd | Andrew Bartlett | 1 | -11/+11 | |
This ensures that we run ktest, member and s3member in the default configuration, to try and cover both code paths. (This does not change the tests being run, but at least the initialisation code will be checked, plus whatever the rpcclient test can cover). Andrew Bartlett | |||||
2012-03-07 | selftest: mark samba4.smb2.getinfo.getinfo as knownfail | Stefan Metzmacher | 1 | -0/+1 | |
Samba4 seems to have problems with streams on directories. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 7 12:44:10 CET 2012 on sn-devel-104 | |||||
2012-03-06 | selftest: skip samba3.smb2.scan because they are no tests | Gregor Beck | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: remove samba3.smb2.*scan from knownfail | Gregor Beck | 1 | -2/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: skip samba3.smb2.session because it hangs | Gregor Beck | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: skip samba3.smb2.hold-oplock because its not a test | Gregor Beck | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: mark samba3.smb2.ioctl tests knownfail | Gregor Beck | 1 | -0/+7 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: mark samba3.smb2.durable-v2-open tests as knownfail | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2012-03-06 | selftest: mark samba3.smb2.durable-open.oplock test knownfail | Gregor Beck | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: mark samba3.smb2.durable-open reopen tests knownfail | Gregor Beck | 1 | -0/+5 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: samba3.smb2.compound.invalid2 works | Gregor Beck | 1 | -1/+0 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-06 | selftest: mark smb2 tests knownfail failing in 3.6 | Gregor Beck | 1 | -0/+37 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
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 | |
This checks not only the behaviour of the NTVFS file server, but also the client library and authentication stack. Andrew Bartlett | |||||
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 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Mar 5 05:42:19 CET 2012 on sn-devel-104 | |||||
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 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Mar 4 19:38:25 CET 2012 on sn-devel-104 | |||||
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 | |