History log of /libtiff-4.0.7/contrib/ (Results 1 – 25 of 165)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c7ff695d08-Apr-2016 Bob Friesenhahn <[email protected]>

* html/bugs.html: Replace Andrey Kiselev with Bob Friesenhahn for
purposes of security issue reporting.


/libtiff-4.0.7/ChangeLog
/libtiff-4.0.7/Makefile.in
/libtiff-4.0.7/aclocal.m4
/libtiff-4.0.7/build/Makefile.in
/libtiff-4.0.7/config/ltmain.sh
/libtiff-4.0.7/configure
Makefile.in
addtiffo/Makefile.in
dbs/Makefile.in
dbs/xtiff/Makefile.in
iptcutil/Makefile.in
mfs/Makefile.in
pds/Makefile.in
ras/Makefile.in
stream/Makefile.in
tags/Makefile.in
win_dib/Makefile.in
/libtiff-4.0.7/html/Makefile.in
/libtiff-4.0.7/html/bugs.html
/libtiff-4.0.7/html/images/Makefile.in
/libtiff-4.0.7/html/man/Makefile.in
/libtiff-4.0.7/libtiff/Makefile.in
/libtiff-4.0.7/libtiff/tif_aux.c
/libtiff-4.0.7/libtiff/tif_close.c
/libtiff-4.0.7/libtiff/tif_compress.c
/libtiff-4.0.7/libtiff/tif_dir.c
/libtiff-4.0.7/libtiff/tif_dirinfo.c
/libtiff-4.0.7/libtiff/tif_dirread.c
/libtiff-4.0.7/libtiff/tif_dirwrite.c
/libtiff-4.0.7/libtiff/tif_dumpmode.c
/libtiff-4.0.7/libtiff/tif_extension.c
/libtiff-4.0.7/libtiff/tif_fax3.c
/libtiff-4.0.7/libtiff/tif_fax3.h
/libtiff-4.0.7/libtiff/tif_getimage.c
/libtiff-4.0.7/libtiff/tif_jpeg.c
/libtiff-4.0.7/libtiff/tif_luv.c
/libtiff-4.0.7/libtiff/tif_lzma.c
/libtiff-4.0.7/libtiff/tif_lzw.c
/libtiff-4.0.7/libtiff/tif_next.c
/libtiff-4.0.7/libtiff/tif_ojpeg.c
/libtiff-4.0.7/libtiff/tif_open.c
/libtiff-4.0.7/libtiff/tif_packbits.c
/libtiff-4.0.7/libtiff/tif_pixarlog.c
/libtiff-4.0.7/libtiff/tif_predict.c
/libtiff-4.0.7/libtiff/tif_print.c
/libtiff-4.0.7/libtiff/tif_read.c
/libtiff-4.0.7/libtiff/tif_write.c
/libtiff-4.0.7/libtiff/tif_zip.c
/libtiff-4.0.7/libtiff/tiff.h
/libtiff-4.0.7/libtiff/tiffio.h
/libtiff-4.0.7/libtiff/tiffiop.h
/libtiff-4.0.7/libtiff/uvcode.h
/libtiff-4.0.7/m4/libtool.m4
/libtiff-4.0.7/m4/ltoptions.m4
/libtiff-4.0.7/m4/ltsugar.m4
/libtiff-4.0.7/m4/ltversion.m4
/libtiff-4.0.7/m4/lt~obsolete.m4
/libtiff-4.0.7/man/Makefile.in
/libtiff-4.0.7/port/Makefile.in
/libtiff-4.0.7/test/Makefile.in
/libtiff-4.0.7/tools/Makefile.in
87f02eac18-Nov-2015 Even Rouault <[email protected]>

* libtiff/*.c: fix clang -Wshorten-64-to-32 warnings

a9afad2a01-Sep-2015 Bob Friesenhahn <[email protected]>

* Makefile.am (distcheck-hook), configure.ac: Applied patches by
Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue
with BSD make and to make use of cmake in 'distcheck' target
conditiona

* Makefile.am (distcheck-hook), configure.ac: Applied patches by
Roger Leigh (via tiff mailing list on 2015-09-01) to fix issue
with BSD make and to make use of cmake in 'distcheck' target
conditional on if cmake is available.

show more ...

1fea0da230-Aug-2015 Bob Friesenhahn <[email protected]>

All the CMakeLists.txt files were missing from the distribution tarball.

0841549b28-Aug-2015 Bob Friesenhahn <[email protected]>

Use consistent line terminations.

5b90af2425-Jun-2015 Bob Friesenhahn <[email protected]>

* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to
libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several
corrections to ensure that the autotools build still works were
added

* CMakeLists.txt: Add CMake patchset by Roger Leigh as posted to
libtiff mailing list on Mon, 22 Jun 2015 21:21:01 +0100. Several
corrections to ensure that the autotools build still works were
added by me. I have not yet tested the build using 'cmake' or
MSVC with 'nmake'.

show more ...

d21d2b3021-Jun-2015 Bob Friesenhahn <[email protected]>

* libtiff/tif_config.vc.h: Make adjustments to match the new
definitions that configure produces, including for WIN64. Still
needs to be tested.

'lld' is not assured by the run-time DLLs and so GCC

* libtiff/tif_config.vc.h: Make adjustments to match the new
definitions that configure produces, including for WIN64. Still
needs to be tested.

'lld' is not assured by the run-time DLLs and so GCC warns.
Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition
and printf format specifier to deal with printing values of
'size_t' type. In particular, this was necessary for WIN64.
Added a configure test for if the system headers provide 'optarg'
(normal case) and block out the many explicit 'extern' statements
in the utilities. This was found to be necessary under Windows
when getopt is in a DLL and the symbols are already imported with
dllimport via standard header files.

show more ...


/libtiff-4.0.7/ChangeLog
/libtiff-4.0.7/configure
/libtiff-4.0.7/configure.ac
iptcutil/iptcutil.c
/libtiff-4.0.7/html/v4.0.4.html
/libtiff-4.0.7/libtiff/libtiff.def
/libtiff-4.0.7/libtiff/mkg3states.c
/libtiff-4.0.7/libtiff/tif_config.h.in
/libtiff-4.0.7/libtiff/tif_config.vc.h
/libtiff-4.0.7/libtiff/tif_dir.c
/libtiff-4.0.7/libtiff/tif_dirread.c
/libtiff-4.0.7/libtiff/tif_dirwrite.c
/libtiff-4.0.7/libtiff/tif_getimage.c
/libtiff-4.0.7/libtiff/tif_jpeg.c
/libtiff-4.0.7/libtiff/tif_luv.c
/libtiff-4.0.7/libtiff/tif_lzw.c
/libtiff-4.0.7/libtiff/tif_ojpeg.c
/libtiff-4.0.7/libtiff/tif_read.c
/libtiff-4.0.7/libtiff/tif_strip.c
/libtiff-4.0.7/libtiff/tif_tile.c
/libtiff-4.0.7/libtiff/tif_unix.c
/libtiff-4.0.7/libtiff/tif_write.c
/libtiff-4.0.7/port/strcasecmp.c
/libtiff-4.0.7/test/raw_decode.c
/libtiff-4.0.7/test/rewrite_tag.c
/libtiff-4.0.7/tools/bmp2tiff.c
/libtiff-4.0.7/tools/fax2ps.c
/libtiff-4.0.7/tools/fax2tiff.c
/libtiff-4.0.7/tools/gif2tiff.c
/libtiff-4.0.7/tools/pal2rgb.c
/libtiff-4.0.7/tools/ppm2tiff.c
/libtiff-4.0.7/tools/ras2tiff.c
/libtiff-4.0.7/tools/raw2tiff.c
/libtiff-4.0.7/tools/rgb2ycbcr.c
/libtiff-4.0.7/tools/sgi2tiff.c
/libtiff-4.0.7/tools/sgisv.c
/libtiff-4.0.7/tools/thumbnail.c
/libtiff-4.0.7/tools/tiff2bw.c
/libtiff-4.0.7/tools/tiff2pdf.c
/libtiff-4.0.7/tools/tiff2ps.c
/libtiff-4.0.7/tools/tiff2rgba.c
/libtiff-4.0.7/tools/tiffcmp.c
/libtiff-4.0.7/tools/tiffcp.c
/libtiff-4.0.7/tools/tiffcrop.c
/libtiff-4.0.7/tools/tiffdither.c
/libtiff-4.0.7/tools/tiffdump.c
/libtiff-4.0.7/tools/tiffgt.c
/libtiff-4.0.7/tools/tiffinfo.c
/libtiff-4.0.7/tools/tiffmedian.c
9626bb6d30-May-2015 Bob Friesenhahn <[email protected]>

* contrib/addtiffo/tif_overview.c (TIFF_DownSample): Check buffer
size calculation for overflow.

2b22173430-May-2015 Bob Friesenhahn <[email protected]>

* contrib/addtiffo/addtiffo.c (main): Possibly address Coverity
1024226 "Untrusted value as argument".

aea225d029-May-2015 Bob Friesenhahn <[email protected]>

* contrib/iptcutil/iptcutil.c (formatIPTC): Fix Coverity 1024468
"Infinite loop".
(formatIPTC): Fix Coverity 1024727 "Truncated stdio return value".
(formatIPTC): Fix Coverity 1214240 "Untrusted loop

* contrib/iptcutil/iptcutil.c (formatIPTC): Fix Coverity 1024468
"Infinite loop".
(formatIPTC): Fix Coverity 1024727 "Truncated stdio return value".
(formatIPTC): Fix Coverity 1214240 "Untrusted loop bound".

show more ...

f197c2dd29-May-2015 Bob Friesenhahn <[email protected]>

* contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): Fix
Coverity 298615 "Resource leak".
(TIFFGetOvrBlock): Fix Coverity 1024649 "Unintended sign
extension".

5e6fbd8628-May-2015 Bob Friesenhahn <[email protected]>

* contrib/addtiffo/tif_ovrcache.c (TIFFCreateOvrCache): Fix
Coverity 298615 "Resource leak".

1752529e28-May-2015 Bob Friesenhahn <[email protected]>

* tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical
vs. bitwise operator".

a17a6e5e26-Jan-2015 Even Rouault <[email protected]>

* automake: updated to 1.15
* libtool: updated to 2.4.5

429b3fdc29-Dec-2014 Bob Friesenhahn <[email protected]>

* Update bundled libtool to 2.4.4 release.

a7ced11f26-Dec-2014 Bob Friesenhahn <[email protected]>

* contrib/iptcutil/iptcutil.c: Fix warnings about variables set
but not used.

3c92b0ef06-Dec-2014 Bob Friesenhahn <[email protected]>

* tools/tiffdump.c: Fix double-free bug.

d1be5cb720-Nov-2014 Even Rouault <[email protected]>

* automake: updated to 1.14.1
* libtool: updated to 2.4.3
* HOWTO-RELEASE: small update about autotools building order

b6d66f9f02-May-2013 Tom Lane <[email protected]>

Replace sprintf with snprintf, to fix CVE-2013-1961.

281ba91d18-Nov-2012 Bob Friesenhahn <[email protected]>

* automake: Update Automake to 1.12.5 release.

f458c10320-Sep-2012 Bob Friesenhahn <[email protected]>

* Makefile.am: Update to Automake 1.12.4

ec5ce9c219-Aug-2012 Bob Friesenhahn <[email protected]>

* Makefile.in: Update to Automake 1.12.3

7d38024b19-Aug-2012 Bob Friesenhahn <[email protected]>

* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add
some TIFF/FX support in libtiff. Add the tag definitions to
tiff.h. Add the related TIFF field definitions to tif_dirinfo.c,
and al

* libtiff{tiff.h, tif_print.c, tif_dirinfo.c, tif_dirread.c}: Add
some TIFF/FX support in libtiff. Add the tag definitions to
tiff.h. Add the related TIFF field definitions to tif_dirinfo.c,
and also fixes an error in a comment. Adds the photometric values
to tif_print.c, and fixes a bug. These changes are by Steve
Underwood.

* libtiff/tif_write.c: Fix bug rewriting image tiles in a

show more ...


/libtiff-4.0.7/COMMITTERS
/libtiff-4.0.7/ChangeLog
/libtiff-4.0.7/HOWTO-RELEASE
/libtiff-4.0.7/HOWTO-SECURITY-RELEASE
/libtiff-4.0.7/Makefile.in
/libtiff-4.0.7/RELEASE-DATE
/libtiff-4.0.7/VERSION
/libtiff-4.0.7/aclocal.m4
/libtiff-4.0.7/build/.cvsignore
/libtiff-4.0.7/build/Makefile.in
/libtiff-4.0.7/config/ltmain.sh
/libtiff-4.0.7/configure
/libtiff-4.0.7/configure.ac
/libtiff-4.0.7/configure.com
Makefile.in
addtiffo/Makefile.in
dbs/Makefile.in
dbs/xtiff/Makefile.in
iptcutil/Makefile.in
mfs/Makefile.in
pds/Makefile.in
ras/Makefile.in
stream/Makefile.in
tags/Makefile.in
win_dib/Makefile.in
/libtiff-4.0.7/html/Makefile.am
/libtiff-4.0.7/html/Makefile.in
/libtiff-4.0.7/html/bigtiffdesign.html
/libtiff-4.0.7/html/images/Makefile.in
/libtiff-4.0.7/html/index.html
/libtiff-4.0.7/html/man/Makefile.am
/libtiff-4.0.7/html/man/Makefile.in
/libtiff-4.0.7/html/man/TIFFFieldDataType.3tiff.html
/libtiff-4.0.7/html/man/TIFFFieldName.3tiff.html
/libtiff-4.0.7/html/man/TIFFFieldPassCount.3tiff.html
/libtiff-4.0.7/html/man/TIFFFieldReadCount.3tiff.html
/libtiff-4.0.7/html/man/TIFFFieldTag.3tiff.html
/libtiff-4.0.7/html/man/TIFFFieldWriteCount.3tiff.html
/libtiff-4.0.7/html/man/TIFFWarning.3tiff.html
/libtiff-4.0.7/html/v4.0.2.html
/libtiff-4.0.7/libtiff/.cvsignore
/libtiff-4.0.7/libtiff/Makefile.in
/libtiff-4.0.7/libtiff/libtiff.def
/libtiff-4.0.7/libtiff/tif_config.h.in
/libtiff-4.0.7/libtiff/tif_dir.c
/libtiff-4.0.7/libtiff/tif_dirinfo.c
/libtiff-4.0.7/libtiff/tif_dirread.c
/libtiff-4.0.7/libtiff/tif_dirwrite.c
/libtiff-4.0.7/libtiff/tif_fax3.c
/libtiff-4.0.7/libtiff/tif_getimage.c
/libtiff-4.0.7/libtiff/tif_jpeg.c
/libtiff-4.0.7/libtiff/tif_ojpeg.c
/libtiff-4.0.7/libtiff/tif_packbits.c
/libtiff-4.0.7/libtiff/tif_pixarlog.c
/libtiff-4.0.7/libtiff/tif_print.c
/libtiff-4.0.7/libtiff/tif_read.c
/libtiff-4.0.7/libtiff/tif_strip.c
/libtiff-4.0.7/libtiff/tif_tile.c
/libtiff-4.0.7/libtiff/tif_unix.c
/libtiff-4.0.7/libtiff/tif_write.c
/libtiff-4.0.7/libtiff/tiff.h
/libtiff-4.0.7/libtiff/tiffio.h
/libtiff-4.0.7/libtiff/tiffiop.h
/libtiff-4.0.7/libtiff/tiffvers.h
/libtiff-4.0.7/m4/libtool.m4
/libtiff-4.0.7/man/Makefile.am
/libtiff-4.0.7/man/Makefile.in
/libtiff-4.0.7/man/TIFFFieldDataType.3tiff
/libtiff-4.0.7/man/TIFFFieldName.3tiff
/libtiff-4.0.7/man/TIFFFieldPassCount.3tiff
/libtiff-4.0.7/man/TIFFFieldReadCount.3tiff
/libtiff-4.0.7/man/TIFFFieldTag.3tiff
/libtiff-4.0.7/man/TIFFFieldWriteCount.3tiff
/libtiff-4.0.7/man/TIFFGetField.3tiff
/libtiff-4.0.7/man/TIFFWarning.3tiff
/libtiff-4.0.7/man/libtiff.3tiff
/libtiff-4.0.7/port/.cvsignore
/libtiff-4.0.7/port/Makefile.in
/libtiff-4.0.7/test/Makefile.am
/libtiff-4.0.7/test/Makefile.in
/libtiff-4.0.7/test/custom_dir.c
/libtiff-4.0.7/test/images/quad-tile.jpg.tiff
/libtiff-4.0.7/test/raw_decode.c
/libtiff-4.0.7/test/rewrite_tag.c
/libtiff-4.0.7/test/tiff2rgba-quad-tile.jpg.sh
/libtiff-4.0.7/test/tiffcrop-R90-quad-tile.jpg.sh
/libtiff-4.0.7/test/tiffcrop-doubleflip-quad-tile.jpg.sh
/libtiff-4.0.7/test/tiffcrop-extract-quad-tile.jpg.sh
/libtiff-4.0.7/test/tiffcrop-extractz14-quad-tile.jpg.sh
/libtiff-4.0.7/tools/.cvsignore
/libtiff-4.0.7/tools/Makefile.in
/libtiff-4.0.7/tools/tiff2pdf.c
/libtiff-4.0.7/tools/tiffdump.c
/libtiff-4.0.7/tools/tiffinfo.c
/libtiff-4.0.7/tools/tiffset.c
d766e7c518-Feb-2012 Bob Friesenhahn <[email protected]>

* Update automake used to 1.11.3.

d338f7fe22-Dec-2011 Bob Friesenhahn <[email protected]>

* configure.ac: Add libtiff private dependency on -llzma for
pkg-config. Patch by Mark Brand.
Updated Automake to 1.11.2.

1234567