search for: well_known_named_pip

Displaying 2 results from an estimated 2 matches for "well_known_named_pip".

Did you mean: well_known_named_pipes
2007 Apr 05
0
Re: Fwd: Win32 services management?
...ionality using the RPC protocol. I need this functionality badly, and I understand it is not implemented. I understand vaguely how this should be working and found some documentation, here: http://www.hsc.fr/ressources/articles/win_net_srv/ here:http://www.hsc.fr/ressources/articles/win_net_srv/well_known_named_pipes.html and here: http://www.hsc.fr/ressources/articles/win_net_srv/msrpc_srvsvc.html. I guess the issue here is to use the same method used in the 'net' command ('net.c' - util) and try to call the rpc-client with just different parameter as the above mentioned links state. I...
2007 Mar 13
3
Win32 services management?
Hi there, I just saw samba added the "net rpc service" for Win32 service management since 3.0.20, and it's fantastic. I used to use samba-tng to do this job, but now I can use samba! However, I also found it has limited usage. I cannot pass parameters when I start a service, and I cannot create a new service, too. Is there any plan for samba to extend this feature? -- Best