summaryrefslogtreecommitdiffstats
path: root/sbin/restore
Commit message (Collapse)AuthorAgeFilesLines
* restore(8) doesn't need to be setgid `tty', and never did.ru2001-08-301-2/+0
| | | | | | | | | At the times, restore(8) and rrestore(8) were the different utilities. rrestore(8) was installed setuid `root', while restore(8) with usual ownership and privileges. Later on, on August 28, 1991 (what a coincidence!), rrestore(8) code was merged with restore(8). The setgid `tty' bit then was accidentally put.
* Fix grammar.dd2001-08-201-1/+2
|
* Respect the -N flag when changing directory attributes in setdirmode).dd2001-08-201-4/+6
| | | | | PR: 29671 Submitted by: Sascha Blank <sblank@addcom.de>
* Silence non-constant format string warnings by marking functionskris2001-08-191-2/+2
| | | | | | | as __printflike()/__printf0like(), adding const, or adding missing "%s" format strings, as appropriate. MFC after: 2 weeks
* Honour `TMPDIR' environment variable.sobomax2001-08-131-3/+9
| | | | | | Reviewed by: ru Approved by: ru MFC after: 2 weeks
* Remove whitespace at EOL.dd2001-07-151-13/+13
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-242-0/+2
| | | | builtins (e.g., exit, strcmp).
* Document the interactive command `what'.mikeh2001-06-201-0/+4
| | | | | Reviewed by: ru MFC after: 2 weeks
* Add 'SKIP' as an action so that verification works for multivolume restores.mjacob2001-06-111-1/+1
| | | | | | | | Tested with filesystem files. PR: 27218 Submitted by: mad1@tapil.com MFC after: 3 weeks
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* bye-bye documented raw deviceobrien2001-03-091-3/+3
|
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,obrien2001-03-084-46/+3
| | | | and remove leading `r'(aw) from it.
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-2/+2
|
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-181-1/+1
|
* 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
|
OpenPOWER on IntegriCloud