summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@suse.de>2015-07-13 08:09:34 -0400
committerSteve Dickson <steved@redhat.com>2015-07-13 08:09:34 -0400
commit56ac97c7e9b4ae541b2d0cfdb0845b409d09d7e7 (patch)
tree744194289b25f6f90f57db07e4dee4a87ec7c2f9 /man
parent95e0576c81de6c6f662e303bc70f922661d65903 (diff)
downloadti-rpc-56ac97c7e9b4ae541b2d0cfdb0845b409d09d7e7.tar.gz
manpage: Add authdes_pk_create
authdes_pk_create() is identical to authdes_create(), except that a public key needs to be provided by the caller and will not looked up by the function itself. Signed-off-by: Thorsten Kukuk <kukuk@thkukuk.de> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/rpc_secure.3t15
1 files changed, 15 insertions, 0 deletions
diff --git a/man/rpc_secure.3t b/man/rpc_secure.3t
index 7ad6e49..4a1ad93 100644
--- a/man/rpc_secure.3t
+++ b/man/rpc_secure.3t
@@ -16,6 +16,14 @@
.Fa "struct sockaddr *addr"
.Fa "des_block *ckey"
.Fc
+.Ft AUTH *
+.Fo authdes_pk_create
+.Fa "char *name"
+.FA "netobj *publickey"
+.Fa "unsigned window"
+.Fa "struct sockaddr *addr"
+.Fa "des_block *ckey"
+.Fc
.Ft int
.Fn authdes_getucred "struct authdes_cred *adc" "uid_t *uid" "gid_t *gid" "int *grouplen" "gid_t *groups"
.Ft int
@@ -113,6 +121,13 @@ key to be used for the encryption of credentials.
If it is supplied, however, then it will be used instead.
.Pp
The
+.Fn authdes_pk_create
+function is identical to
+.Fn authdes_create ,
+except that the public key needs to be provided at calling time and
+will not looked up by this function itself.
+.Pp
+The
.Fn authdes_getucred
function,
the second of the two