]> git.ipfire.org Git - thirdparty/e2fsprogs.git/log
thirdparty/e2fsprogs.git
16 years agoUpdate release notes, version files for 1.40.6 release v1.40.6
Theodore Ts'o [Sun, 10 Feb 2008 05:16:37 +0000 (00:16 -0500)] 
Update release notes, version files for 1.40.6 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibcom_err: Use thread local storage to fix reentrancy problems
Theodore Ts'o [Sun, 10 Feb 2008 04:39:27 +0000 (23:39 -0500)] 
libcom_err: Use thread local storage to fix reentrancy problems

Address the theoretical problem of two threads trying to format a
different unknown error code by using TLS.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoDocument the BLKID_FILE environment variable in the libblkid man page
Theodore Ts'o [Sun, 10 Feb 2008 04:35:03 +0000 (23:35 -0500)] 
Document the BLKID_FILE environment variable in the libblkid man page

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate e2fsprogs translation template and Vietnamese and Czech translations
Theodore Ts'o [Sun, 10 Feb 2008 04:19:35 +0000 (23:19 -0500)] 
Update e2fsprogs translation template and Vietnamese and Czech translations

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: Add support for returning labels for UDF filesystems
Theodore Ts'o [Sun, 10 Feb 2008 04:12:56 +0000 (23:12 -0500)] 
blkid: Add support for returning labels for UDF filesystems

Addresses-Sourceforge-Bug: #1886394

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoDon't try to create $DESTDIR/etc/init.d as part of make install
Theodore Ts'o [Sun, 10 Feb 2008 03:34:43 +0000 (22:34 -0500)] 
Don't try to create $DESTDIR/etc/init.d as part of make install

This isn't necessary since we don't install the init.d script (and
it's not the recommended way to start uuidd anyway).

Addresses-Sourceforge-Bug: #1885085

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: Flush cached filesystem information on any error other than EPERM
Theodore Ts'o [Sun, 10 Feb 2008 03:30:20 +0000 (22:30 -0500)] 
blkid: Flush cached filesystem information on any error other than EPERM

USB devices can return ENOMEDIUM, and when the filesystem cached
information wasn't flushed, it resulted in the wrong location of a
filesystem to be returned to the caller.  The only justification for
using cached information when the open fails is in the case of a
permission denied error.

Addresses-Debian-Bug: #463787

16 years agoAllow tune2fs to set and clear the test_fs flag on ext4 filesystems
Theodore Ts'o [Sun, 10 Feb 2008 03:22:38 +0000 (22:22 -0500)] 
Allow tune2fs to set and clear the test_fs flag on ext4 filesystems

Also allow the label to be set/cleared on ext4 filesystems via e2label
and tune2fs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: Automatically chose between ext4 and ext4dev as appropriate
Theodore Ts'o [Fri, 8 Feb 2008 21:04:12 +0000 (16:04 -0500)] 
blkid: Automatically chose between ext4 and ext4dev as appropriate

Add logic that on Linux systems will check for the presence of the
ext4dev filesystem; if it isn't present, fall back to ext4 for
filesystems that are marked as being "OK for use on test filesystem
code".  If they are OK for use for in-development filesystem code, it
should also be fine to use stable filesystem code if there is no test
filesystem code (ext4dev) available.

The reverse is not true, of course.  We don't ever want to mount a
production filesystem using test filesystem code unless the user gives
us explicit permission via "tune2fs -E test_fs".

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix bug in e2fsck which caused it to core dump if --enable-jbd-debug is used
Theodore Ts'o [Thu, 31 Jan 2008 19:22:24 +0000 (14:22 -0500)] 
Fix bug in e2fsck which caused it to core dump if --enable-jbd-debug is used

Missing curly braces from a python programmer; my bad for noticing it!

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Fix packaging problem caused by dpkg 1.14.16
Theodore Ts'o [Wed, 30 Jan 2008 12:20:54 +0000 (07:20 -0500)] 
debian: Fix packaging problem caused by dpkg 1.14.16

Addresses-Debian-Bug: #436058

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate release notes, version files for 1.40.5 release v1.40.5
Theodore Ts'o [Mon, 28 Jan 2008 01:01:25 +0000 (20:01 -0500)] 
Update release notes, version files for 1.40.5 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoCreate filesystems with the ext_attr feature by default
Theodore Ts'o [Mon, 28 Jan 2008 00:38:46 +0000 (19:38 -0500)] 
Create filesystems with the ext_attr feature by default

Since recent kernels have a tendency to set this feature willy-nilly,
let's just enable by default.  It's only very old kernels that don't
support it any more.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoCreate new filesystems with 256-byte inodes by default
Theodore Ts'o [Mon, 28 Jan 2008 00:30:27 +0000 (19:30 -0500)] 
Create new filesystems with 256-byte inodes by default

This makes it easier to upgrade to ext4 in the future, and it speeds
up extended attributes handling --- important on SELinux systems!

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoDon't build e2fsck statically by default anymore
Theodore Ts'o [Sun, 27 Jan 2008 22:43:10 +0000 (17:43 -0500)] 
Don't build e2fsck statically by default anymore

Also removed the --enable-dynamic-static configure option.

Unfortunately the usefulness of building e2fsck statically is gone on
all modern distributions, since everything else on the system is built
dynamically these days.  In fact on some distributions it is almost
impossible to build programs statically any more.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Don't use dietlibc on platforms that don't support it
Theodore Ts'o [Sun, 27 Jan 2008 22:20:44 +0000 (17:20 -0500)] 
debian: Don't use dietlibc on platforms that don't support it

Addresses-Debian-Bug: #459475

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoe2image: Fix potential overflow if the device name is too long
Theodore Ts'o [Sun, 27 Jan 2008 20:45:30 +0000 (15:45 -0500)] 
e2image: Fix potential overflow if the device name is too long

Adapted from SLES's patch: e2fsprogs-strncat.patch

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUse lseek() instead of llseek() of sizeof(long) == sizeof(long long)
Theodore Ts'o [Sun, 27 Jan 2008 05:35:32 +0000 (00:35 -0500)] 
Use lseek() instead of llseek() of sizeof(long) == sizeof(long long)

Previously we used a hard-coded test where for the Alpha and the IA64,
we used lseek instead of llseek().  Generalize this to whenver
sizeof(long) is the same as sizeof(long long).

It turns out this fixes a FTBFS problem on the x86_64 for Debian,
since dietlibc doesn't provide llseek() on that architecture.

Addresses-Debian-Bug: #459614

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibuuid: Make sure execl() variadic function is properly terminated
Theodore Ts'o [Sun, 27 Jan 2008 05:22:52 +0000 (00:22 -0500)] 
libuuid: Make sure execl() variadic function is properly terminated

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: Add support for HFS+ detection
Theodore Ts'o [Sun, 27 Jan 2008 05:21:07 +0000 (00:21 -0500)] 
blkid: Add support for HFS+ detection

From SLES 10 patch: e2fsprogs-blkid_probe_hfsplus.patch

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: Make sure the blocksize in reiserfs is sane
Theodore Ts'o [Sun, 27 Jan 2008 05:14:01 +0000 (00:14 -0500)] 
blkid: Make sure the blocksize in reiserfs is sane

This avoids a floating point exception for corrupt reiserfs images

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix minor typo in resize2fs man page
Theodore Ts'o [Sun, 27 Jan 2008 05:08:49 +0000 (00:08 -0500)] 
Fix minor typo in resize2fs man page

Taken from SLES patch: e2fsprogs-1.39-resize2fs_manpage.patch

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoIgnore "safe" flag differences when e2fsck compares superblocks
Theodore Ts'o [Sun, 27 Jan 2008 04:17:50 +0000 (23:17 -0500)] 
Ignore "safe" flag differences when e2fsck compares superblocks

Recent e2fsprogs (1.40.3 and higher) fsck compares primary superblock to
backups, and if things differ, it forces a full check.  However, the
kernel has a penchant for updating flags the first time a feature is
used - attributes, large files, etc.

This is a bad idea, and we should break the kernel of this habit,
especially for the ext4 feature flags.  But for now, let's make e2fsck
avoid forcing a full check and backup except when absolutely
necessary.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoTeach the blkid library about ext4/ext4dev
Theodore Ts'o [Sun, 27 Jan 2008 03:25:50 +0000 (22:25 -0500)] 
Teach the blkid library about ext4/ext4dev

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd support for the test_fs flag
Theodore Ts'o [Sun, 27 Jan 2008 00:06:35 +0000 (19:06 -0500)] 
Add support for the test_fs flag

The test_fs flag is an "ok to be used with test kernel code" flag.  It
makes it easier for us to determine whether a filesystem should be
mounted using ext4 or not.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate Swedish translation file from the Translation Project
Theodore Ts'o [Mon, 21 Jan 2008 19:01:52 +0000 (14:01 -0500)] 
Update Swedish translation file from the Translation Project

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoExplicitly check for ftruncate64() in configure.in
Theodore Ts'o [Mon, 21 Jan 2008 18:45:00 +0000 (13:45 -0500)] 
Explicitly check for ftruncate64() in configure.in

Apparently Mac OS 10.5 defines fstat64(), but not ftruncate64(),
causing resize2fs to fail to build.  So check explicitly for
ftruncate64(), and fall back to ftruncate() if necessary.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoresize2fs: Add sanity check for off_t overflow before truncating
Theodore Ts'o [Mon, 21 Jan 2008 18:43:18 +0000 (13:43 -0500)] 
resize2fs: Add sanity check for off_t overflow before truncating

If we can't use ftruncate64(), and have to use ftruncate() instead,
make sure that we don't accidentally truncate the size when we chop it
down to an off_t before calling ftruncate(), lest we severely damage a
filesystem image file.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoDefine helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibility
Theodore Ts'o [Mon, 21 Jan 2008 14:45:25 +0000 (09:45 -0500)] 
Define helper functions ext2fs_set_i_{u,g}id_high() for MacOS compatibility

This is needed for all non-Linux/Hurd/Masix systems...

Addresses-Sourceforge-Bug: #1863819

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix up e2fsprogs.spec file to include a new uuidd package
Eric Sandeen [Sat, 19 Jan 2008 23:13:32 +0000 (18:13 -0500)] 
Fix up e2fsprogs.spec file to include a new uuidd package

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix the pathname of /var/lib/uuidd/uuidd.pid in uuidd man page.
Eric Sandeen [Sat, 19 Jan 2008 14:16:03 +0000 (09:16 -0500)] 
Fix the pathname of /var/lib/uuidd/uuidd.pid in uuidd man page.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Add passwd dependency to libuuid1 and uuid-runtime
Theodore Ts'o [Mon, 14 Jan 2008 15:40:32 +0000 (10:40 -0500)] 
debian: Add passwd dependency to libuuid1 and uuid-runtime

The groupadd and useradd commands come from passwd, which is not
Essential: yes, so a Depends is needed.

Addresses-Debian-Bug: #459403

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Add "set -e" to postinst scripts
Theodore Ts'o [Mon, 14 Jan 2008 15:38:09 +0000 (10:38 -0500)] 
debian: Add "set -e" to postinst scripts

This ensures that if there is some failure in adding the uid/gid, the
package installation will abort.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: have ntfs's UUID compatible with vol_id
Pixel [Fri, 11 Jan 2008 10:41:15 +0000 (11:41 +0100)] 
blkid: have ntfs's UUID compatible with vol_id

Ensure the length of the UUID is always the same

without the patch:

% blkid /tmp/a /tmp/b
/tmp/a: UUID="7130E4771519577F" TYPE="ntfs"
/tmp/b: UUID="7E9B4A7CCE99CA" TYPE="ntfs"

with the patch:

% blkid /tmp/a /tmp/b
/tmp/a: UUID="7130E4771519577F" TYPE="ntfs"
/tmp/b: UUID="007E9B4A7CCE99CA" TYPE="ntfs"

ie same as:

% vol_id --uuid /tmp/a ; vol_id --uuid /tmp/b
7130E4771519577F
007E9B4A7CCE99CA

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoIf --sbindir, et. al are specified to configure set $root_sbindir, et al.
Theodore Ts'o [Fri, 4 Jan 2008 21:55:37 +0000 (16:55 -0500)] 
If --sbindir, et. al are specified to configure set $root_sbindir, et al.

If the user specifies as arguments to configure --bindir, --sbindir,
--libdir, or --sysconfdir, then set corresponding $root_FOO variable,
so that the request from the user to set a specific --sbindir is
honored.

Addresses-Sourceforge-Bug: 498381

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd sample python bindings for the uuid library
Theodore Ts'o [Thu, 3 Jan 2008 20:39:19 +0000 (15:39 -0500)] 
Add sample python bindings for the uuid library

Pretty trivial, but maybe useful to someone.

Originially submited by Ondrej Sury <ondrej@sury.org>

Addresses-Sourceforge-Patches: #778817

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebugfs: Change lsdel to use ext2fs_block_iterate2 it can find large files
Theodore Ts'o [Thu, 3 Jan 2008 19:38:49 +0000 (14:38 -0500)] 
debugfs: Change lsdel to use ext2fs_block_iterate2 it can find large files

Addresses-Sourceforge-Feature-Request: #1257500
Addresses-Sourceforge-Support-Request: #1253511

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUse pkg-config to determine where to find the devmapper library
Theodore Ts'o [Wed, 2 Jan 2008 01:05:04 +0000 (20:05 -0500)] 
Use pkg-config to determine where to find the devmapper library

Fedora and Red Hat puts the devmapper library in different locations
compared to Debian, so we use pkg-config.  Unfortunately Debian's
devmapper.pc file is buggy (See Debian Bug #390243), so we have to
work around it.

Historically, e2fsprogs has tried not to depend on pkg-config, since
its answers are so often **wrong** (the Debian bug has been ignored
for over a year), so I'm hoping I'm not going to regret this.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix Makefile race so that "make -j3 distclean" works correctly
Theodore Ts'o [Tue, 1 Jan 2008 22:00:39 +0000 (17:00 -0500)] 
Fix Makefile race so that "make -j3 distclean" works correctly

With this fix, "dpkg-buildpackage -j3" should work w/o problems for
the e2fsprogs package.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix profile, checker, and shared-library building on non-Linux platforms
Theodore Ts'o [Tue, 1 Jan 2008 21:48:09 +0000 (16:48 -0500)] 
Fix profile, checker, and shared-library building on non-Linux platforms

Approximately two years ago a revamp of the e2fsprogs build
infrastructure broke the Makefile fragments for building BSD, Solaris,
and Darwin shared libraries, as well as profiling and checker
libraries.  Apparently no one had noticed except for
pierre42@users.sourceforge.net.

Addresses-Sourceforge-Bug: #1819034

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: use '$(MAKE)' instead of 'make' in debian/rules
Theodore Ts'o [Tue, 1 Jan 2008 21:23:38 +0000 (16:23 -0500)] 
debian: use '$(MAKE)' instead of 'make' in debian/rules

This change allows a parallel build (i.e., via dpkg-buildpackage -j3)
of e2fsprogs to work correctly.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd the Meta directory to the .gitignore file
Theodore Ts'o [Tue, 1 Jan 2008 20:55:51 +0000 (15:55 -0500)] 
Add the Meta directory to the .gitignore file

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix build failure on non-Linux/non-Hurd/non-Masix systems
Theodore Ts'o [Tue, 1 Jan 2008 17:25:36 +0000 (12:25 -0500)] 
Fix build failure on non-Linux/non-Hurd/non-Masix systems

The previous fix didn't quite work, but this one should!

Addresses-Sourceforge-Bug: #1861633

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebugfs: allow the undel command reallocate without linking the inode
Theodore Ts'o [Tue, 1 Jan 2008 16:37:20 +0000 (11:37 -0500)] 
debugfs: allow the undel command reallocate without linking the inode

When recovering a large number of deleted files, linking the undeleted
inodes to directories may require a directory to be expanded.  This
could allocate a block that that had been used by one of the
yet-to-be-undeleted files.  So the 'undel' command been enhanced to
allow the destination pathname to be optional.  This will allow the
cautious user to undelete all of the inodes without specifying a
destination pathname, and then either use debugfs's link command to
add hard links, or use e2fsck to link all of the recovered files to
the lost+found directory.

Addresses-Sourceforge-Feature-Request: #967141

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoe2fsck: When optimizing non-htree directories, sort by inode number
Theodore Ts'o [Tue, 1 Jan 2008 15:59:57 +0000 (10:59 -0500)] 
e2fsck: When optimizing non-htree directories, sort by inode number

Previously "e2fsck -fD" on a non-htree directory would sort the
directory alphabetically by name.  That's stupid.  Better to sort the
directory by inode number, since that will optimize performance much
more significantly than sorting by name!

Addresses-Sourceforge-Feature-Request: #532439

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoe2image: If there is an error while writing a block, call exit(1)
Theodore Ts'o [Tue, 1 Jan 2008 15:42:41 +0000 (10:42 -0500)] 
e2image: If there is an error while writing a block, call exit(1)

If the disk fills while e2image is writing its output file, it will
spew a large number of error messages instead of exiting with a
non-zero status code after the first failure.

Addresses-Sourceforge-Feature-Request: #606508

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebugfs: Add #include <string.h> to pick up prototype for strcasecmp
Theodore Ts'o [Tue, 1 Jan 2008 15:27:38 +0000 (10:27 -0500)] 
debugfs: Add #include <string.h> to pick up prototype for strcasecmp

Addresses-Sourceforge-Patch: #1861659

Reported-by: Mike Frysinger <vapier@users.sourceforge.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agouuidd: Add _GNU_SOURCE #define to pick up setres[ug]id() prototypes
Theodore Ts'o [Tue, 1 Jan 2008 14:16:16 +0000 (09:16 -0500)] 
uuidd: Add _GNU_SOURCE #define to pick up setres[ug]id() prototypes

Addresses-Sourceforge-Patch: #1861663

Reported-by: Mike Frysinger <vapier@users.sourceforge.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Fix all postinst/prerm/postrm scripts to include debhelper additions
Theodore Ts'o [Tue, 1 Jan 2008 07:20:07 +0000 (02:20 -0500)] 
debian: Fix all postinst/prerm/postrm scripts to include debhelper additions

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibss: Remove unnecessary Makefile dependency for test_ss
Theodore Ts'o [Tue, 1 Jan 2008 06:19:19 +0000 (01:19 -0500)] 
libss: Remove unnecessary Makefile dependency for test_ss

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate release notes, version files for 1.40.4 release v1.40.4
Theodore Ts'o [Sat, 29 Dec 2007 15:19:33 +0000 (10:19 -0500)] 
Update release notes, version files for 1.40.4 release

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoExpand discussion of the -D option in e2fsck's man page
Theodore Ts'o [Tue, 1 Jan 2008 05:17:57 +0000 (00:17 -0500)] 
Expand discussion of the -D option in e2fsck's man page

Add an explanation of how e2fsck might decide to optimize a few
directories even without the -D option being specified.

Addresses-Debian-Bug: #441872

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Fix the document ID in comerr_dev.doc-base
Theodore Ts'o [Tue, 1 Jan 2008 04:35:10 +0000 (23:35 -0500)] 
debian: Fix the document ID in comerr_dev.doc-base

The old document ID, com_err, used an illegal character ('_'); change
it to be comerr-manual to be conformant with the doc-base requirements.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate dependencies in lib/uuid/Makefile.in
Theodore Ts'o [Tue, 1 Jan 2008 04:12:35 +0000 (23:12 -0500)] 
Update dependencies in lib/uuid/Makefile.in

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Use useradd and groupadd in favor of adduser
Theodore Ts'o [Tue, 1 Jan 2008 03:22:46 +0000 (22:22 -0500)] 
debian: Use useradd and groupadd in favor of adduser

The adduser package is 'important', and while it is often installed,
we can't guarantee that it will always be there.  A required package,
or a package which is dragged in by a required package, such as
libuuid1, shouldn't depend on an 'important' package since that would
implicitly make it be required, which shouldn't be done unless
absolutely necesary.

So we replace the call to adduser with the lower-level useradd and
groupadd programs.  They are part of the passwd package, which is
required to be on all Debian systems.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: build the e2fsck-static package so it works on 2.4 kernels
Theodore Ts'o [Mon, 31 Dec 2007 22:17:39 +0000 (17:17 -0500)] 
debian: build the e2fsck-static package so it works on 2.4 kernels

Some people are still running ancient Debian distributions, such as
woody, with a 2.4 kernel, and they want to be able to use the
e2fsck-static package on backlevel systems.

It turns out that we can't just statically link against glibc anymore,
since glibc now uses thread-local storage everywhere.  So we now build
e2fsck-static using dietlibc.

Addresses-Debian-Bug: #458017

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix build error in blkid/tst_types.c when using diet libc
Theodore Ts'o [Mon, 31 Dec 2007 19:43:11 +0000 (14:43 -0500)] 
Fix build error in blkid/tst_types.c when using diet libc

When compiling with diet libc, <sys/types.h> must be included in order
to define the types used in asm/types.h.  Strange choice, but
workable.  This doesn't cause much problems for e2fsprogs except
blkid/tst_types.h, which needed a #include of <sys/types.h>.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoTest for sys/syscall.h in configure to fix dietlibc build problem
Theodore Ts'o [Mon, 31 Dec 2007 19:36:48 +0000 (14:36 -0500)] 
Test for sys/syscall.h in configure to fix dietlibc build problem

When compiling with dietlibc, sys/syscall.h isn't supported; as of
dietlibc 0.30, it exists but it references a non-existent asm/unistd.h
header file.  So we have to test for its existence and avoid using it
in lib/uuid/gen_uuid.c if it is not supported.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Do not use TLS or uuidd when building the bootfloppy udeb's
Theodore Ts'o [Mon, 31 Dec 2007 16:20:01 +0000 (11:20 -0500)] 
debian: Do not use TLS or uuidd when building the bootfloppy udeb's

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd --disable-uuidd configure option
Theodore Ts'o [Mon, 31 Dec 2007 16:16:56 +0000 (11:16 -0500)] 
Add --disable-uuidd configure option

Add a configure option which causes the uuidd helper daemon not to be
built or used by the uuid library.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd --disable-tls configure option
Theodore Ts'o [Mon, 31 Dec 2007 15:45:01 +0000 (10:45 -0500)] 
Add --disable-tls configure option

Add option to forcibly disable the use of thread local storage

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix build failure on non-Linux/non-Hurd/non-Masix systems
Theodore Ts'o [Sun, 30 Dec 2007 16:05:39 +0000 (11:05 -0500)] 
Fix build failure on non-Linux/non-Hurd/non-Masix systems

inode_uid() and inode_gid() weren't getting defined on systems that
were not Linux, Hurd, or Masix.

Addresses-Sourceforge-Bug: #1859778

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoConvert use of ext2fs_get_mem to ext2fs_get_array for overflow detection
Theodore Ts'o [Thu, 27 Dec 2007 15:08:13 +0000 (10:08 -0500)] 
Convert use of ext2fs_get_mem to ext2fs_get_array for overflow detection

Add some additional checks, primarily in resize2fs and in the rarely
used (and soon to-be-deprecated) e2fsck byte-swap filesystem function.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate Vietnamese translation from the Translation Project
Theodore Ts'o [Tue, 25 Dec 2007 19:22:47 +0000 (14:22 -0500)] 
Update Vietnamese translation from the Translation Project

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agouuidd: Avoid race conditions to that only one uuidd is started
Theodore Ts'o [Tue, 25 Dec 2007 19:19:15 +0000 (14:19 -0500)] 
uuidd: Avoid race conditions to that only one uuidd is started

Use an improved locking protocol based on the pid file to assure that
only one uuidd is started.  Apparently the kernel does not prevent
multiple processes from racing to bind to a Unix domain socket.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibuuid: Fix bug which caused uuidd to fail if sizeof(int) != sizeof(int *)
Theodore Ts'o [Fri, 21 Dec 2007 16:32:48 +0000 (11:32 -0500)] 
libuuid: Fix bug which caused uuidd to fail if sizeof(int) != sizeof(int *)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd #define needed for Hurd ioctl definitions
Theodore Ts'o [Tue, 18 Dec 2007 04:03:53 +0000 (23:03 -0500)] 
Add #define needed for Hurd ioctl definitions

Addresses-Debian-Bug: #437720

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agodebian: Add a dependency on libuuid1 to the uuid-runtime package
Theodore Ts'o [Mon, 17 Dec 2007 20:31:19 +0000 (15:31 -0500)] 
debian: Add a dependency on libuuid1 to the uuid-runtime package

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibuuid: Only try to start the uuidd daemon a limited number of times
Theodore Ts'o [Mon, 17 Dec 2007 20:26:47 +0000 (15:26 -0500)] 
libuuid: Only try to start the uuidd daemon a limited number of times

If we fail to create the uuidd daemon after 5 or 6 tries, another
10,000 tries probably won't be successful.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibuuid: When starting uuidd, use waitpid() to reap the zombie process
Theodore Ts'o [Mon, 17 Dec 2007 20:16:44 +0000 (15:16 -0500)] 
libuuid: When starting uuidd, use waitpid() to reap the zombie process

The uuidd process will fork and let the parent process exit to create
the daemon.  So use waitpid to reap the zombie, as well as using it to
time when it is safe to try to connect to the daemon.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agouuidd: Use /var/lib/libuuid instead of /var/run/uuidd
Theodore Ts'o [Mon, 17 Dec 2007 20:12:04 +0000 (15:12 -0500)] 
uuidd: Use /var/lib/libuuid instead of /var/run/uuidd

/var/run can get completely removed at reboot, and uuidd doesn't have
permissions to recreate /var/run/uuidd.  So instead use
/var/lib/libuuidd for the unix domain socket and pid files.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd uuidd daemon to prevent duplicate time-based UUID's
Theodore Ts'o [Sun, 16 Dec 2007 22:21:38 +0000 (17:21 -0500)] 
Add uuidd daemon to prevent duplicate time-based UUID's

Also store the clock sequence information in a state file in
/var/lib/misc/uuid-clock so that if the time goes backwards the clock
sequence counter can get bumped.  This allows us to completely
correctly generate time-based (version 1) UUID's according to the
algorithm specified RFC 4122.

Addresses-Sourceforge-Bug: #1529672
Addresses-Red-Hat-Bugzilla: #233471

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agofsck: '#' is only a comment character at the beginning of an fstab line
Theodore Ts'o [Sun, 16 Dec 2007 20:41:15 +0000 (15:41 -0500)] 
fsck: '#' is only a comment character at the beginning of an fstab line

Fuse and ssh fstab lines such as:

  wdfs#https://dav.hoster.com/foo/bar /mnt/hoster fuse user,noauto 0 0

will cause fsck to issue warnings about invalid fstab lines, because
fsck was previously treating '#' as a comment when it appeared
anywhere in an fstab line, not just at the beginning of the line.

Addresses-Gentoo-bug: #195405
Addresses-Sourceforge-bug: #1826147

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: Output non-printing characters using ^ and M- notation
Theodore Ts'o [Sun, 16 Dec 2007 17:26:57 +0000 (12:26 -0500)] 
blkid: Output non-printing characters using ^ and M- notation

When printing the value of tags in a formatted format, print control
characters and characters with the high eight bit set using the ^ and
M- notation, respectively.  This prevents a filesystem with a garbage
label from potentially screwing up the user's screen (for example,
putting it into graphical mode).

Addresses-Ubuntu-Bug: #78087

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoRemove Rwandan translation
Theodore Ts'o [Sun, 16 Dec 2007 04:13:05 +0000 (23:13 -0500)] 
Remove Rwandan translation

Upon the advice of Benno Schulenberg; the translation had already been
removed on the Translation Project site.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate Dutch and Polish translations from the Translation Project
Theodore Ts'o [Sun, 16 Dec 2007 04:11:31 +0000 (23:11 -0500)] 
Update Dutch and Polish translations from the Translation Project

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibcom_err: Fix sign-extension problem on 64-bit systems in error_message()
Theodore Ts'o [Sun, 16 Dec 2007 03:31:03 +0000 (22:31 -0500)] 
libcom_err: Fix sign-extension problem on 64-bit systems in error_message()

On 64-bit systems (or anything with sizeof(long) > sizeof(int)), we
sometimes get error codes passed to error_message which have been cast
from an (int) to an (unsigned int). This almost always happens if
you're using libgssapi_krb5, which returns an error code which is less
than 0 but is returned in an (unsigned int).

For example, -1765328377L gets cast to 2529638919, which is
0x96c73a07, not 0xffffffff96c73a07, so error_message() fails to find a
matching error table.

When error_message() then calls the error_table_name() function to get a
name to use in the "unknown code" message, it gets a correct value back.

This happens because error_table_name() drops most of the higher bits of
the parameter it's passed before doing anything else with it (& 077777777f,
or & 0xffffff). If we did the same thing in error_message(), we wouldn't
have a problem there, either.

Problem reported and fixed by: Nalin Dahyabhai

Addresses-Sourceforge-Bug: #1809658

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoblkid: Avoid division by zero error when probing an invalid FAT filesystem
Theodore Ts'o [Sun, 16 Dec 2007 03:21:31 +0000 (22:21 -0500)] 
blkid: Avoid division by zero error when probing an invalid FAT filesystem

Addresses-Sourceforge-Bug: #1831627

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibss: Fix "make check" test case to work portably
Theodore Ts'o [Sun, 16 Dec 2007 03:09:48 +0000 (22:09 -0500)] 
libss: Fix "make check" test case to work portably

The "make check" test in lib/ss would fail if '.' is not in the user's
PATH, and if the libss shared library had not yet been installed yet.

Addresses-Sourceforge-Bug: #1848974

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix uuid_unparse man page to give a correct example UUID output string
Theodore Ts'o [Sun, 16 Dec 2007 02:13:42 +0000 (21:13 -0500)] 
Fix uuid_unparse man page to give a correct example UUID output string

Addresses-Debian-Bug: #444883

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix Debian rules files to support building non-Linux archs
Samuel Thibault [Tue, 14 Aug 2007 09:25:45 +0000 (11:25 +0200)] 
Fix Debian rules files to support building non-Linux archs

Addresses-Debian-Bug: #437720

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix cross-compilation support in Debian's build rules
Theodore Ts'o [Sun, 16 Dec 2007 01:34:41 +0000 (20:34 -0500)] 
Fix cross-compilation support in Debian's build rules

Addresses-Debian-Bug: #451172

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoext2fs_flushfs: Remove the NEEDS_RECOVERY from the backup superblocks
Theodore Ts'o [Sun, 16 Dec 2007 00:39:37 +0000 (19:39 -0500)] 
ext2fs_flushfs: Remove the NEEDS_RECOVERY from the backup superblocks

Now that e2fsck tries to backup the primary superblock to the backups
when the feature sets ar different, it's important when tune2fs writes
out a changed superblock, that we filter out the
EXT3_FEATURE_INCOMPAT_RECOVER feature to the backup superblocks, since
it will be removed from the primary superblock either when the
filesystem is mounted uncleanly or when journal is replayed.

Addresses-Debian-Bug: #454926

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate release notes, version files, etc., for 1.40.3 release. v1.40.3
Theodore Ts'o [Mon, 3 Dec 2007 23:33:39 +0000 (18:33 -0500)] 
Update release notes, version files, etc., for 1.40.3 release.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibext2fs: Add checks to prevent integer overflows passed to malloc()
Theodore Ts'o [Sat, 10 Nov 2007 00:01:06 +0000 (19:01 -0500)] 
libext2fs: Add checks to prevent integer overflows passed to malloc()

This addresses a potential security vulnerability where an untrusted
filesystem can be corrupted in such a way that a program using
libext2fs will allocate a buffer which is far too small.  This can
lead to either a crash or potentially a heap-based buffer overflow
crash.  No known exploits exist, but main concern is where an
untrusted user who possesses privileged access in a guest Xen
environment could corrupt a filesystem which is then accessed by the
pygrub program, running as root in the dom0 host environment, thus
allowing the untrusted user to gain privileged access in the host OS.

Thanks to the McAfee AVERT Research group for reporting this issue.

Addresses CVE-2007-5497.

Signed-off-by: Rafal Wojtczuk <rafal_wojtczuk@mcafee.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoAdd Ubuntu-specific e2fsck.conf file to work around Ubuntu issues
Theodore Ts'o [Thu, 6 Dec 2007 02:01:22 +0000 (21:01 -0500)] 
Add Ubuntu-specific e2fsck.conf file to work around Ubuntu issues

Ubuntu has init script and installer issues which cause them to have
significant problems with time zones.  This is compounded with a
relatively inexperienced user base who want to dual boot with Windows
and so have their hardware clocks tick localtime.

Addresses-Ubuntu-Bug: #131201

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate Debian policy compliance to version 3.7.3.0
Theodore Ts'o [Thu, 6 Dec 2007 01:46:12 +0000 (20:46 -0500)] 
Update Debian policy compliance to version 3.7.3.0

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agogen-tarball: Ignore the Meta directory when creating the release tarballs
Theodore Ts'o [Thu, 6 Dec 2007 01:14:43 +0000 (20:14 -0500)] 
gen-tarball: Ignore the Meta directory when creating the release tarballs

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoUpdate Spanish translation and e2fsprogs.pot file for 1.40.3 release
Theodore Ts'o [Thu, 6 Dec 2007 00:35:20 +0000 (19:35 -0500)] 
Update Spanish translation and e2fsprogs.pot file for 1.40.3 release

Addresses-Debian-Bug: #411562

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibss: Fix parallel build failure
Theodore Ts'o [Sun, 2 Dec 2007 10:52:40 +0000 (05:52 -0500)] 
libss: Fix parallel build failure

A missing dependency on ss_err.h meant that std_rqs.o could fail when
e2fsprogs was being built using make -j.

Thanks to Robert Kerr for reporting this bug.

Addresses-Sourceforge-Bug: #1842331

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoe2fsprogs: fix blkid whole-disk scanning heuristics
Eric Sandeen [Thu, 29 Nov 2007 18:57:35 +0000 (12:57 -0600)] 
e2fsprogs: fix blkid whole-disk scanning heuristics

The heuristics in blkid/devname.c probe_all() for scanning whole disks
with no partitions assume that a device name with no digit on the end
will always be present as a delineator, i.e.:

sda
sda1
sdb
sdc

In this case, when sdc is seen, it's the clue to go back and scan sdb.
However, for something like:

sda
sda1
sdb
loop0

this falls down, and sdb is never scanned.
(thanks to Karel Zak for pointing this out).

Addresses-Red-Hat-Bugzilla: #400321

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibext2fs: Fix a corner case bug in ext2fs_unlink
Theodore Ts'o [Sat, 1 Dec 2007 12:08:45 +0000 (07:08 -0500)] 
libext2fs: Fix a corner case bug in ext2fs_unlink

We cannot merge a removed directory entry to just arbitrary previous
directory entry. The previous entry must be in the same block.  So
really bad things can happen when are deleting the first directory
entry in a block where the last directory entry in the previous
directory block is not in use.  We fix this bug by checking to see if
the current entry is not the first one in the block before trying to
merge it to the previous entry.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agofix check_mntent_file() to pass mode for open(O_CREAT)
Andreas Dilger [Fri, 9 Nov 2007 01:20:15 +0000 (18:20 -0700)] 
fix check_mntent_file() to pass mode for open(O_CREAT)

On my FC8 install, ismounted.c fails to build because open(O_CREAT) is
used without passing a mode.  The following trivial patch fixes it.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
16 years agoFix errors in test_ss.c so it can be an example application and test case
Theodore Ts'o [Mon, 26 Nov 2007 12:15:58 +0000 (07:15 -0500)] 
Fix errors in test_ss.c so it can be an example application and test case

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoe2image in raw-mode appends an extra byte to image-file
Arun Thomas [Fri, 9 Nov 2007 20:46:10 +0000 (15:46 -0500)] 
e2image in raw-mode appends an extra byte to image-file

In raw mode (-r), e2image appends an extra byte to the image-file's
end if the last block requires a sparse write. Consequently, the
resulting image-file is one byte larger than the original in
size. This patch fixes the problem by seeking to one less than the
given offset, so that the byte write does not overflow into the next
block.

This problem can be reproduced by doing an e2image -r dev image-file
and comparing the original and resulting image sizes. This assumes the
image is sparse at the end. For my tests, I created a 100MB sparse
image with two files.

Signed-off-by: Arun Thomas <thomasar@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agoFix typo in the summary section of the blkid man page
Theodore Ts'o [Thu, 1 Nov 2007 05:19:32 +0000 (01:19 -0400)] 
Fix typo in the summary section of the blkid man page

Addresses-SourceForge-Bug: #1821333

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agomke2fs: Change usage message to use -E instead -R, which is deprecated
Theodore Ts'o [Mon, 15 Oct 2007 20:20:54 +0000 (16:20 -0400)] 
mke2fs: Change usage message to use -E instead -R, which is deprecated

The -R option is only used for backwards compatibility, and -E is
preferred, so change the usage message accordingly.

Signed-off-by: Coly Li <coyli@suse.de>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
16 years agolibblkid: recognize squashfs filesystems on BE systems.
Eric Sandeen [Mon, 15 Oct 2007 17:48:44 +0000 (12:48 -0500)] 
libblkid: recognize squashfs filesystems on BE systems.

squashfs has no uuid or labels, so all we need is the magic
(for big-endian too!)

Addresses-Red-Hat-Bugzilla: #305151

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
16 years agolibblkid: detect squashfs
Eric Sandeen [Tue, 25 Sep 2007 17:02:50 +0000 (12:02 -0500)] 
libblkid: detect squashfs

libblkid: recognize squashfs filesystems

squashfs has no uuid or labels, so all we need is the magic.

Addresses-Red-Hat-Bugzilla: #305151

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
16 years agoe2fsck: backup superblocks if key constants have changed
Theodore Ts'o [Mon, 1 Oct 2007 13:18:54 +0000 (09:18 -0400)] 
e2fsck: backup superblocks if key constants have changed

If the primary superblock differs from the backup superblock in
certain key respects, force a full check (if e2fsck was invoked in
preen mode).  If the filesystem check passes cleanly, and the
filesystem was opened in read/write mode, then write the primary
superblock to all of the backups.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>