similar to: DFS enumeration on a Samba hosted DFS tree.

Displaying 20 results from an estimated 700 matches similar to: "DFS enumeration on a Samba hosted DFS tree."

2002 Jul 24
0
enumerating shared printers to the print browse master
hi Jerry et al, when I use the 'ADD PRINTER WIZARD' it looks like this: ----------------------------------------- |[]\\whatevernthost\mydeskjetanywhere | |[]\\computeronmydesk\printernexttome | |[]\\Ididn'tevennowIm\sharingaprinter | |+[]SAMBAPRINTSERVER | ----------------------------------------- The shared printers on the SAMBA server get visible by
2001 Nov 22
1
Getting Registry info and using it ????
HI All, I am basically installing network driver programatically on Win2000 using utility provided in DDK2000 samples which is snetcfg.exe which is a command line utility where you can provide the .inf file for the driver you want. But I have modified the 'C' program to install only my network driver. Now the .inf file it needs can be stored anywhere on the computer and I am storing the
2013 Aug 21
2
[PATCH 1/3] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
Full_Name: Venkatesh Mysore Version: R-1.7.0 OS: WindowsXP Submission from: (NULL) (216.165.110.10) While accessing Rproxy.dll repeatedly (using the code from the (D)COM example in the R website) causes a failure in the 24th iteration. R-1.6.2 does NOT give this error. This seems to be a memory management error, that might be linked to the huge leakage difference between R-1.7.0 and R-1.6.2
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2002 Oct 07
9
GetPrinter Level 2 does not get devmode
Hi all, I have uploaded the printer drivers succesfully on RedHat Linux/ Samba 2.2.4 server. I can download and print without any problems. But when I do Windows API call GetPrinter with PRINTER_INFO_2, the devmode in printer_info is always null. My code looks like HANDLE hPrinter=NULL; PRINTER_DEFAULTS pDefaults; pDefaults.DesiredAccess = PRINTER_ACCESS_USE;
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
Hi, I applied your patch and recompiled, but I'm still having trouble. In what follows I've tried to describe some details. The first problem was this: The Comm-Port gets opened with overlapped I/O. However, for WaitCommEvent() we do not specify an overlapped structure. This works fine on NT4 / W2K, but is contrary to the documentation, which specifys that you need to supply an
2005 May 18
2
Networking functionality?
Is there (if not, can we get) the functionality to query for workstations in the local workgroup or domain? Zach
2008 Feb 17
1
"|dirname| in dfs path \boxname\dirname is not a dfs root" ?
Hi, It's looking to me like the error in the title is the main thing preventing logging into a share via ADS/winbind &c. I see an old note here for someone seeing the same in his error logs: http://lists.samba.org/archive/samba-technical/2007-May/053388.html Ah - this explains a lot. The default for the "msdfs root" parameter changed between 3.0.24 from True to False.
2006 Mar 07
0
winbind -r group enumeration
i've a strange problem with samba-3.0.10 (Redhat Enterprise 4 PPC Version) in an ActiveDirectory Environment. After setting up Kerberos and the winbindd configuration i was able to join a Windows 2003 Server ADS structure and enumerate groups with winbind -g and do different kind of ADS<->Unix mappings (winbind -G <gid>, wbinfo -n <ADS-group> etc...). To make it short:
2009 Dec 14
1
Device enumeration during kickstart
By default, a kickstart installation will spread the configured partitions over all disks that are found, and the only way around that is to use --ondisk or ignoredisk. But I was wondering how reliable this method is. E.g. if there are four SATA ports on the system board, can I blindly assume that port one will always correspond to sda, port two to sdb, and so on? Can I assume that a second
2014 Oct 29
0
[Xen-devel] [RFC] Hypervisor RNG and enumeration
On 10/29/2014 11:37 AM, Andrew Cooper wrote: > While testing various nested combinations, XenServer has found that > modern Windows Server versions must have the hypervisor bit hidden from > them for them to be happy running HyperV, despite the fact that they > will make use of the Viridian virtual extensions also provided. Right. > As a result, while it is certainly advisable for
2014 Oct 29
1
[Xen-devel] [RFC] Hypervisor RNG and enumeration
On 29/10/14 13:45, Paolo Bonzini wrote: > > > On 10/29/2014 11:37 AM, Andrew Cooper wrote: >> While testing various nested combinations, XenServer has found that >> modern Windows Server versions must have the hypervisor bit hidden from >> them for them to be happy running HyperV, despite the fact that they >> will make use of the Viridian virtual extensions also
2014 Oct 29
0
[Xen-devel] [RFC] Hypervisor RNG and enumeration
On 10/29/2014 03:37 AM, Andrew Cooper wrote: >> >> CPUID with EAX = 0x4F000001 and ECX >= N MUST return all zeros. >> >> To the extent that the hypervisor prefers a given interface, it should >> specify that interface earlier in the list. For example, KVM might place >> its "KVMKVMKVM" signature first in the list to indicate that it should be
2014 Oct 29
0
[Xen-devel] [RFC] Hypervisor RNG and enumeration
>I have no objection to specifying that these reads may be quite slow. >Guests should only use them at boot and if they have some reason to >distrust their RNG pool. >The latter can legitimately happen after various types of suspend or >after migration (detected by VM Generation ID, for example). Just as a point of clarification, the VM Generation ID changes (at least in the
2014 Oct 30
0
[Xen-devel] [RFC] Hypervisor RNG and enumeration
On 29/10/14 05:19, Andy Lutomirski wrote: > CPUID leaf 4F000002H: miscellaneous features > -------------------------------------------- > [...] > ### CommonHV RNG > > If CPUID.4F000002H.EAX is nonzero, then it contains an MSR index used to > communicate with a hypervisor random number generator. This MSR is > referred to as MSR_COMMONHV_RNG. > >
2014 Oct 29
1
[Xen-devel] [RFC] Hypervisor RNG and enumeration
On 29/10/14 13:45, Paolo Bonzini wrote: > > > On 10/29/2014 11:37 AM, Andrew Cooper wrote: >> While testing various nested combinations, XenServer has found that >> modern Windows Server versions must have the hypervisor bit hidden from >> them for them to be happy running HyperV, despite the fact that they >> will make use of the Viridian virtual extensions also
2016 Oct 09
0
Enumeration of ISA serial ports inconsistent between Linux and Syslinux
On Sun, Oct 9, 2016 at 7:25 AM, Oliver Mangold via Syslinux <syslinux at zytor.com> wrote: > Hi, > > I would like to point out an issue with the enumeration of ISA serial > devices in Syslinux. If I interpret the snippet below correctly, Syslinux > looks up the device order with the BIOS, while Linux uses the fixed order > 3F8,2F8,3E8,2E8. > > Note that this
2018 Apr 26
1
[PATCH] libldm: fix enumeration of partition table entries
The commit fixes the bug in the code which inspects partition table entries in order to find LDM Metadata partion: _read_privhead_gpt function in ldm.c always calls gpt_get_pte function with 0 (zero) as a second argument which causes the described bug. --- src/ldm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ldm.c b/src/ldm.c index 4897de9..943f095 100644 ---
2015 Apr 07
0
Re: [Libvirt] [virsh] Transport Error during enumeration while connecting libvirt to Hyper-V Server
2015-04-02 12:04 GMT+02:00 <Dhaval_Shah1@dell.com>: > Hi all, > > > > I am using libvirt 1.1.1. I can successfully able to connect with Qemu > driver but when I am trying to connect to the windows Hyper-V using virsh, I > am getting failure. > > > > [root@localhost hyperv]# virsh version > > Compiled against library: libvirt 1.1.1 > > Using