summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-14bug 770; correct fix this time; Make sure that we send the SMBjobid for unix...Gerald Carter1-9/+17
2004-01-14bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt...Gerald Carter1-16/+18
2003-12-01don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ...Gerald Carter1-3/+5
2003-11-25allow users to delete jobs with cups printing backendGerald Carter1-0/+2
2003-11-13* Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter1-2/+2
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-09-11fix unitiailized timestamp where merging print_jobs and lpq listingGerald Carter1-0/+1
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-2/+2
2003-07-01fix typos in log messages and comments.Gerald Carter1-1/+1
2003-04-16Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison1-0/+1
2003-04-10Grr. Get rid of one of the extra NULL's that crept in from app-head.Jeremy Allison1-1/+1
2003-04-04Fix the new storage code to correctly convert from system queue info toJeremy Allison1-3/+15
2003-04-02Subtle changes to message handling after ENUMJOBS.Jeremy Allison1-10/+84
2003-03-26Fix extra NULL arg added during app-head merge.Jeremy Allison1-3/+3
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-01Ensure added jobs increment total_jobs.Jeremy Allison1-0/+6
2003-02-19Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison1-9/+14
2003-02-08Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison1-2/+7
2003-02-04Hold the lock for a much shorter time when allocating a new jobid.Jeremy Allison1-54/+67
2003-01-30More scalable print tdb fixes.Jeremy Allison1-13/+23
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-11[merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter1-6/+15
2003-01-10Don't delete jobs subitted after the lpq time.Jeremy Allison1-4/+4
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-6/+6
2002-12-05Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison1-2/+5
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison1-4/+24
2002-11-26[print notify fixes from APP_HEAD]Gerald Carter1-279/+35
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-7/+14
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 malloced memory.Jeremy Allison1-5/+3
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-0/+248
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison1-14/+11
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
2002-10-21removed the following parametersGerald Carter1-11/+0
2002-10-16Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison1-1/+3
2002-10-16SMB_ASSERT to check list terminates.Jeremy Allison1-0/+3
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-7/+7
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-110/+317
2002-08-17sync 3.0 branch with headJelmer Vernooij1-221/+178
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-329/+708
2002-04-22printing merge from HEADGerald Carter1-3/+6
2002-03-20Ensure we don't do lp_servicename()'s in tdb traverse as thisJeremy Allison1-5/+7
2002-03-20Print queue entries *must* have queue names, not numbers - numbers areJeremy Allison1-7/+30
2002-03-19Merge in JohnR's page count fixes.Jeremy Allison1-4/+31
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-6/+6
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-07Fix for machines that have their time changed forward, then back. EnsureJeremy Allison1-6/+18
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison1-17/+21