search for: smbxcli_base

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

2013 Apr 14
10
[samba4] crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"
Hi, I used Samba 4.0.5 in Wheezy. Here is that I have done: --------------------------------------------------------------- samba-tool domain provision --realm=CHEZMOI.PRIV --domain=CHEZMOI \ --server-role=dc --dns-backend=SAMBA_INTERNAL --adminpass='+toto123' echo "nameserver 192.168.0.21" > /etc/resolv.conf samba ln -s /usr/local/samba/lib/libnss_winbind.so
2015 Jun 16
2
winbind bug - possible overflow
...5== at 0x4C29BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) ==16475== by 0xAAD6423: _talloc_pooled_object (in /usr/lib64/libtalloc.so.2.1.1) ==16475== by 0xB5E9E2D: _tevent_req_create (in /usr/lib64/libtevent.so.0.9.21) ==16475== by 0x95E07F0: smb1cli_req_create (smbXcli_base.c:1259) ==16475== by 0x95E2FD3: smb1cli_trans_send (smb1cli_trans.c:512) ==16475== by 0x7B9DA6D: cli_trans_send (clitrans.c:77) ==16475== by 0x7BAD413: tstream_cli_np_readv_trans_start (cli_np_tstream.c:814) ==16475== by 0x7BAE0EE: tstream_cli_np_readv_send (cli_np_tstream.c:705) ==1647...
2019 Sep 27
1
Browsing shares of a server
...led for dialect[SMB3_00] server[mac_svr2] >> Error returning browse list: NT_STATUS_REVISION_MISMATCH > > This error is generated by the smbcient libraries trying > to send an SMB1 writev request to a server that only supports > SMB2 or above. From our code: > > libcli/smb/smbXcli_base.c:smb1cli_req_writev_submit() > > if (state->conn->protocol > PROTOCOL_NT1) { > DBG_ERR("called for dialect[%s] server[%s]\n", > smb_protocol_types_string(state->conn->protocol), > s...
2019 Sep 27
5
Browsing shares of a server
On 9/27/19 1:32 PM, Rowland penny via samba wrote: ....snippity... > I repeat, smbclient never had anything to do with network browsing, so > it is unlikely to have anything to do with Network Discovery. Perhaps > you are thinking of libsmbclient ? this can be used by other packages to > provide network browsing. > > You could always code up what you require and propose it as
2015 Jun 16
0
winbind bug - possible overflow
...9BFD: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so) > ==16475== by 0xAAD6423: _talloc_pooled_object (in /usr/lib64/libtalloc.so.2.1.1) > ==16475== by 0xB5E9E2D: _tevent_req_create (in /usr/lib64/libtevent.so.0.9.21) > ==16475== by 0x95E07F0: smb1cli_req_create (smbXcli_base.c:1259) > ==16475== by 0x95E2FD3: smb1cli_trans_send (smb1cli_trans.c:512) > ==16475== by 0x7B9DA6D: cli_trans_send (clitrans.c:77) > ==16475== by 0x7BAD413: tstream_cli_np_readv_trans_start (cli_np_tstream.c:814) > ==16475== by 0x7BAE0EE: tstream_cli_np_readv_send (cli_np_t...
2017 Aug 29
3
Samba Bug 12808
I noticed there was Bug 12808 against 4.6.3 ( if I read it right ) about smblcient doesn't handle STATUS_NOT_SUPPORTED gracefully for FSCTL_VALIDATE_NEGOTIATE_INFO. We are currently updating to 4.6.6 and I do not see it in smbXcli_base.c. I see the fix was done in 5/30/2017. Is this something that is still needed, and will be added in future releases ? I would like to know whether I should update 4.6.6 or not. Regards, Mike Tompkins
2019 Sep 27
0
Browsing shares of a server
...gt; smb1cli_req_writev_submit: called for dialect[SMB3_00] server[mac_svr2] > Error returning browse list: NT_STATUS_REVISION_MISMATCH This error is generated by the smbcient libraries trying to send an SMB1 writev request to a server that only supports SMB2 or above. From our code: libcli/smb/smbXcli_base.c:smb1cli_req_writev_submit() if (state->conn->protocol > PROTOCOL_NT1) { DBG_ERR("called for dialect[%s] server[%s]\n", smb_protocol_types_string(state->conn->protocol), smbXcli_conn_remote_name(state...
2015 Jun 16
2
winbind bug - possible overflow
Hello, I'm facing a bug with winbind. If I request groups for particular domain user, winbind cache gets corrupted. My winbind version is 4.1.12-23.el7_1 (Centos 7.1, x86_64). 1) this is correct UID to SID mapping: wbinfo -U 100152 S-1-5-21-3451901064-902568176-4053310204-180212 2) I request groups info for a user: id -G -n 209459 [reply with 33 groups] 3) I request UID to SID mapping
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...is program. If not, see <http://www.gnu.org/licenses/>. > +*/ > + > +#include "includes.h" > +#include "lib/cmdline/popt_common.h" > +#include "libcli/smb2/smb2.h" > +#include "libcli/smb2/smb2_calls.h" > +#include "libcli/smb/smbXcli_base.h" > +#include "torture/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" &gt...
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
...is program. If not, see <http://www.gnu.org/licenses/>. > +*/ > + > +#include "includes.h" > +#include "lib/cmdline/popt_common.h" > +#include "libcli/smb2/smb2.h" > +#include "libcli/smb2/smb2_calls.h" > +#include "libcli/smb/smbXcli_base.h" > +#include "torture/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" &gt...
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