s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jun 2012 13:24:39 +0000 (23:24 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jun 2012 15:11:16 +0000 (17:11 +0200)
commit666dba33531c7e7d391318c915fb393ec5b1da36
treecf5b864e6607487b4487ee5df7de2484e8d59b3b
parent7e8ed7d68dc48dd283df649c3f75d5679f7beae9
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers

This helps clarify the role of this structure and wrapper function.

The purpose here is to provide helper functions to the lib/param
loadparm_context that point back at the s3 lp_ functions.  This allows
a struct loadparm_context to be passed to any point in the code, and
always refer to the correct loadparm system.  If this has not been
set, the variables loaded in the lib/param code will be returned.

As requested by Michael Adam.

Andrew Bartlett

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Jun 27 17:11:16 CEST 2012 on sn-devel-104
23 files changed:
lib/param/loadparm.c
lib/param/param.h
script/mks3param.pl
source3/auth/auth_generic.c
source3/auth/auth_samba4.c
source3/include/proto.h
source3/lib/dbwrap/dbwrap_ctdb.c
source3/lib/dbwrap/dbwrap_open.c
source3/lib/messages_local.c
source3/lib/server_mutex.c
source3/lib/serverid.c
source3/libads/authdata.c
source3/libsmb/auth_generic.c
source3/modules/vfs_dfs_samba4.c
source3/modules/vfs_posix_eadb.c
source3/param/loadparm_ctx.c
source3/param/pyparam.c
source3/passdb/pdb_samba4.c
source3/rpc_server/netlogon/srv_netlog_nt.c
source3/rpc_server/srv_pipe.c
source3/smbd/notify_internal.c
source3/smbd/server.c
source3/utils/ntlm_auth.c