Module Name:    src
Committed By:   christos
Date:           Tue Apr  1 21:38:44 UTC 2014

Added Files:
        src/crypto/external/bsd/heimdal/bin/kvno: Makefile kvno.1

Log Message:
add glue and man


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/crypto/external/bsd/heimdal/bin/kvno/Makefile \
    src/crypto/external/bsd/heimdal/bin/kvno/kvno.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: src/crypto/external/bsd/heimdal/bin/kvno/Makefile
diff -u /dev/null src/crypto/external/bsd/heimdal/bin/kvno/Makefile:1.1
--- /dev/null	Tue Apr  1 17:38:44 2014
+++ src/crypto/external/bsd/heimdal/bin/kvno/Makefile	Tue Apr  1 17:38:44 2014
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2014/04/01 21:38:44 christos Exp $
+
+.include <bsd.own.mk>
+.include <${.CURDIR}/../../Makefile.inc>
+
+USE_FORT?= yes	# cryptographic software
+
+.PATH: ${HEIMDIST}/kuser
+
+PROG= kvno
+
+
+#HEIMSRCS= kcc-commands.in
+
+SRCS=	kvno.c
+MAN= kvno.1
+
+CPPFLAGS+= -I${DESTDIR}/usr/include/krb5
+COPTS.kvno.c+= -Wno-deprecated-declarations
+
+LDADD+= -lkafs -lsl
+LDADD+= -ledit -lterminfo
+DPADD+= ${LIBKAFS} ${LIBSL}
+DPADD+= ${LIBEDIT} ${LIBTERMINFO}
+
+.include <${HEIMBASE}/Makefile.rules.inc>
+.include <bsd.prog.mk>
Index: src/crypto/external/bsd/heimdal/bin/kvno/kvno.1
diff -u /dev/null src/crypto/external/bsd/heimdal/bin/kvno/kvno.1:1.1
--- /dev/null	Tue Apr  1 17:38:44 2014
+++ src/crypto/external/bsd/heimdal/bin/kvno/kvno.1	Tue Apr  1 17:38:44 2014
@@ -0,0 +1,59 @@
+.\"	$NetBSD: kvno.1,v 1.1 2014/04/01 21:38:44 christos Exp $
+.\"
+.Dd April 1, 2014
+.Dt KVNO 1
+.Os
+.Sh NAME
+.Nm kvno
+.Nd "print the key version numbers for Kerberos principals"
+.Sh SYNOPSIS
+.Nm
+.Oo Fl c cache \*(Ba Xo
+.Fl -cache= Ns Ar cache
+.Xc
+.Oc
+.Oo Fl e Ar enctype \*(Ba Xo
+.Fl -enctype= Ns Ar enctype
+.Xc
+.Oc
+.Oo Fl h \*(Ba Xo
+.Fl -help
+.Xc
+.Oc
+.Oo Fl k Ar keytabname \*(Ba Xo
+.Fl -keytabname= Ns Ar keytabname
+.Xc
+.Oc
+.Oo Fl q \*(Ba Xo
+.Fl -quiet
+.Xc
+.Oc
+.Oo Fl S Ar principal \*(Ba Xo
+.Fl -server= Ns Ar principal
+.Xc
+.Oc
+.Ar service
+.Ar ...
+.Sh DESCRIPTION
+.Nm
+obtains service tickets for the specified Kerberos principals and prints out
+the version number of the each.
+.Pp
+Supported options:
+.Bl -tag -width Ds
+.It Fl c Ar cache , Fl -cache= Ns Ar cache
+the credential cache to use.
+.It Fl e Ar enctype , Fl -enctype= Ns Ar enctype
+encryption type to use.
+.It Fl k Ar keytabname , Fl -keytabname= Ns Ar keytabname
+use the named file as a keytab file.
+.It Fl q , Fl -quiet
+suppress printing.
+.It Fl S Ar principal , Fl -principal= Ns Ar principal
+specify the service name used to obtain a principal.
+.It Fl -help
+print a help message.
+.El
+.Sh SEE ALSO
+.Xr kinit 1 ,
+.Xr klist 1

Reply via email to