Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src add man-pages for kf and kfd
details: https://anonhg.NetBSD.org/src/rev/9cb12c093cde
branches: trunk
changeset: 494117:9cb12c093cde
user: assar <assar%NetBSD.org@localhost>
date: Sun Jul 02 07:39:39 2000 +0000
description:
add man-pages for kf and kfd
diffstat:
crypto/dist/heimdal/appl/kf/kf.1 | 92 +++++++++++++++++++++++++++++++++++++++
crypto/dist/heimdal/appl/kf/kfd.8 | 59 +++++++++++++++++++++++++
libexec/kfd/Makefile | 4 +-
usr.bin/kf/Makefile | 4 +-
4 files changed, 155 insertions(+), 4 deletions(-)
diffs (193 lines):
diff -r d82a4b7e5875 -r 9cb12c093cde crypto/dist/heimdal/appl/kf/kf.1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/dist/heimdal/appl/kf/kf.1 Sun Jul 02 07:39:39 2000 +0000
@@ -0,0 +1,92 @@
+.\" Things to fix:
+.\" * correct section, and operating system
+.\" * remove Op from mandatory flags
+.\" * use better macros for arguments (like .Pa for files)
+.\"
+.Dd July 2, 2000
+.Dt KF 1
+.Os Heimdal
+.Sh NAME
+.Nm kf
+.Nd
+securly forward tickets
+.Sh SYNOPSIS
+.Nm
+.Oo Fl p Ar port \*(Ba Xo
+.Fl -port= Ns Ar port Oc
+.Xc
+.Oo Fl l Ar login \*(Ba Xo
+.Fl -login= Ns Ar login Oc
+.Xc
+.Oo Fl c Ar ccache \*(Ba Xo
+.Fl -ccache= Ns Ar ccache Oc
+.Xc
+.Op Fl F | Fl -forwardable
+.Op Fl G | Fl -no-forwardable
+.Op Fl h | Fl -help
+.Op Fl -version
+.Ar host ...
+.Sh DESCRIPTION
+The
+.Nm
+program forwards tickets to a remove host through an authenticated
+and encrypted stream. Options supported are:
+.Bl -tag -width Ds
+.It Xo
+.Fl p Ar port Ns ,
+.Fl -port= Ns Ar port
+.Xc
+port to connect to
+.It Xo
+.Fl l Ar login Ns ,
+.Fl -login= Ns Ar login
+.Xc
+remote login name
+.It Xo
+.Fl c Ar ccache Ns ,
+.Fl -ccache= Ns Ar ccache
+.Xc
+remote cred cache
+.It Xo
+.Fl F Ns ,
+.Fl -forwardable
+.Xc
+forward forwardable credentials
+.It Xo
+.Fl G Ns ,
+.Fl -no-forwardable
+.Xc
+do not forward forwardable credentials
+.It Xo
+.Fl h Ns ,
+.Fl -help
+.Xc
+.It Xo
+.Fl -version
+.Xc
+.El
+.Pp
+.Nm
+is useful when you do not want to enter your password on a remote host
+but want to have your tickets one for example afs.
+.Pp
+In order for
+.Nm
+to work you will need to acquire your initial ticket with forwardable
+flag, ie
+.Nm kinit Fl -forwardable .
+.Pp
+.Nm telnet
+is able to forward ticket by itself.
+.\".Sh ENVIRONMENT
+.\".Sh FILES
+.\".Sh EXAMPLES
+.\".Sh DIAGNOSTICS
+.Sh SEE ALSO
+.Xr kfd 8 ,
+.Xr kinit 1 ,
+.Xr telnet 1
+.\".Sh STANDARDS
+.\".Sh HISTORY
+.\".Sh AUTHORS
+.\".Sh BUGS
diff -r d82a4b7e5875 -r 9cb12c093cde crypto/dist/heimdal/appl/kf/kfd.8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/crypto/dist/heimdal/appl/kf/kfd.8 Sun Jul 02 07:39:39 2000 +0000
@@ -0,0 +1,59 @@
+.\" Things to fix:
+.\" * correct section, and operating system
+.\" * remove Op from mandatory flags
+.\" * use better macros for arguments (like .Pa for files)
+.\"
+.Dd July 2, 2000
+.Dt KFD 8
+.Os Heimdal
+.Sh NAME
+.Nm kfd
+.Nd
+receive forwarded tickets
+.Sh SYNOPSIS
+.Nm
+.Oo Fl p Ar port \*(Ba Xo
+.Fl -port= Ns Ar port Oc
+.Xc
+.Op Fl i | Fl -inetd
+.Oo Fl R Ar regpag \*(Ba Xo
+.Fl -regpag= Ns Ar regpag Oc
+.Xc
+.Op Fl h | Fl -help
+.Op Fl -version
+.Sh DESCRIPTION
+This is the daemon for
+.Nm kf .
+Supported options:
+.Bl -tag -width Ds
+.It Xo
+.Fl p Ar port Ns ,
+.Fl -port= Ns Ar port
+.Xc
+port to listen to
+.It Xo
+.Fl i Ns ,
+.Fl -inetd
+.Xc
+not started from inetd
+.It Xo
+.Fl R Ar regpag Ns ,
+.Fl -regpag= Ns Ar regpag
+.Xc
+path to regpag binary
+.El
+.\".Sh ENVIRONMENT
+.\".Sh FILES
+.Sh EXAMPLES
+Put the following in
+.Pa /etc/inetd.conf :
+.Bd -literal
+kf stream tcp nowait root /usr/heimdal/libexec/kfd kfd
+.Ed
+.\".Sh DIAGNOSTICS
+.Sh SEE ALSO
+.Xr kf 1
+.\".Sh STANDARDS
+.\".Sh HISTORY
+.\".Sh AUTHORS
+.\".Sh BUGS
diff -r d82a4b7e5875 -r 9cb12c093cde libexec/kfd/Makefile
--- a/libexec/kfd/Makefile Sun Jul 02 06:25:46 2000 +0000
+++ b/libexec/kfd/Makefile Sun Jul 02 07:39:39 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:41:41 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/07/02 07:39:40 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/appl/kf
@@ -22,6 +22,6 @@
-lroken \
-lcrypt
-NOMAN=
+MAN= kfd.8
.include <bsd.prog.mk>
diff -r d82a4b7e5875 -r 9cb12c093cde usr.bin/kf/Makefile
--- a/usr.bin/kf/Makefile Sun Jul 02 06:25:46 2000 +0000
+++ b/usr.bin/kf/Makefile Sun Jul 02 07:39:39 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/07/02 07:39:39 assar Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/appl/kf
@@ -22,6 +22,6 @@
-lroken \
-lcrypt
-NOMAN=
+MAN1= kf.1
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index