]> git.wh0rd.org - dump.git/blame - CHANGES
Only level 0 and no -u when dumping a subdirectory
[dump.git] / CHANGES
CommitLineData
79e31865 1$Id: CHANGES,v 1.73 2000/08/19 23:48:10 stelian Exp $
f1d86882
SP
2
3Changes between versions 0.4b17 and 0.4b19 (released ?????????????)
4===================================================================
5
61. Fixed the signal handling in dump (which I broke in 0.4b17)
7 which was causing several strange dump failures (dump
8 hanged or segmentation faults etc).
ddf0df5b 9
65bceb9b
SP
102. Specified the default blocksize in the dump man page.
11
57b19d7f
SP
123. Changed two info messages of restore to be written on stdout
13 instead of stderr in order to leave stderr only for errors
14 or warnings. Thanks to Stephen Atwell
15 <satwell@urbana.css.mot.com> for the suggestion.
16
4f94452b
SP
174. Corrected an off by one calculation which prevented
18 dumping a directory having a 1 character name length.
19 Thanks to Bernhard Erdmann <bernhard.erdmann@gmx.de>
20 for reporting the bug.
21
79e31865
SP
225. Reinforce dump in order to allow only level 0 and no
23 -u option when dumping a subdirectory, and document
24 this in the man page. Thanks to Bernhard Erdmann
25 <bernhard.erdmann@gmx.de> for reporting the bug.
26
8cca05cc
SP
27Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
28===================================================================
ddf0df5b
SP
29
301. Fixed a potential buffer overflow in restore. Thanks
31 to Stan Bubrouski <satan@fastdial.net> for reporting
32 the bug.
30a43325 33
64bb207a
SP
342. Fixed a readline-related bug which prevented
35 'cat DUMPFILE | restore -i -f -' from working. Thanks
36 to Charles Karney <karney@users.sourceforge.net>
37 for the bug report.
38
d572dbfd
SP
393. Changed a few "panic" into "exit", causing restore to
40 be more stable against some attacks (like the last one
41 reported on Bugtraq, although the last version of restore
42 was not vulnerable - just dumped core). Thanks to
43 Andreas Hasenack <andreas@conectiva.com.br> for reporting
44 the bugs to me.
45
882090d1
SP
464. Removed the suid-root bit on dump and restore in the
47 default build (and generated RPMs). It should be safer
48 now. Users who need the suid-root capabilities in order
49 to make network backups should read first the man page
50 of dump and enable the suid bit manually.
51
5e04cc92
SP
525. Added -ltermcap to the compile parameters for restore
53 when using readline support, in order to make the compile
54 process work on some systems (SuSE ?). Thanks to
55 Patrik Schindler <poc@pocnet.net> for reporting the bug.
56
ac443b63 57Changes between versions 0.4b16 and 0.4b17 (released June 1st, 2000)
30a43325
SP
58====================================================================
59
601. The -F script is called now *only* at the end of a tape,
49023a9d 61 not at the end of the dump. Thanks to Christian Haul
30a43325
SP
62 <haul@informatik.tu-darmstadt.de> for the bug report.
63
d8574d45
SP
64 Normally, the device name and the current volume number
65 are passed on the command line of the script. However,
66 if you want the old style script (with no arguments
67 passed on the command line), you can enable it in
68 configure with the --enable-oldstylefscript.
69
30a43325
SP
702. Use posix signal handling to preserve dump functionality
71 with libc5. Thanks to Jeff Johnson <jbj@redhat.com> for
72 the patch.
d65ed175 73
3d78f5f2
SP
743. Made the exit code of restore in case of a 'C'ompare
75 command reflect the result of the compare. An exit status
76 of 0 means the dump archive is correct, 1 means tape errors,
d8574d45
SP
77 2 means that some files were modified. Thanks to Kenneth Porter
78 <shiva@well.com> for the suggestion.
3d78f5f2 79
d8574d45 804. Made (finally) quotes work in interactive restore.
386d48c0 81
a110deb5 825. Small fixes in order to allow dump to compile with a
d8574d45
SP
83 really old e2fsprogs version. Thanks to Ian Zimmerman
84 <itz@speakeasy.org> for the bug report.
a110deb5 85
c38e5b6a
SP
866. Add GNU readline capabilities to interactive restore.
87 Use configure's --enable-readline flag to enable this feature.
d8574d45
SP
88 Thanks to Patrik Schindler <poc@pocnet.net> for the
89 suggestion.
90
917. Do the compare on the fly in restore 'C' mode (this will
92 allow not to exhaust the available /tmp space when
93 ccmparing large files). Thanks to Kenneth Porter
94 <shiva@well.com> for the suggestion.
c38e5b6a 95
107a347c
SP
96Changes between versions 0.4b15 and 0.4b16 (released March 11, 2000)
97====================================================================
d65ed175
SP
98
991. Fixed some several duplicate 'DUMP: DUMP:' in the
100 output of dump.
d3393043 101
cbc94239
SP
1022. Corrected the estimation of blocks to dump. Note that
103 this is still wrong for large directory inodes, due
104 to the size of a BSD directory entry on the tape
105 (estimation is based on the size of the ext2 directory,
106 which is smaller because it doesn't contain the null
107 character at the end).
108
1093. Made dump report the total number of MB written to
110 tape at the end of run. Thanks to W. Reilly Cooley
111 <wcooley@nakedape.cc> for the patch.
112
08db2b86
SP
1134. Added the -X option to restore giving the possibility
114 to read the names of the files to be extracted/listed
1a05d45d
SP
115 from a text file (in addition of the command line).
116 Thanks to Dejan Muhamedagic <dejan@quant-x.com> for the
117 patch.
08db2b86 118
365a7c7c
SP
1195. Added the device name and the current volume number
120 as arguments to the end of tape script (dump -F option).
121
24ea1fb9
SP
1226. Made the multi-volume dump work again (after having
123 broken it in 0.4b15).
124
2f7e72ce
SP
125Changes between versions 0.4b14 and 0.4b15 (released March 2, 2000)
126===================================================================
d3393043
SP
127
1281. Added a prompt command in interactive restore mode. Thanks
129 to Andreas Dilger <adilger@home.com> for the patch.
d6f78b13 130
92a9bf12
SP
1312. Fixed a buffer overflow problem in dump (caused by
132 not checking the size of the filesystem parameter).
133 Thanks to Kim Yong-jun <loveyou@hackerslab.org> for
134 reporting this on Bugtraq (and to several dump users
135 who forwarded me his mail).
136
0d7af9c5
SP
1373. Added the '-F script' option to dump in order to
138 launch a script at the end of each tape (to be used
139 with a tape changer, or to notify the sysadmin by
140 pager etc.).
141
1424. Fixed a bug in restore compare code caused by the changes
143 I made in 0.4b14.
144
1455. Fixed the treatment of options using the old BSD syntax
146 in both dump and restore.
147
688653ea
SP
148Changes between versions 0.4b13 and 0.4b14 (released February 10, 2000)
149=======================================================================
d6f78b13
SP
150
1511. Fixed a bug in dump which may have caused invalid deleted
152 directories to be dumped out if they were deleted after the
153 mapping pass. This could occure on active filesystem and lead
154 to heap corruption (causing dump malfunction in many possible ways).
155 Thanks to Jan Sanislo <oystr@cs.washington.edu> for finding this
156 bug and submitting the patch.
ae58c8da 157
a2c9bd28
SP
1582. Fixed the handling of the filesystem parameter in dump. A
159 '/mnt/disk' parameter caused the disk contents to be dumped,
160 but a '/mnt/disk/' parameter caused the mountpoint directory
161 to be dumped (generally an empty directory).
162
1633. Improved the output of dump in order to tell which directory
164 it is currently dumping (when dumping a subtree).
165
20c345aa
SP
1664. Added the '-e' exclude inode option to dump. Thanks to
167 Isaac Chuang <ike@isl.stanford.edu> for contributing with the patch.
168
d8476fa5
SP
1695. Added a REPORTING-BUGS file in order to provide a guide
170 on how to correctly report a bug in dump/restore.
171
c60338a5
SP
1726. Fixed a restore problem when restoring a hard link to an inode
173 having the immutable or append-only attribute set. Thanks to
174 Ambrose Li <acli@mingpaoxpress.com> for submitting the patch.
175
8eb05297
SP
1767. Fixed a compatibility problem between dumps made on little
177 endian machines (the format was correct) and big endian
178 machines (the format was incorrect). This fix break the
179 compatibility with the older dumps made on big endian
180 machines (sparc, m86k, ppc etc). For the first time in
181 linux dump's history (I believe), the dumps made by *BSD,
182 Linux/alpha, Linux/sparc and Linux/x86 are compatible,
183 so interchangeable. Thanks to Rob Cermak
184 <cermak@ahab.rutgers.edu> for submitting the bug and
185 helping me test the fix.
186
1878. Fixed the way dump reports the remaining percent/time, if
188 the number of blocks actually dumped exceeds the estimated
189 number of blocks. Thanks to Jean-Paul van der Jagt
190 <jeanpaul@dutepp0.et.tudelft.nl> for reporting the bug.
191
d4b74b5c
SP
192Changes between versions 0.4b12 and 0.4b13 (released January 21, 2000)
193======================================================================
2f9a0c5c
SP
194
1951. Small Y2K fix in the man pages :). Thanks to Bernhard Sadlowski
196 <sadlowsk@Mathematik.Uni-Bielefeld.DE> for reporting the bug.
197
6dda05e4
SP
1982. Removed the requirement to build the RPM as root from the
199 spec file. Thanks to Christian Weisgerber
200 <naddy@mips.rhein-neckar.de> for submitting this.
201
8d957ae7 2023. Fixed a bug in dump related to the 'filetype' feature of ext2fs,
f346e363
SP
203 causing dump to block when dumping really huge filesystems.
204 Many thanks to Patrik Schindler <poc@pocnet.net> for
205 helping me find this bug.
206
8d957ae7 2074. Fixed the treatment for an interrupt signal when dump access
b80c25f8
SP
208 the remote tape through RSH. Thanks to Christian Weisgerber
209 <naddy@mips.rhein-neckar.de> for providing the patch.
210
8d957ae7
SP
2115. Fixed a bug which was causing dump/restore to display
212 garbage characters instead of the remote host name.
213
2f9a0c5c 214Changes between versions 0.4b11 and 0.4b12 (released January 8, 2000)
df172bbb 215=====================================================================
ae58c8da
SP
216
2171. Small fix in the dump man page. Thanks to Thorsten Kukuk
218 <kukuk@suse.de> for submitting the patch.
2ed89fda 219
a29c23cc
SP
2202. Fix for the exit code when using the size estimate option of
221 dump. Thanks to Matti Taskinen <mkt@rni.helsinki.fi> for
222 submitting the patch.
223
2e682895
SP
2243. Handle EINTR in atomical reads/writes in dump, which was causing
225 dump to fail on some systems. Thanks to Eric Jergensen
226 <eric@dvns.com> for reporting the bug and submitting the patch.
227
2284. Handle more than 16 characters for the device names in dumpdates.
229 (up to 255 now). Thanks to Rainer Clasen <bj@ncc.cicely.de> for
230 tracking down the problem and proposing the solution.
231
2325. Fixed a bug in dump which prevented the creation of the
233 dumpdates file when doing a 0-level dump without already
234 having a dumpdates file. Thanks to Patrik Schindler
235 <poc@pocnet.net> for reporting the bug.
236
2376. Changed the way dump 'S' flag reports the size estimate
238 from number of blocks into bytes (making it compatible
239 with the Solaris version, and simplifying things for
240 amanda users). Thanks to Jason L Tibbitts III
241 <tibbs@math.uh.edu> for reporting the bug.
242
0d0bc326
SP
2437. Fixed a compatibility problem in linux/alpha dump tape format.
244 Now the linux/alpha dump are (again) compatible with the
245 other dump formats. But this breaks compatibility with
246 older dumps made on alpha. Thanks to Mike Tibor
247 <tibor@lib.uaa.alaska.edu> for helping me in finding this bug.
248
cf9aab8e 249Changes between versions 0.4b10 and 0.4b11 (released December 5, 1999)
2ed89fda
SP
250======================================================================
251
2521. Added a '--enable-kerberos' to configure.
5c1faba5 253
144a6db1 2542. Added a 'S' option to dump which determines the amount of space
5c729713 255 that is needed to perform the dump without actually doing it, similar
144a6db1
SP
256 to the Sun's ufsdump 'S' option. Patch contributed by Rob Cermak
257 <cermak@ahab.rutgers.edu>.
258
677ee424
SP
2593. Added a 'M' multi-volume option to dump and restore which enables
260 dumping to multiple files (useful when dumping to an ext2
261 partition to make several dump files in order to bypass the 2GB
262 file size limitation). The 'f' argument is treated as a prefix and
263 the output files will be named <prefix>001, <prefix>002 etc. With
264 the 'M' flag, restore automatically selects the right file without
265 asking to enter a new tape each time.
266
7fbb9b02 2674. Fixed a memory leak which was causing dump to grow very big
a29c23cc
SP
268 (270MB when dumping a 10GB filesystem...). Thanks to Jason
269 Fearon <jasonf@netrider.org.au> for reporting the bug.
7fbb9b02 270
27026010
SP
271Changes between versions 0.4b9 and 0.4b10 (released November 21, 1999)
272======================================================================
5c1faba5
SP
273
2741. Make configure test if the system glob routines support
275 extended syntax (ALTDIRFUNC). If not, use the internal glob
a95c4c36
SP
276 routines instead of system ones. Thanks to Bernhard Sadlowski
277 <sadlowsk@Mathematik.Uni-Bielefeld.DE> for reporting the bug
278 and helping me resolve this and other minor libc5 compiling
279 glitches.
08ebf8d7 280
c5886bd7
SP
2812. Fix a problem when dumping a ext2fs with the 'filetype'
282 feature enabled. Thanks to Patrick J. LoPresti
283 <patl@cag.lcs.mit.edu> for reporting the bug and to
284 Theodore Y. Ts'o <tytso@mit.edu> for providing the patch.
285
4267a8ad
SP
2863. Made the nodump flag work on directories. A directory which
287 has the nodump flag gets never dumped, regardless of its
288 contents.
289
c930abff
SP
2904. Integrate a patch from Jeremy Fitzhardinge <jeremy@goop.org>
291 which allows dump on an active ext3 filesystem. However, this
292 is a "quick and dirty" patch which enables backup of an ext3
293 filesystem through the ext2 compatibility (by ignoring the
294 NEEDS_RECOVERY bit). The journal file is not recognized and
295 it is dumped (it should not).
296
2975. Test the superblock compatibility flags when dumping, in order
298 to be sure that we know how to deal with specific features.
299
08ebf8d7
SP
300Changes between versions 0.4b8 and 0.4b9 (released November 5, 1999)
301====================================================================
302
3031. Use lchown instead of chown, fixing a possible security problem
304 when restoring symlinks (a malicious user could use this
305 to deliberately corrupt the ownership of important system files).
306 Thanks to Chris Siebenmann <cks@utcc.utoronto.ca> for detecting
307 this and providing the patch.
ec387a12 308
c154548c
SP
309Changes between versions 0.4b7 and 0.4b8 (released November 3, 1999)
310====================================================================
ec387a12 311
df9ae507
SP
3121. Put dump sources under CVS, added Id tags in all files so
313 one can use 'ident' on binary files.
314
3152. Added the dump/restore version in the usage text so one can
316 easily verify the version he is using.
ec387a12 317
3072400e
SP
3183. Small patch from Nuno Oliveira <nuno@eq.uc.pt> which fixes
319 a va_start/va_end problem on linux-ppc (always call va_start
320 va_end in pairs each time we use a vararg function).
321
fa58b58d
SP
3224. Added again the DT_* constants because old libc does not
323 contain them :(. Thanks to Eric Maisonobe <virnet@nat.fr>
324 for submitting the bug report.
325
f34aca37
SP
3265. Use ext2fs_llseek instead of llseek. With recent e2fsprogs
327 this should enable dumping big (huge) filesystems.
328
3296. Added the RSH environment variable in order to be able to
0c62667d
SP
330 use a rsh replacement like ssh when doing remote backups (and
331 bypass the security limitations of rcmd). Now you can do remote
332 backups without being root (or making dump setuid root).
333
f34aca37 3347. Modified again the way dumpdates works. For incremental dumps,
60f5ede9
SP
335 we need to read dumpdates even if we are not using 'u' option.
336 Thanks to Bdale Garbee <bdale@gag.com> for his ideas on how
337 this should work.
338
8d4197bb
SP
339Changes between versions 0.4b6 and 0.4b7 (released October 8, 1999)
340===================================================================
341
3421. Removed the 'k' flag from the restore 'about' text if kerberos
343 was not compiled in.
344
3452. Prototyped (f)setflags from e2fsprogs and corrected the calls
346 to them (fsetflags takes a char*, setflags an open fd!).
347
3483. (f)setflags is called only if the flags aren't empty. If the
349 file is a special file, a warning is printed, because changing
350 flags implies opening the device. Normally, a special file
351 should not have any flag... (Debian bug #29775, patch provided
352 by Abhijit Dasgupta <abhijit@ans.net>).
353
3544. Made possible to dump a file system not mentioned in /etc/fstab.
355 (Debian bug #11904, patch provided by Eirik Fuller <eirik@netcom.com>).
356
3575. Changed the default behaviour to not create dumpdates
358 unless 'u' option is specified. Removed the old "debian-patch"
359 which provided the same thing. (Debian bug #38136, #33818).
360
3616. Removed all those dump*announce, since they were getting old...
362
3637. Added warning messages if dumpdates does not exist and
364 when an inferior level dump does not exist (except for a level 0
365 dump).
366
3678. Debugged the glob calls in interactive mode: restore used a
368 dirent struct which was different from the /usr/include/dirent.h
369 one (this used to work, is it a glibc2 change?), so none of the
370 compat glob (which used /usr/include/dirent.h) or the system glob
371 worked. Restore use now the system dirent (and the system
372 DT_* constants), which are compatible with BSD ones.
373
3749. Added a configure flag (--with-dumpdatespath) to specify
375 the location of dumpdates file. By default, it is
376 /etc/dumpdates.
377
37810. Added the "AUTHOR" and "AVAILABILITY" sections and
379 included the current date/version in man pages.
380
38111. Corrected the estimation of remaining time when
382 the operator doesn't change the tapes quickly enough. This
383 was an old bug, I thought I corrected it, and discovered
384 that in fact it was corrected in two different places, so
385 the results canceled each other...
386
387Changes between versions 0.4b5 and 0.4b6 (released October 1, 1999)
388===================================================================
ddd2ef55
SP
389
3901. Integrated multiple patches from RedHat, Debian and SuSE:
391
392 - tweak dump/itime.c to not try to read dumpdates if the 'u' option
393 isn't specified.
394 - several fixes in the man pages.
395 - update the default tape device to /dev/st0.
396 - many updates for Linux Alpha (byte ordering, size_t etc).
397 - buffer overruns.
398 - use environment variable for TMPDIR (instead of /tmp).
399 - use sigjmp_buf instead of jmp_buf (RedHat bug #3260).
400 - workaround egcs bug (RedHat bugs #4281 and #2989).
401 - wire $(OPT) throughout Makefile's.
402
8d4197bb
SP
4032. Upgrade the dump revision to 1, making possible to dump filesystems
404 made with e2fsprogs-1.15 or newer. Nothing seems to break...
ddd2ef55 405
8d4197bb
SP
4063. Fix some compile warnings, prototype all functions.
407
4084. Use glibc err/glob instead of internal compatibility
ddd2ef55
SP
409 routines (only if available).
410
8d4197bb
SP
4115. Fix a compile error on Linux 2.2.7 / libc5 (5.4.44) (patch provided
412 by Bernhard Sadlowski <sadlowsk@mathematik.uni-bielefeld.de>).
413
414Changes between versions 0.4b4 and 0.4b5 (released September 22, 1999)
415======================================================================
b45f51d6
SP
416
4171. Integrated the changes from FreeBSD-3.1-RELEASE
418 (mostly bug fixes, buffer overruns, dump has now an "automatic
419 tape length calculation" flag, dump/restore can use kerberos now
420 (this is NOT tested), use environment variables for TAPE and
421 RMT etc.).
422
4232. Integrated three RedHat patches ("glibc", "kernel" and "bread" patches)
424
4253. Corrected a bug in restore when using 'C' option with multi-volumes
426 tapes (files splited accros two tapes give "size changed" errors
427 when comparing).
428
4294. Corrected the long standing bug when dumping multiple tapes.
430 This works for me, needs further testing.
1227625a 431
8d4197bb
SP
432Changes between versions 0.4b3 and 0.4b4 (released January 17, 1997)
433====================================================================
1227625a
SP
434
4351. Dump now runs correctly on kernels 2.1.x
436 Fix made by Gerald Peters <gapeters@worldnet.att.net>
437
438Changes between versions 0.4b2 and 0.4b3
439========================================
440
4411. Use realpath() if available
442
4432. Report statistics
444
445Changes between versions 0.4b1 and 0.4b2
446========================================
447
4481. Fixed the bug fix from Greg Lutz (I had made a mistake when integrating
449 the patch)
450
4512. Fixed restore to make it able to read FreeBSD 2.x dumps again
452
4533. Fixed configure.in to correctly handle --enable-rmt
454
455Changes between versions 0.3 and 0.4b1
456======================================
457
4581. Integrated the changes from 4.4BSD-Lite2
459
4602. Integrated the patches from Debian and Red Hat
461
4623. Portability changes: use the __u32, __u16, __s32, and __s16 types
463
4644. Changed dump to use the Ext2fs library to get block addresses. This
465 should solve the endianness problem on SparcLinux.
466
4675. Created a configure.in file (shamelessly stolen from the e2fsprogs
468 distribution's one) to use autoconf
469
4706. Fixed a few minor bugs
471
472Changes between versions 0.2e and 0.2f
473======================================
474
4751. Added the creation of named pipes (fifos) in restore.
476
4772. Added the -N flag in the restore manual page.
478
4793. Added the file kernel.patch which contains the llseek() optimization
480 patch for 1.2.x kernels.
481
4824. Fixed a bug in the restoration of symbolic links: owner and group were
483 not restored.
484
4855. Integrated some changes from FreeBSD 2.2.
486
4876. Added a call to ftruncate() after restoring each file to restore
488 correctly files ending by a hole.
489
490Changes between versions 0.2d and 0.2e
491======================================
492
4931. Fixed a bug in the "set owner/mode" process. Every file was restored
494 with owner = root (0) and group = root/wheel/whatever (0).
495
496Changes between versions 0.2c and 0.2d
497======================================
498
4991. Dump is now able to backup 2GB+ filesystems.
500
5012. Dump and restore can now be linked as static binaries.
502
503Changes between versions 0.2b and 0.2c
504======================================
505
5061. Fixed a bug when dumping ``slow'' (i.e. normal) symbolic links.
507
508Changes between versions 0.2a and 0.2b
509======================================
510
5111. Really fixed the bug that I should have corrected in 0.2a.
512
5132. Enabled optimization again.
514
515Changes between versions 0.2 and 0.2a
516=====================================
517
5181. Disabled the optimization during compilation.
519
520Changes between versions 0.1 and 0.2
521====================================
522
5231. Fixed a bug in fstab.c which caused a null pointer to be stored in
524 the fs_type field (actually, I modified the file fstab.c to make it
525 use the mntent functions).
526
5272. Dump and restore now use a 4.3 BSD compatible dump format. Backups
528 made by dump should be readable by the BSD restore and backups made
529 by the BSD dump should be readable by restore. Unfortunately, this
530 means that the dump format has changed between version 0.1 and version
531 0.2 :-(
532
5333. Dump is now able to backup a subtree, it is no longer limited to whole
534 filesystems like the BSD version.
535
5364. Dump now uses ext2_llseek() so it is able to backup filesystems bigger
537 than 2 GB.
538
539Changes between versions 0.0 and 0.1
540====================================
541
5421. Now create links rdump and rrestore during the `make install' step.
543
5442. Linux port specific bugs added to the manual pages
545
5463. Incorrect estimation of the number of tapes blocks fixed when doing
547 incremental backups.
548
5494. Better ls-like format in restore in interactive mode.