summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-08Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter1-0/+80
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-2/+2
2002-05-14The cli_spoolss_setprinterdata() function interface changed slightly.Tim Potter1-2/+4
2002-05-07Added cmd_spoolss_enumjobs() function to rpcclient.Tim Potter1-39/+156
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter1-13/+160
2002-03-08Swap order of close brace and done: tag to appease AIX compiler. Order shoul...Jim McDonough1-1/+1
2002-03-07Cosmetic fixup for enum_printersTim Potter1-2/+5
2002-03-07Fixed a bunch of crash bugs for enumprinters at various info levels.Tim Potter1-24/+35
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-13/+150
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter1-52/+60
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter1-14/+23
2002-02-19Converted cmd_spoolss_enumprinterdrivers() to use newTim Potter1-13/+14
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