search for: ndr_secur

Displaying 12 results from an estimated 12 matches for "ndr_secur".

2015 Oct 22
2
how to build smbtorture using static linked libraries
Hello all: I am trying to build smbtorture using static linked libraries. The samba source code I have is samba-4.1.13 for configure, I did: waf configure --builtin-libraries=ALL for build, I did: waf build --targets=smbtorture (so that it only build target smbtorture) But, the waf build fails immediately. Then, I tried to only link with lib talloc and tevent statically, so I did: waf
2016 Jul 19
2
Samba 4.4.5 exists with segmention fault on FreeBSD 10.3 during domain provision
...2 #1 0x0000000806e5f133 in ndr_pull_enum_uint8 (ndr=0x833ce82e0, ndr_flags=256, v=0x7fffffffcc5f "") at ../librpc/ndr/ndr_basic.c:346 #2 0x000000080708bf95 in ndr_pull_security_descriptor_revision ( ndr=0x833ce82e0, ndr_flags=256, r=0x832200480) at default/librpc/gen_ndr/ndr_security.c:657 #3 0x000000080708ccb7 in ndr_pull_security_descriptor (ndr=0x833ce82e0, ndr_flags=768, r=0x832200480) at default/librpc/gen_ndr/ndr_security.c:768 #4 0x0000000806e692f6 in ndr_pull_struct_blob_all (blob=0x7fffffffce08, mem_ctx=0x8021fb100, p=0x832200480, fn=0x80708cbb0 &l...
2016 Jul 21
0
Samba 4.4.5 exists with segmention fault on FreeBSD 10.3 during domain provision
...33 in ndr_pull_enum_uint8 (ndr=0x833ce82e0, > ndr_flags=256, > v=0x7fffffffcc5f "") at ../librpc/ndr/ndr_basic.c:346 > #2 0x000000080708bf95 in ndr_pull_security_descriptor_revision ( > ndr=0x833ce82e0, ndr_flags=256, r=0x832200480) > at default/librpc/gen_ndr/ndr_security.c:657 > #3 0x000000080708ccb7 in ndr_pull_security_descriptor (ndr=0x833ce82e0, > ndr_flags=768, r=0x832200480) at > default/librpc/gen_ndr/ndr_security.c:768 > #4 0x0000000806e692f6 in ndr_pull_struct_blob_all (blob=0x7fffffffce08, > mem_ctx=0x8021fb100, p=0x832200480,...
2018 Jun 18
0
Building rpcclient statically linked?
...cclient that issues an info level 502 request but instead of parsing the share security descriptor for rpcclient to parse, it copies the SD as a raw binary buffer that I can print to stdout for another tool to pickup and store for offline purposes. This is done by modifying the generated ndr files (ndr_security.c) after they are converted from their IDL ones (instead of creating an in-core representation of the SD, I just copy it out as is). What is happening NOW though is that because the team has split up different subsystems into their own RPM, the changes I made are not actually getting incorporat...
2018 Jun 18
2
Building rpcclient statically linked?
On Mon, 2018-06-18 at 10:35 -0400, pisymbol via samba wrote: > Small addendum, I did try: > > ./configure --nonshared-binary=ALL > > ERROR: source source3/smbd/notify_msg.c is in more than one subsystem of > target 'smbstatus': ['smbd_base.objlist', 'smbstatus.objlist'] > > This is CentOS 7.5. > > -aps Building more than smbd and
2013 May 17
2
Continued compilation errors with samba 3.6.15
...mpiling ../libcli/security/secacl.c Compiling lib/fncall.c Compiling libads/krb5_errs.c Compiling lib/system_smbd.c Compiling lib/audit.c Compiling ../librpc/ndr/ndr_basic.c Compiling ../librpc/ndr/ndr.c Compiling ../librpc/ndr/ndr_misc.c Compiling librpc/gen_ndr/ndr_misc.c Compiling librpc/gen_ndr/ndr_security.c Compiling ../librpc/ndr/ndr_sec_helper.c Compiling ../librpc/ndr/ndr_string.c Compiling ../librpc/ndr/uuid.c Compiling librpc/ndr/util.c Compiling librpc/gen_ndr/ndr_server_id.c Compiling librpc/gen_ndr/ndr_dcerpc.c Compiling lib/file_id.c Compiling lib/idmap_cache.c Compiling ../libcli/securi...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...ture/torture.h" > +#include "torture/vfs/proto.h" > +#include "libcli/resolve/resolve.h" > +#include "torture/util.h" > +#include "torture/smb2/proto.h" > +#include "libcli/security/security.h" > +#include "librpc/gen_ndr/ndr_security.h" > +#include "lib/param/param.h" > + > +#define BASEDIR "smb2-testsd" > + > +#define CHECK_SECURITY_DESCRIPTOR(_sd1, _sd2) do { \ > + if (!security_descriptor_equal(_sd1, _sd2)) { \ > + torture_warning(tctx, "security descriptors don't ma...
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
...ture/torture.h" > +#include "torture/vfs/proto.h" > +#include "libcli/resolve/resolve.h" > +#include "torture/util.h" > +#include "torture/smb2/proto.h" > +#include "libcli/security/security.h" > +#include "librpc/gen_ndr/ndr_security.h" > +#include "lib/param/param.h" > + > +#define BASEDIR "smb2-testsd" > + > +#define CHECK_SECURITY_DESCRIPTOR(_sd1, _sd2) do { \ > + if (!security_descriptor_equal(_sd1, _sd2)) { \ > + torture_warning(tctx, "security descriptors don't ma...
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 11
1
Samba 3.5.2 compile on AIX
...g ../libcli/security/secacl.c Compiling lib/fncall.c Compiling libads/krb5_errs.c Compiling lib/system_smbd.c Compiling lib/audit.c Compiling ../librpc/ndr/ndr_basic.c Compiling ../librpc/ndr/ndr.c Compiling ../librpc/ndr/ndr_misc.c Compiling ../librpc/gen_ndr/ndr_misc.c Compiling ../librpc/gen_ndr/ndr_security.c Compiling ../librpc/ndr/ndr_sec_helper.c Compiling librpc/ndr/ndr_string.c Compiling ../librpc/ndr/uuid.c Compiling librpc/ndr/util.c Compiling ../librpc/gen_ndr/ndr_dcerpc.c Compiling lib/file_id.c Compiling lib/idmap_cache.c Compiling ../libcli/security/dom_sid.c Compiling ../libcli/security...
2010 May 02
2
samba4 make error - drsblobs.so
...dr/ndr_svcctl.c Compiling ../librpc/ndr/ndr_svcctl.c Compiling ../librpc/gen_ndr/ndr_winreg.c Compiling ../librpc/gen_ndr/ndr_initshutdown.c Compiling ../librpc/gen_ndr/ndr_eventlog.c Compiling ../librpc/gen_ndr/ndr_ntsvcs.c Partially linking bin/mergedobj/ndr_standard.o Compiling ../librpc/gen_ndr/ndr_security.c Compiling ../librpc/ndr/ndr_sec_helper.c Compiling librpc/gen_ndr/ndr_server_id.c Partially linking bin/mergedobj/ndr_security.o Compiling libcli/security/security_token.c Compiling libcli/security/access_check.c Compiling libcli/security/privilege.c Compiling libcli/security/create_descriptor...