Displaying 6 results from an estimated 6 matches for "cmdline_credenti".
2009 Mar 23
0
regpatch problem ?
....
Did I missed something ?
It looks like the file option is not used, so regpatch defaults to local
registry, wich doesn't exists, as i'm using regpatch standalone
What about something like that ?
if (remote) {
h = reg_common_open_remote (remote, ev_ctx, cmdline_lp_ctx,
cmdline_credentials);
+ } else if (file != NULL) {
+ start_key = reg_common_open_file(file, ev_ctx, cmdline_lp_ctx,
cmdline_credentials);
} else {
h = reg_common_open_local (cmdline_credentials, ev_ctx,
cmdline_lp_ctx);
}
But the problem is that start_key is a reg_key struct, and
reg_di...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...const char *share,
> + struct smb2_tree **tree)
> +{
> + struct smbcli_options options;
> + NTSTATUS status;
> + const char *host = torture_setting_string(tctx, "host", NULL);
> + struct cli_credentials *credentials = cmdline_credentials;
> +
> + lpcfg_smbcli_options(tctx->lp_ctx, &options);
> +
> + status = smb2_connect_ext(tctx,
> + host,
> + lpcfg_smb_ports(tctx->lp_ctx),
> + share,
&...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote:
> On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote:
> > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote:
> > >
> > > Yeah, as much as I'd like to avoid adding a new option, I guess we
> > > have to do something about it, my latest take on this is
>
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...const char *share,
> + struct smb2_tree **tree)
> +{
> + struct smbcli_options options;
> + NTSTATUS status;
> + const char *host = torture_setting_string(tctx, "host", NULL);
> + struct cli_credentials *credentials = cmdline_credentials;
> +
> + lpcfg_smbcli_options(tctx->lp_ctx, &options);
> +
> + status = smb2_connect_ext(tctx,
> + host,
> + lpcfg_smb_ports(tctx->lp_ctx),
> + share,
&...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote:
> On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote:
> > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote:
> > >
> > > Cheerio!
> > > -slow
> >
> > Still reviewing this - but a few things that will need changing:
> >
> > When adding the
2010 May 02
2
samba4 make error - drsblobs.so
...t/nbtname.h
Compiling lib/registry/tools/regpatch.c
Compiling lib/registry/tools/common.c
Partially linking bin/mergedobj/registry_common.o
Compiling lib/cmdline/popt_credentials.c
Partially linking bin/mergedobj/popt_credentials.o
Compiling lib/cmdline/credentials.c
Partially linking bin/mergedobj/cmdline_credentials.o
Compiling lib/cmdline/popt_common.c
Partially linking bin/mergedobj/popt_samba.o
Compiling ../lib/popt/findme.c
Compiling ../lib/popt/popt.c
In file included from ../lib/popt/popt.c:19:
../lib/popt/poptint.h: In function ?_free?:
../lib/popt/poptint.h:21: warning: cast discards qualifiers from...