Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 1997 10:46:28 -0700 (PDT)
From:      Garrett Wollman <wollman@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
Message-ID:  <199704291746.KAA10265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704291746.KAA10265>