summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-31Added addform, setform and deleteform commands. The only one I could getTim Potter1-4/+169
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-3/+7
2002-01-07Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter1-11/+17
2002-01-06Converted enumprinters and enumports cmd functions to use WERRORTim Potter1-32/+39
2002-01-06spoolss rpc client cleanup:Tim Potter1-35/+62
2002-01-03Fixed crash bug in display_print_info_2()Tim Potter1-65/+87
2002-01-03Fixed crash bug in display_print_info_1()Tim Potter1-3/+13
2001-12-30Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter1-1/+1
2001-12-11Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter1-52/+0
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