The branch, master has been updated via cf6e773 s3-waf: fix the build. via a1ced10 s4-smbtorture: print out membership in RPC-SPOOLSS-ACCESS. from 9b73bb0 libreplace: fix endless strerror_r has been redefined warnings on AIX
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit cf6e773e1a75b1d7d32dfa952d3bb743db6e1b7c Author: Günther Deschner <g...@samba.org> Date: Wed Sep 22 11:28:45 2010 -0700 s3-waf: fix the build. Guenther commit a1ced101969e7613bc9e1a83c087dbe56c378abe Author: Günther Deschner <g...@samba.org> Date: Wed Sep 22 11:04:38 2010 -0700 s4-smbtorture: print out membership in RPC-SPOOLSS-ACCESS. Guenther ----------------------------------------------------------------------- Summary of changes: source3/wscript_build | 5 ++++- source4/torture/rpc/spoolss_access.c | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/wscript_build b/source3/wscript_build index d37c869..a98b07a 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -958,7 +958,10 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c ${LIBCLI_NETLOGON_SRC} ${RPC_CLIENT_SCHANNEL_SRC} rpc_client/init_netlogon.c - rpc_client/init_samr.c''' + rpc_client/init_samr.c + registry/reg_parse.c registry/reg_format.c + registry/reg_parse_internal.c registry/reg_import.c + lib/cbuf.c lib/srprs.c''' NET_SRC2 = 'utils/net_registry_util.c utils/net_help_common.c' diff --git a/source4/torture/rpc/spoolss_access.c b/source4/torture/rpc/spoolss_access.c index cd531d7..b67d6e0 100644 --- a/source4/torture/rpc/spoolss_access.c +++ b/source4/torture/rpc/spoolss_access.c @@ -144,6 +144,13 @@ static bool spoolss_access_setup_membership(struct torture_context *tctx, struct policy_handle connect_handle, domain_handle; int i; + torture_comment(tctx, + "Setting up BUILTIN membership for %s\n", + dom_sid_string(tctx, user_sid)); + for (i=0; i < num_members; i++) { + torture_comment(tctx, "adding user to S-1-5-32-%d\n", members[i]); + } + { struct samr_Connect2 r; r.in.system_name = ""; -- Samba Shared Repository