summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-29Merge from 3.0:Tim Potter1-45/+34
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-5/+5
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-5/+4
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter1-1/+1
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter1-6/+8
2003-02-25Progress on CR 601Gerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter1-1/+1
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-33/+37
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-37/+33
2003-01-02BIG patch...Andrew Bartlett1-168/+169
2002-12-13Guy Harris points out that the level and ptr fields in aTim Potter1-0/+4
2002-12-03Support printer info 7, used for publishingJim McDonough1-0/+63
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-11-06Client side functions for enumprinterkey.Tim Potter1-0/+29
2002-10-17When unmarshalling a relstr, don't unmarshall the string data if theTim Potter1-0/+3
2002-09-27HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison1-20/+17
2002-09-13wrong alignment size calculationSimo Sorce1-1/+3
2002-09-04Fix typo in comment.Tim Potter1-1/+1
2002-09-03Implemented client function for deleteprinterdataex.Tim Potter1-0/+15
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-7/+96
2002-08-27fix 2 byte alignment/offset bug that prevented Win2k/XP clientsGerald Carter1-9/+16
2002-08-17* the printing code should now be back to the working state it wasGerald Carter1-1/+1
2002-08-16Fairly large change to printing code.Gerald Carter1-36/+0
2002-08-14added comment about a new specversion seen from client.Gerald Carter1-0/+2
2002-08-08printing change notification merge from APPLIANCE_HEADGerald Carter1-2/+17
2002-08-08Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter1-0/+28
2002-07-29passing -1 for the src length in rpcstr_pull results in onlyGerald Carter1-1/+1
2002-07-11all that is left to do is to actually perform theGerald Carter1-0/+4
2002-07-098-byte alignment needed for beginning driver_info_level_6.Gerald Carter1-22/+15
2002-07-08fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now.Gerald Carter1-21/+24
2002-07-08added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter1-0/+101
2002-07-08* basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter1-0/+80
2002-07-02Merge of constant renames from APPLIANCE_HEAD.Tim Potter1-8/+8
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-37/+110
2002-06-27a null grp_sid should have a 0 offset. Also removed a few more unnecessaryGerald Carter1-7/+0
2002-06-24printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter1-0/+2
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-05-24merge from SAMBA_2_2.Gerald Carter1-3/+38
2002-05-20OK that last commit was incorrect - this call is parsed properly. I onlyTim Potter1-4/+0
2002-05-20There's probably a pointer to a buffer at the end of a enumprinterdrivers()Tim Potter1-0/+4
2002-05-20No need to pass a fstring in make_spoolss_q_enumprinters()Tim Potter1-1/+1
2002-05-14Added deleteprinterdata client rpc.Tim Potter1-1/+13
2002-05-14Added writeprinter rpc command.Tim Potter1-0/+14
2002-05-14Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter1-11/+31
2002-05-13compile fix merge from SAMBA_2_2Gerald Carter1-11/+21
2002-05-13Support for client side startdocprinter.Tim Potter1-3/+63
2002-05-10misc merge from SAMBA_2_2Gerald Carter1-0/+4
2002-05-10devmode parsing merge from SAMBA_2_2Gerald Carter1-29/+74
2002-05-08Added client side spoolss rpc commands for startpageprinter,Tim Potter1-0/+60