similar to: PATCH for libsmbclient.c (samba-2.2.5)

Displaying 20 results from an estimated 600 matches similar to: "PATCH for libsmbclient.c (samba-2.2.5)"

2002 Nov 28
0
problem with smbc_init in libsmbclient
Hi, I have attached a very simple c program, that first does a smbc_init and then a smbc_opendir. The problem: smbc_init return an error (No such file or directory) and then i get a segmentation fault. I don't know what possibly could be the problem. Maybe some of you guys have an idea. I think i have libsmbclient from samba 2.2.7(compiled on my own system) and the rest of the samba stuff is
2002 Nov 29
0
libsmbclient problem
Hi *, I have a problem (configuration problem probably) using the libsmbclient library (samba 2.2.6/7). I use a small c program to open directories (workgroups and servers) and list the contents of these dirs. I have two samba servers int the network. The first is everything-master and wins server, the second is nothing like that. The program works fine if I run it on the first server (using
2002 Nov 03
0
libsmbclient bug ?
Hello, I've tried using libsmbclient from the 2.2.6 samba package (on a slackware 8.1, compiled --with-libsmbclient --with-sendfile-support --enable-debug (without debug also) ) and it segfaults when I call smbc_stat() (or smbc_fstat() ) on a file. I'm sorry I'm not able to find out the problem with gdb, the output (with the library compiled with debugging enabled) is:
1998 Feb 22
0
resource starvation against passwd(1)
Standard apology if old... This demonstrates a resource starvation attack on the setuid root passwd(1) program. In the case I tested it was the Red Hat Linux passwd-0.50-7 program without shadowing. #include <stdio.h> #include <sys/time.h> #include <stdlib.h> #include <unistd.h> #include <sys/resource.h> main () { struct rlimit rl, *rlp; rlp=&rl;
2005 Feb 17
0
libsmbclient and closing connections
Hi, Is there a way to close a connection that was created using smbc_init/smbc_open? I have written an apache module that authenticates the user against the samba permissions of the dir/file being accessed. Everything works great, except that the samba connections to dot get closed when the http connection dies. This becomes a major problem after a while as all kinds of zombie
2004 Apr 19
0
libsmbclient vs. C++
Is it possible to use libsmbclient with C++? I make a sample program. When I try to make it, I got the following errors: In function `main': undefined reference to `smbc_init undefined reference to `smbc_opendir When I change the extension to .c, the build was successfully. I use Mandrake cooker with gcc-3.3.2.
2020 Oct 10
2
Lookup sid with libsmbclient (invoked from c# on mono)
> Hello, > > I'm trying to resolve SID from a linux using a program written in c# > running under mono. > > I already know the Windows API LookupSID ( > https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-lookupaccountsida) > and its underlying raw RPC call ( >
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"
2003 Mar 27
2
Samba and CCC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When are you all going to make Samba compatible with CCC (Compaq Compiler)? I would really like to be able to compile it using CCC but I keep getting the errors listed below. I was wondering, could please point me in the right direction for a solution to this dilemma? ==================== ERROR MESSAGE ==================== Using FLAGS = -O -fast
2017 Feb 06
2
libvorbis without encapulsation
L'octidi 18 pluviôse, an CCXXV, Miscellaneous a écrit : > > The RLP draft mentioned on the libvorbis docs page, are there sample > > implementations (in C) of this yet anywhere?  > Sorry that should say RTP, not RLP I am not sure I understand exactly what you are asking, but libavformat has a RTP packetizer that works for both Vorbis and Theora, implemented in rtpenc_xiph.c.
2012 Mar 26
1
2 GB file size limit with libsmbclient and Filesys::SmbClient perl module?!
Hi, I have a 32-bit installation of Arch Linux and I have developed my own little script (in perl) for downloading files over SMB/CIFS using multiple TCP connections to speed up the transfer. I have googled a lot but could not find any good download accelerator for files hosted over SMB/ CIFS. For example, the DownThemAll firefox add-on allows you to download files hosted over SMB/ CIFS, but is
2002 Oct 31
2
quota support on AIX
Hellow, members I want to use SAMBA with disk quota support on AIX machine, but have not succeeded yet. Are there any members who could succeeded setting up SAMBA on that environment? OS:AIX4.3.3 SAMBA:2.2.5 configure option:--with-quotas First, I configured AIX's quota environment, and confirmed quota worked fine. And I accessed to SAMBA, but disk size displayed on Windows explorer did
2009 Sep 01
1
Global ACL configuration problems: mailboxes not visible, set ACLs not honoured
Hi list, I am having trouble getting global ACLs to work correctly. This is, I assume, an issue separate from the one I reported a few days ago [1], where the imap process crashes when creating subfolders of folders with an ACL set. As you can see from my 'dovecot -n' output below I have three namespaces; two private ("Backup" and the default, empty one) and one public
2005 Apr 20
1
OpenSSH ssh-keygen and sshd won't work
Hi I've Problems with my openssh installation on AIX 5.2. My ssh-keygen and sshd won't work. The Installation of AIX was proper migrated from aix4.3.3 to aix5.2 openssl-0.9.6m-1 openssl-devel-0.9.6m-1 openssl-doc-0.9.6m-1 openssh.base 3.7.0.5200 I had some Problem with the openssl Installation but with that was a Problem in the rpm Database. ( /usr/sbin/updtvpkg ) lppchk -vm3 -> ok #
2009 Sep 22
3
RTPAUDIOQOS
hey all, can any body know what this parameter stands for i got RTPAUDIOQOS while i have SIP channels but could not understand then what this parameter tell * ssrc=254186206;themssrc=2024901615;lp=0;rxjitter=0.020917;rxcount=150;txjitter=0.000000;txcount=83;rlp=0;rtt=14818.715000 * if any one know plese help me to or give any documentation link regards Dhaval -------------- next part
2003 Nov 21
3
information
Hello, I have samba 2.0.7 installed on AIX4.3.3. I have 2 bugs : - the first is that I can't transfer large file (more than 4GB) : I've seen there is a bug and patch - the second one is a secure pb referenced by a colleague : a root access on the destination machine Are these 2 problems corrected on version 2.2.8a ? Thanks for your help. Sophie VERDAVAINNE NIS SchlumbergerSema * :
2009 Apr 01
2
Extract a MOS value from Asterisk CDR
Hello all, I'm tring to retrieve a formula to calculate a MOS value from Asterisk RTCP stats... Have you got any idea how to do it? Thanks I'm reading all G.107 ITU docs to retrieve something... I'm saving the SIP RTCP stats with: [macro-hangupcall] exten => s,1,Set(CDR(userfield)=${CHANNEL(rtpqos|audio|all)}) exten => s,n,ResetCDR(vw) exten => s,n,NoCDR() So I retrieve
2001 Apr 24
0
Please Help me
When attempted to install openssh-2.5.2p2 I go the following compilation error. Whne I went to download the patches for openssh they it said it is for openBSD. My platform is Aix4.3.3 and I do not know what patched to dowload and how to install patches. The errors glob.h", line 31.15: 1506-120 (S) Function cannot return a const qualified type. "sftp-glob.c", line 144.15:
2010 Jul 06
1
wbinfo -g gives no output , ndr_pull_error
Hello, after upgrade Samba from 3.4.3 to 3.5.4 "wbinfo -g" gives no output. Log Entry: [2010/07/06 14:48:49.086377, 3] winbindd/winbindd_list_groups.c:58(winbindd_list_groups_send) list_groups [2010/07/06 14:48:49.086504, 1] ../librpc/ndr/ndr.c:395(ndr_pull_error) ndr_pull_error(1): String terminator not present or outside string boundaries "wbinfo -u" is working
2011 May 16
3
Uninstalling the puppet source?
I''m installing puppet from git per instructions in another thread. The instructions given at http://docs.puppetlabs.com/guides/installation.html for installing puppet from source lead to it dumping things all over my Ruby, which I really wasn''t expecting and doesn''t work well with our environment. (1) How do I uninstall it? (2) How do I turn the git source into a gem?