Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2009 20:09:05 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libarchive Makefile archive.h archive_read_support_format_raw.c src/lib/libarchive/test Makefile test_read_format_raw.c test_read_format_raw.data.Z.uu test_read_format_raw.data.uu
Message-ID:  <200904272009.n3RK9L3c080071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2009-04-27 20:09:05 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       Makefile archive.h 
    lib/libarchive/test  Makefile 
  Added files:
    lib/libarchive       archive_read_support_format_raw.c 
    lib/libarchive/test  test_read_format_raw.c 
                         test_read_format_raw.data.Z.uu 
                         test_read_format_raw.data.uu 
  Log:
  SVN rev 191594 on 2009-04-27 20:09:05Z by kientzle
  
  Merge r990,r1044 from libarchive.googlecode.com:
  read_support_format_raw() allows people to exploit libarchive's
  automatic decompression support by simply stubbing out the
  archive format handler.
  The raw handler is not enabled by support_format_all(), of course.
  It bids 1 on any non-empty input and always returns a single
  entry named "data" with no properties set.
  
  Revision  Changes    Path
  1.93      +1 -0      src/lib/libarchive/Makefile
  1.32      +2 -0      src/lib/libarchive/archive.h
  1.1       +187 -0    src/lib/libarchive/archive_read_support_format_raw.c (new)
  1.38      +3 -2      src/lib/libarchive/test/Makefile
  1.1       +89 -0     src/lib/libarchive/test/test_read_format_raw.c (new)
  1.1       +5 -0      src/lib/libarchive/test/test_read_format_raw.data.Z.uu (new)
  1.1       +5 -0      src/lib/libarchive/test/test_read_format_raw.data.uu (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904272009.n3RK9L3c080071>