summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-46/+113
2007-10-10r10555: a few compile warnings from jason MaderGerald Carter1-3/+3
2007-10-10r10371: Adding iPrint printing backend written by Joel J. Smith @ Novell.Jeremy Allison1-0/+6
2007-10-10r9244: Fix bugs found by Coverity.Jeremy Allison1-3/+21
2007-10-10r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner1-1/+1
2007-10-10r8506: BUG 2853: don't strip out characters like '$' from printer namesGerald Carter1-16/+8
2007-10-10r7829: fix unitialized printer status field that was breaking migration of pr...Gerald Carter1-0/+2
2007-10-10r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison1-2/+3
2007-10-10r6490: BUG 1998: patch from Olaf Imig <Olaf.Imig@bifab.de>; fix byte ordering...Gerald Carter1-3/+9
2007-10-10r5993: compiler warning fixGerald Carter1-1/+1
2007-10-10r5950: more compiler warning's from Jason MaderGerald Carter1-2/+2
2007-10-10r5807: fix segfault after compiler warning clean up (and cleanup another warn...Gerald Carter1-4/+4
2007-10-10r5770: Get rid of some compiler warningsVolker Lendecke1-28/+17
2007-10-10r5691: wrapping the pause/resume/purge printer commands inGerald Carter1-53/+62
2007-10-10r4662: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to fixJeremy Allison1-0/+1
2007-10-10r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter1-1/+1
2007-10-10r4094: BUG 2107: fix memory bloating caused by large numbers of print_queue_u...Gerald Carter1-35/+136
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r4028: * prevent the background LPQ daemon from updatingGerald Carter1-63/+85
2007-10-10r3867: Fix from david.hu@hp.com - make a copy of an incoming messageJeremy Allison1-5/+5
2007-10-10r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter1-211/+301
2007-10-10r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter1-4/+0
2007-10-10r2191: ensure that we assign our pid to print jobs (and not our parent's pid)...Gerald Carter1-17/+8
2007-10-10r2133: Several fixes:Gerald Carter1-14/+15
2007-10-10r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter1-1/+1
2007-10-10r1384: ensure we remove the tdb entry for a job in the spooling stateGerald Carter1-3/+0
2007-10-10r1295: To be able to send a message to the background queue updated, we need ...Volker Lendecke1-3/+7
2007-10-10r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...Gerald Carter1-0/+1
2007-10-10r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter1-1/+87
2007-10-10r560: Fix bugzilla 1279: cannot control individual print jobs using cupsJim McDonough1-3/+3
2007-10-10r555: Fix big-endian storage of jobids in jobs_changed list. Found duringJim McDonough1-1/+3
2004-03-16merging print change notify fix from HP appliance. Also might address some o...Gerald Carter1-2/+16
2004-03-15fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter1-2/+5
2004-03-05fix compiler warningGerald Carter1-1/+1
2004-03-02allow the 'printing' parameter to be set on a per share basis.Gerald Carter1-7/+29
2004-03-01BUG 1147; bad pointer case in get_stored_queue_info() causing seg faultGerald Carter1-1/+1
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