similar to: List shares using C functions

Displaying 20 results from an estimated 100000 matches similar to: "List shares using C functions"

2010 May 29
1
NetShareEnum counterpart
Hello, I am searching for a Samba counterpart of the Windows API function NetShareEnum http://msdn.microsoft.com/en-us/library/bb525387%28VS.85%29.aspx - a function that lists the smb resources of a given server. It googled quite a lot and had a quick look on the libsmbclient header but did not find anything that helped. `smbclient -L' does what I look for amongst other things ... I am
2011 Sep 30
1
Once again.Tinc for gaming
Howdy, I would like to bring this topic up again. Gaming via tinc. We use tinc-1.0.16 on Linux, Win7 and WinXP so far. Setup was pretty straight forward. All the nodes have mode set to switch and subnet to 10.0.0.0/24. Ping works, smb shares work. Everything seems fine BUT connecting ingame only works with 1 out of 5 games. In some games, we see each other in the lobby. I conclude, that UDP
2003 Mar 14
1
cannot get a list of Win2000/NT shares using SMBCLIENT -L with anonymous login
Hi folks, From my RedHat Linux box Im using smbclient L to obtain the list of shares on a particular computer in the network. I use guest as user name or just omit the user name. I can get the list of shares on every single Linux or Win9X machines in the network but I cannot obtain the list of shares on Win2000 and Win NT machines. Here is what I tried: [user1@linuxbox user1]$ smbclient
2013 Apr 26
1
List Samba 4 shares using server's IP AND Kerberos authentication
I am able to list the Samba 4.0.3 shares by using "*smbclient -L myhostname -k*" command. However I am unable to do the same by using "*smbclient -L 192.168.1.2 -k*" and I get the "session setup failed: NT_STATUS_LOGON_FAILURE" error. Nevertheless it does work when I try to do the same by using the IP and a username like this: "*smbclient -L 192.168.1.2 -U
2007 Sep 04
0
Can't see shares, and also smbmount works but mount -t cifs doesn't
Hi (this is most likely a newbie question). A couple of problems. I have a linux guest (puppy) running on vmplayer on a friend's machine, which runs WinXP home. I have folder sharing enabled on the host for a few different folders. I am trying to mount the winxp host shared folders onto the linux guest. First problem is that I can't seem to see the shares. smbtree only lists the
2010 Apr 23
2
Can join AD 2003 domain; can't list shares from other servers
I set up an old laptop with Xubuntu 9.10. I configured Samba as to work with my Win2003 AD domain that has MS Services for Unix installed. I can get a Kerberos ticket. I successfully added the laptop to the AD domain. wbinfo -a shows me all users, domain and local. wbinfo -g shows me all groups. wbinfo -a user%password returns successfully. "getent passwd" works as expected - I see
2011 Jan 13
2
Cannot list shares on a host
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, linux 2.6.34.7-0.7-desktop x86_64 smbclient 3.5.4-5.1.2-2426-SUSE-SL11.3 I issue this command: smbclient -L SMA-STN14L -U jmoe I get: Connection to SMA-STN14L failed (Error NT_STATUS_BAD_NETWORK_NAME) In <smb.conf> [globals] section: workgroup = SOHNEN-MOE netbios name = SMA-STN14L Adding the -I option made no difference.
2015 Feb 09
0
Domain users can't browse or access shares
On 09/02/15 14:56, sk at green.no wrote: > Dear mail list, > > I have a Ubuntu server which I upgraded from 11.10 to current LTS 14.4 > running kernel: Linux bgo-nfs01 3.13.0-44-generic #73-Ubuntu SMP Tue Dec > 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux. > Filename: pool/main/s/samba/samba_4.1.6+dfsg-1ubuntu2_amd64.deb > > At the same time the purpose was changed
2015 Feb 09
2
Domain users can't browse or access shares
Dear mail list, I have a Ubuntu server which I upgraded from 11.10 to current LTS 14.4 running kernel: Linux bgo-nfs01 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux. Filename: pool/main/s/samba/samba_4.1.6+dfsg-1ubuntu2_amd64.deb At the same time the purpose was changed from NFS with Samba for limited amount of users to NFS and SAMBA with file
2017 May 10
1
Samba 4.6.0 - Domain admin can't list nor access shares on file server
On 5/10/2017 6:06 PM, Rowland Penny via samba wrote: > On Wed, 10 May 2017 17:47:37 +0200 > Olaf Frączyk via samba <samba at lists.samba.org> wrote: > >> Hello, >> >> I have domain NAVIDOM. >> >> There is also a fileserver that has joined the domain (both file >> server and DC are samba 4.6.0). >> >> If I try to connect as
2006 Feb 16
0
Calling R functions from C and setting function's formal list values
Hello, I am writing an extension that requires the user to pass a function into the C code. The function returns a covariance matrix. The user defines an arbitrary set of parameters as the function's arguments, which are used to construct this covariance matrix. Within the C code these parameters and hence covariance matrix are iteratively updated. The user's function might look like
2003 May 22
1
list W2K shares
Hi all I'am trying to list the shares of our W2K server and got this error message. $ smbclient -L cvl added interface ip=192.168.100.1 bcast=255.255.255.255 nmask=0.0.0.0 session request to CVL failed (Called name not present) Password: Anonymous login successful Domain=[CVL-SERVER-1] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager] tree connect failed:
2005 Dec 02
2
Can not list shares more than 12 characters long
While listing shares with command like: smbclient -L 192.168.0.4 -N , shares with length of name more than 12 (that ability appeared in Win2000) are just not listed. But if know their names, I can mount them (using mount_smbfs). How can I see these shares while listing?
2008 Sep 12
1
Problems getting list of shares
I'm trying to do something that should be simple, but my current solution isn't working 100% All I need is a list of smb shares on the network. I'm doing this: /usr/bin/nmblookup -M -- - and then use this on each ip returned: /usr/bin/smbclient -g -p 139 -NL <ip addr> That works for most cases but it fails to find all the shares (compared to the mac Finder) -steve
2003 Mar 29
1
How to list windows print shares?
In windows when I browse the corporate windows print server it automatically shows me all the available printers. Is there any way to do this from linux? I've tried twiddling with smbclient -L server-name, (with my domain login), and the printers show up off my own samba server, but not the windows server. The only thing I found in the documentation was about accessing a windows
2001 Nov 28
2
Shares are not listed (Access denied)
Good Morning, I have almost the same problem. When I use smbclient -U% -L server I get a share List and Server List but instead of listing the shares it says "Error returning browse list: ERRDOS - ERRnoaccess (Access Denied)". Using the same smbclient command on the local server the shares will be listed. The users exist in the remote server and in the smbpasswd. Anyone got an idea what
2017 May 11
3
CentOS 6 / Intel CPU support
> Here's mine. Interesting differences: If you disable Intel Speedstep in the BIOS it should lock the CPU to its fastest speed, but you lose power saving during idle. On Thu, May 11, 2017 at 3:48 PM, ken <gebser at mousecar.com> wrote: > On 05/11/2017 12:45 PM, Leon Fauster wrote: > >> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>:
2000 Jul 18
0
Win?? Shares
Leon McClatchey wrote: > Hello, I caught your message in the samba mailing list, and it sounded like you > are running along the same lines that I am here:-) > > There are a couple of differences, I am running Samba 2.0.6 under Suse 6.4 and > I use it to network with a Win2000 box. I haven't even looked at Samba 2.0.7 > yet, but I can tell you that (at least with Win2000
2012 Mar 29
2
samba server does not list shares of type Pritner
Samba server does not list/return share type of Printer. It only does Disk and IPC$. In /etc/samba/smb.conf, [global] section has load printers = yes cups options = raw printcap name = /etc/printcap #obtain list of printers automatically on SystemV ; printcap name = lpstat printing = cups There is this section. [printers] comment = All
2017 May 11
0
CentOS 6 / Intel CPU support
On 05/11/2017 12:45 PM, Leon Fauster wrote: >> Am 11.05.2017 um 16:29 schrieb Leon Fauster <leonfauster at googlemail.com>: >> >>> Am 11.05.2017 um 14:48 schrieb Leon Fauster <leonfauster at googlemail.com>: >>> >>> https://access.redhat.com/support/policy/intel >>> >>> shows mainly Xeon CPUs. What about >>> >>>