]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
(struct zip_magic): Use char arrays, not pointers.
[chaz/tar] / ChangeLog
index 6db0807afccecfb428c16b2237ac2f6d817cb066..9500b2a69a0d53e8346d8864b83e4521194f7090 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2005-04-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/xheader.c (decode_record): Don't dump core when given
+       a corrupted extended header.  Problem reported by Jim Meyering.
+       Also, check for other ways that the header might be invalid,
+       e.g., missing newline at end.  Do not allow keys with nulls.
+       Allow blanks before and after length, as POSIX requires.
+       Do not allow leading "-" in length.  Check for length overflow.
+       (xheader_decode, xheader_decode_global): Let decode_record
+       check for exhaustion of record.
+       (xheader_read): Null-terminate the extended record;
+       decode_record relies on this.
+
+2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap (TP_URL): Change from
+       <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
+       <http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
+       some redirection glitches.
+       Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
+       * doc/.cvsignore: Change "tar.info" to "tar.info*".  Sort.
+       * lib/.cvsignore: Add intprops.h (new gnulib file).
+
+2005-03-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (print_header): Print UID/GID in case of
+       empty user/group name. This could occur when dumping
+       files belonging to non-existing users and when listing
+       broken archives.
+       Reported by Igor Lautar.
+
+       * src/create.c: Correctly parse empty uname/gname
+       * src/sparse.c (sparse_scan_file): Bugfix. offset had
+       incorrect type.
+
+       * scripts/backup.in: Use `head -n 1'. Provide missing
+       argument to ${MT_STATUS}. Proposed by Jan Merka.
+       * scripts/backup.sh.in: Likewise. Fixed typo in
+       MT_OFFLINE assignment.
+       * scripts/restore.in (restore_fs): Use root_fs
+
+2005-02-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/create.c: Replace strdup with xstrdup
+       * src/names.c: Likewise
+       * src/tar.c: Likewise
+
+       * tests/append01.at: Added reference to bug-tar archive
+       * tests/listed02.at: Use -print with find.
+
+2005-02-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * THANKS: Added Tim Adye. Fixed UTF.
+       * src/list.c (read_header): Removed assignment to
+       oldgnu_header.isextended. It was breaking append mode.
+
+       * tests/append01.at: New test.
+       * tests/Makefile.am: Added append01.at
+       * tests/testsuite.at: Likewise
+
 2005-02-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * gnulib.modules: New file. List of required gnulib
        xfork, xdup2 and exec_fatal.
        * src/tar.c (options): Improved sorting. Document --backup=off.
        (decode_options): Clear backup_option if necessary.
-       
+
 2005-02-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        Initial implementation of --to-command option proposed
        by Hansjoerg Lipp.
-       
+
        * bootstrap: Get setenv module from gnulib
        * src/buffer.c: Do not use 8-bit chars in comments
        * src/common.h (to_command_option)
@@ -36,7 +96,7 @@
        is set, since the command may have exited prematurely.
        It would be better to check for sigpipe, though.
        (prepare_to_extract): Handle to_command_option
-       * src/misc.c (exec_error, fork_error, dup_error) 
+       * src/misc.c (exec_error, fork_error, dup_error)
        (pipe_error): New functions
        * src/system.c (sys_exec_command)
        (sys_wait_command): New functions
This page took 0.023904 seconds and 4 git commands to generate.