similar to: Question about programming libsmbclient.so

Displaying 20 results from an estimated 10000 matches similar to: "Question about programming libsmbclient.so"

2010 Feb 05
1
Howto determine flags like readonly and readwrite.
Hello, I'm writing a fuse module (fuse-wokspace-union) which makes local (USB) and remote (FTP, SMB, and SSH and maybe IPX(netware)) resources available in a map in the homedirectory of the user. Look for more information my website: http://linux.bononline.nl/linux/create_workspace/index.php http://linux.bononline.nl/linux/mount.md5key/index.php
2008 Nov 07
0
Construction to access Windows Network and other networks.
Hello, Hello all, I've been working on a construction to make access to networkresources easier, using autofs. The construction permits user access to networkresources like a Samba/Windows server with cifs, FTP servers using curlftpfs and SSH using sshfs (fuse), in one directory created with autofs. I'm sure more services like nfs and ipx are possible, but I did not test that. (in
2015 Sep 01
0
[Bug 1953] Implementation of xattr in sftp-server for sshfs
https://bugzilla.mindrot.org/show_bug.cgi?id=1953 Stef Bon <stefbon at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefbon at gmail.com --- Comment #5 from Stef Bon <stefbon at gmail.com> --- I agree with others: xattr support
2018 Aug 21
2
Good procedure?
On 2018-08-21T06:21, Stef Bon <stefbon at gmail.com> wrote: > Op di 21 aug. 2018 om 06:04 schreef Stef Bon <stefbon at gmail.com>: > > > > Hi, > > > > I'm looking for a procedure (on paper first) to provide users on hosts > > session keys to login to servers providing services like file, print > > or even access to internet or a sql db. >
2017 Feb 04
4
Greeter openssh 7.4 is not according rfc4253.
Hi, I discovered when using my fuse fs for connecting to a remote host using sftp that the new server version 7.4 sends a greeter which is not according the format desribed in https://tools.ietf.org/html/rfc4253#section-4 There is written that the greeter "MUST be terminated by a single Carriage Return (CR) and a single Line Feed (LF) character (ASCII 13 and 10, respectively)." Now
2009 Sep 18
4
Autofs and Fedora 11
Hi! I'm having trouble accessing Samba shares via autofs. Let me begin by saying that I can access the samba shares directly using smbclient without any trouble. For example: smbclient //Matsa/Pisi works fine. I first started out by copying a config line from an older system (redhat 7) that has in its auto.misc: (all on one line, of course) pisi
2007 Dec 07
0
Good idea, but no reply: what to do.
Hello, since some time I've created a construction which: - automatically detects all the smb hosts and their shares (with nbtscan and smbclient) - creates a directory in the homemap of the users logged in which represents the "windows networkneighbourhoud". - when entering a share, it is automatically mounted (with autofs and cifs and or smbfs) It works very good, and now
2018 Jul 11
4
UDP for data?
Hi, I'm very interested in making SSH use UDP for large data chunks. Maybe you know FASP (https://en.wikipedia.org/wiki/Fast_and_Secure_Protocol), but that is proprietary, although the website says it's based upon open source methods. Is it possible to make openssh work with UDP for this purpose? Thanks in advance, Stef Bon
2017 Jun 01
2
Get remote address when using direct-streamlocal@openssh.com.
I've a server where clients can connect to using direct-streamlocal at openssh.com. I want that the server "knows" the address of the client. I've tried using the peercredentials of the process connecting my server (which is a sshd process) and check the environment. I thought that in the environment the var SSH_CLIENT would be set, but that did not work. This sshd process has
2004 Jul 28
0
libsmbclient programming
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All! I try to create simple program in C. I`ve got in my $HOME/.smb/smb.conf unix charset = KOI8-R dos charset = 866 but my program ignore these params :-(. All message from my prog abot hosts and shares are in utf8, but I want it in koi8-r. How can I fix this ? I use samba-3.0.5 on my gentoo box. P.S.: Samba server works
2010 May 14
0
Error when pre-xfer script is doing a rsync.
Hello, I've written an howto about making creating a copy (or snapshot) on a remote server (running rsync daemon with backup share) AND managing the overwritten and deleted items. See: http://www.howtoforge.com/backing-up-with-rsync-and-managing-previous-versions-history I've done this by running the rsync command in dry mode first. This way a detailed report is created (with the help
2018 Aug 21
2
Good procedure?
Hi, I'm looking for a procedure (on paper first) to provide users on hosts session keys to login to servers providing services like file, print or even access to internet or a sql db. The first step is that user has to authenticate on the local host via password. Paswword and usernames are centrally managed via ldap (or simular). The second step is that the user on host logs in to the CA
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
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
2010 May 12
0
libsmbclient.so.0 size too big in embedded environment
Hi, I'm trying to use libsmbclient in my embedded device. However, it's too big (currently 5.8 MB samba v3.4.4) I played around with the configure options (removing ldap, etc.) but the smallest I got was still around 4+ MB. Has anyone successfully reduced the size of libsmbclient? I only need basic functionality like browsing hosts and shares. Thanks for your help.
2017 Feb 06
2
Greeter openssh 7.4 is not according rfc4253.
2017-02-05 23:12 GMT+01:00 Michael Stone <mstone at mathom.us>: > > It was probably because of this commit: > > http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/sshd.c.diff?r1=1.472&r2=1.473 > Yes here the combination cr and lf is removed. > Which removed support for protocols older than 2 but perhaps failed to > account for the fact that newline had been
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
Hi All, I am using libsmbclient.so (3.0.25b). But I am getting following error when I try to compile my program. Could any one of you please let me know as how should I go about resolving this error ? Thanks and Regards, Avinash g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o ../thirdparty/libs/libdb_cxx-4.3.so
2007 May 10
2
programming libsmbclient
hi all, I have a strange problem using the libsmbclient api.. retrieving or stating files named with percents in is for some of them impossible. Example: a file located at "smb://test/test/%7C2.txt" cannot be retrieved with my code, smbc_open fails with the code NT_STATUS_OBJECT_NAME_INVALID. I am not sure but, url encoding/decoding that would escape strings with "percent"
2005 Jun 03
2
Simplify formula for iterative programming
Dear R-ians, I am looking for the simplification of a formula to improve the calculation speed of my program. Therefore I want to simplify the following formula: H = Si (Sj ( sqrt [ (Ai - Aj)?? + (Bi - Bj)?? ] ) ) where: A, B = two vectors (with numerical data) of length n sqrt = square root Si = summation over i (= 0 to n) Sj = summation over j (= 0 to n) Ai = element of A with index i Aj
2008 Nov 02
0
immobilien kredite kreditvermittlung online kredite ohne kredit
immobilien kredite kreditvermittlung online kredite ohne kredit ohne schufa kredit fuer beamte + + +++ GUENSTIGE KREDITE ONLINE +++ KREDITE IM INTERNET OHNE SCHUFA +++ + http://jhku.net/KREDITE-ONLINE-24/ http://jhku.net/KREDITE-ONLINE-24/ http://jhku.net/KREDITE-ONLINE-24/ http://jhku.net/KREDITE-ONLINE-24/ http://jhku.net/KREDITE-ONLINE-24/ http://jhku.net/KREDITE-ONLINE-24/