summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-inet/common/kcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/cmd-inet/common/kcmd.h')
-rw-r--r--usr/src/cmd/cmd-inet/common/kcmd.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/usr/src/cmd/cmd-inet/common/kcmd.h b/usr/src/cmd/cmd-inet/common/kcmd.h
index a497d1b097..b6bc8e9154 100644
--- a/usr/src/cmd/cmd-inet/common/kcmd.h
+++ b/usr/src/cmd/cmd-inet/common/kcmd.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -19,8 +18,9 @@
*
* CDDL HEADER END
*/
+
/*
- * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -102,13 +102,6 @@ int kcmd(int *sock, char **ahost, ushort_t rport, char *locuser,
krb5_flags authopts,
int anyport, enum kcmd_proto *kcmd_proto);
-krb5_error_code rd_and_store_for_creds(krb5_context context,
- krb5_auth_context auth_context,
- krb5_data *inbuf,
- krb5_ticket *ticket,
- char *lusername,
- krb5_ccache *ccache);
-
void init_encrypt(int, krb5_context, enum kcmd_proto,
krb5_data *, krb5_data *,
int, krb5_encrypt_block *);