summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Check return status from TIFFWriteScanline() correctly in test programs.branch-3-9bfriesen2013-12-174-8/+8
|
* Rewrite t2p_process_jpeg_strip(), to fix CVE-2013-1960.tgl2013-05-022-42/+70
|
* Replace sprintf with snprintf, to fix CVE-2013-1961.tgl2013-05-0210-146/+127
|
* Fix bug in auto rotate option code.bfriesen2013-01-262-370/+384
|
* Back-patch recent fixes in TIFFPrintDirectory for field_passcount fields.tgl2012-12-122-2/+19
|
* Back-patch fix for CVE-2012-4564tgl2012-12-102-5/+38
|
* Back-patch recent security fixes for tif_pixarlog.c.tgl2012-12-102-39/+62
|
* * automake: Update Automake to 1.12.5 release.bfriesen2012-11-1826-30/+34
|
* * libtiff 3.9.7 released.Release-v3-9-7bfriesen2012-09-2212-23/+157
|
* * automake: Update to use GNU automake 1.12.4bfriesen2012-09-2242-1261/+2230
|
* Fix a couple more tiff2pdf bugs.tgl2012-07-192-1/+9
|
* In tiff2pdf.c, fail when TIFFSetDirectory() fails.tgl2012-07-182-1/+8
|
* Fix CVE-2012-2088 and CVE-2012-2113tgl2012-06-154-46/+163
|
* Avoid trusting samplesperpixel's default of 1 for purposes of trimming ↵fwarmerdam2012-06-052-12/+19
| | | | tags. This is to get some super crappy OJPEG files to work again. Grr. (#2348)
* Avoid generic handling of TIFFTAG_WHITELEVEL (#2321)fwarmerdam2012-06-012-2/+8
|
* white space fixesfwarmerdam2012-06-011-15/+15
|
* * man/TIFFGetField.3tiff: Correct the 'count' field type in thebfriesen2012-05-192-9/+11
| | | | example for how to retreive the value of unsupported tags.
* Fix size overflow (zdi-can-1221,CVE-2012-1173) care of Tom Lane @ Red Hat.fwarmerdam2012-04-063-7/+25
|
* * libtiff 3.9.6 released.Release-v3-9-6bfriesen2012-02-189-20/+22
|
* Add release page for v3.9.6bfriesen2012-02-1829-286/+467
|
* Strip out antique instructions about unsupported build targets.bfriesen2012-02-181-434/+78
|
* * libtiff/tiffio.h: Use double-underbar syntax in GCC printfbfriesen2012-02-182-5/+11
| | | | | attribute specification to lessen the risk of accidental macro substitution. Patch from Vincent Torri.
* Make sure that autotools are up to date.bfriesen2012-01-233-3/+3
|
* * configure.ac: Add support for using library symbol versioning onbfriesen2012-01-2331-370/+653
| | | | | | ELF systems with the GNU linker. Support is enabled via --enable-ld-version-script and is disabled by default since it completely changes the ABI.
* file libtiffxx.map was added on branch branch-3-9 on 2012-01-23 15:06:34 +0000bfriesen2012-01-220-0/+0
|
* file libtiff.map was added on branch branch-3-9 on 2012-01-23 15:06:34 +0000bfriesen2012-01-220-0/+0
|
* * Update GNU libtool to 2.4.2.bfriesen2011-10-229-197/+429
|
* * tools/tiffsplit.c (tiffcp): TIFFGetField count field should bebfriesen2011-10-222-2/+8
| | | | | uint32 type for TIFFTAG_JPEGTABLES. Patch by Christophe Deroulers.
* Use "codec" rather than "coded"bfriesen2011-08-021-2/+2
|
* updated Changelog for Bug 2247 fixdbmalloc2011-06-081-0/+5
|
* fix for Bug 2247 - tif_apple.c _tiffSizeProc() does not pass enough ↵dbmalloc2011-06-081-2/+2
| | | | arguments to TIFFErrorExt()
* * libtiff 3.9.5 released.Release-v3-9-5bfriesen2011-04-0911-31/+302
|
* Fix spelling typo in tiff2ps.bfriesen2011-04-091-4/+4
|
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesbfriesen2011-04-0931-2151/+4177
| | | | | | | the run-time target whereas target is used to specify the final output target if the package is a build tool (like a compiler), which libtiff is not. Resolves libtiff bug 2307 "Use AC_CANONICAL_HOST macro".
* * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() sincebfriesen2011-04-022-5/+9
| | | | | it is much more portable. Tmpfile is included in ISO/IEC 9899:1990 and the WIN32 CRT.
* avoid declaring uint64/int64 on AIX where it is already available (#2301)fwarmerdam2011-03-212-3/+9
|
* Correct potential buffer overflow with thunder encoded files with wrongfwarmerdam2011-03-212-7/+40
| | | | | bitspersample set (CVE-2011-1167) http://bugzilla.maptools.org/show_bug.cgi?id=2300
* allow zero length runs at start of fax3 linesfwarmerdam2011-03-102-3/+10
|
* incorporate a fix for possible fax3 decoding overflow (CVE-2011-0192)fwarmerdam2011-03-032-1/+16
|
* Avoid undefined behaviour when casting from float to unsigned integer indron2011-02-252-5/+11
| | | | TIFFWriteRationalArray() as reported by Kareem Shehata.
* One more regression fix.faxguy2011-01-042-4/+4
|
* * libtiff/tif_jpeg.c: Fix regression with 3 band image caused byfaxguy2011-01-042-2/+8
| | | | | commit on 2010-12-14 submitted by e-mail from Even Rouault <even.rouault@mines-paris.org>
* * libtiff/tif_dirread.c: Allow reading directories whereolivier2010-12-312-16/+28
| | | | | TIFFTAG_SMINSAMPLEVALUE and TIFFTAG_SMAXSAMPLEVALUE values differ for each channel. The min/max of all channels is used as appropriate.
* * libtiff/tif_dirread.c: tolerate some cases wherefaxguy2010-12-152-3/+15
| | | | | FIELD_COLORMAP is missing http://bugzilla.maptools.org/show_bug.cgi?id=2189
* * libtiff/tif_strip.c: use TIFFGetFieldDefaulted insteadfaxguy2010-12-152-10/+16
| | | | | of TIFFGetField when we assume that it will succeed http://bugzilla.maptools.org/show_bug.cgi?id=2215
* * tools/gif2tiff.c: fix buffer overrunfaxguy2010-12-152-2/+11
| | | | http://bugzilla.maptools.org/show_bug.cgi?id=2270
* * libtiff/tif_jpeg.c: reduce usage of JCS_UNKNOWN in orderfaxguy2010-12-142-3/+16
| | | | | to improve compatibility with various viewers submitted by e-mail from Dwight Kelly <dkelly@apago.com>
* * tools/fax2ps.c: be consistent with page-numberingfaxguy2010-12-142-3/+8
| | | | http://bugzilla.maptools.org/show_bug.cgi?id=2225
* * libtiff/tif_dirread.c: fix needless tag ordering warningfaxguy2010-12-142-5/+12
| | | | http://bugzilla.maptools.org/show_bug.cgi?id=2210
* * libtiff/tif_color.c: prevent crash in handling bad TIFFsfaxguy2010-12-142-5/+16
| | | | | resolves CVE-2010-2595 http://bugzilla.maptools.org/show_bug.cgi?id=2208