1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/torture
Christof Schmitt cc76aaeb62 s3: Rename server_messaging_context() to global_messaging_context()
This reflects that the messaging context is also used outside of the
server processes.

The command used for the rename:
find . -name '*.[hc]' -print0 | xargs -0 sed -i 's/server_messaging_context/global_messaging_context/'

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2018-09-07 17:26:17 +02:00
..
bench_pthreadpool.c torture3: Fix CID 1435119 Error handling issues (CHECKED_RETURN) 2018-04-24 19:41:14 +02:00
cmd_vfs.c s3: torture: Remove cmd_fchmod_acl(). 2018-05-25 18:39:25 +02:00
denytest.c s3,s4 torture/denytest: fix possible infinite loop 2016-03-04 21:23:45 +01:00
locktest2.c
mangle_test.c Convert all uses of uint32/16/8 to _t in source3/torture. 2015-05-12 01:32:12 +02:00
masktest.c Revert "s3:libsmb: Fix printing the session setup information" 2017-06-09 13:00:11 +02:00
msg_sink.c lib: Add lib/util/server_id.h 2017-01-22 18:30:11 +01:00
msg_source.c lib: Add lib/util/server_id.h 2017-01-22 18:30:11 +01:00
msgtest.c Convert all uses of uint32/16/8 to _t in source3/torture. 2015-05-12 01:32:12 +02:00
nbench.c
nbio.c s3: libsmb: add replace support to cli_rename() 2017-03-28 17:45:19 +02:00
pdbtest.c s3/torture/pdbtest: delete trusted domain at test end 2018-01-13 12:55:07 +01:00
proto.h s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on directories. 2018-05-18 02:38:50 +02:00
rpc_open_tcp.c
scanner.c Correct "existence" typos. 2017-02-22 08:26:22 +01:00
test_addrchange.c
test_async_echo.c
test_authinfo_structs.c
test_buffersize.c
test_case_insensitive.c
test_chain3.c s3: libsmb: Rename cli_close_create() -> cli_smb1_close_create(). 2017-12-06 15:02:16 +01:00
test_cleanup.c
test_dbwrap_ctdb.c s3: Rename server_messaging_context() to global_messaging_context() 2018-09-07 17:26:17 +02:00
test_dbwrap_do_locked.c s3: Rename server_messaging_context() to global_messaging_context() 2018-09-07 17:26:17 +02:00
test_dbwrap_watch.c dbwrap: Clarify db_open_watched API 2018-08-17 21:29:15 +02:00
test_g_lock.c s3: Rename server_messaging_context() to global_messaging_context() 2018-09-07 17:26:17 +02:00
test_idmap_tdb_common.c idmap: remove unused function idmap_is_online() 2017-08-04 14:08:37 +02:00
test_messaging_fd_passing.c s3:torture: add samba3.smbtorture_s3.LOCAL-MESSAGING-FDPASS2b test. 2015-03-19 18:02:13 +01:00
test_messaging_read.c messaging: Deliver messages only once 2017-06-21 07:30:39 +02:00
test_messaging_send_all.c torture: Check messaging_send_all 2017-12-12 20:37:08 +01:00
test_namemap_cache.c torture3: Test namemap_cache 2017-11-29 16:59:16 +01:00
test_notify_online.c
test_notify.c
test_ntlm_auth.py PEP8: fix W391: blank line at end of file 2018-08-24 07:49:31 +02:00
test_nttrans_create.c
test_nttrans_fsctl.c
test_oplock_cancel.c s3:torture: use CLI_FULL_CONNECTION_DISABLE_SMB1 in run_oplock_cancel() 2017-06-22 13:07:41 +02:00
test_posix_append.c
test_pthreadpool_tevent.c smbtorture3: Add LOCAL-PTHREADPOOL-TEVENT 2016-08-24 01:33:49 +02:00
test_smb2.c s3: smbtorture: Add new SMB2-DIR-FSYNC test to show behavior of FSYNC on directories. 2018-05-18 02:38:50 +02:00
test_smbsock_any_connect.c
torture.c s3: torture: adjust SMB1 cli_splice() test sizes 2018-07-14 00:14:13 +02:00
utable.c Convert all uses of uint32/16/8 to _t in source3/torture. 2015-05-12 01:32:12 +02:00
vfstest_chain.c
vfstest.c s3: Rename server_messaging_context() to global_messaging_context() 2018-09-07 17:26:17 +02:00
vfstest.h
wbc_async.c s3:torture: Fix size types in make_nonstd_fd() 2018-04-03 20:20:11 +02:00
wbc_async.h