summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-25Merge of printing performance fixes from appliance.Tim Potter1-6/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison1-5/+3
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison1-12/+13
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison1-1/+1
2001-12-21Factor out a broadcast_printer_notify() routine.Martin Pool1-7/+17
2001-12-18Fixed uninitialised variable warning.Tim Potter1-1/+1
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison1-0/+1
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison1-9/+18
2001-10-16Optimisation to send only to correct processid.Jeremy Allison1-6/+16
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau1-2/+50
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-4/+4
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell1-11/+11
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-2/+2
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-1/+1
2001-08-10Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter1-9/+9
2001-07-16Fix for incorrect creation of print job names, based on a patch byJeremy Allison1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-13/+4
2001-06-28Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison1-4/+20
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison1-16/+7
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-10/+10
2001-03-26Fix from Dave Collier Brown to log a debug at level zero on common misconfigure.Jeremy Allison1-1/+13