summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-3/+7
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-071-11/+17
* Converted enumprinters and enumports cmd functions to use WERRORTim Potter2002-01-061-32/+39
* spoolss rpc client cleanup:Tim Potter2002-01-061-35/+62
* Fixed crash bug in display_print_info_2()Tim Potter2002-01-031-65/+87
* Fixed crash bug in display_print_info_1()Tim Potter2002-01-031-3/+13
* Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au>Tim Potter2001-12-301-1/+1
* Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter2001-12-111-52/+0
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-0/+32
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-1/+1
* FALSE -> FalseTim Potter2001-11-151-1/+1
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-245/+51
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-92/+69
* the next step in our error code handling changeAndrew Tridgell2001-09-031-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-31/+31
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-0/+10
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-5/+5
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-12/+12
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-16/+18
* The big character set handling changeover!Andrew Tridgell2001-07-041-46/+42
* merge from 2.2Gerald Carter2001-05-311-1/+1
* Fixed compiler warning.Tim Potter2001-05-241-1/+0
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-8/+15
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+48
* Tidyup of server vs servername, username vs user to remove compilerTim Potter2001-05-041-24/+24
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-31/+192
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-6/+6
* merge from 2.2 (reorder commands in array)Gerald Carter2001-03-191-1/+1
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-20/+292
* added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter2001-03-151-1/+61
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-26/+355
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-9/+77
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-45/+24
* Pass correctly formatted args to cli_spoolss_open_printer_ex()Tim Potter2001-01-121-2/+7
* Memory leak fixes spotted by insure.Tim Potter2001-01-121-1/+6
* Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex()Tim Potter2001-01-121-1/+1
* Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter2001-01-111-782/+344
* Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter2000-12-081-12/+12
* spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter2000-09-121-1/+9
* added -P (for no prompt) and -A <authfile> optionsGerald Carter2000-08-291-11/+10
* fixed an off by one error where I was tromping on memoryGerald Carter2000-08-181-1/+1
* FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter2000-08-121-2/+5
* Working on spoolss_getprinterdriver() as it does not display all theGerald Carter2000-08-101-0/+6
* Needed to add the SHARED attribute bit when creating a printerGerald Carter2000-08-101-7/+9
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-091-44/+40
* Fixed AddPrinterDriver()Gerald Carter2000-08-091-1/+0
* All changes related to rpcclient...Gerald Carter2000-08-081-4/+235
* spoolss_addprinterex() was adding the printer and returning theGerald Carter2000-08-041-3/+3
* clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter2000-08-041-8/+10