]> git.wh0rd.org - dump.git/blob - CHANGES
Added a configure check for sa_sigaction member of struct sigaction.
[dump.git] / CHANGES
1 $Id: CHANGES,v 1.79 2000/08/21 10:45:39 stelian Exp $
2
3 Changes between versions 0.4b19 and 0.4b20 (released ???????????????)
4 =====================================================================
5
6 1. Added a configure option to search for sa_sigaction member
7 of the struct sigaction. This should fix the compile on
8 libc5. Thanks to Gunther Schlegel <schlegel@riege.de>
9 for reporting the bug.
10
11 2. Modified the label and uuid analysis in order to be
12 self-contained (independant of kernel/libc headers). This
13 should fix the compile with older kernel/libc headers and
14 will preserve the functionality. Thanks to Bernhard Erdmann
15 <bernhard.erdmann@gmx.de> for reporting the bug.
16
17
18 Changes between versions 0.4b18 and 0.4b19 (released August 20, 2000)
19 =====================================================================
20
21 1. Fixed the signal handling in dump (which I broke in 0.4b17)
22 which was causing several strange dump failures (dump
23 hanged or segmentation faults etc).
24
25 2. Specified the default blocksize in the dump man page.
26
27 3. Changed two info messages of restore to be written on stdout
28 instead of stderr in order to leave stderr only for errors
29 or warnings. Thanks to Stephen Atwell
30 <satwell@urbana.css.mot.com> for the suggestion.
31
32 4. Corrected an off by one calculation which prevented
33 dumping a directory having a 1 character name length.
34 Thanks to Bernhard Erdmann <bernhard.erdmann@gmx.de>
35 for reporting the bug.
36
37 5. Reinforce dump in order to allow only level 0 and no
38 -u option when dumping a subdirectory, and document
39 this in the man page. Thanks to Bernhard Erdmann
40 <bernhard.erdmann@gmx.de> for reporting the bug.
41
42 6. Fixed a small harmless bug in restore which caused
43 in some conditions hard links to be restored several
44 times (therefore generation some warning messages).
45 Thanks to Kenneth Porter <shiva@well.com> for
46 reporting the bug.
47
48 7. Updated the RPM spec file to the latest RedHat version,
49 providing FHS packaging and other cosmetic changes.
50 You will need RPM version >= 3.0.5 in order to build the RPM.
51
52 8. Updated the configure script to check for libtermcap
53 before checking for libreadline, because we need this
54 library in order to compile the readline support.
55
56 9. Made dump understand the LABEL= and UUID= notation
57 both in /etc/fstab and on the command line. Note that
58 you will need the /proc filesystem in order to use
59 these notations. Thanks to Erik Troan <ewt@redhat.com>
60 for providing the patch.
61
62 Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
63 ===================================================================
64
65 1. Fixed a potential buffer overflow in restore. Thanks
66 to Stan Bubrouski <satan@fastdial.net> for reporting
67 the bug.
68
69 2. Fixed a readline-related bug which prevented
70 'cat DUMPFILE | restore -i -f -' from working. Thanks
71 to Charles Karney <karney@users.sourceforge.net>
72 for the bug report.
73
74 3. Changed a few "panic" into "exit", causing restore to
75 be more stable against some attacks (like the last one
76 reported on Bugtraq, although the last version of restore
77 was not vulnerable - just dumped core). Thanks to
78 Andreas Hasenack <andreas@conectiva.com.br> for reporting
79 the bugs to me.
80
81 4. Removed the suid-root bit on dump and restore in the
82 default build (and generated RPMs). It should be safer
83 now. Users who need the suid-root capabilities in order
84 to make network backups should read first the man page
85 of dump and enable the suid bit manually.
86
87 5. Added -ltermcap to the compile parameters for restore
88 when using readline support, in order to make the compile
89 process work on some systems (SuSE ?). Thanks to
90 Patrik Schindler <poc@pocnet.net> for reporting the bug.
91
92 Changes between versions 0.4b16 and 0.4b17 (released June 1st, 2000)
93 ====================================================================
94
95 1. The -F script is called now *only* at the end of a tape,
96 not at the end of the dump. Thanks to Christian Haul
97 <haul@informatik.tu-darmstadt.de> for the bug report.
98
99 Normally, the device name and the current volume number
100 are passed on the command line of the script. However,
101 if you want the old style script (with no arguments
102 passed on the command line), you can enable it in
103 configure with the --enable-oldstylefscript.
104
105 2. Use posix signal handling to preserve dump functionality
106 with libc5. Thanks to Jeff Johnson <jbj@redhat.com> for
107 the patch.
108
109 3. Made the exit code of restore in case of a 'C'ompare
110 command reflect the result of the compare. An exit status
111 of 0 means the dump archive is correct, 1 means tape errors,
112 2 means that some files were modified. Thanks to Kenneth Porter
113 <shiva@well.com> for the suggestion.
114
115 4. Made (finally) quotes work in interactive restore.
116
117 5. Small fixes in order to allow dump to compile with a
118 really old e2fsprogs version. Thanks to Ian Zimmerman
119 <itz@speakeasy.org> for the bug report.
120
121 6. Add GNU readline capabilities to interactive restore.
122 Use configure's --enable-readline flag to enable this feature.
123 Thanks to Patrik Schindler <poc@pocnet.net> for the
124 suggestion.
125
126 7. Do the compare on the fly in restore 'C' mode (this will
127 allow not to exhaust the available /tmp space when
128 ccmparing large files). Thanks to Kenneth Porter
129 <shiva@well.com> for the suggestion.
130
131 Changes between versions 0.4b15 and 0.4b16 (released March 11, 2000)
132 ====================================================================
133
134 1. Fixed some several duplicate 'DUMP: DUMP:' in the
135 output of dump.
136
137 2. Corrected the estimation of blocks to dump. Note that
138 this is still wrong for large directory inodes, due
139 to the size of a BSD directory entry on the tape
140 (estimation is based on the size of the ext2 directory,
141 which is smaller because it doesn't contain the null
142 character at the end).
143
144 3. Made dump report the total number of MB written to
145 tape at the end of run. Thanks to W. Reilly Cooley
146 <wcooley@nakedape.cc> for the patch.
147
148 4. Added the -X option to restore giving the possibility
149 to read the names of the files to be extracted/listed
150 from a text file (in addition of the command line).
151 Thanks to Dejan Muhamedagic <dejan@quant-x.com> for the
152 patch.
153
154 5. Added the device name and the current volume number
155 as arguments to the end of tape script (dump -F option).
156
157 6. Made the multi-volume dump work again (after having
158 broken it in 0.4b15).
159
160 Changes between versions 0.4b14 and 0.4b15 (released March 2, 2000)
161 ===================================================================
162
163 1. Added a prompt command in interactive restore mode. Thanks
164 to Andreas Dilger <adilger@home.com> for the patch.
165
166 2. Fixed a buffer overflow problem in dump (caused by
167 not checking the size of the filesystem parameter).
168 Thanks to Kim Yong-jun <loveyou@hackerslab.org> for
169 reporting this on Bugtraq (and to several dump users
170 who forwarded me his mail).
171
172 3. Added the '-F script' option to dump in order to
173 launch a script at the end of each tape (to be used
174 with a tape changer, or to notify the sysadmin by
175 pager etc.).
176
177 4. Fixed a bug in restore compare code caused by the changes
178 I made in 0.4b14.
179
180 5. Fixed the treatment of options using the old BSD syntax
181 in both dump and restore.
182
183 Changes between versions 0.4b13 and 0.4b14 (released February 10, 2000)
184 =======================================================================
185
186 1. Fixed a bug in dump which may have caused invalid deleted
187 directories to be dumped out if they were deleted after the
188 mapping pass. This could occure on active filesystem and lead
189 to heap corruption (causing dump malfunction in many possible ways).
190 Thanks to Jan Sanislo <oystr@cs.washington.edu> for finding this
191 bug and submitting the patch.
192
193 2. Fixed the handling of the filesystem parameter in dump. A
194 '/mnt/disk' parameter caused the disk contents to be dumped,
195 but a '/mnt/disk/' parameter caused the mountpoint directory
196 to be dumped (generally an empty directory).
197
198 3. Improved the output of dump in order to tell which directory
199 it is currently dumping (when dumping a subtree).
200
201 4. Added the '-e' exclude inode option to dump. Thanks to
202 Isaac Chuang <ike@isl.stanford.edu> for contributing with the patch.
203
204 5. Added a REPORTING-BUGS file in order to provide a guide
205 on how to correctly report a bug in dump/restore.
206
207 6. Fixed a restore problem when restoring a hard link to an inode
208 having the immutable or append-only attribute set. Thanks to
209 Ambrose Li <acli@mingpaoxpress.com> for submitting the patch.
210
211 7. Fixed a compatibility problem between dumps made on little
212 endian machines (the format was correct) and big endian
213 machines (the format was incorrect). This fix break the
214 compatibility with the older dumps made on big endian
215 machines (sparc, m86k, ppc etc). For the first time in
216 linux dump's history (I believe), the dumps made by *BSD,
217 Linux/alpha, Linux/sparc and Linux/x86 are compatible,
218 so interchangeable. Thanks to Rob Cermak
219 <cermak@ahab.rutgers.edu> for submitting the bug and
220 helping me test the fix.
221
222 8. Fixed the way dump reports the remaining percent/time, if
223 the number of blocks actually dumped exceeds the estimated
224 number of blocks. Thanks to Jean-Paul van der Jagt
225 <jeanpaul@dutepp0.et.tudelft.nl> for reporting the bug.
226
227 Changes between versions 0.4b12 and 0.4b13 (released January 21, 2000)
228 ======================================================================
229
230 1. Small Y2K fix in the man pages :). Thanks to Bernhard Sadlowski
231 <sadlowsk@Mathematik.Uni-Bielefeld.DE> for reporting the bug.
232
233 2. Removed the requirement to build the RPM as root from the
234 spec file. Thanks to Christian Weisgerber
235 <naddy@mips.rhein-neckar.de> for submitting this.
236
237 3. Fixed a bug in dump related to the 'filetype' feature of ext2fs,
238 causing dump to block when dumping really huge filesystems.
239 Many thanks to Patrik Schindler <poc@pocnet.net> for
240 helping me find this bug.
241
242 4. Fixed the treatment for an interrupt signal when dump access
243 the remote tape through RSH. Thanks to Christian Weisgerber
244 <naddy@mips.rhein-neckar.de> for providing the patch.
245
246 5. Fixed a bug which was causing dump/restore to display
247 garbage characters instead of the remote host name.
248
249 Changes between versions 0.4b11 and 0.4b12 (released January 8, 2000)
250 =====================================================================
251
252 1. Small fix in the dump man page. Thanks to Thorsten Kukuk
253 <kukuk@suse.de> for submitting the patch.
254
255 2. Fix for the exit code when using the size estimate option of
256 dump. Thanks to Matti Taskinen <mkt@rni.helsinki.fi> for
257 submitting the patch.
258
259 3. Handle EINTR in atomical reads/writes in dump, which was causing
260 dump to fail on some systems. Thanks to Eric Jergensen
261 <eric@dvns.com> for reporting the bug and submitting the patch.
262
263 4. Handle more than 16 characters for the device names in dumpdates.
264 (up to 255 now). Thanks to Rainer Clasen <bj@ncc.cicely.de> for
265 tracking down the problem and proposing the solution.
266
267 5. Fixed a bug in dump which prevented the creation of the
268 dumpdates file when doing a 0-level dump without already
269 having a dumpdates file. Thanks to Patrik Schindler
270 <poc@pocnet.net> for reporting the bug.
271
272 6. Changed the way dump 'S' flag reports the size estimate
273 from number of blocks into bytes (making it compatible
274 with the Solaris version, and simplifying things for
275 amanda users). Thanks to Jason L Tibbitts III
276 <tibbs@math.uh.edu> for reporting the bug.
277
278 7. Fixed a compatibility problem in linux/alpha dump tape format.
279 Now the linux/alpha dump are (again) compatible with the
280 other dump formats. But this breaks compatibility with
281 older dumps made on alpha. Thanks to Mike Tibor
282 <tibor@lib.uaa.alaska.edu> for helping me in finding this bug.
283
284 Changes between versions 0.4b10 and 0.4b11 (released December 5, 1999)
285 ======================================================================
286
287 1. Added a '--enable-kerberos' to configure.
288
289 2. Added a 'S' option to dump which determines the amount of space
290 that is needed to perform the dump without actually doing it, similar
291 to the Sun's ufsdump 'S' option. Patch contributed by Rob Cermak
292 <cermak@ahab.rutgers.edu>.
293
294 3. Added a 'M' multi-volume option to dump and restore which enables
295 dumping to multiple files (useful when dumping to an ext2
296 partition to make several dump files in order to bypass the 2GB
297 file size limitation). The 'f' argument is treated as a prefix and
298 the output files will be named <prefix>001, <prefix>002 etc. With
299 the 'M' flag, restore automatically selects the right file without
300 asking to enter a new tape each time.
301
302 4. Fixed a memory leak which was causing dump to grow very big
303 (270MB when dumping a 10GB filesystem...). Thanks to Jason
304 Fearon <jasonf@netrider.org.au> for reporting the bug.
305
306 Changes between versions 0.4b9 and 0.4b10 (released November 21, 1999)
307 ======================================================================
308
309 1. Make configure test if the system glob routines support
310 extended syntax (ALTDIRFUNC). If not, use the internal glob
311 routines instead of system ones. Thanks to Bernhard Sadlowski
312 <sadlowsk@Mathematik.Uni-Bielefeld.DE> for reporting the bug
313 and helping me resolve this and other minor libc5 compiling
314 glitches.
315
316 2. Fix a problem when dumping a ext2fs with the 'filetype'
317 feature enabled. Thanks to Patrick J. LoPresti
318 <patl@cag.lcs.mit.edu> for reporting the bug and to
319 Theodore Y. Ts'o <tytso@mit.edu> for providing the patch.
320
321 3. Made the nodump flag work on directories. A directory which
322 has the nodump flag gets never dumped, regardless of its
323 contents.
324
325 4. Integrate a patch from Jeremy Fitzhardinge <jeremy@goop.org>
326 which allows dump on an active ext3 filesystem. However, this
327 is a "quick and dirty" patch which enables backup of an ext3
328 filesystem through the ext2 compatibility (by ignoring the
329 NEEDS_RECOVERY bit). The journal file is not recognized and
330 it is dumped (it should not).
331
332 5. Test the superblock compatibility flags when dumping, in order
333 to be sure that we know how to deal with specific features.
334
335 Changes between versions 0.4b8 and 0.4b9 (released November 5, 1999)
336 ====================================================================
337
338 1. Use lchown instead of chown, fixing a possible security problem
339 when restoring symlinks (a malicious user could use this
340 to deliberately corrupt the ownership of important system files).
341 Thanks to Chris Siebenmann <cks@utcc.utoronto.ca> for detecting
342 this and providing the patch.
343
344 Changes between versions 0.4b7 and 0.4b8 (released November 3, 1999)
345 ====================================================================
346
347 1. Put dump sources under CVS, added Id tags in all files so
348 one can use 'ident' on binary files.
349
350 2. Added the dump/restore version in the usage text so one can
351 easily verify the version he is using.
352
353 3. Small patch from Nuno Oliveira <nuno@eq.uc.pt> which fixes
354 a va_start/va_end problem on linux-ppc (always call va_start
355 va_end in pairs each time we use a vararg function).
356
357 4. Added again the DT_* constants because old libc does not
358 contain them :(. Thanks to Eric Maisonobe <virnet@nat.fr>
359 for submitting the bug report.
360
361 5. Use ext2fs_llseek instead of llseek. With recent e2fsprogs
362 this should enable dumping big (huge) filesystems.
363
364 6. Added the RSH environment variable in order to be able to
365 use a rsh replacement like ssh when doing remote backups (and
366 bypass the security limitations of rcmd). Now you can do remote
367 backups without being root (or making dump setuid root).
368
369 7. Modified again the way dumpdates works. For incremental dumps,
370 we need to read dumpdates even if we are not using 'u' option.
371 Thanks to Bdale Garbee <bdale@gag.com> for his ideas on how
372 this should work.
373
374 Changes between versions 0.4b6 and 0.4b7 (released October 8, 1999)
375 ===================================================================
376
377 1. Removed the 'k' flag from the restore 'about' text if kerberos
378 was not compiled in.
379
380 2. Prototyped (f)setflags from e2fsprogs and corrected the calls
381 to them (fsetflags takes a char*, setflags an open fd!).
382
383 3. (f)setflags is called only if the flags aren't empty. If the
384 file is a special file, a warning is printed, because changing
385 flags implies opening the device. Normally, a special file
386 should not have any flag... (Debian bug #29775, patch provided
387 by Abhijit Dasgupta <abhijit@ans.net>).
388
389 4. Made possible to dump a file system not mentioned in /etc/fstab.
390 (Debian bug #11904, patch provided by Eirik Fuller <eirik@netcom.com>).
391
392 5. Changed the default behaviour to not create dumpdates
393 unless 'u' option is specified. Removed the old "debian-patch"
394 which provided the same thing. (Debian bug #38136, #33818).
395
396 6. Removed all those dump*announce, since they were getting old...
397
398 7. Added warning messages if dumpdates does not exist and
399 when an inferior level dump does not exist (except for a level 0
400 dump).
401
402 8. Debugged the glob calls in interactive mode: restore used a
403 dirent struct which was different from the /usr/include/dirent.h
404 one (this used to work, is it a glibc2 change?), so none of the
405 compat glob (which used /usr/include/dirent.h) or the system glob
406 worked. Restore use now the system dirent (and the system
407 DT_* constants), which are compatible with BSD ones.
408
409 9. Added a configure flag (--with-dumpdatespath) to specify
410 the location of dumpdates file. By default, it is
411 /etc/dumpdates.
412
413 10. Added the "AUTHOR" and "AVAILABILITY" sections and
414 included the current date/version in man pages.
415
416 11. Corrected the estimation of remaining time when
417 the operator doesn't change the tapes quickly enough. This
418 was an old bug, I thought I corrected it, and discovered
419 that in fact it was corrected in two different places, so
420 the results canceled each other...
421
422 Changes between versions 0.4b5 and 0.4b6 (released October 1, 1999)
423 ===================================================================
424
425 1. Integrated multiple patches from RedHat, Debian and SuSE:
426
427 - tweak dump/itime.c to not try to read dumpdates if the 'u' option
428 isn't specified.
429 - several fixes in the man pages.
430 - update the default tape device to /dev/st0.
431 - many updates for Linux Alpha (byte ordering, size_t etc).
432 - buffer overruns.
433 - use environment variable for TMPDIR (instead of /tmp).
434 - use sigjmp_buf instead of jmp_buf (RedHat bug #3260).
435 - workaround egcs bug (RedHat bugs #4281 and #2989).
436 - wire $(OPT) throughout Makefile's.
437
438 2. Upgrade the dump revision to 1, making possible to dump filesystems
439 made with e2fsprogs-1.15 or newer. Nothing seems to break...
440
441 3. Fix some compile warnings, prototype all functions.
442
443 4. Use glibc err/glob instead of internal compatibility
444 routines (only if available).
445
446 5. Fix a compile error on Linux 2.2.7 / libc5 (5.4.44) (patch provided
447 by Bernhard Sadlowski <sadlowsk@mathematik.uni-bielefeld.de>).
448
449 Changes between versions 0.4b4 and 0.4b5 (released September 22, 1999)
450 ======================================================================
451
452 1. Integrated the changes from FreeBSD-3.1-RELEASE
453 (mostly bug fixes, buffer overruns, dump has now an "automatic
454 tape length calculation" flag, dump/restore can use kerberos now
455 (this is NOT tested), use environment variables for TAPE and
456 RMT etc.).
457
458 2. Integrated three RedHat patches ("glibc", "kernel" and "bread" patches)
459
460 3. Corrected a bug in restore when using 'C' option with multi-volumes
461 tapes (files splited accros two tapes give "size changed" errors
462 when comparing).
463
464 4. Corrected the long standing bug when dumping multiple tapes.
465 This works for me, needs further testing.
466
467 Changes between versions 0.4b3 and 0.4b4 (released January 17, 1997)
468 ====================================================================
469
470 1. Dump now runs correctly on kernels 2.1.x
471 Fix made by Gerald Peters <gapeters@worldnet.att.net>
472
473 Changes between versions 0.4b2 and 0.4b3
474 ========================================
475
476 1. Use realpath() if available
477
478 2. Report statistics
479
480 Changes between versions 0.4b1 and 0.4b2
481 ========================================
482
483 1. Fixed the bug fix from Greg Lutz (I had made a mistake when integrating
484 the patch)
485
486 2. Fixed restore to make it able to read FreeBSD 2.x dumps again
487
488 3. Fixed configure.in to correctly handle --enable-rmt
489
490 Changes between versions 0.3 and 0.4b1
491 ======================================
492
493 1. Integrated the changes from 4.4BSD-Lite2
494
495 2. Integrated the patches from Debian and Red Hat
496
497 3. Portability changes: use the __u32, __u16, __s32, and __s16 types
498
499 4. Changed dump to use the Ext2fs library to get block addresses. This
500 should solve the endianness problem on SparcLinux.
501
502 5. Created a configure.in file (shamelessly stolen from the e2fsprogs
503 distribution's one) to use autoconf
504
505 6. Fixed a few minor bugs
506
507 Changes between versions 0.2e and 0.2f
508 ======================================
509
510 1. Added the creation of named pipes (fifos) in restore.
511
512 2. Added the -N flag in the restore manual page.
513
514 3. Added the file kernel.patch which contains the llseek() optimization
515 patch for 1.2.x kernels.
516
517 4. Fixed a bug in the restoration of symbolic links: owner and group were
518 not restored.
519
520 5. Integrated some changes from FreeBSD 2.2.
521
522 6. Added a call to ftruncate() after restoring each file to restore
523 correctly files ending by a hole.
524
525 Changes between versions 0.2d and 0.2e
526 ======================================
527
528 1. Fixed a bug in the "set owner/mode" process. Every file was restored
529 with owner = root (0) and group = root/wheel/whatever (0).
530
531 Changes between versions 0.2c and 0.2d
532 ======================================
533
534 1. Dump is now able to backup 2GB+ filesystems.
535
536 2. Dump and restore can now be linked as static binaries.
537
538 Changes between versions 0.2b and 0.2c
539 ======================================
540
541 1. Fixed a bug when dumping ``slow'' (i.e. normal) symbolic links.
542
543 Changes between versions 0.2a and 0.2b
544 ======================================
545
546 1. Really fixed the bug that I should have corrected in 0.2a.
547
548 2. Enabled optimization again.
549
550 Changes between versions 0.2 and 0.2a
551 =====================================
552
553 1. Disabled the optimization during compilation.
554
555 Changes between versions 0.1 and 0.2
556 ====================================
557
558 1. Fixed a bug in fstab.c which caused a null pointer to be stored in
559 the fs_type field (actually, I modified the file fstab.c to make it
560 use the mntent functions).
561
562 2. Dump and restore now use a 4.3 BSD compatible dump format. Backups
563 made by dump should be readable by the BSD restore and backups made
564 by the BSD dump should be readable by restore. Unfortunately, this
565 means that the dump format has changed between version 0.1 and version
566 0.2 :-(
567
568 3. Dump is now able to backup a subtree, it is no longer limited to whole
569 filesystems like the BSD version.
570
571 4. Dump now uses ext2_llseek() so it is able to backup filesystems bigger
572 than 2 GB.
573
574 Changes between versions 0.0 and 0.1
575 ====================================
576
577 1. Now create links rdump and rrestore during the `make install' step.
578
579 2. Linux port specific bugs added to the manual pages
580
581 3. Incorrect estimation of the number of tapes blocks fixed when doing
582 incremental backups.
583
584 4. Better ls-like format in restore in interactive mode.