summaryrefslogtreecommitdiffstats
path: root/sbin/restore
Commit message (Collapse)AuthorAgeFilesLines
* Stop restore from looping under certain error conditions. Thisiedowse2000-12-123-15/+16
| | | | | | | | | corrects cases where restore would spew an infinite stream of "Changing volumes on pipe input?" messages, or would loop waiting for a response to the "set owner/mode for '.'" question. PR: bin/14250 Reviewed by: dwmalone
* Don't give up on file write errors. Just log them and continue.mckusick2000-12-121-1/+0
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-21/+21
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-1/+0
|
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-102-0/+3
| | | | <time.h>).
* Fix sign extension.mjacob2000-09-121-1/+1
| | | | | PR: 21232 Obtained from: Christian Weisgerber <naddy@mips.inka.de>
* Add text from NetBSD's rev 1.12 which should have accompaniedsheldonh2000-08-111-0/+22
| | | | | | | the changes made to our own source on 1997-01-01. PR: 20445 Submitted by: Jon Masami Kuroda <jkuroda@eecs.berkeley.edu>
* Don't try to make files immutable (ie. chflags) before setting access times.dwmalone2000-07-162-4/+4
| | | | | | PR: 19973 Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl> Reviewed by: Matthew Jacob <mjacob@feral.com>
* Update references to disk and tape devices.kris2000-05-071-5/+5
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Remove xrefs to obsolete ft driver.nik2000-03-011-1/+0
| | | | | PR: docs/17080 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
* Use libcrypto instead of libdes.markm2000-02-241-1/+2
|
* Committed changes to restore(8) for previously undocumented -N option.unfurl2000-02-171-5/+9
| | | | | PR: 15600 Reviewed by: jim
* Add `.Nm rrestore' to NAME section.phantom2000-01-101-1/+2
|
* Prepare for K5.markm1999-09-201-1/+1
|
* Fix for new KerberosFix for new Kerberos44markm1999-09-191-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2810-10/+10
|
* Fix two possible non-exploitable buffer overflows.imp1998-12-161-3/+5
| | | | Thanks to: A friend at Sun auditing dump/restore for Solaris.
* Refer to "da" rather than "sd" device.rnordier1998-11-281-2/+2
|
* 64bit fixes.dima1998-10-273-25/+25
| | | | | | | (Note: ``dump'' doesn't work on alpha yet. Apparently there's a problem somewhere is the physio() area) Submitted by: myself && Matt Dillon.
* Change rst0 into rsa0.roberto1998-09-222-3/+3
|
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
|
* Prevent buffer overflow with extra long arguments.imp1998-09-171-4/+2
|
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+2
|
* Commit patch from Tor Egge to fix the "large filesystem restore" problem.imp1998-07-281-6/+12
| | | | | | | This appears to work for me in the old case, but I don't have large enough filesystems to test the fix case. Reported working by: karl@mcs.net
* Add rcsid. Remove unused #includes. Add missing prototypes and others -Wallcharnier1998-07-289-35/+51
| | | | cleanings. Spelling.
* Fix a bug that prevented the restoration of hard links to files thatjdp1998-07-091-5/+20
| | | | had the schg flag set. Reported by Matthew Thyer <thyerm@camtech.net.au>.
* Fixed printf format errors. Sure is dusty here.bde1998-06-283-19/+20
|
* Well, nobody objected, so here's my -u (unlink) flag to restore.jkh1998-05-095-14/+36
|
* The logic in tape.c:getfile() doesn't allow for a filesystemjkh1998-03-231-1/+3
| | | | | | | | with a blocksize smaller than the tape block size. The problem seems to be most easily fixed by changeing where fssize is set. PR: 5704 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Typo fix in the message displayed.max1997-12-211-1/+1
|
* Make this part of the 'krb' distribution if it is being built as themarkm1997-10-241-0/+1
| | | | Kerberised version.
* Changes for the new KTH KerberosIVmarkm1997-09-281-4/+8
|
* Many places in the code NULL is used in integer context, wherephk1997-09-182-3/+3
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* If, in a level N dump, the file with the inode number X is ajoerg1997-08-101-2/+6
| | | | | | | | | non-directory file with more than one link to it, but in a level M > N dump, the file with the inode number X is a plain file, "restore", when restoring the level M dump, won't remove all the hard links to the old file. Submitted by: guy@netapp.com (Guy Harris)
* Fprintf -> warn.charnier1997-06-181-8/+5
|
* Document -k flag here, too.wollman1997-04-291-6/+12
|
* Implement Kerberized rcmd for rdump/rrestore. This is lacking thewollman1997-04-292-6/+24
| | | | | | | options one would normally expect to set the realm, enable encryption, and whatnot, but this actually is able to contact the remote server, so at least it's a start. (As a bonus, the stripped static binary is unquestionably exportable.)
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Merge from Lite2peter1997-03-118-270/+403
| | | | | | | | - cleanups, - whiteout support - bug fixes (chflags missing on a few file types etc) The dump/restore folks would want to have a closer look at this, the change is pretty big.
* This commit was generated by cvs2svn to compensate for changes in r23669,peter1997-03-111-2/+4
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch.peter1997-03-119-272/+427
| | | | | | | | (note that some of these have already been imported, this is a no-op)
* | Fix a minor problem with restore from tapes from big endian machines.imp1997-02-251-1/+4
| | | | | | | | | | | | | | This finishes the closing of PR2446 which J"org Wunsch pointed out to me after I closed it. Submitted by: Tor Egge <Tor.Egge@idt.ntnu.no>
* | Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
| |
* | Remove suid bit from binary, and update manpage to reflect this.eivind1997-02-092-1/+6
| |
* | Buffer overflow patch.eivind1997-02-091-1/+4
| |
* | Apply patch from pr2536, after testing locally.imp1997-01-251-5/+6
| | | | | | | | | | | | | | | | Fixes: PR2446 and PR2536 Submitted by: Flemming Jacobsen <fj@tfs.com> 2.2 Candidate.
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Sort cross references.wosch1997-01-131-1/+2
| |
* | Yet another buffer overflow.guido1997-01-014-9/+19
| | | | | | | | | | | | 2.2 candidate (and -stable too actually, who does that?) Reviewed by: Warner Losh
OpenPOWER on IntegriCloud