]> git.wh0rd.org - dump.git/blame - CHANGES
Fixed 'undefined file type xxx' warnings in interactive 'ls'
[dump.git] / CHANGES
CommitLineData
2f562f4e 1$Id: CHANGES,v 1.193 2002/08/18 20:52:04 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
cbc7fd6a 20Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
ba3af39e
SP
21===================================================================
22
231. Fixed rmt open flags transmission (GNU's symbolic syntax over
24 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
25 <eros@lamel.bo.cnr.it> for reporting the bug.
35952b8f 26
4095abc0
SP
27Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
28===================================================================
aa1b1e7f
SP
29
301. Made dump print out the ext2 logical block number in case of a read
31 error, which can be given as an argument to debugfs' ncheck command,
32 in order to find out the affected inode. Added note about this
33 usage in dump's man page.
ed7c25a3
SP
34
352. Fixed a problem in restore when reading tapes written on big
36 endian machines with very old versions of dump. The patch was
37 contributed by George Helffrich <george@geology.bristol.ac.uk>.
f75cc889
SP
38
393. Fixed the tape length calculation when using large tapes
40 and compression. Thanks to Georg Lippold
41 <g_lippold@sourceforge.net> for reporting the bug.
a9c5ed48
SP
42
434. Added a new set of examples in dump_on_cd_2 directory, based
44 on dump_on_cd examples but somewhat enhanced, supporting DVD
45 media, and localized in english and german. Thanks to
46 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
47
9ca70cf6
SP
485. Made dump save 32 bit UID/GID. Internally, this was achieved
49 by switching from the old BSD inode format to the new BSD
50 inode format, which means that the tape format was changed.
51 However, since all restore versions out there should
52 transparently support both inode formats, the change should
53 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
54 reporting the bug.
a18d5997
SP
55
566. Fixed a lot of warnings in the code shown when compiling
57 with 'gcc -W'. Thanks to Matthias Andree
58 <matthias.andree@stud.uni-dortmund.de> for reporting this.
59
2a2e321d
SP
607. Fixed a small markup bug in the dump man page. Thanks to
61 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
62 patch.
63
153f9a83
SP
648. Rewrote entirely the man pages using the tmac.an macro
65 package (Linux man page format) instead of the original BSD
66 format. They should be now cleaner and easier to modify.
67
cf88ef4c
SP
68Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
69==================================================================
d24dc8af
SP
70
711. Fixed a problem in the rmt ioctl command, where ioctl's issued from
72 non Linux clients were misinterpreted. The description of the problem
73 (incompatible numbering in Linux mtio opcodes) is documented at
74 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
75