summaryrefslogtreecommitdiff
Commit message (Expand)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 tags....fwarmerdam2012-06-052-12/+19
* 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
* 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
* 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
* 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
* 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 arguments...dbmalloc2011-06-081-2/+2
* * 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
* * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() sincebfriesen2011-04-022-5/+9
* 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
* 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
* 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
* * libtiff/tif_dirread.c: Allow reading directories whereolivier2010-12-312-16/+28
* * libtiff/tif_dirread.c: tolerate some cases wherefaxguy2010-12-152-3/+15
* * libtiff/tif_strip.c: use TIFFGetFieldDefaulted insteadfaxguy2010-12-152-10/+16
* * tools/gif2tiff.c: fix buffer overrunfaxguy2010-12-152-2/+11
* * libtiff/tif_jpeg.c: reduce usage of JCS_UNKNOWN in orderfaxguy2010-12-142-3/+16
* * tools/fax2ps.c: be consistent with page-numberingfaxguy2010-12-142-3/+8
* * libtiff/tif_dirread.c: fix needless tag ordering warningfaxguy2010-12-142-5/+12
* * libtiff/tif_color.c: prevent crash in handling bad TIFFsfaxguy2010-12-142-5/+16