summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-29added a #define for SPOOLSSGETPRINTERDATAEX. Although we do notGerald Carter1-0/+1
2000-08-28yipee!Andrew Tridgell1-0/+2
2000-08-10Tidied up security rights definitions.Jeremy Allison1-17/+12
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter1-1/+1
2000-08-08All changes related to rpcclient...Gerald Carter1-0/+23
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter1-2/+0
2000-07-06Moved printer ACE mask values from nt_printing.h to rpc_spoolss.hTim Potter1-2/+6
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-2/+1
2000-06-10parsing code for reply[open|close]printer in preparation of the eventJean-François Micouleau1-1/+29
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-1/+1
2000-06-01More stuff I cvan't afford to lose. I'm realizing how dependent I amJeremy Allison1-1/+1
2000-05-28moved notif_y_table struct to spoolss_nt.c only used there.Luke Leighton1-11/+0
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-9/+19
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-0/+41
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-1/+14
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-10/+6
2000-03-13oops ! forgot smb.h in last commitJean-François Micouleau1-0/+12