similar to: libsmbclient licensing

Displaying 20 results from an estimated 4000 matches similar to: "libsmbclient licensing"

2007 Apr 06
1
Authentication problems using libsmbclient API and DFS shares
Hi, I'm trying to create a map of DFS links to actual server/share's.? I know that you can get this information by logging on to the DFS root server, but I'm trying to use the libsmbclient API to get this information. I have created a fairly simple DFS structure on 2003 servers with everything on the same domain. //MyDomain/DFSRoot /Link1 -> //Fileserv-1/FileShare1
2005 Mar 16
1
Compile error: libsmbclient on 12rc1 on Solaris 9
snip from make.log: Compiling libsmb/libsmbclient.c with -KPIC "libsmb/libsmbclient.c", line 3249: warning: argument #3 is incompatible with prototype: prototype: pointer to char : "libsmb/libsmbclient.c", line 1167 argument : pointer to const char "libsmb/libsmbclient.c", line 3843: warning: argument #5 is incompatible with prototype:
2004 Mar 05
1
FW: What version started building libsmbclient.so?
Ok, I have been doing a lot of reading and saw many references to samba 2.2.8a and libsmbclient.so and I thought that I would just go ahead and download, compile and install it. After going through configure, the make and make install, I still don't have a libsmbclient.so file to link my program to. I have never come across this before, there has always been a .so file created from any of
2014 Feb 20
1
Samba 4.1.4 on Solaris 10 fails linking 'default/examples/libsmbclient/teststatvfs'
Building Samba 4.1.4 on Solaris 10 with command line: CC=gcc LDFLAGS='-R /opt/local/samba/lib:/opt/local/samba/lib/private' \ ./configure --prefix=/opt/local/samba make fails linking 'default/examples/libsmbclient/teststatvfs': [3505/3811] Linking default/examples/libsmbclient/teststatvfs ld: warning: symbol 'dyn_LIBDIR' has differing sizes: (file
2019 Jul 03
2
Problem with libsmbclient notify
Hello, I'm trying to use the "notify" API of libsmbclient, testing against a Samba AD DC. The function is returning with errno=22 (mapped from NT_STATUS_REVISION_MISMATCH), and I'm getting the following error message: smb1cli_req_writev_submit: called for dialect[SMB3_11] server[dc1.example.com] It looks like libsmbclient is, for some reason, using SMB1 but needs to be
2005 Nov 02
2
libsmbclient.c changes in 3.21-pre ?
Hi all! I'm using an interface module towards the libsmbclient.c/h and I've noticed that I get weird results regarding filecreation and accesstimes after upgrading to latest libsmbclient. Can someone confirm that there are changes in this code regarding the File::Stat methods. Regards, Henrik
2002 Sep 10
1
libsmbclient
Hello all I recently recompiled samba 2.2.5 with LDAP, SSL and libsmbclient as additional configure options. I used the base 2.2.5-2mdk source package (to the uninitiated, it's a Mandrake package). LDAP works fine (as it had before), haven't really tested SSL, but here's the kicker: I can't find libsmbclient anywhere - although I'm not really sure what I'm looking for
2013 Nov 12
1
static link libsmbclient.a got a lot of error, and how to include "smbtree" feature in program
Hi All: I have some questions when writing a lib with libsmbclient-dev ,my target environment is on any linux system. 1 I want to static link libsmbclient.a instead of using libsmbclient.so, but I got a lot of error , am I able to use libsmbclient-dev using static link? 2 I found that ?smbtree? command is more stable in finding all those domains and servers than
2020 Nov 15
2
How to read NTFS ADS (alternate data steams) using libsmbclient?
Hi Samba team, We have a Windows SMB share which contains some files with ADS (alternate data streams). In our client C/C++ code that runs on a Linux client, we want to retrieve the list of ADS of a file and download all the streams, similar to what is provided by smbclient's interactive session (allinfo, get). But as we evaluate libsmbclient (as we'd like to do above in code), we
2009 Feb 04
1
libsmbclient: readdir caches dirents?
I'm using libsmbclient with smbc contexts. If I do an smbc_readdir() of a directory X then I get a bunch of (correct) dirents. I then smbc_rmdir() a subdirectory X/Y, which succeeds. A subsequent smbc_readdir(), using the same smbc context, still gives a dirent for X/Y. I've observed this with libsmbclient from Samba 3.2.4, 3.2.7 and 3.3.0, talking to Samba and Win2K3 servers. Two
2018 Feb 11
3
libsmbclient conflict problem
On Sun, 11 Feb 2018, Liam O'Toole wrote: > On 2018-02-06, me at tdiehl.org > <me at tdiehl.org> wrote: >> Hi, >> >> I have a c-6 machine that I noticed the following on: >> >> (bugs pts10) # package-cleanup --problems Loaded plugins: >> fastestmirror, priorities, refresh-packagekit Package >> system-config-printer-libs-1.1.16-26.el6.x86_64
2012 Aug 31
1
Does samba-3.6.7's libsmbclient supports SMB2 protocol?
Hi, I'm using libsmbclient library built from source3 directory of samba-3.6.7. When I connect to a vista/2008 server using this libsmbclient library, communication is happening in SMB1 protocol and NOT in SMB2. Please note that I've enabled SMB2 by adding following line to smb.conf max protocol = SMB2 Does libsmbclient library built from source3 directory of samba-3.6.7 supports SMB2?
2014 May 21
1
Linking libsmbclient with GPLv2 Code
Hello everyone, I'm not sure who to ask about this, but I have a licensing question. I'm writing a utility to allow Git to connect to SMB shares, which uses libsmbclient. I was thinking about using libgit2 in my program: http://libgit2.github.com/ . This library is licensed as GPLv2 only, with a linking exception to link to any program without restriction. My understanding is that, since
2018 Feb 06
2
libsmbclient conflict problem
Hi, I have a c-6 machine that I noticed the following on: (bugs pts10) # package-cleanup --problems Loaded plugins: fastestmirror, priorities, refresh-packagekit Package system-config-printer-libs-1.1.16-26.el6.x86_64 requires libsmbclient.so.0()(64bit) Package kdebase-runtime-libs-4.3.4-9.el6.x86_64 requires libsmbclient.so.0()(64bit) So then I ran: (bugs pts10) # yum install libsmbclient
2006 May 24
1
Building libsmbclient independent of Samba
Hello, I'm writing an application that is network-aware, and I would like to add SMB/CIFS support to it. I would like to link against libsmbclient, but I haven't figured out a way to build the library without installing the whole Samba package. First, are there any plans to offer libsmbclient independently? Second, if not, does anyone know of a well-maintained library that offers the
2002 Dec 12
1
libsmbclient init error
Hi, I'm trying to use libsmbclient that comes with samba (2.2.7). Even if i take testsmbc.c that comes with samba (as an example program for libsmbclient) I get an "No such file or directory" error. Where is the problem? I though it might be that it cannot find smb.conf, but i don't know how to fix this. Thanks
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example: Here is some search & export for libsmbclient: adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open_noauth_transport <nothing> adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep cli_rpc_pipe_open U cli_rpc_pipe_open_noauth adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0
2015 May 27
2
libsmbclient question
Dear Gents, We are using libsmbclient smbc_getFunctionRead to read from a Microsoft DFS share. Before each 64k read there are a QUERY_PATH_INFO and a GET_DFS_REFERRAL which slow down the transmission. Is there a way to query these only once at the beginning of the transmission and cache it? system: 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 GNU/Linux lib:
2008 Jul 01
13
[ANNOUNCE] Samba 3.2.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== "Patience is the companion of wisdom." Saint Augustine ============================================================== Release Announcements ===================== This is the first stable release of Samba 3.2.0. Please be aware that Samba is now distributed under
2008 Jul 01
13
[ANNOUNCE] Samba 3.2.0 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================== "Patience is the companion of wisdom." Saint Augustine ============================================================== Release Announcements ===================== This is the first stable release of Samba 3.2.0. Please be aware that Samba is now distributed under