summaryrefslogtreecommitdiffstats
path: root/source3/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
* Grr. Get rid of one of the extra NULL's that crept in from app-head.Jeremy Allison2003-04-101-1/+1
* Fix the new storage code to correctly convert from system queue info toJeremy Allison2003-04-041-3/+15
* Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-021-10/+84
* Fix extra NULL arg added during app-head merge.Jeremy Allison2003-03-261-3/+3
* Merge of new appliance-head scalable printing fixes.Jeremy Allison2003-03-211-142/+287
* lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-0/+5
* Ensure added jobs increment total_jobs.Jeremy Allison2003-03-011-0/+6
* Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison2003-02-191-9/+14
* Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison2003-02-081-2/+7
* Hold the lock for a much shorter time when allocating a new jobid.Jeremy Allison2003-02-041-54/+67
* More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
* Merge from HEAD:Andrew Bartlett2003-01-141-1/+1
* [merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter2003-01-111-6/+15
* Don't delete jobs subitted after the lpq time.Jeremy Allison2003-01-101-4/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-6/+6
* Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-051-2/+5
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-051-4/+24
* [print notify fixes from APP_HEAD]Gerald Carter2002-11-261-279/+35
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-7/+14
* First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison2002-11-101-43/+80
* Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison2002-11-101-13/+36
* Fix crash bug with overwriting malloced memory.Jeremy Allison2002-11-071-5/+3
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-0/+248
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-311-14/+11
* Fix problem where an fd would be left open for every printer queue.Jeremy Allison2002-10-261-0/+27
* removed the following parametersGerald Carter2002-10-211-11/+0
* Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison2002-10-161-1/+3
* SMB_ASSERT to check list terminates.Jeremy Allison2002-10-161-0/+3
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-7/+7
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-110/+317
* sync 3.0 branch with headJelmer Vernooij2002-08-171-221/+178
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-329/+708
* printing merge from HEADGerald Carter2002-04-221-3/+6
* Ensure we don't do lp_servicename()'s in tdb traverse as thisJeremy Allison2002-03-201-5/+7
* Print queue entries *must* have queue names, not numbers - numbers areJeremy Allison2002-03-201-7/+30
* Merge in JohnR's page count fixes.Jeremy Allison2002-03-191-4/+31
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-6/+6
* getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
* Fix for machines that have their time changed forward, then back. EnsureJeremy Allison2002-03-071-6/+18
* Fixup the sending of printer change messages from job changes.Jeremy Allison2002-02-261-17/+21
* Merge of printing performance fixes from appliance.Tim Potter2002-02-251-6/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-141-5/+3
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-12/+13
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* Factor out a broadcast_printer_notify() routine.Martin Pool2001-12-211-7/+17
* Fixed uninitialised variable warning.Tim Potter2001-12-181-1/+1
* Use print_queue_length() by preference if we don't need a queueJeremy Allison2001-12-051-0/+1
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-051-9/+18