summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
AgeCommit message (Expand)AuthorFilesLines
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter1-2/+2
2002-08-08printing change notification merge from APPLIANCE_HEADGerald Carter1-6/+8
2002-07-11added copyrightGerald Carter1-0/+1
2002-07-11intermediate work on DeletePrinterDriverEx(). This callGerald Carter1-7/+10
2002-07-098-byte alignment needed for beginning driver_info_level_6.Gerald Carter1-1/+0
2002-07-08fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now.Gerald Carter1-0/+1
2002-07-08added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter1-0/+3
2002-07-08* basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter1-3/+76
2002-07-02Merge of constant renames from APPLIANCE_HEAD.Tim Potter1-6/+4
2002-06-28STRING was being redefined...Jeremy Allison1-1/+0
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-20/+23
2002-06-06Fix compile error - doh!Tim Potter1-0/+4
2002-06-06Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter1-4/+3
2002-05-07Added cli_spoolss_enumjobs() function.Tim Potter1-2/+2
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-1/+18
2002-03-20resetprinter merge from SAMBA_2_2Gerald Carter1-1/+2
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-13/+107
2002-01-31Added some constants for the flags field in the FORM_1 structure.Tim Potter1-1/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison1-9/+4
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+20
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter1-1/+1
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-2/+25
2001-12-03Writing decimal constants as "02" has been shown to cause cancer inMartin Pool1-3/+3
2001-11-22merge from 2.2Gerald Carter1-8/+60
2001-11-15more Win2k RPC opnums (EnumPrinterKey() and DeletePrinterDriverEx())Gerald Carter1-0/+2
2001-11-15SETPRINTERDATAEX is 0x4d (not 0x50). My mistake.Gerald Carter1-1/+1
2001-11-13verified two new win2k rpc's EnumPrinterDataEx() and DeletePrinterdataEx()Gerald Carter1-6/+3
2001-11-13Fix typo.Martin Pool1-2/+0
2001-11-13new Win2k spoolss rpc opnum (unknown right now).Gerald Carter1-0/+6
2001-11-09Fixed a few typos and added the opnum for ADDPRINTERDRIVEREX to theGerald Carter1-1/+8
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter1-1/+40
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-43/+42
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-5/+5
2001-09-03the next step in our error code handling changeAndrew Tridgell1-2/+2
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-49/+49
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison1-1/+18
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-1/+18
2001-03-15added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter1-5/+1
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-2/+0
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-0/+14
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-13/+7
2000-09-25printer notify code.Jean-François Micouleau1-2/+26
2000-09-16in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau1-2/+4
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison1-0/+14
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison1-1/+18
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-1/+6
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison1-1/+14
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-1/+13