Re: Custom named pipes

2002-09-22 Thread Gerry Jacobs
In case someone else is interested in the hacks: I attached a gzipped patch with all the changes since 2.2.5. The configuration of a named pipe is done in the smb.conf file like this: [mynamedpipe] share type = IPC path = /var/tmp The 'share type = IPC' parameter tells smbd that this share is a

Re: Custom named pipes

2002-09-19 Thread David Lee
On Sun, 15 Sep 2002, Andrew Bartlett wrote: > David Lee wrote: > > > > On Fri, 13 Sep 2002 [EMAIL PROTECTED] wrote: > > > > > [...] > > > am I moving too fast and is there already somewhere in the samba code an > > > api which can be called from an external program to create a (server) > > > na

Custom named pipes

2002-09-13 Thread gerryjacobs
Hello, I'm trying to create a linux application which creates a named pipe on which a windows machine should connect to. I checked out the smbd/nttrans.c and noticed that a static known_nt_pipes array is used. This array contains all the pipe names which are created by the samba server. Is it pos