Re: NetBios

2004-03-25 Thread Juan Lang
Flyker wrote: > Does wine NetBios can work with remote windows > application that use NetBios ? In limited circumstances, yes: - it supports only NetBIOS-over-TCPIP (NBT), not nbipx or netbeui - it only supports client sessions: it can't act as a NetBIOS server, nor does it suppor

NetBios

2004-03-24 Thread flyker
Does wine NetBios can work with remote windows application that use NetBios ?

Re: TDI + NetBIOS = Network Neighborhood

2003-12-16 Thread Luke Kenneth Casson Leighton
hi, wrote to the wine-devel mailing list about this one describing a few words about what's needed to be done to "support" your efforts. documentation. rfc1001.txt and rfc1002.txt - these describe NBT (netbios over tcp) and how to get: - datagrams (port 138) eq

netapi32 and NetBIOS

2003-12-15 Thread Luke Kenneth Casson Leighton
[sent also to samba-technical mailing list] hi, i've just been alerted to the netbios work in wine (hooray!) as part of an effort to get the network neighbourhood going (yippee!). there is a problem, which i can help overcome. the problem is this: imagine that there is no TCP/IP sta

Re: netapi32: implement Netbios()

2003-11-26 Thread Juan Lang
Hi Uwe et al.. Uwe said: > Saying a little more may help. > > What's needed to test you patch? What programs show > improvement? Good questions. I have little test programs that I've been using, but NetBIOS is hard to test without knowing something about your network con

Re: netapi32: implement Netbios()

2003-11-26 Thread Uwe Bonnes
>>>>> "Juan" == Juan Lang <[EMAIL PROTECTED]> writes: Juan> Apologies for the size of the patch, I didn't see any useful way Juan> to shrink it. Juan> ChangeLog: implement rather a lot of Netbios() Juan> I could say a bit more