]> git.wh0rd.org - dump.git/log
dump.git
18 years agoFix dump -w/-W output, again...
Stelian Pop [Tue, 14 Mar 2006 11:09:50 +0000 (11:09 +0000)] 
Fix dump -w/-W output, again...

18 years agoFix 'Connection to' message to appear on stderr just like all the other dump messages.
Stelian Pop [Mon, 13 Mar 2006 10:33:44 +0000 (10:33 +0000)] 
Fix 'Connection to' message to appear on stderr just like all the other dump messages.

18 years agoPrepare for release 0.4b41 release_0_4b41
Stelian Pop [Mon, 2 Jan 2006 15:24:22 +0000 (15:24 +0000)] 
Prepare for release 0.4b41

18 years agoPrepare for release 0.4b41
Stelian Pop [Mon, 2 Jan 2006 15:13:29 +0000 (15:13 +0000)] 
Prepare for release 0.4b41

18 years agoBuildRequires: ncurses-devel
Stelian Pop [Mon, 2 Jan 2006 09:35:08 +0000 (09:35 +0000)] 
BuildRequires: ncurses-devel

18 years agoFix toc file to not include extended attributes information.
Stelian Pop [Sat, 20 Aug 2005 21:00:47 +0000 (21:00 +0000)] 
Fix toc file to not include extended attributes information.

18 years agoMake the directory hashtable optional and controled via restore -H
Stelian Pop [Thu, 7 Jul 2005 09:16:03 +0000 (09:16 +0000)] 
Make the directory hashtable optional and controled via restore -H

18 years agoFix restore when symtab file is over 2GB in size.
Stelian Pop [Thu, 7 Jul 2005 08:47:13 +0000 (08:47 +0000)] 
Fix restore when symtab file is over 2GB in size.

18 years agoFix big endian issues with EA/ACL
Stelian Pop [Wed, 8 Jun 2005 13:24:08 +0000 (13:24 +0000)] 
Fix big endian issues with EA/ACL

18 years agoFix restore of ACLs.
Stelian Pop [Wed, 8 Jun 2005 09:34:33 +0000 (09:34 +0000)] 
Fix restore of ACLs.

18 years agoExplain some caveats with dump -m in the man page.
Stelian Pop [Wed, 1 Jun 2005 13:44:35 +0000 (13:44 +0000)] 
Explain some caveats with dump -m in the man page.

18 years agoFix code to not require ISO C99.
Stelian Pop [Sat, 28 May 2005 18:34:47 +0000 (18:34 +0000)] 
Fix code to not require ISO C99.

18 years agoPrepare for release 0.4b40. release_0_4b40
Stelian Pop [Mon, 2 May 2005 15:13:40 +0000 (15:13 +0000)] 
Prepare for release 0.4b40.

18 years agoAdded EA/ACL support in dump and restore.
Stelian Pop [Mon, 2 May 2005 15:10:43 +0000 (15:10 +0000)] 
Added EA/ACL support in dump and restore.

19 years agoFix an issue with the size of dump maps appearing when the filesystem has been resize...
Stelian Pop [Wed, 30 Mar 2005 13:34:00 +0000 (13:34 +0000)] 
Fix an issue with the size of dump maps appearing when the filesystem has been resized since the previous incremental dump.

19 years agoFix a small bug on an error path introduced by the hashtree patch.
Stelian Pop [Wed, 30 Mar 2005 13:21:45 +0000 (13:21 +0000)] 
Fix a small bug on an error path introduced by the hashtree patch.

19 years agoFix another hashtree bug in restore causing "removenode: non-empty directory"
Stelian Pop [Fri, 18 Mar 2005 22:12:54 +0000 (22:12 +0000)] 
Fix another hashtree bug in restore causing "removenode: non-empty directory"

19 years agoFix a bug where dump miscalculates the tape size based on -d/-s
Stelian Pop [Wed, 2 Mar 2005 08:46:54 +0000 (08:46 +0000)] 
Fix a bug where dump miscalculates the tape size based on -d/-s

19 years agoRemove a few unneeded Nflag
Stelian Pop [Fri, 25 Feb 2005 13:44:32 +0000 (13:44 +0000)] 
Remove a few unneeded Nflag

19 years agoFix the 'do not save directory entries to non-dumped inodes
Stelian Pop [Tue, 25 Jan 2005 13:33:41 +0000 (13:33 +0000)] 
Fix the 'do not save directory entries to non-dumped inodes
(excluded from dump)' feature in order to also work for
regular files.

19 years agoSmall missing \n
Stelian Pop [Mon, 24 Jan 2005 10:37:58 +0000 (10:37 +0000)] 
Small missing \n

19 years agoEmit warnings not panic() when comparing a file and we don't have enough priviledges...
Stelian Pop [Mon, 24 Jan 2005 10:32:01 +0000 (10:32 +0000)] 
Emit warnings not panic() when comparing a file and we don't have enough priviledges to access it.

19 years agoprepare for release 0.4b39 release_0_4b39
Stelian Pop [Fri, 21 Jan 2005 09:27:26 +0000 (09:27 +0000)] 
prepare for release 0.4b39

19 years agoForce restore -C to imply -N
Stelian Pop [Fri, 14 Jan 2005 13:04:56 +0000 (13:04 +0000)] 
Force restore -C to imply -N

19 years agoFix restore -C to handle correctly directories containing a file with the same name...
Stelian Pop [Fri, 14 Jan 2005 13:04:07 +0000 (13:04 +0000)] 
Fix restore -C to handle correctly directories containing a file with the same name (bug in the new hashdir code).

19 years agoSilenced the failure to call fgetflags() when comparing an entry which has no ext2...
Stelian Pop [Fri, 14 Jan 2005 13:01:32 +0000 (13:01 +0000)] 
Silenced the failure to call fgetflags() when comparing an entry which has no ext2 attributes (as in lsattr()).

19 years agochdir() back to the initial directory when abort()ing.
Stelian Pop [Thu, 13 Jan 2005 15:41:05 +0000 (15:41 +0000)] 
chdir() back to the initial directory when abort()ing.

19 years agoUpdated buggy example.
Stelian Pop [Thu, 13 Jan 2005 12:13:46 +0000 (12:13 +0000)] 
Updated buggy example.

19 years agoPrepare for 0.4b38 release. release_0_4b38
Stelian Pop [Fri, 7 Jan 2005 13:30:29 +0000 (13:30 +0000)] 
Prepare for 0.4b38 release.

19 years agoAdded a new dump on cd/dvd script.
Stelian Pop [Fri, 7 Jan 2005 09:51:06 +0000 (09:51 +0000)] 
Added a new dump on cd/dvd script.

19 years agoBetter comparision (including directories).
Stelian Pop [Wed, 15 Dec 2004 11:00:00 +0000 (11:00 +0000)] 
Better comparision (including directories).
Made restore understand tapes with EA/ACLs.

19 years agoBe sure the di_size in a map header has the correct value.
Stelian Pop [Wed, 15 Dec 2004 09:31:49 +0000 (09:31 +0000)] 
Be sure the di_size in a map header has the correct value.

19 years agoHashlist implementation for directory entries in restore.
Stelian Pop [Tue, 14 Dec 2004 14:07:56 +0000 (14:07 +0000)] 
Hashlist implementation for directory entries in restore.

19 years agoFix the exclusion of directory entries of inodes from the dump.
Stelian Pop [Tue, 14 Dec 2004 11:21:48 +0000 (11:21 +0000)] 
Fix the exclusion of directory entries of inodes from the dump.

19 years agoFix a problem in restore where the final \0 in the symbolic
Stelian Pop [Fri, 10 Dec 2004 13:31:20 +0000 (13:31 +0000)] 
Fix a problem in restore where the final \0 in the symbolic
link names could have been lost, generating corrupt filenames.

19 years agoFix SIGSEGV in dump when dumping huge 2TB filesystems (bad inode map calculation)
Stelian Pop [Mon, 22 Nov 2004 10:32:31 +0000 (10:32 +0000)] 
Fix SIGSEGV in dump when dumping huge 2TB filesystems (bad inode map calculation)

19 years agoExclude directory entries to non-dumped inodes from the dump.
Stelian Pop [Mon, 22 Nov 2004 10:22:40 +0000 (10:22 +0000)] 
Exclude directory entries to non-dumped inodes from the dump.

19 years agoFixed negative size displays in restore
Stelian Pop [Mon, 16 Aug 2004 09:39:45 +0000 (09:39 +0000)] 
Fixed negative size displays in restore

19 years agoTest for libncurses, then libtermcap when --enable-readline'ing
Stelian Pop [Tue, 20 Jul 2004 15:52:58 +0000 (15:52 +0000)] 
Test for libncurses, then libtermcap when --enable-readline'ing

19 years agoTroff syntax fixes in the man pages.
Stelian Pop [Tue, 13 Jul 2004 08:17:30 +0000 (08:17 +0000)] 
Troff syntax fixes in the man pages.

19 years agoPrepare for release 0.4b37
Stelian Pop [Wed, 7 Jul 2004 13:34:06 +0000 (13:34 +0000)] 
Prepare for release 0.4b37

19 years agoDo not include kernel headers, use sys/mount.h for getting BLKFLSBUF definition.
Stelian Pop [Wed, 7 Jul 2004 11:07:29 +0000 (11:07 +0000)] 
Do not include kernel headers, use sys/mount.h for getting BLKFLSBUF definition.

19 years agoA wrong line in /etc/fstab containing LABEL=... could prevent dump from running....
Stelian Pop [Mon, 5 Jul 2004 15:12:44 +0000 (15:12 +0000)] 
A wrong line in /etc/fstab containing LABEL=... could prevent dump from running. Fix it.

19 years agoMade dump use blkid library.
Stelian Pop [Mon, 5 Jul 2004 15:02:32 +0000 (15:02 +0000)] 
Made dump use blkid library.

19 years agoFixed an offset calculation leading to bread lseek errors.
Stelian Pop [Thu, 1 Jul 2004 09:14:48 +0000 (09:14 +0000)] 
Fixed an offset calculation leading to bread lseek errors.

19 years agoFix SIGSEGV when reading a hand-modified dumpdates file.
Stelian Pop [Thu, 17 Jun 2004 09:01:13 +0000 (09:01 +0000)] 
Fix SIGSEGV when reading a hand-modified dumpdates file.

19 years agoFix compilation on AMD64
Stelian Pop [Wed, 2 Jun 2004 09:22:48 +0000 (09:22 +0000)] 
Fix compilation on AMD64

19 years agoFix a couple of gcc 3.3.3 warnings.
Stelian Pop [Tue, 25 May 2004 10:39:29 +0000 (10:39 +0000)] 
Fix a couple of gcc 3.3.3 warnings.

19 years agoAdd --enable-staticz configure option.
Stelian Pop [Mon, 24 May 2004 12:39:23 +0000 (12:39 +0000)] 
Add --enable-staticz configure option.

19 years agoPrepare for dump 0.4b36 release. release_0_4b36
Stelian Pop [Wed, 21 Apr 2004 09:18:49 +0000 (09:18 +0000)] 
Prepare for dump 0.4b36 release.

19 years agoFix some compile warnings.
Stelian Pop [Wed, 21 Apr 2004 09:15:08 +0000 (09:15 +0000)] 
Fix some compile warnings.

19 years agoMake dump understand any integer as the dump level.
Stelian Pop [Wed, 21 Apr 2004 08:55:48 +0000 (08:55 +0000)] 
Make dump understand any integer as the dump level.

20 years agoMade restore understand FreeBSD UFS2 dumps.
Stelian Pop [Tue, 13 Apr 2004 13:03:55 +0000 (13:03 +0000)] 
Made restore understand FreeBSD UFS2 dumps.

20 years agoFixed LFS problems when restoring huge dumps (with temporary files being over 2 GB).
Stelian Pop [Mon, 29 Mar 2004 13:57:28 +0000 (13:57 +0000)] 
Fixed LFS problems when restoring huge dumps (with temporary files being over 2 GB).

20 years agoBack in the backed out block estimate patch. :)
Stelian Pop [Wed, 10 Mar 2004 16:26:30 +0000 (16:26 +0000)] 
Back in the backed out block estimate patch. :)

20 years agoBack out the block estimate patch.
Stelian Pop [Mon, 8 Mar 2004 14:12:56 +0000 (14:12 +0000)] 
Back out the block estimate patch.

20 years agoFixed -F to be run even if -M/-f is in use.
Stelian Pop [Mon, 8 Mar 2004 14:04:02 +0000 (14:04 +0000)] 
Fixed -F to be run even if -M/-f is in use.

20 years agoAnother try at fixing size estimate.
Stelian Pop [Mon, 1 Mar 2004 15:38:10 +0000 (15:38 +0000)] 
Another try at fixing size estimate.

20 years agoFix '-B list of values' patch.
Stelian Pop [Mon, 1 Mar 2004 10:52:53 +0000 (10:52 +0000)] 
Fix '-B list of values' patch.

20 years agoMade explicit in the dump man page that dump will not create
Stelian Pop [Wed, 18 Feb 2004 16:26:40 +0000 (16:26 +0000)] 
Made explicit in the dump man page that dump will not create
a remote file, it will only write to an already existing one.

20 years agoUse minor()/major() instead of "& 0xff" in order to be 32 bit compliant
Stelian Pop [Wed, 28 Jan 2004 10:02:31 +0000 (10:02 +0000)] 
Use minor()/major() instead of "& 0xff" in order to be 32 bit compliant

20 years agoSmall prototype fix.
Stelian Pop [Tue, 27 Jan 2004 10:46:55 +0000 (10:46 +0000)] 
Small prototype fix.

20 years agoMake -B accept a list of values.
Stelian Pop [Tue, 27 Jan 2004 10:37:25 +0000 (10:37 +0000)] 
Make -B accept a list of values.

20 years agoFixed restore of Solaris 7 ufsdump.
Stelian Pop [Tue, 27 Jan 2004 10:18:17 +0000 (10:18 +0000)] 
Fixed restore of Solaris 7 ufsdump.

20 years agoFixed some compile warnings on Fedora (new glibc)
Stelian Pop [Tue, 27 Jan 2004 10:15:36 +0000 (10:15 +0000)] 
Fixed some compile warnings on Fedora (new glibc)

20 years agoFix compilation with old gcc versions.
Stelian Pop [Sun, 4 Jan 2004 10:48:34 +0000 (10:48 +0000)] 
Fix compilation with old gcc versions.

20 years agoPrepare for 0.4b35 release. release_0_4b35
Stelian Pop [Sun, 21 Dec 2003 09:51:29 +0000 (09:51 +0000)] 
Prepare for 0.4b35 release.

20 years agoSome corrections from Uwe Gohlke.
Stelian Pop [Sat, 22 Nov 2003 16:52:16 +0000 (16:52 +0000)] 
Some corrections from Uwe Gohlke.

20 years agoSome little corrections.
Stelian Pop [Sun, 26 Oct 2003 16:16:08 +0000 (16:16 +0000)] 
Some little corrections.

20 years agoDarwin defs.
Stelian Pop [Sun, 26 Oct 2003 16:06:19 +0000 (16:06 +0000)] 
Darwin defs.

20 years agoFrom Uwe Gohlke:
Stelian Pop [Sun, 26 Oct 2003 16:05:44 +0000 (16:05 +0000)] 
From Uwe Gohlke:
* compile under Solaris
* restore MacOSX made dumps
* made rmt work with local/remote QFA.

20 years agoUpdated the autoconf system to 2.50. Forced the -D_BSD_SOURCE
Stelian Pop [Wed, 3 Sep 2003 15:00:21 +0000 (15:00 +0000)] 
Updated the autoconf system to 2.50. Forced the -D_BSD_SOURCE
and -D_USE_BSD_SIGNAL defines in configure in order to solve
64bit build problems because quad_t is redifined with a
different signature. Thanks to Mike Harris <mharris@redhat.com>
for reporting this bug.

20 years agoUpdate to autoconf 2.50
Stelian Pop [Wed, 3 Sep 2003 14:56:17 +0000 (14:56 +0000)] 
Update to autoconf 2.50
Force -D_BSD_SOURCE -D_USE_BSD_SIGNAL in configure.in to solve
64bit build problems because quad_t is redifined with a different signature.

20 years agoExplain that restore -C could fail because of a overmounted filesystem
Stelian Pop [Wed, 11 Jun 2003 13:01:36 +0000 (13:01 +0000)] 
Explain that restore -C could fail because of a overmounted filesystem

20 years agoUnlimited fast inode exclusion.
Stelian Pop [Mon, 12 May 2003 14:16:35 +0000 (14:16 +0000)] 
Unlimited fast inode exclusion.

20 years agoMake configure understand CPPFLAGS=, CFLAGS=, LDFLAGS=...
Stelian Pop [Thu, 8 May 2003 21:11:33 +0000 (21:11 +0000)] 
Make configure understand CPPFLAGS=, CFLAGS=, LDFLAGS=...

20 years agoBlocksize default is 32 when using -d HIGHDENSITYTREC.
Stelian Pop [Wed, 7 May 2003 14:45:18 +0000 (14:45 +0000)] 
Blocksize default is 32 when using -d HIGHDENSITYTREC.

21 years agoPrepare for release 0.4b34 release_0_4b34
Stelian Pop [Fri, 18 Apr 2003 07:57:16 +0000 (07:57 +0000)] 
Prepare for release 0.4b34

21 years agoSmall patch for LZO functionality.
Stelian Pop [Fri, 18 Apr 2003 07:47:57 +0000 (07:47 +0000)] 
Small patch for LZO functionality.

21 years agoCheck for openssl headers/libs when enabling ermt.
Stelian Pop [Thu, 10 Apr 2003 08:25:20 +0000 (08:25 +0000)] 
Check for openssl headers/libs when enabling ermt.

21 years agoFix dump -w|-W (/etc/mtab does have 0 0 as passno/freq)
Stelian Pop [Thu, 10 Apr 2003 07:59:02 +0000 (07:59 +0000)] 
Fix dump -w|-W (/etc/mtab does have 0 0 as passno/freq)

21 years agoMade dump work with new Linux 2.5 EOT early warning semantics.
Stelian Pop [Wed, 9 Apr 2003 10:42:56 +0000 (10:42 +0000)] 
Made dump work with new Linux 2.5 EOT early warning semantics.

21 years agoEncrypting rmt
Stelian Pop [Tue, 8 Apr 2003 19:52:30 +0000 (19:52 +0000)] 
Encrypting rmt

21 years agoSecurity fixes from Antonomasia.
Stelian Pop [Mon, 31 Mar 2003 10:09:37 +0000 (10:09 +0000)] 
Security fixes from Antonomasia.

21 years agoAdded LZO compression.
Stelian Pop [Mon, 31 Mar 2003 09:42:54 +0000 (09:42 +0000)] 
Added LZO compression.

21 years agoRelicensed dump/restore under the revised BSD license, as per ftp://ftp.cs.berkeley...
Stelian Pop [Sun, 30 Mar 2003 15:40:31 +0000 (15:40 +0000)] 
Relicensed dump/restore under the revised BSD license, as per ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change

21 years agoLots of fixes from Philipe Troin:
Stelian Pop [Wed, 26 Mar 2003 10:58:19 +0000 (10:58 +0000)] 
Lots of fixes from Philipe Troin:
* Fixed open and creation modes and permissions for QFA and table-of-contents
  files in dump and restore.
* Fixed the archive file descriptor handling enabling it to be 0.  This can
  happen in some cases when shell redirections are used.
* Delayed the opening of archive file until after suid had been dropped (fixing
  a possible security issue if dump is suid).
* Fixed the 'S' command handling in the rmt client part.
* Modified the end-of-tape script handling to print out statistics (and stop
  the timer) before launching the eot script. Also, the eot script does not get
  run anymore when using -M (which makes sense) or when multiple tapes are
  listed on the command line (-f tape0,tape1,tapen) (which also makes sense).

21 years agoFixed dumping of dangling symlinks.
Stelian Pop [Fri, 7 Mar 2003 09:15:44 +0000 (09:15 +0000)] 
Fixed dumping of dangling symlinks.

21 years agoStore dumpdates with timezone
Stelian Pop [Thu, 6 Mar 2003 14:35:48 +0000 (14:35 +0000)] 
Store dumpdates with timezone

21 years agoFixed labels exactly 16 bytes in length.
Stelian Pop [Tue, 25 Feb 2003 14:06:47 +0000 (14:06 +0000)] 
Fixed labels exactly 16 bytes in length.

21 years agoFix the fix, ahem.
Stelian Pop [Mon, 17 Feb 2003 11:21:29 +0000 (11:21 +0000)] 
Fix the fix, ahem.

21 years agoRaised block size up to 1024 kB.
Stelian Pop [Mon, 17 Feb 2003 10:31:44 +0000 (10:31 +0000)] 
Raised block size up to 1024 kB.

21 years agoFixed largefile seeks in rmt
Stelian Pop [Wed, 12 Feb 2003 11:02:28 +0000 (11:02 +0000)] 
Fixed largefile seeks in rmt

21 years agoFixed restore to correctly access the archive file (-A argument) even when using...
Stelian Pop [Tue, 11 Feb 2003 12:43:44 +0000 (12:43 +0000)] 
Fixed restore to correctly access the archive file (-A argument) even when using a remote tape.
Corrected Gunther Reiszig's contact information.

21 years agoFixed compare of dumped socket files by ignoring them.
Stelian Pop [Tue, 11 Feb 2003 09:56:46 +0000 (09:56 +0000)] 
Fixed compare of dumped socket files by ignoring them.

21 years agoFixed the configure scripts to only check not build headers
Stelian Pop [Tue, 11 Feb 2003 09:26:34 +0000 (09:26 +0000)] 
Fixed the configure scripts to only check not build headers

21 years agoFixed the paths in INSTALL
Stelian Pop [Tue, 11 Feb 2003 08:57:41 +0000 (08:57 +0000)] 
Fixed the paths in INSTALL

21 years agoPrepare for release 0.4b33 release_0_4b33
Stelian Pop [Mon, 10 Feb 2003 12:48:36 +0000 (12:48 +0000)] 
Prepare for release 0.4b33

21 years agoLook first into /etc/mtab, then into /etc/fstab.
Stelian Pop [Tue, 4 Feb 2003 12:24:37 +0000 (12:24 +0000)] 
Look first into /etc/mtab, then into /etc/fstab.

21 years agoEnabled rmt, LFS, readline, QFA options by default in ./configure.
Stelian Pop [Fri, 24 Jan 2003 11:01:43 +0000 (11:01 +0000)] 
Enabled rmt, LFS, readline, QFA options by default in ./configure.
Updated the configure process (new versions of config.guess, config.sub etc).