]>
git.wh0rd.org Git - dump.git/log
Stelian Pop [Wed, 18 Jul 2001 14:57:46 +0000 (14:57 +0000)]
Bug in getvol() when making a wrong answer to the 'Mount next volume' prompt.
Stelian Pop [Wed, 18 Jul 2001 13:46:17 +0000 (13:46 +0000)]
Small fix when _not_ using -F script
Stelian Pop [Wed, 18 Jul 2001 13:12:33 +0000 (13:12 +0000)]
QFA fixes.
Stelian Pop [Wed, 18 Jul 2001 12:54:06 +0000 (12:54 +0000)]
Added -F script option to restore.
Stelian Pop [Wed, 18 Jul 2001 11:46:31 +0000 (11:46 +0000)]
Discard newline when reading the tape path entered by the operator in restore.
Stelian Pop [Wed, 18 Jul 2001 09:50:48 +0000 (09:50 +0000)]
-B option knows about compression length now.
Stelian Pop [Wed, 18 Jul 2001 09:12:05 +0000 (09:12 +0000)]
RPM spec update and time.h cleanups (from RedHat latest rpm)
Stelian Pop [Wed, 18 Jul 2001 08:50:58 +0000 (08:50 +0000)]
Fixed the looping problem in dump (deal with holes at the end of files).
Stelian Pop [Mon, 18 Jun 2001 11:07:45 +0000 (11:07 +0000)]
Report any filesystem present in either /etc/fstab with a positive passno or /etc/dumpdates in dump -w output.
Stelian Pop [Mon, 18 Jun 2001 10:58:27 +0000 (10:58 +0000)]
Check for the e2fsprogs header <ext2fs/ext2_fs.h> instead of the kernel header if available.
Stelian Pop [Sat, 26 May 2001 11:11:16 +0000 (11:11 +0000)]
Implement the Sun extended rmt protocol.
Stelian Pop [Sat, 26 May 2001 11:04:46 +0000 (11:04 +0000)]
Small buffer overflow in restore/tape.c
Stelian Pop [Sat, 12 May 2001 11:39:45 +0000 (11:39 +0000)]
Prepare for 0.4b22 release.
Stelian Pop [Sat, 12 May 2001 11:36:12 +0000 (11:36 +0000)]
Another set of compression patches from Jerry.
Stelian Pop [Thu, 10 May 2001 20:55:09 +0000 (20:55 +0000)]
Sorted my mailbox and added some items.
Stelian Pop [Fri, 27 Apr 2001 15:22:47 +0000 (15:22 +0000)]
LFS fixes (explicit use of open64/etc)
Stelian Pop [Fri, 27 Apr 2001 12:23:23 +0000 (12:23 +0000)]
Cleanups.
Stelian Pop [Thu, 26 Apr 2001 08:59:32 +0000 (08:59 +0000)]
typo
Stelian Pop [Thu, 26 Apr 2001 08:49:56 +0000 (08:49 +0000)]
Compression fixes for fixed block size tapes.
Stelian Pop [Thu, 26 Apr 2001 08:28:29 +0000 (08:28 +0000)]
New config.guess and config.sub version, + minor cleanup.
Stelian Pop [Tue, 24 Apr 2001 15:04:59 +0000 (15:04 +0000)]
More documentation on -Q use.
Stelian Pop [Tue, 24 Apr 2001 10:59:12 +0000 (10:59 +0000)]
Cosmetic changes to QFA code / time.h headers.
Stelian Pop [Thu, 12 Apr 2001 16:31:59 +0000 (16:31 +0000)]
Added BuildRequires: e2fsprogs-devel
Stelian Pop [Thu, 12 Apr 2001 16:03:29 +0000 (16:03 +0000)]
Cleanups for new gcc/glibc.
Stelian Pop [Thu, 12 Apr 2001 13:32:14 +0000 (13:32 +0000)]
Update the spec file from RedHat.
Stelian Pop [Thu, 12 Apr 2001 13:14:14 +0000 (13:14 +0000)]
Fixed a socket descriptor leak in dump.
Stelian Pop [Wed, 11 Apr 2001 15:24:03 +0000 (15:24 +0000)]
Debug message (print signal number when caught)
Stelian Pop [Wed, 11 Apr 2001 13:42:52 +0000 (13:42 +0000)]
Fixed dumping/restoring of files ending with holes.
Stelian Pop [Tue, 10 Apr 2001 13:42:21 +0000 (13:42 +0000)]
Multifile option to dump.
Stelian Pop [Tue, 10 Apr 2001 12:46:53 +0000 (12:46 +0000)]
QFA support.
Stelian Pop [Fri, 6 Apr 2001 10:09:39 +0000 (10:09 +0000)]
Get the install paths from configure.
Stelian Pop [Wed, 28 Mar 2001 12:59:48 +0000 (12:59 +0000)]
Correction of block estimate.
Added EXT2_RESIZE_INO to the dump exclusion list
Added block count in rmt debug.
Minor cleanups.
Stelian Pop [Tue, 27 Mar 2001 08:09:21 +0000 (08:09 +0000)]
Fix for reading dumps having a size < ntrec * blocksize
Stelian Pop [Fri, 23 Mar 2001 14:40:11 +0000 (14:40 +0000)]
Another set of cleanups from Andreas.
Stelian Pop [Wed, 21 Mar 2001 09:37:12 +0000 (09:37 +0000)]
Configure magic for testing ext2_ino_t and s_journal_inum
Stelian Pop [Tue, 20 Mar 2001 20:46:08 +0000 (20:46 +0000)]
-z usage info only if ZLIB defined
Stelian Pop [Tue, 20 Mar 2001 20:39:36 +0000 (20:39 +0000)]
creat -> open
Stelian Pop [Tue, 20 Mar 2001 20:25:27 +0000 (20:25 +0000)]
Another compress patch (compress while waiting for previous slave to write)
Stelian Pop [Tue, 20 Mar 2001 20:15:43 +0000 (20:15 +0000)]
Some compression patches.
Stelian Pop [Tue, 20 Mar 2001 10:02:48 +0000 (10:02 +0000)]
Changed ino_t to dump_ino_t.
Stelian Pop [Tue, 20 Mar 2001 09:14:57 +0000 (09:14 +0000)]
Another set of cleanups from Andreas Dilger (time_t cleanups, libext2 version etc).
Stelian Pop [Mon, 19 Mar 2001 13:22:48 +0000 (13:22 +0000)]
Andreas Dilger fixes (CPP, ext2 features, const char etc).
Stelian Pop [Sun, 18 Mar 2001 15:35:43 +0000 (15:35 +0000)]
New compression patches from Jerry Peters.
Stelian Pop [Thu, 22 Feb 2001 10:57:39 +0000 (10:57 +0000)]
64bit and glibc 2.2.2 fixes.
Stelian Pop [Wed, 21 Feb 2001 16:31:47 +0000 (16:31 +0000)]
-z option help.
Stelian Pop [Wed, 21 Feb 2001 16:16:00 +0000 (16:16 +0000)]
Compression patch.
Stelian Pop [Wed, 21 Feb 2001 16:13:04 +0000 (16:13 +0000)]
*** empty log message ***
Stelian Pop [Fri, 16 Feb 2001 14:16:54 +0000 (14:16 +0000)]
Added some items from my mailbox.
Stelian Pop [Fri, 16 Feb 2001 13:38:46 +0000 (13:38 +0000)]
Fix a bug in dump where waiting too much when changing tapes causes the volume to be rewritten.
Stelian Pop [Fri, 16 Feb 2001 10:40:47 +0000 (10:40 +0000)]
Made dump report the number of blocks dumped per volume.
Stelian Pop [Sat, 13 Jan 2001 18:50:35 +0000 (18:50 +0000)]
Prepare for 0.4b21
Stelian Pop [Thu, 21 Dec 2000 15:01:53 +0000 (15:01 +0000)]
Make dump ask upon a tape write error if it should rewrite the current volume or if it should assume an end-of-tape condition.
Stelian Pop [Thu, 21 Dec 2000 11:14:52 +0000 (11:14 +0000)]
LFS compatibility.
Stelian Pop [Tue, 5 Dec 2000 16:57:37 +0000 (16:57 +0000)]
Use the libext2fs inode-scanning functions.
Stelian Pop [Tue, 5 Dec 2000 16:31:35 +0000 (16:31 +0000)]
Added the throughput information in dump's progression messages.
Stelian Pop [Tue, 5 Dec 2000 15:43:48 +0000 (15:43 +0000)]
Check for 'file system full' when creating temporary files.
Stelian Pop [Mon, 4 Dec 2000 16:05:35 +0000 (16:05 +0000)]
.
Stelian Pop [Mon, 4 Dec 2000 15:43:15 +0000 (15:43 +0000)]
cybercable -> noos.
Stelian Pop [Mon, 4 Dec 2000 14:00:14 +0000 (14:00 +0000)]
MNTENT undefined on libc5...
Stelian Pop [Thu, 30 Nov 2000 09:53:10 +0000 (09:53 +0000)]
Fix a compile problem (e2fs label related).
Stelian Pop [Wed, 29 Nov 2000 10:13:41 +0000 (10:13 +0000)]
Dump -w|-W fixes
Stelian Pop [Fri, 10 Nov 2000 18:05:16 +0000 (18:05 +0000)]
Prepare for release 0.4b20
Stelian Pop [Fri, 10 Nov 2000 14:51:42 +0000 (14:51 +0000)]
Copyright notice for Alcôve, for paying me to work on dump...
Stelian Pop [Fri, 10 Nov 2000 14:42:24 +0000 (14:42 +0000)]
Copyright notice for Alcôve, for paying me to work on dump...
Stelian Pop [Fri, 10 Nov 2000 13:52:43 +0000 (13:52 +0000)]
Save ext2 volume label into the dump label.
Stelian Pop [Fri, 10 Nov 2000 13:22:10 +0000 (13:22 +0000)]
Dump EOM detection is now a default.
Stelian Pop [Fri, 10 Nov 2000 11:54:52 +0000 (11:54 +0000)]
typo.
Stelian Pop [Fri, 10 Nov 2000 11:48:31 +0000 (11:48 +0000)]
Made dump -w|-W report all recognized filesystems...
Stelian Pop [Fri, 10 Nov 2000 09:35:07 +0000 (09:35 +0000)]
Take the default tape device value and the path for fstab from system headers files.
Stelian Pop [Fri, 3 Nov 2000 18:28:58 +0000 (18:28 +0000)]
Restore uid and gid before invoking external RSH.
Stelian Pop [Tue, 26 Sep 2000 13:17:09 +0000 (13:17 +0000)]
Made dump able to dump files bigger than 2 GB.
Stelian Pop [Tue, 26 Sep 2000 12:34:51 +0000 (12:34 +0000)]
Fixed dump of a mountpoint which is not an absolute path.
Stelian Pop [Fri, 1 Sep 2000 14:39:21 +0000 (14:39 +0000)]
Restrict usage on -e option (prevent array overflow with many -e and prevent excluding of inodes <= 2).
Stelian Pop [Fri, 1 Sep 2000 14:26:23 +0000 (14:26 +0000)]
Fixed the -e option on a directory.
Stelian Pop [Wed, 30 Aug 2000 08:55:15 +0000 (08:55 +0000)]
Empty the sigaction structure to be portable.
Stelian Pop [Mon, 21 Aug 2000 10:45:39 +0000 (10:45 +0000)]
Added a configure check for sa_sigaction member of struct sigaction.
Modified bylabel to be self contained (it doesn't depend any more on
kernel/libc header files which could be out of date).
Stelian Pop [Sun, 20 Aug 2000 19:53:49 +0000 (19:53 +0000)]
Fergot.
Stelian Pop [Sun, 20 Aug 2000 19:45:38 +0000 (19:45 +0000)]
Prepare to release 0.4b19
Stelian Pop [Sun, 20 Aug 2000 19:41:23 +0000 (19:41 +0000)]
Made dump understand the LABEL= and UUID= notations.
Stelian Pop [Sun, 20 Aug 2000 16:34:00 +0000 (16:34 +0000)]
Added a check for libtermcap in configure script.
Stelian Pop [Sun, 20 Aug 2000 15:46:52 +0000 (15:46 +0000)]
Update to the latest RedHat RPM spec file.
Stelian Pop [Sun, 20 Aug 2000 15:17:36 +0000 (15:17 +0000)]
Do not add links several times in restore
Stelian Pop [Sat, 19 Aug 2000 23:48:10 +0000 (23:48 +0000)]
Only level 0 and no -u when dumping a subdirectory
Stelian Pop [Sat, 19 Aug 2000 23:15:38 +0000 (23:15 +0000)]
Off by one miscalculation (dumping a one letter directory).
Stelian Pop [Sat, 19 Aug 2000 22:39:35 +0000 (22:39 +0000)]
Changed two info messages of restore to be written on stdout instead of stderr.
Stelian Pop [Sat, 19 Aug 2000 22:08:53 +0000 (22:08 +0000)]
Specified the default blocksize in the dump manpage.
Stelian Pop [Sat, 19 Aug 2000 22:06:03 +0000 (22:06 +0000)]
Fixed the signal handling in dump.
Stelian Pop [Fri, 30 Jun 2000 09:13:39 +0000 (09:13 +0000)]
Enabled static readline restore.
Stelian Pop [Fri, 30 Jun 2000 09:12:14 +0000 (09:12 +0000)]
Added -ltermcap to readline enabled restore
Stelian Pop [Fri, 30 Jun 2000 09:00:38 +0000 (09:00 +0000)]
Prepare to release 0.4b18
Stelian Pop [Fri, 30 Jun 2000 08:57:24 +0000 (08:57 +0000)]
Removed the suid-root bit in the default build.
Stelian Pop [Mon, 26 Jun 2000 08:50:16 +0000 (08:50 +0000)]
Update for yesterday's changes.
Stelian Pop [Sun, 25 Jun 2000 18:42:39 +0000 (18:42 +0000)]
Changed some "panic" into "errx" for some errors when restore
isn't able to recover.
Stelian Pop [Sun, 11 Jun 2000 17:26:04 +0000 (17:26 +0000)]
Made 'cat DUMPFILE | restore -i -f - ' work again.
Stelian Pop [Sat, 3 Jun 2000 22:24:17 +0000 (22:24 +0000)]
Potential buffer overflow in restore.
Stelian Pop [Thu, 1 Jun 2000 20:49:32 +0000 (20:49 +0000)]
Prepare for release 0.4b17
Stelian Pop [Thu, 1 Jun 2000 18:51:22 +0000 (18:51 +0000)]
*** empty log message ***
Stelian Pop [Thu, 1 Jun 2000 18:44:51 +0000 (18:44 +0000)]
*** empty log message ***
Stelian Pop [Thu, 1 Jun 2000 18:30:08 +0000 (18:30 +0000)]
Added --with-oldstylefscript in configure.
Compare on the fly in restore code.
Stelian Pop [Mon, 29 May 2000 14:17:37 +0000 (14:17 +0000)]
Added readline capabilities to interactive restore.