summaryrefslogtreecommitdiffstats
path: root/source/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* r8506: BUG 2853: don't strip out characters like '$' from printer namesGerald Carter2007-10-101-16/+8
* r7829: fix unitialized printer status field that was breaking migration of pr...Gerald Carter2007-10-101-0/+2
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-101-2/+3
* r6490: BUG 1998: patch from Olaf Imig <Olaf.Imig@bifab.de>; fix byte ordering...Gerald Carter2007-10-101-3/+9
* r5993: compiler warning fixGerald Carter2007-10-101-1/+1
* r5950: more compiler warning's from Jason MaderGerald Carter2007-10-101-2/+2
* r5807: fix segfault after compiler warning clean up (and cleanup another warn...Gerald Carter2007-10-101-4/+4
* r5770: Get rid of some compiler warningsVolker Lendecke2007-10-101-28/+17
* r5691: wrapping the pause/resume/purge printer commands inGerald Carter2007-10-101-53/+62
* r4662: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to fixJeremy Allison2007-10-101-0/+1
* r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter2007-10-101-1/+1
* r4094: BUG 2107: fix memory bloating caused by large numbers of print_queue_u...Gerald Carter2007-10-101-35/+136
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r4028: * prevent the background LPQ daemon from updatingGerald Carter2007-10-101-63/+85
* r3867: Fix from david.hu@hp.com - make a copy of an incoming messageJeremy Allison2007-10-101-5/+5
* r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter2007-10-101-211/+301
* r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter2007-10-101-4/+0
* r2191: ensure that we assign our pid to print jobs (and not our parent's pid)...Gerald Carter2007-10-101-17/+8
* r2133: Several fixes:Gerald Carter2007-10-101-14/+15
* r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter2007-10-101-1/+1
* r1384: ensure we remove the tdb entry for a job in the spooling stateGerald Carter2007-10-101-3/+0
* r1295: To be able to send a message to the background queue updated, we need ...Volker Lendecke2007-10-101-3/+7
* r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...Gerald Carter2007-10-101-0/+1
* r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter2007-10-101-1/+87
* r560: Fix bugzilla 1279: cannot control individual print jobs using cupsJim McDonough2007-10-101-3/+3
* r555: Fix big-endian storage of jobids in jobs_changed list. Found duringJim McDonough2007-10-101-1/+3
* merging print change notify fix from HP appliance. Also might address some o...Gerald Carter2004-03-161-2/+16
* fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter2004-03-151-2/+5
* fix compiler warningGerald Carter2004-03-051-1/+1
* allow the 'printing' parameter to be set on a per share basis.Gerald Carter2004-03-021-7/+29
* BUG 1147; bad pointer case in get_stored_queue_info() causing seg faultGerald Carter2004-03-011-1/+1
* bug 770; correct fix this time; Make sure that we send the SMBjobid for unix...Gerald Carter2004-01-141-9/+17
* bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt...Gerald Carter2004-01-141-16/+18
* don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ...Gerald Carter2003-12-011-3/+5
* allow users to delete jobs with cups printing backendGerald Carter2003-11-251-0/+2
* * Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter2003-11-131-2/+2
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* fix unitiailized timestamp where merging print_jobs and lpq listingGerald Carter2003-09-111-0/+1
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-2/+2
* fix typos in log messages and comments.Gerald Carter2003-07-011-1/+1
* 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