Re: ntdll/server and unix_fd handling

2008-07-22 Thread Alexandre Julliard
Kai Blin <[EMAIL PROTECTED]> writes: > After some more digging, upstream of the get_sock_fd call, the > server_get_unix_fd() call always gets the same fd, either from wineserver or > from the cache. wine_server_handle_to_fd() then seems to call dup() on the > unix_fd. This seems to be needed be

ntdll/server and unix_fd handling

2008-07-22 Thread Kai Blin
Hi folks, I'm currently trying to get some integrated Wine/Samba tests working and in order to do so, I'm trying to add Samba socket wrapper support to Wine (i.e. allow Wine to hook into Samba's fake AF_FILE-based networking for testing). The socket wrapper code keeps track of the unix_fds of t