From 56ac97c7e9b4ae541b2d0cfdb0845b409d09d7e7 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 13 Jul 2015 08:09:34 -0400 Subject: 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 Signed-off-by: Steve Dickson --- man/rpc_secure.3t | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'man') 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 -- cgit v1.2.1