]> git.wh0rd.org - dump.git/history - restore/tape.c
Fix fgets bug when asking for a tape name.
[dump.git] / restore / tape.c
2011-06-08  Stelian PopFix fgets bug when asking for a tape name.
2011-05-05  Stelian PopFix restore -P with compressed dumps.
2010-12-06  Stelian PopFix restoring of files splitted on several volumes...
2010-06-11  Stelian PopFix some warn_unused_result compile warnings
2010-06-11  Stelian PopCreate UNIX sockets instead of dummy files
2010-06-11  Stelian PopExtract backuped sockets as dummy files.
2010-03-22  Stelian PopFix invalid EA metainformation in dump, add a workaroun...
2009-12-04  Stelian PopFix restore dumping core in some situations due to...
2009-12-03  Stelian PopFix restoration of extended attributes for fifos and...
2009-07-23  Stelian PopFix restore of files spanning on the first and second...
2007-02-22  Stelian PopFix the EA set failures when restoring immutable files
2007-02-22  Stelian PopFix SELinux xattr handling.
2005-06-08  Stelian PopFix big endian issues with EA/ACL
2005-05-02  Stelian PopAdded EA/ACL support in dump and restore.
2005-02-25  Stelian PopRemove a few unneeded Nflag
2005-01-24  Stelian PopSmall missing \n
2005-01-24  Stelian PopEmit warnings not panic() when comparing a file and...
2005-01-14  Stelian PopSilenced the failure to call fgetflags() when comparing...
2004-12-15  Stelian PopBetter comparision (including directories).
2004-12-10  Stelian PopFix a problem in restore where the final \0 in the...
2004-08-16  Stelian PopFixed negative size displays in restore
2004-05-25  Stelian PopFix a couple of gcc 3.3.3 warnings.
2004-04-21  Stelian PopFix some compile warnings.
2004-04-13  Stelian PopMade restore understand FreeBSD UFS2 dumps.
2004-01-28  Stelian PopUse minor()/major() instead of "& 0xff" in order to...
2004-01-27  Stelian PopFixed restore of Solaris 7 ufsdump.
2003-11-22  Stelian PopSome corrections from Uwe Gohlke.
2003-10-26  Stelian PopFrom Uwe Gohlke:
2003-03-31  Stelian PopAdded LZO compression.
2003-03-30  Stelian PopRelicensed dump/restore under the revised BSD license...
2003-02-17  Stelian PopFix the fix, ahem.
2003-02-17  Stelian PopRaised block size up to 1024 kB.
2003-02-12  Stelian PopFixed largefile seeks in rmt
2003-02-11  Stelian PopFixed restore to correctly access the archive file...
2003-02-11  Stelian PopFixed compare of dumped socket files by ignoring them.
2003-01-10  Stelian PopLargefile version of seek in rmt.
2002-11-28  Stelian PopFix endianess issues with compressed tapes.
2002-11-15  Stelian PopFix maps overflow in restore when doing incremental...
2002-07-29  Stelian PopFix rmtopen() extended format...
2002-07-19  Stelian PopFixed a lot of warnings in the code thanks to 'gcc -W'
2002-05-21  Stelian PopMake dump/restore use O_CREAT|O_TRUNC both locally...
2002-05-06  Stelian PopFix restore when inode maps are not entirely contained...
2002-04-04  Stelian Popdump -m implementation.
2002-03-28  Stelian PopMade restore able to understand extra TS_ADDR headers...
2002-02-04  Stelian PopFrom Uwe Gohlke:
2002-01-31  Stelian PopSmall fix for reading broken Solaris ufsdump tapes.
2002-01-25  Stelian Popkill "register".
2002-01-25  Stelian Pop-A archive file implementation
2002-01-22  Stelian PopMade -Q option work on regular files.
2002-01-16  Stelian PopAdded -a flag to restore (automatic walk through volumes)
2002-01-16  Stelian Popnoos -> popies.net
2002-01-11  Stelian PopAdded -L option to restore
2001-12-24  Stelian PopAnother set of fixes for file not found at end of tape.
2001-12-24  Stelian PopFix errors when trying to restore files not found on...
2001-11-16  Stelian PopFixed the remote tape/file detection in restore.
2001-09-12  Stelian PopAdded Helmut Jarausch patch for restoring from multiple...
2001-08-16  Stelian PopAdded bzip2 compression to dump.
2001-07-20  Stelian PopFixed the compressed multi-volume dump + restore.
2001-07-18  Stelian PopBug in getvol() when making a wrong answer to the ...
2001-07-18  Stelian PopSmall fix when _not_ using -F script
2001-07-18  Stelian PopAdded -F script option to restore.
2001-07-18  Stelian PopDiscard newline when reading the tape path entered...
2001-06-18  Stelian PopCheck for the e2fsprogs header <ext2fs/ext2_fs.h> inste...
2001-05-26  Stelian PopSmall buffer overflow in restore/tape.c
2001-05-12  Stelian PopAnother set of compression patches from Jerry.
2001-04-27  Stelian PopLFS fixes (explicit use of open64/etc)
2001-04-27  Stelian PopCleanups.
2001-04-26  Stelian PopCompression fixes for fixed block size tapes.
2001-04-12  Stelian PopCleanups for new gcc/glibc.
2001-04-11  Stelian PopFixed dumping/restoring of files ending with holes.
2001-04-10  Stelian PopQFA support.
2001-03-27  Stelian PopFix for reading dumps having a size < ntrec * blocksize
2001-03-20  Stelian Popcreat -> open
2001-03-20  Stelian PopChanged ino_t to dump_ino_t.
2001-03-20  Stelian PopAnother set of cleanups from Andreas Dilger (time_t...
2001-03-19  Stelian PopAndreas Dilger fixes (CPP, ext2 features, const char...
2001-03-18  Stelian PopNew compression patches from Jerry Peters.
2001-02-22  Stelian Pop64bit and glibc 2.2.2 fixes.
2001-02-21  Stelian Pop*** empty log message ***
2000-12-21  Stelian PopMake dump ask upon a tape write error if it should...
2000-12-21  Stelian PopLFS compatibility.
2000-12-04  Stelian Popcybercable -> noos.
2000-11-10  Stelian PopCopyright notice for Alcôve, for paying me to work...
2000-08-19  Stelian PopChanged two info messages of restore to be written...
2000-06-25  Stelian PopChanged some "panic" into "errx" for some errors when...
2000-06-03  Stelian PopPotential buffer overflow in restore.
2000-06-01  Stelian PopAdded --with-oldstylefscript in configure.
2000-05-28  Stelian PopError code to restore when compare errors detected.
2000-03-03  Stelian PopAnnoying debug messages I left in...
2000-03-02  Stelian PopAdded '-F script' option to dump.
2000-03-01  Stelian PopBuffer overflow in dump, as reported from Bugtraq
2000-01-21  Stelian PopUpdate the location of dump home page (to the sourcefor...
2000-01-13  Stelian PopSmall compile warnings (on alpha).
1999-11-22  Stelian Pop'M' multi-volume added in restore.
1999-11-11  Stelian PopSmall libc5 compile glitches.
1999-11-05  Stelian PopUse lchown instead of chown (security problem of symlin... release_0_4b9
1999-10-13  Stelian PopAdded version in usage text.
1999-10-11  Stelian PopAdded CVS Id.
1999-10-11  Stelian PopVersion 0.4b7. release_0_4b7
1999-10-11  Stelian PopVersion 0.4b6. release_0_4b6
next