summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2003-03-21Merge of new appliance-head scalable printing fixes.Jeremy Allison1-142/+287
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison1-0/+5
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-05Writable string const fixes.Jeremy Allison2-7/+13
2003-03-04Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intentAndrew Bartlett1-2/+2
2003-03-01Ensure added jobs increment total_jobs.Jeremy Allison1-0/+6
2003-02-25Progress on CR 601Gerald Carter1-152/+214
2003-02-19Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison1-9/+14
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett1-1/+1
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2-4/+35
2003-02-14off by one bug in string length; CR 1159Gerald Carter1-1/+1
2003-02-12Prevent NULL-pointer induced segfaults.Andrew Bartlett1-4/+4
2003-02-10Failure to find a CUPS printer, when auto-adding printers is not a level 0 er...Andrew Bartlett1-3/+3
2003-02-08Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison1-2/+7
2003-02-05Collapse duplicate messages before sending.Jeremy Allison1-80/+132
2003-02-05CUPS patch to log client nameGerald Carter1-0/+4
2003-02-04Hold the lock for a much shorter time when allocating a new jobid.Jeremy Allison1-54/+67
2003-02-04Up the hash table size for printing tdb.cJeremy Allison1-1/+1
2003-02-04Ensure we only ever set fsp->conn in one place.Jeremy Allison1-1/+0
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-4/+4
2003-01-30More scalable print tdb fixes.Jeremy Allison1-13/+23
2003-01-28CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter1-2/+101
2003-01-15Fix warnings by getting the function into a shape the autoprototyper willAndrew Bartlett1-6/+4
2003-01-15Crash fixes:Andrew Bartlett1-2/+7
2003-01-14The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett1-1/+1
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter1-7/+16
2003-01-10Fix lpq_cache time check (missed from yesterday).Jeremy Allison1-4/+4
2003-01-02BIG patch...Andrew Bartlett3-31/+31
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-5/+5
2002-12-13Store printer guid in the dsspooler registry key so we don't have toJim McDonough1-72/+178
2002-12-13More printer publishing code.Jim McDonough1-6/+16
2002-12-05Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2-3/+7
2002-12-05More printer data to publishJim McDonough1-71/+68
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2-7/+43
2002-12-04More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one...Jim McDonough1-3/+62
2002-12-04Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison1-2/+2
2002-12-04Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough1-1/+143
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter3-279/+326
2002-11-24No need to #include smb.h, when we already #include include.hAndrew Bartlett3-4/+0
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2-15/+25
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-18/+22
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison1-43/+80
2002-11-10Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison1-13/+36
2002-11-07Fix crash bug with overwriting memory.Jeremy Allison1-5/+3
2002-11-07Keeping branches in sync....Jeremy Allison1-1/+2
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison2-30/+307
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2-15/+18
2002-10-31Check the long_archi name is not null.Jeremy Allison1-0/+6
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
2002-10-21merge from samba_3_0Gerald Carter2-73/+0