Home
last modified time | relevance | path

Searched refs:store_pubkeys (Results 1 – 2 of 2) sorted by relevance

/dports/security/pam-modules/pam-modules-2.2/
H A DChangeLog110 * pam_ldaphome/pam_ldaphome.c (store_pubkeys): Use the value of the
127 (store_pubkeys): Use pubkeyfile functions to operate on
311 (store_pubkeys): Log error if fchown or ftruncate fails.
347 (store_pubkeys): Optionally enforce file mode, given by the
465 (store_pubkeys): Fix key comparison.
473 (store_pubkey): Rename to store_pubkeys, take char ** as its
476 (import_public_key): Call store_pubkeys. Use argcvz_free to
/dports/security/pam-modules/pam-modules-2.2/pam_ldaphome/
H A Dpam_ldaphome.c1438 store_pubkeys(char **keys, struct passwd *pw, struct gray_env *env) in store_pubkeys() function
1573 retval = store_pubkeys(keys, pw, env); in import_public_key()