summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-15/+11
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-13/+21
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-25/+60
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-0/+1
2003-05-15Ensure sys_adminlog code won't coredump with incorrect client params.Jeremy Allison1-4/+11
2003-04-15Typo in comment.Tim Potter1-1/+1
2003-04-14Fix typosJelmer Vernooij1-2/+2
2003-04-11* We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter1-1/+11
2003-04-11simple fix to hopefully speed up srv_spoolss_replyopenprinter().Gerald Carter1-22/+36
2003-04-10Ensure we're not filtering our essential delete messages.Jeremy Allison1-2/+2
2003-04-09another forgotten merge sitting on my laptop from app_head; only stall open_p...Gerald Carter1-3/+6
2003-04-09forgotten merge left on disk; remove extra SAFE_FREE()Gerald Carter1-2/+0
2003-04-02Subtle changes to message handling after ENUMJOBS.Jeremy Allison1-8/+95
2003-04-01fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102...Gerald Carter1-1/+3
2003-03-31fix potential smbd crash when we fail to alloacte a policy handle for a print...Gerald Carter1-8/+9
2003-03-31add a few error checks in EnumPrinterData()Gerald Carter1-4/+5
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison1-6/+0
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