]> git.wh0rd.org - dump.git/blame - CHANGES
Raised the -b maximal value to 1024.
[dump.git] / CHANGES
CommitLineData
876861d2 1$Id: CHANGES,v 1.195 2002/09/02 12:43:12 stelian Exp $
d86089d1
SP
2
3Changes between versions 0.4b31 and 0.4b32 (released ?????????????)
4===================================================================
5
61. Changed dump to use fcntl(F_SETLK) style locking instead
7 of flock() when locking the dumpdates file. With the old
8 locking scheme, a local user having read rights on the
9 dumpdates file could be able to do a Denial of Service attack
10 on dump. In order to lock the dumpdates file with the new
11 scheme, the user would need to have write access on the file.
12 Thanks to Richard Johnson <Richard.Johnson3@ey.com> for
13 reporting the bug (originally a bugtraq post).
ba3af39e 14
2f562f4e
SP
152. Fixed interactive 'ls' which caused spurious errors warnings
16 about 'undefined filetypes' detected. Thanks to Jorgen Ostling
17 <jorgen_ostling@users.sourceforge.net> for reporting this
18 bug.
19
1c736b78
SP
203. Fixed dump's estimate when dealing with sparse inodes.
21
876861d2
SP
224. Modified dump to allow setting a blocksize bigger than 32kB
23 (raised the limit to 1024kB), because newer hardware needs
24 this for proper operation. Thanks to Dirk Traenapp
25 <dtraenapp@users.sourceforge.net> for reporting this.
26
cbc7fd6a 27Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
ba3af39e
SP
28===================================================================
29
301. Fixed rmt open flags transmission (GNU's symbolic syntax over
31 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
32 <eros@lamel.bo.cnr.it> for reporting the bug.
35952b8f 33
4095abc0
SP
34Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
35===================================================================
aa1b1e7f
SP
36
371. Made dump print out the ext2 logical block number in case of a read
38 error, which can be given as an argument to debugfs' ncheck command,
39 in order to find out the affected inode. Added note about this
40 usage in dump's man page.
ed7c25a3
SP
41
422. Fixed a problem in restore when reading tapes written on big
43 endian machines with very old versions of dump. The patch was
44 contributed by George Helffrich <george@geology.bristol.ac.uk>.
f75cc889
SP
45
463. Fixed the tape length calculation when using large tapes
47 and compression. Thanks to Georg Lippold
48 <g_lippold@sourceforge.net> for reporting the bug.
a9c5ed48
SP
49
504. Added a new set of examples in dump_on_cd_2 directory, based
51 on dump_on_cd examples but somewhat enhanced, supporting DVD
52 media, and localized in english and german. Thanks to
53 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
54
9ca70cf6
SP
555. Made dump save 32 bit UID/GID. Internally, this was achieved
56 by switching from the old BSD inode format to the new BSD
57 inode format, which means that the tape format was changed.
58 However, since all restore versions out there should
59 transparently support both inode formats, the change should
60 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
61 reporting the bug.
a18d5997
SP
62
636. Fixed a lot of warnings in the code shown when compiling
64 with 'gcc -W'. Thanks to Matthias Andree
65 <matthias.andree@stud.uni-dortmund.de> for reporting this.
66
2a2e321d
SP
677. Fixed a small markup bug in the dump man page. Thanks to
68 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
69 patch.
70
153f9a83
SP
718. Rewrote entirely the man pages using the tmac.an macro
72 package (Linux man page format) instead of the original BSD
73 format. They should be now cleaner and easier to modify.
74
cf88ef4c
SP
75Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
76==================================================================
d24dc8af
SP
77
781. Fixed a problem in the rmt ioctl command, where ioctl's issued from
79 non Linux clients were misinterpreted. The description of the problem
80 (incompatible numbering in Linux mtio opcodes) is documented at
81 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
82