aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore
Commit message (Expand)AuthorAgeFilesLines
* Don't try to make files immutable (ie. chflags) before setting access times.David Malone2000-07-162-4/+4
* Update references to disk and tape devices.Kris Kennaway2000-05-071-5/+5
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Remove xrefs to obsolete ft driver.Nik Clayton2000-03-011-1/+0
* Use libcrypto instead of libdes.Mark Murray2000-02-241-1/+2
* Committed changes to restore(8) for previously undocumented -N option.Bill Swingle2000-02-171-5/+9
* Add `.Nm rrestore' to NAME section.Alexey Zelkin2000-01-101-1/+2
* Prepare for K5.Mark Murray1999-09-201-1/+1
* Fix for new KerberosFix for new Kerberos44Mark Murray1999-09-191-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2810-10/+10
* Fix two possible non-exploitable buffer overflows.Warner Losh1998-12-161-3/+5
* Refer to "da" rather than "sd" device.Robert Nordier1998-11-281-2/+2
* 64bit fixes.Dima Ruban1998-10-273-25/+25
* Change rst0 into rsa0.Ollivier Robert1998-09-222-3/+3
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* Prevent buffer overflow with extra long arguments.Warner Losh1998-09-171-4/+2
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+2
* Commit patch from Tor Egge to fix the "large filesystem restore" problem.Warner Losh1998-07-281-6/+12
* Add rcsid. Remove unused #includes. Add missing prototypes and others -WallPhilippe Charnier1998-07-289-35/+51
* Fix a bug that prevented the restoration of hard links to files thatJohn Polstra1998-07-091-5/+20
* Fixed printf format errors. Sure is dusty here.Bruce Evans1998-06-283-19/+20
* Well, nobody objected, so here's my -u (unlink) flag to restore.Jordan K. Hubbard1998-05-095-14/+36
* The logic in tape.c:getfile() doesn't allow for a filesystemJordan K. Hubbard1998-03-231-1/+3
* Typo fix in the message displayed.Masafumi Max NAKANE1997-12-211-1/+1
* Make this part of the 'krb' distribution if it is being built as theMark Murray1997-10-241-0/+1
* Changes for the new KTH KerberosIVMark Murray1997-09-281-4/+8
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-182-3/+3
* If, in a level N dump, the file with the inode number X is aJoerg Wunsch1997-08-101-2/+6
* Fprintf -> warn.Philippe Charnier1997-06-181-8/+5
* Document -k flag here, too.Garrett Wollman1997-04-291-6/+12
* Implement Kerberized rcmd for rdump/rrestore. This is lacking theGarrett Wollman1997-04-292-6/+24
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-118-270/+403
* This commit was generated by cvs2svn to compensate for changes in r23669,Peter Wemm1997-03-111-2/+4
|\
| * Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch.Peter Wemm1997-03-119-0/+5735
* Fix a minor problem with restore from tapes from big endian machines.Warner Losh1997-02-251-1/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Remove suid bit from binary, and update manpage to reflect this.Eivind Eklund1997-02-092-1/+6
* Buffer overflow patch.Eivind Eklund1997-02-091-1/+4
* Apply patch from pr2536, after testing locally.Warner Losh1997-01-251-5/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Sort cross references.Wolfram Schneider1997-01-131-1/+2
* Yet another buffer overflow.Guido van Rooij1997-01-014-9/+19
* Various security related deltas from OpenBSDWarner Losh1997-01-013-17/+43
* ts_sec -> tv_secNate Williams1996-09-202-11/+11
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-142-2/+2
* When running 'rrestore foo', you get a segmentation fault becauseJordan K. Hubbard1996-07-231-1/+3
* Correct some man page cross references and some fileMike Pritchard1996-02-051-1/+0
* Make the default tape device match dump(8).Joerg Wunsch1995-11-262-4/+4
* Check a pointer in skipdirs() before dereferencing it. I don't fullyJoerg Wunsch1995-09-011-1/+1