summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check return status from TIFFWriteScanline() correctly in test programs.branch-3.9Bob Friesenhahn2013-12-174-8/+8
* Rewrite t2p_process_jpeg_strip(), to fix CVE-2013-1960.Tom Lane2013-05-022-42/+70
* Replace sprintf with snprintf, to fix CVE-2013-1961.Tom Lane2013-05-0210-146/+127
* Fix bug in auto rotate option code.Bob Friesenhahn2013-01-262-370/+384
* Back-patch recent fixes in TIFFPrintDirectory for field_passcount fields.Tom Lane2012-12-122-2/+19
* Back-patch fix for CVE-2012-4564Tom Lane2012-12-102-5/+38
* Back-patch recent security fixes for tif_pixarlog.c.Tom Lane2012-12-102-39/+62
* * automake: Update Automake to 1.12.5 release.Bob Friesenhahn2012-11-1826-30/+34
* * libtiff 3.9.7 released.v3.9.7Release-v3-9-7Bob Friesenhahn2012-09-2212-23/+157
* * automake: Update to use GNU automake 1.12.4Bob Friesenhahn2012-09-2242-1261/+2230
* Fix a couple more tiff2pdf bugs.Tom Lane2012-07-192-1/+9
* In tiff2pdf.c, fail when TIFFSetDirectory() fails.Tom Lane2012-07-182-1/+8
* Fix CVE-2012-2088 and CVE-2012-2113Tom Lane2012-06-154-46/+163
* Avoid trusting samplesperpixel's default of 1 for purposes of trimming tags....Frank Warmerdam2012-06-052-12/+19
* Avoid generic handling of TIFFTAG_WHITELEVEL (#2321)Frank Warmerdam2012-06-012-2/+8
* white space fixesFrank Warmerdam2012-06-011-15/+15
* * man/TIFFGetField.3tiff: Correct the 'count' field type in theBob Friesenhahn2012-05-192-9/+11
* Fix size overflow (zdi-can-1221,CVE-2012-1173) care of Tom Lane @ Red Hat.Frank Warmerdam2012-04-063-7/+25
* * libtiff 3.9.6 released.v3.9.6Release-v3-9-6Bob Friesenhahn2012-02-189-20/+22
* Add release page for v3.9.6Bob Friesenhahn2012-02-1829-286/+467
* Strip out antique instructions about unsupported build targets.Bob Friesenhahn2012-02-181-434/+78
* * libtiff/tiffio.h: Use double-underbar syntax in GCC printfBob Friesenhahn2012-02-182-5/+11
* Make sure that autotools are up to date.Bob Friesenhahn2012-01-233-3/+3
* * configure.ac: Add support for using library symbol versioning onBob Friesenhahn2012-01-2331-370/+653
* file libtiffxx.map was added on branch branch-3-9 on 2012-01-23 15:06:34 +0000Bob Friesenhahn2012-01-220-0/+0
* file libtiff.map was added on branch branch-3-9 on 2012-01-23 15:06:34 +0000Bob Friesenhahn2012-01-220-0/+0
* * Update GNU libtool to 2.4.2.Bob Friesenhahn2011-10-229-197/+429
* * tools/tiffsplit.c (tiffcp): TIFFGetField count field should beBob Friesenhahn2011-10-222-2/+8
* Use "codec" rather than "coded"Bob Friesenhahn2011-08-021-2/+2
* updated Changelog for Bug 2247 fixDwight Kelly2011-06-081-0/+5
* fix for Bug 2247 - tif_apple.c _tiffSizeProc() does not pass enough arguments...Dwight Kelly2011-06-081-2/+2
* * libtiff 3.9.5 released.v3.9.5Release-v3-9-5Bob Friesenhahn2011-04-0911-31/+302
* Fix spelling typo in tiff2ps.Bob Friesenhahn2011-04-091-4/+4
* * configure.ac: Should use AC_CANONICAL_HOST since host specifiesBob Friesenhahn2011-04-0931-2151/+4177
* * tools/fax2ps.c (main): Use tmpfile() rather than mkstemp() sinceBob Friesenhahn2011-04-022-5/+9
* avoid declaring uint64/int64 on AIX where it is already available (#2301)Frank Warmerdam2011-03-212-3/+9
* Correct potential buffer overflow with thunder encoded files with wrongFrank Warmerdam2011-03-212-7/+40
* allow zero length runs at start of fax3 linesFrank Warmerdam2011-03-102-3/+10
* incorporate a fix for possible fax3 decoding overflow (CVE-2011-0192)Frank Warmerdam2011-03-032-1/+16
* Avoid undefined behaviour when casting from float to unsigned integer inAndrey Kiselev2011-02-252-5/+11
* One more regression fix.Lee Howard2011-01-042-4/+4
* * libtiff/tif_jpeg.c: Fix regression with 3 band image caused byLee Howard2011-01-042-2/+8
* * libtiff/tif_dirread.c: Allow reading directories whereOlivier Paquet2010-12-312-16/+28
* * libtiff/tif_dirread.c: tolerate some cases whereLee Howard2010-12-152-3/+15
* * libtiff/tif_strip.c: use TIFFGetFieldDefaulted insteadLee Howard2010-12-152-10/+16
* * tools/gif2tiff.c: fix buffer overrunLee Howard2010-12-152-2/+11
* * libtiff/tif_jpeg.c: reduce usage of JCS_UNKNOWN in orderLee Howard2010-12-142-3/+16
* * tools/fax2ps.c: be consistent with page-numberingLee Howard2010-12-142-3/+8
* * libtiff/tif_dirread.c: fix needless tag ordering warningLee Howard2010-12-142-5/+12
* * libtiff/tif_color.c: prevent crash in handling bad TIFFsLee Howard2010-12-142-5/+16