summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-11typo from mergeGerald Carter1-1/+1
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter1-11/+42
2003-01-09a 0 length printer data value is not a memory allocation error; fix CR601Gerald Carter1-2/+10
2003-01-02BIG patch...Andrew Bartlett1-15/+15
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-12-17* fix memory leak when constructing an driver_level_6 structureGerald Carter1-1/+7
2002-12-13Store printer guid in the dsspooler registry key so we don't have toJim McDonough1-34/+9
2002-12-13More printer publishing code.Jim McDonough1-5/+41
2002-12-04Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough1-18/+119
2002-12-04[merge from app_head]Gerald Carter1-2/+15
2002-11-18formatting fixGerald Carter1-35/+35
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-3/+1
2002-11-11fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter1-2/+8
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison1-11/+29
2002-11-09deldriver fixGerald Carter1-0/+6
2002-11-09re-enable ffpcn on print server handleGerald Carter1-1/+1
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-7/+31
2002-10-25PURGE_PRINTER fix from APP_HEADGerald Carter1-2/+0
2002-10-16fix from APP_HEAD to commit a re-init'd printer to diskGerald Carter1-0/+6
2002-10-15merge from app_head to use GMT in job submission notificationGerald Carter1-1/+1
2002-10-09print job properties fix from APP_HEAD. a null devmode is not a failure.Gerald Carter1-11/+5
2002-10-09add_printer_hook() fix from APP_HEADGerald Carter1-6/+17
2002-10-08merge from APP_HEADGerald Carter1-7/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-02Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.Jeremy Allison1-0/+1
2002-09-27It turns out that Windows allows delete printer on a handleJeremy Allison1-0/+14
2002-09-27Check for security on delete printer was reversed...Jeremy Allison1-5/+5
2002-09-25merge from APP_HEADGerald Carter1-0/+2
2002-09-18printjob merge from APP_HEAD regarding device modesGerald Carter1-63/+93
2002-09-11merge from APP_HEAD for GetJob()Gerald Carter1-15/+23
2002-09-11DelPrinterDrvEx() fix from APP_HEADGerald Carter1-10/+12
2002-09-11Merge the cli_shutdown change from 2_2. All except one call toVolker Lendecke1-0/+1
2002-09-10removed warning about shadowed globalsGerald Carter1-5/+5
2002-09-10AbortPrinter() fix merged from APP_HEAD.Gerald Carter1-3/+21
2002-09-10change notify merge from APP_HEADGerald Carter1-75/+265
2002-09-09Actually, I think Jerrys patch was incorrect as it didn't everJeremy Allison1-40/+8
2002-09-07merge of printer change notify fix from APP_HEADGerald Carter1-8/+40
2002-09-05Revert the "reverse" change to rpc_server/srv_spoolss_nt.c, simplyJeremy Allison1-30/+3
2002-09-05Delivery notify messages over the back channel in *reverse* order inTim Potter1-3/+30
2002-09-05Roussed on Jeremy for not putting in enough debugs in the new printTim Potter1-0/+2
2002-09-04Added better error code on out of space. Removed total jobs check - notJeremy Allison1-0/+7
2002-09-04Merge of (apparently working :-) new printing notify code.Jeremy Allison1-5/+54
2002-09-04DeletePrinterDriver[Ex]() fixes from APP_HEADGerald Carter1-24/+113
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter1-1/+1
2002-08-30merge of phant0m key fix from APP_HEADGerald Carter1-59/+32
2002-08-26merge from APP_HEADGerald Carter1-1/+1
2002-08-26merge from APP_HEADGerald Carter1-35/+60
2002-08-22fix registry editor API for printing backend after I changedGerald Carter1-3/+1
2002-08-22get the access check in addform() correct this time.Gerald Carter1-111/+94
2002-08-21addform fix from SAMBA_2_2Gerald Carter1-17/+29