summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-0/+32
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-1/+1
2001-11-15FALSE -> FalseTim Potter1-1/+1
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-245/+51
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-92/+69
2001-09-03the next step in our error code handling changeAndrew Tridgell1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-31/+31
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-0/+10
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-5/+5
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-12/+12
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-16/+18
2001-07-04The big character set handling changeover!Andrew Tridgell1-46/+42
2001-05-31merge from 2.2Gerald Carter1-1/+1
2001-05-24Fixed compiler warning.Tim Potter1-1/+0
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-8/+15
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-0/+48
2001-05-04Tidyup of server vs servername, username vs user to remove compilerTim Potter1-24/+24
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-31/+192
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-6/+6
2001-03-19merge from 2.2 (reorder commands in array)Gerald Carter1-1/+1
2001-03-15addprinter and adddriver are working now :-)Gerald Carter1-20/+292
2001-03-15added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter1-1/+61
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-26/+355
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter1-9/+77
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-45/+24
2001-01-12Pass correctly formatted args to cli_spoolss_open_printer_ex()Tim Potter1-2/+7
2001-01-12Memory leak fixes spotted by insure.Tim Potter1-1/+6
2001-01-12Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex()Tim Potter1-1/+1
2001-01-11Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter1-782/+344
2000-12-08Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter1-12/+12
2000-09-12spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter1-1/+9
2000-08-29added -P (for no prompt) and -A <authfile> optionsGerald Carter1-11/+10
2000-08-18fixed an off by one error where I was tromping on memoryGerald Carter1-1/+1
2000-08-12FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter1-2/+5
2000-08-10Working on spoolss_getprinterdriver() as it does not display all theGerald Carter1-0/+6
2000-08-10Needed to add the SHARED attribute bit when creating a printerGerald Carter1-7/+9
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter1-44/+40
2000-08-09Fixed AddPrinterDriver()Gerald Carter1-1/+0
2000-08-08All changes related to rpcclient...Gerald Carter1-4/+235
2000-08-04spoolss_addprinterex() was adding the printer and returning theGerald Carter1-3/+3
2000-08-04clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter1-8/+10
2000-07-31More work on rpcclient...Gerald Carter1-23/+68
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau1-2/+2
2000-07-25some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter1-1/+115
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-1/+1
2000-07-21Added EnumPorts() and fixed up some problemsGerald Carter1-0/+22
2000-07-20Fixed unitilized secdesc pointer which was causing spoolgetprinterGerald Carter1-2/+2
2000-07-18Fixed some more SPOOLSS functions. The followingGerald Carter1-5/+4
2000-07-14adding more spoolss command into rpcclient. They don't all workGerald Carter1-0/+368