similar to: nmbd and port 135 / dce rpc WINS

Displaying 20 results from an estimated 1000 matches similar to: "nmbd and port 135 / dce rpc WINS"

2006 Jan 18
1
nmbd and port 135
I have a slight browsing problem. We seem to have multiple domain browse lists that aren't being merged at our wins server. For example, on 2003DOMAIN, I only see 3 domains/workgroups. On NT4DOMAINA, I see 3 domains/workgroups, and on NT4DOMAINB I see 56 domains/workgroups, and on NT4DOMAINC I see 28 domains/workgroups. According to Microsoft documentation the domain master browser of each
2000 Apr 28
0
Problems setting up Samba (nmbd) as multi-subnet router
Hi, i have a network with one machine acting as master router with 2x4-Port-Ethernet-Cards in it - running nmbd! There are two Windows-Workgroups, WRK1 and WRK2 in each there are Windows-Exchange-Servers EX1, EX2. In WRK2 the PDC is on EX2, in WRK1 there is a standalone PDC, PDC1. Every network is a full 255 IP-Network. 192.168.40.1 WRK1 EX1 (192.168.40.40) PDC1 (192.168.40.42) 192.168.41.1
2006 Oct 15
0
multiple smbd/nmbd on one machine
Hi everybody, hope my question is not misplaced :) I have an HA-Cluster (RHEL 4 update 3, Veritas Storage-Foundation 4.1, samba Version 3.0.10-1.4E.9) an have to run 3 different smbd/ nmbd on one machine. So my smb.conf looks different for each "service", and is also stored in a separate folder. (Structure is: /home/smb/domain/cfg/ ... #config for domain-controlling
2001 Jun 15
1
ext3+acl
A patch that implements acls on ext3 for kernel 2.2.x is available at http://moldybread.net/patch/kernel-2.2/ It looks to be stable. Beat it, break it.
2007 May 10
1
dfs/dce and openssh
I searched google and did not find any hits on this being solved. I want to get ssh so I can the dsa/rsa style password it in an environment that uses dfs/dce authentication if that is possible (and it has not already been solved). In other words, I want to be able to log into a host as a dfs/dce user without typing my password. Before I dig into the code and trying to do this, I wanted
2013 Feb 25
6
any available asynchronous dce rpc library?
Hi Thanks in advanced. I'm writing a proxy server doing NTLMv2 authentication. I think I need a NetLogon client service . Is there any available library providing netlogon function? or at least an dce rpc library? an asynchronous library is the best. :) Thanks again. Derek.
2010 Oct 11
3
[LLVMdev] DCE and external function
If I have: %x = call @externalFunc ... ; other codes where %x is not used ret ; assume void function and use dce optimization, will the call gets eliminated? -- View this message in context: http://old.nabble.com/DCE-and-external-function-tp29932485p29932485.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Oct 11
0
[LLVMdev] DCE and external function
Hi leledumbo, > If I have: > > %x = call @externalFunc > ... ; other codes where %x is not used > ret ; assume void function > > and use dce optimization, will the call gets eliminated? only if the compiler can prove that the called function has no side effects (such as modifying some global variables or causing the program to exit). Ciao, Duncan.
2010 Oct 13
2
[LLVMdev] DCE and external function
Hi, On Mon, Oct 11, 2010 at 3:46 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi leledumbo, > >> If I have: >> >> %x = call @externalFunc >> ... ; other codes where %x is not used >> ret ; assume void function >> >> and use dce optimization, will the call gets eliminated? > > only if the compiler can prove that the called function has
2010 Oct 13
0
[LLVMdev] DCE and external function
>>> If I have: >>> >>> %x = call @externalFunc >>> ... ; other codes where %x is not used >>> ret ; assume void function >>> >>> and use dce optimization, will the call gets eliminated? >> >> only if the compiler can prove that the called function has >> no side effects (such as modifying some global variables or
2011 Jun 21
2
[LLVMdev] [PATCH] Get DCE to consider livein PhysRegs to successor basic blocks.
Adds code to have DCE start off with a list of physical registers to be live on entry to at least one successor basic block (as mentioned in the FIXME comment). -- Sanjoy Das http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: FIXME.patch Type: text/x-diff Size: 899 bytes Desc: not available URL:
2011 Jun 21
0
[LLVMdev] [PATCH] Get DCE to consider livein PhysRegs to successor basic blocks.
On Jun 21, 2011, at 12:51 AM, Sanjoy Das wrote: > Adds code to have DCE start off with a list of physical registers to be > live on entry to at least one successor basic block (as mentioned in the > FIXME comment). Looks good, but keep the comment (sans FIXME).
1999 Nov 25
0
DCE Patch
Hi all. I am submitting a patch that adds DCE authentication and credential attaching. Fully legit, no ugly hacks ;) I looked (some) at Paul Henson's <henson at acm.org> patch for ssh-1.2.20 while coding. The patch [attached] is against pre14, but DCE and AIX patches for pre15 will follow shortly. I threw in this patch just to prove i'm working on it. :) Happy Hacking, //T-?
1999 Nov 25
0
DCE Patch (forgot the attachment. Grr)
Hmm... i think it's time to go home now... forgot attachment. //T-? >Hi all. > >I am submitting a patch that adds DCE authentication and credential > >attaching. Fully legit, no ugly hacks ;) > >I looked (some) at Paul Henson's <henson at acm.org> patch for ssh-1.2.20 >while coding. > >The patch [attached] is against pre14, but DCE and AIX patches
1999 Nov 29
1
[PATCH] DCE for pre15
As promised, here's the DCE patch for pre15. (and this time i didn't forget the attachment ;) It enables ssh to authenticate, set groups and attach network credentials. It's a clean implementation (i left out the credential-move-hack). This one adds the --with-dce option to configure Some notes have rised: The for loop 3->64 closing fd's... is it really needed? Is it
2001 Jan 11
0
openssh with dce?
is anyone running, or advocating running openssh in combination with dce? what would be the concerns? on first glance, i'd say they shouldn't be run together, but i don't know enough about dce to be able to definitively state that. thanks, wendy -- wendy palm Cray OS Sustaining Engineering, Cray Inc. wendyp at cray.com, 651-605-9154
2002 Nov 26
0
[Bug 445] New: User DCE Credentials do not get forwarded to child session
http://bugzilla.mindrot.org/show_bug.cgi?id=445 Summary: User DCE Credentials do not get forwarded to child session Product: Portable OpenSSH Version: 3.4p1 Platform: Alpha OS/Version: OSF/1 Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at
2003 Jan 07
1
[Bug 445] User DCE Credentials do not get forwarded to child session
http://bugzilla.mindrot.org/show_bug.cgi?id=445 ------- Additional Comments From djm at mindrot.org 2003-01-07 12:20 ------- The attached patch has been corrupted - please attach it (in "diff -u" format) to the bug using the "Create Attachment" link ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 May 15
1
[Bug 445] User DCE Credentials do not get forwarded to child session
http://bugzilla.mindrot.org/show_bug.cgi?id=445 ------- Additional Comments From djm at mindrot.org 2003-05-15 21:39 ------- I am not sure I understand (my Kerberos knowledge isn't so great): We already set this for Krb5 auth: #ifdef KRB5 if (s->authctxt->krb5_ticket_file) child_set_env(&env, &envsize, "KRB5CCNAME", s->authctxt->krb5_ticket_file);
2003 May 20
2
[Bug 445] User DCE Credentials do not get forwarded to child session
http://bugzilla.mindrot.org/show_bug.cgi?id=445 ------- Additional Comments From simon at sxw.org.uk 2003-05-21 00:49 ------- The existing code only handles the situation where Kerberos credentials are created by the OpenSSH's krb5 code. What would appear to be happening under OSF/1 is that one of the calls used to verify the users login is, as a by-product, creating the credentials