summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-03* always report ourselves as a Windows 2000 print server (evenGerald Carter1-8/+29
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter1-1/+13
2003-03-01Added limit to number of jobs enumerated. Set to 0 (means no limit).Jeremy Allison1-0/+6
2003-02-27additional fix for CR 601Gerald Carter1-0/+6
2003-02-25Progress on CR 601Gerald Carter1-155/+122
2003-02-21i patched the wrong branch! s/unistr2_to_dos/unistr2_to_ascii/Gerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter1-3/+24
2003-02-18set the various DsSpooler keys that are linked to PRINTER_INFO_2 fields; CR 985Gerald Carter1-10/+57
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett1-2/+2
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter1-1/+1
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-3/+2
2003-02-13Removed unused variable.Jeremy Allison1-1/+0
2003-02-13Merge JohnR's patch.Jeremy Allison1-3/+1
2003-02-05Fixed type.Jeremy Allison1-1/+1
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-1/+1
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-1/+1
2003-01-14The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett1-2/+2
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