]> git.wh0rd.org - dump.git/blame_incremental - CHANGES
flock -> fcntl(F_SETLK).
[dump.git] / CHANGES
... / ...
CommitLineData
1$Id: CHANGES,v 1.192 2002/08/01 10:23:26 stelian Exp $
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).
14
15Changes between versions 0.4b30 and 0.4b31 (released July 30, 2002)
16===================================================================
17
181. Fixed rmt open flags transmission (GNU's symbolic syntax over
19 rmt) which I broke in 0.4b29. Thanks to Eros Albertazzi
20 <eros@lamel.bo.cnr.it> for reporting the bug.
21
22Changes between versions 0.4b29 and 0.4b30 (released July 25, 2002)
23===================================================================
24
251. Made dump print out the ext2 logical block number in case of a read
26 error, which can be given as an argument to debugfs' ncheck command,
27 in order to find out the affected inode. Added note about this
28 usage in dump's man page.
29
302. Fixed a problem in restore when reading tapes written on big
31 endian machines with very old versions of dump. The patch was
32 contributed by George Helffrich <george@geology.bristol.ac.uk>.
33
343. Fixed the tape length calculation when using large tapes
35 and compression. Thanks to Georg Lippold
36 <g_lippold@sourceforge.net> for reporting the bug.
37
384. Added a new set of examples in dump_on_cd_2 directory, based
39 on dump_on_cd examples but somewhat enhanced, supporting DVD
40 media, and localized in english and german. Thanks to
41 Georg Lippold <g_lippold@sourceforge.net> for the new scripts.
42
435. Made dump save 32 bit UID/GID. Internally, this was achieved
44 by switching from the old BSD inode format to the new BSD
45 inode format, which means that the tape format was changed.
46 However, since all restore versions out there should
47 transparently support both inode formats, the change should
48 have no side effects. Thanks to John Yu <jky@cs.bu.edu> for
49 reporting the bug.
50
516. Fixed a lot of warnings in the code shown when compiling
52 with 'gcc -W'. Thanks to Matthias Andree
53 <matthias.andree@stud.uni-dortmund.de> for reporting this.
54
557. Fixed a small markup bug in the dump man page. Thanks to
56 Eric S. Raymond <esr@minx.thyrsus.com> for submitting the
57 patch.
58
598. Rewrote entirely the man pages using the tmac.an macro
60 package (Linux man page format) instead of the original BSD
61 format. They should be now cleaner and easier to modify.
62
63Changes between versions 0.4b28 and 0.4b29 (released June 8, 2002)
64==================================================================
65
661. Fixed a problem in the rmt ioctl command, where ioctl's issued from
67 non Linux clients were misinterpreted. The description of the problem
68 (incompatible numbering in Linux mtio opcodes) is documented at
69 ftp://ftp.fokus.gmd.de/pub/unix/star/README.mtio . Thanks to
70