From owner-cvs-sbin Tue Apr 29 10:48:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28768 for cvs-sbin-outgoing; Tue, 29 Apr 1997 10:48:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA28706; Tue, 29 Apr 1997 10:46:35 -0700 (PDT) From: Garrett Wollman Received: (from wollman@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA10265; Tue, 29 Apr 1997 10:46:28 -0700 (PDT) Date: Tue, 29 Apr 1997 10:46:28 -0700 (PDT) Message-Id: <199704291746.KAA10265@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sbin@FreeBSD.org Subject: cvs commit: src/sbin/dump Makefile dump.8 dumprmt.c main.c src/sbin/restore Makefile main.c Sender: owner-cvs-sbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk wollman 97/04/29 10:46:28 Modified: sbin/dump Makefile dump.8 dumprmt.c main.c sbin/restore Makefile main.c Log: Implement Kerberized rcmd for rdump/rrestore. This is lacking the 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.) Revision Changes Path 1.4 +7 -0 src/sbin/dump/Makefile 1.15 +7 -2 src/sbin/dump/dump.8 1.9 +15 -5 src/sbin/dump/dumprmt.c 1.14 +21 -4 src/sbin/dump/main.c 1.5 +7 -0 src/sbin/restore/Makefile 1.7 +17 -6 src/sbin/restore/main.c