similar to: libsmbclient

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

2002 Jun 22
3
Samba PDC + Winbind
Hello all. First, a little background... I recently downloaded samba-*-ldap-2.2.5-2mdk , installed on Mandrake 8.2 and got everything working fine. I have LDAP installed for "single sign-on" support. I can use LDAP to authenticate other Linux boxes, and have Samba as a PDC for some Win2000 boxes - all working fine. Linux users are the same as PDC users, except for their passwords
2002 Aug 27
2
smbclient broken in 2.2.6pre CVS (20020824)
kio_smb (smb:// in Konqueror) stopped working, and I tracked it down to a broken smbclient With samba-2.2.6pre CVS (from 20020824) [bgmilne@bgmilne bgmilne]$ smbclient //atlas/QMuzik added interface ip=xxx.xxx.xxx.36 bcast=xxx.xxx.xxx.255 nmask=255.255.255.0 session request to ATLAS failed (SUCCESS - 0) session request to *SMBSERVER failed (SUCCESS - 0) [bgmilne@bgmilne bgmilne]$ smbclient
2003 Mar 01
3
Samba and LinuxMDK 9 file perms oddities?
Hi all I noticed a pretty strange behaviour regarding file permissions that sometimes change without any reason. I need to share the following two directories: /home/public (owner=root, group=root, perms=0777) /home/users (owner=root, group=users, perms=0770) the /home directory is owned by root, the group is root and permissions are set in this way: 0755. The above dirs are shared
2002 Oct 24
1
2 samba's?
Hi guys, I am currently running samba 2.2.5. My mandrake actually came with Samba. Not sure which version it was. I didn't think I would need it so I uninstalled it long time ago using the rpm -e option. So after a while I changed my mind and downloaded the tar.gz version of samba 2.2.5. I am currently running it. Everything seems to be working fine. So one fine day I decided to check on the
2002 Aug 12
1
windows XP native printer driver upload
I can upload most drivers to samba (2.2.6pre). However when it comes to the built-in windows XP drivers I am faced with a dialog box asking for the driver location. I've tried various directories on the cd and inside of windows itself but it constantly puts up an error message saying that no drivers could be found in e:\printers\nt4\i386 no matter what path i choose it seems to revert to
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
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
2010 May 28
1
libsmbclient licensing
Dear Samba team, We have developed cross-platform multiprotocol intranet file searcher and it includes the module (SMB scanner for *nix) which uses libsmbclient to enumerate all files on smb shares ("uses" means including headers and linking with library). Other modules also use some external libraries, but all other libraries have LGPL license. We prefer to publish our
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
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
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?
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
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
2025 Jan 08
1
Need SDDL Format Security Descriptor (using libsmbclient.so)
I am using smbc_getxattr() function (in libsmbclient.so) with the "system.nt_sec_desc" attribute to retrieve the security descriptor, but this is not providing the descriptor information in SDDL format. Also, I am not able to find any attribute in smbc_getxattr() which can provide SDDL format. I need to use the ACLs information extracted from smbc_getxattr() into windows SDK APIs such