search for: pipe_spoolss

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

2004 Aug 30
2
Rpcclient : cmd_set "getprintprocdir" defined twice
Hi, In rpcclient/cmd_spoolss.c line 1715 & 1718 struct cmd_set spoolss_commands[] = { { "SPOOLSS" }, . . { "getprintprocdir", cmd_spoolss_getprintprocdir, PIPE_SPOOLSS, "Get print processor directory", "" }, . . { "getprintprocdir", cmd_spoolss_getprintprocdir, PIPE_SPOOLSS, "Get print processor directory", "" }, Why do we need two definition for getprintprocdir? Thanks, Karthik -----Original M...
2008 Aug 01
1
can I remove all printer functions by simply add some build option?
Hi, I'm trying to transplant samba 3.2 to my mips board. I did it but smbd is too big, about 8MB, I decided to reduce the code size. I just want the file share/display funcs between my box and windows PC. The first function I want to drop is network printer. So is there a specific option to drop all printer code? It seems to take quite a lot of time to let me comment out things I