| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby | wollman | 2000-10-10 | 2 | -0/+3 |
* | Fix sign extension. | mjacob | 2000-09-12 | 1 | -1/+1 |
* | Add text from NetBSD's rev 1.12 which should have accompanied | sheldonh | 2000-08-11 | 1 | -0/+22 |
* | Don't try to make files immutable (ie. chflags) before setting access times. | dwmalone | 2000-07-16 | 2 | -4/+4 |
* | Update references to disk and tape devices. | kris | 2000-05-07 | 1 | -5/+5 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -2/+4 |
* | Remove xrefs to obsolete ft driver. | nik | 2000-03-01 | 1 | -1/+0 |
* | Use libcrypto instead of libdes. | markm | 2000-02-24 | 1 | -1/+2 |
* | Committed changes to restore(8) for previously undocumented -N option. | unfurl | 2000-02-17 | 1 | -5/+9 |
* | Add `.Nm rrestore' to NAME section. | phantom | 2000-01-10 | 1 | -1/+2 |
* | Prepare for K5. | markm | 1999-09-20 | 1 | -1/+1 |
* | Fix for new KerberosFix for new Kerberos44 | markm | 1999-09-19 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 10 | -10/+10 |
* | Fix two possible non-exploitable buffer overflows. | imp | 1998-12-16 | 1 | -3/+5 |
* | Refer to "da" rather than "sd" device. | rnordier | 1998-11-28 | 1 | -2/+2 |
* | 64bit fixes. | dima | 1998-10-27 | 3 | -25/+25 |
* | Change rst0 into rsa0. | roberto | 1998-09-22 | 2 | -3/+3 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |
* | Prevent buffer overflow with extra long arguments. | imp | 1998-09-17 | 1 | -4/+2 |
* | Fix LIBDIR (for aout/ELF). | markm | 1998-08-06 | 1 | -1/+2 |
* | Commit patch from Tor Egge to fix the "large filesystem restore" problem. | imp | 1998-07-28 | 1 | -6/+12 |
* | Add rcsid. Remove unused #includes. Add missing prototypes and others -Wall | charnier | 1998-07-28 | 9 | -35/+51 |
* | Fix a bug that prevented the restoration of hard links to files that | jdp | 1998-07-09 | 1 | -5/+20 |
* | Fixed printf format errors. Sure is dusty here. | bde | 1998-06-28 | 3 | -19/+20 |
* | Well, nobody objected, so here's my -u (unlink) flag to restore. | jkh | 1998-05-09 | 5 | -14/+36 |
* | The logic in tape.c:getfile() doesn't allow for a filesystem | jkh | 1998-03-23 | 1 | -1/+3 |
* | Typo fix in the message displayed. | max | 1997-12-21 | 1 | -1/+1 |
* | Make this part of the 'krb' distribution if it is being built as the | markm | 1997-10-24 | 1 | -0/+1 |
* | Changes for the new KTH KerberosIV | markm | 1997-09-28 | 1 | -4/+8 |
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 2 | -3/+3 |
* | If, in a level N dump, the file with the inode number X is a | joerg | 1997-08-10 | 1 | -2/+6 |
* | Fprintf -> warn. | charnier | 1997-06-18 | 1 | -8/+5 |
* | Document -k flag here, too. | wollman | 1997-04-29 | 1 | -6/+12 |
* | Implement Kerberized rcmd for rdump/rrestore. This is lacking the | wollman | 1997-04-29 | 2 | -6/+24 |
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
* | Merge from Lite2 | peter | 1997-03-11 | 8 | -270/+403 |
* | This commit was generated by cvs2svn to compensate for changes in r23669, | peter | 1997-03-11 | 1 | -2/+4 |
|\ |
|
| * | Import some CSRG 4.4BSD-Lite2 components for sbin onto vendor branch. | peter | 1997-03-11 | 9 | -272/+427 |
* | | Fix a minor problem with restore from tapes from big endian machines. | imp | 1997-02-25 | 1 | -1/+4 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | | Remove suid bit from binary, and update manpage to reflect this. | eivind | 1997-02-09 | 2 | -1/+6 |
* | | Buffer overflow patch. | eivind | 1997-02-09 | 1 | -1/+4 |
* | | Apply patch from pr2536, after testing locally. | imp | 1997-01-25 | 1 | -5/+6 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | | Sort cross references. | wosch | 1997-01-13 | 1 | -1/+2 |
* | | Yet another buffer overflow. | guido | 1997-01-01 | 4 | -9/+19 |
* | | Various security related deltas from OpenBSD | imp | 1997-01-01 | 3 | -17/+43 |
* | | ts_sec -> tv_sec | nate | 1996-09-20 | 2 | -11/+11 |
* | | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 2 | -2/+2 |
* | | When running 'rrestore foo', you get a segmentation fault because | jkh | 1996-07-23 | 1 | -1/+3 |