|
static int | home_passwd (const struct passwd *pwd, const char *path, const int pathlen _U_, unsigned char *passwd, const int len, const int set) |
static int | afppasswd (const struct passwd *pwd, const char *path, const int pathlen, unsigned char *passwd, int len, const int set) |
static int | randpass (const struct passwd *pwd, const char *file, unsigned char *passwd, const int len, const int set) |
static int | rand_login (void *obj, char *username, int ulen, struct passwd **uam_pwd _U_, char *ibuf _U_, size_t ibuflen _U_, char *rbuf, size_t *rbuflen) |
static int | randnum_logincont (void *obj, struct passwd **uam_pwd, char *ibuf, size_t ibuflen _U_, char *rbuf _U_, size_t *rbuflen) |
static int | rand2num_logincont (void *obj, struct passwd **uam_pwd, char *ibuf, size_t ibuflen _U_, char *rbuf, size_t *rbuflen) |
static int | randnum_changepw (void *obj, const char *username _U_, struct passwd *pwd, char *ibuf, size_t ibuflen _U_, char *rbuf _U_, size_t *rbuflen _U_) |
static int | randnum_login (void *obj, struct passwd **uam_pwd, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen) |
static int | randnum_login_ext (void *obj, char *uname, struct passwd **uam_pwd, char *ibuf, size_t ibuflen, char *rbuf, size_t *rbuflen) |
static int | uam_setup (void *obj, const char *path) |
static void | uam_cleanup (void) |