1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/utils
Christof Schmitt ae7db3e543 s3: Rename server_event_context() to global_event_context()
This reflects that the event 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_event_context/global_event_context/'

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2018-09-07 17:26:17 +02:00
..
dbwrap_tool.c s3:dbwrap_tool: Use cmdline_messaging_context 2018-09-07 17:26:16 +02:00
dbwrap_torture.c lib: load_case_tables() -> smb_init_locale() 2015-03-24 00:00:20 +01:00
debug2html.c
debugparse.c
destroy_netlogon_creds_cli.c utils: Add destroy_netlogon_creds_cli 2018-03-15 15:46:09 +01:00
eventlogadm.c s3:eventlogadm: Use cmdline_messaging_context 2018-09-07 17:26:16 +02:00
interact.c
interact.h
log2pcaphex.c Fix spelling s/formated/formatted/ 2018-05-12 02:09:26 +02:00
mvxattr.c s3/util: mvxattr, a tool to rename extended attributes 2017-02-10 22:24:59 +01:00
net_ads_gpo.c lib: Pass mem_ctx to cache_path() 2018-08-17 14:28:51 +02:00
net_ads.c s3:libads: Add net ads leave keep-account option 2018-07-30 07:34:11 +02:00
net_afs.c
net_afs.h
net_cache.c net: Avoid tallocs 2018-04-04 00:44:23 +02:00
net_conf_util.c net conf: fix error message 2016-11-23 13:00:21 +01:00
net_conf_util.h
net_conf.c s3:utils: Add FALL_THROUGH statements in net_conf.c 2018-03-01 04:37:42 +01:00
net_dns.c s3:utils: Remove double error check 2018-05-24 18:07:03 +02:00
net_dns.h s3:utils/net: Add new option 'unregister' in 'net ads dns' command. 2016-06-27 20:43:26 +02:00
net_dom.c werror: replace WERR_SETUP_NOT_JOINED with WERR_NERR_SETUPNOTJOINED in source3/utils/ 2016-09-28 00:04:32 +02:00
net_eventlog.c
net_file.c
net_g_lock.c lib: Make g_lock_locks use TDB_DATA 2018-02-08 14:50:49 +01:00
net_group.c
net_groupmap.c Fix Jean François name to be UTF-8 2018-05-09 10:38:57 +02:00
net_help_common.c
net_help_common.h
net_help.c
net_idmap_check.c
net_idmap_check.h
net_idmap.c lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
net_join.c
net_lookup.c libsmb: Give dsgetdcname.c its own header 2018-04-11 01:06:39 +02:00
net_notify.c lib: Add lib/util/server_id.h 2017-01-22 18:30:11 +01:00
net_printing.c Fix spelling s/formated/formatted/ 2018-05-12 02:09:26 +02:00
net_proto.h s3:utils: add new 'net ads setspn list' subcommand 2018-03-02 14:07:14 +01:00
net_rap.c Convert all uint32/16/8 to _t in a grab-bag of remaining files. 2015-05-14 22:16:56 +02:00
net_registry_check.c s3:utils: Add FALL_THROUGH statements in net_registry_check.c 2018-03-01 04:37:43 +01:00
net_registry_check.h
net_registry_util.c werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/utils/ 2016-09-28 00:04:23 +02:00
net_registry_util.h
net_registry.c lib: Pass mem_ctx to state_path() 2018-08-17 11:30:11 +02:00
net_rpc_audit.c
net_rpc_conf.c s3:utils: Add FALL_THROUGH statements in net_rpc_conf.c 2018-03-01 04:37:42 +01:00
net_rpc_printer.c s3: utils: Convert all uses of uint32/16/8 to _t. 2015-05-07 04:53:39 +02:00
net_rpc_registry.c Correct "descriptior" typos. 2017-02-22 08:26:22 +01:00
net_rpc_rights.c net: Don't crash if lsa_LookupPrivDisplayName returns NULL 2017-03-23 07:43:57 +01:00
net_rpc_samsync.c net: Don't depend on libnet_samsync anymore 2017-09-20 22:48:15 +02:00
net_rpc_service.c werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/utils/ 2016-09-28 00:04:21 +02:00
net_rpc_sh_acct.c
net_rpc_shell.c
net_rpc_trust.c s3:net_rpc_trust: make use of trust_pw_new_value() 2017-02-21 16:09:22 +01:00
net_rpc.c libsmb: Give dsgetdcname.c its own header 2018-04-11 01:06:39 +02:00
net_sam.c s3: utils: Convert all uses of uint32/16/8 to _t. 2015-05-07 04:53:39 +02:00
net_serverid.c net: Remove "net serverid list" 2017-12-05 00:56:12 +01:00
net_share.c
net_status.c lib: Add lib/util/server_id.h 2017-01-22 18:30:11 +01:00
net_tdb.c net: Add net tdb command to print information from tdb records 2017-05-08 21:08:23 +02:00
net_time.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
net_user.c
net_usershare.c s3: utils: net. Fix return paths that don't free talloc stackframe. 2017-11-21 05:03:16 +01:00
net_util.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
net.c s3:net: Use cmdline_messaging_context 2018-09-07 17:26:15 +02:00
net.h s3:libads: Add net ads leave keep-account option 2018-07-30 07:34:11 +02:00
netlookup.c
nmblookup.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
ntlm_auth_diagnostics.c ntlm_auth3: let contact_winbind_auth_crap() return pauthoritative 2017-03-24 11:57:09 +01:00
ntlm_auth_proto.h ntlm_auth3: let contact_winbind_auth_crap() return pauthoritative 2017-03-24 11:57:09 +01:00
ntlm_auth.c s3: ntlm_auth: Use cmdline_messaging_context 2018-09-07 17:26:16 +02:00
ntlm_auth.h
passwd_proto.h
passwd_util.c
pdbedit.c s3:pdbedit: Use cmdline_messaging_context 2018-09-07 17:26:16 +02:00
profiles.c lib: load_case_tables() -> smb_init_locale() 2015-03-24 00:00:20 +01:00
regedit_dialog.c werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ 2016-09-28 00:04:19 +02:00
regedit_dialog.h regedit: Fix format-nonliteral warning 2016-08-24 01:33:50 +02:00
regedit_hexedit.c werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ 2016-09-28 00:04:19 +02:00
regedit_hexedit.h
regedit_list.c werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ 2016-09-28 00:04:19 +02:00
regedit_list.h
regedit_samba3.c werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ 2016-09-28 00:04:19 +02:00
regedit_treeview.c werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ 2016-09-28 00:04:19 +02:00
regedit_treeview.h
regedit_valuelist.c werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/utils/ 2016-09-28 00:04:19 +02:00
regedit_valuelist.h
regedit_wrap.c s3: utils: Convert all uses of uint32/16/8 to _t. 2015-05-07 04:53:39 +02:00
regedit.c s3:lib: Move popt_common_credentials to separate file 2018-09-07 17:26:14 +02:00
regedit.h s3: utils: Convert all uses of uint32/16/8 to _t. 2015-05-07 04:53:39 +02:00
sharesec.c s3:sharesec: Use cmdline_messaging_context 2018-09-07 17:26:16 +02:00
smbcacls.c s3:lib: Move popt_common_credentials to separate file 2018-09-07 17:26:14 +02:00
smbcontrol.c s3: Rename server_event_context() to global_event_context() 2018-09-07 17:26:17 +02:00
smbcquotas.c s3:lib: Move popt_common_credentials to separate file 2018-09-07 17:26:14 +02:00
smbfilter.c libsmb: Give namequery.c its own header 2018-04-11 01:06:39 +02:00
smbget.c s3:smbget: Use cmdline_messaging_context 2018-09-07 17:26:17 +02:00
smbpasswd.c s3:smbpasswd: Use cmdline_messaging_context 2018-09-07 17:26:15 +02:00
smbtree.c s3:lib: Move popt_common_credentials to separate file 2018-09-07 17:26:14 +02:00
split_tokens.c lib: load_case_tables() -> smb_init_locale() 2015-03-24 00:00:20 +01:00
status_profile_dummy.c
status_profile.c s3:utils: Fix buffer size for snprintf and format string 2017-08-09 13:37:47 +02:00
status_profile.h
status.c s3:smbstatus: Use cmdline_messaging_context 2018-09-07 17:26:15 +02:00
testparm.c s3:testparm: Use cmdline_messaging_context 2018-09-07 17:26:16 +02:00
wscript_build s3:smbcontrol: Use cmdline_messaging_context 2018-09-07 17:26:16 +02:00