Searched refs:dhxpwd (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx_passwd.c66 static struct passwd *dhxpwd; variable in typeref:struct:passwd
108 if (( dhxpwd = uam_getname(obj, username, ulen)) == NULL ) {
113 if (uam_checkuser(dhxpwd) < 0)
117 if (( sp = getspnam( dhxpwd->pw_name )) == NULL ) {
121 dhxpwd->pw_passwd = sp->sp_pwdp;
124 if (!dhxpwd->pw_passwd)
344 sprintf( hostname, "%s@%s", dhxpwd->pw_name, clientname );
346 if( uam_sia_validate_user( NULL, ac, av, hostname, dhxpwd->pw_name,
351 *uam_pwd = dhxpwd;
355 p = crypt( rbuf, dhxpwd
[all...]
H A Duams_dhx2_passwd.c76 static struct passwd *dhxpwd; variable in typeref:struct:passwd
180 if (( sp = getspnam( dhxpwd->pw_name )) == NULL ) {
184 dhxpwd->pw_passwd = sp->sp_pwdp;
187 if (!dhxpwd->pw_passwd)
270 if (( dhxpwd = uam_getname(obj, username, ulen)) == NULL ) {
556 p = crypt( ibuf, dhxpwd->pw_passwd );
558 if ( strcmp( p, dhxpwd->pw_passwd ) == 0 ) {
559 *uam_pwd = dhxpwd;
564 if (( sp = getspnam( dhxpwd->pw_name )) == NULL ) {
565 LOG(log_info, logtype_uams, "no shadow passwd entry for %s", dhxpwd
[all...]
H A Duams_dhx_pam.c60 static struct passwd *dhxpwd; variable in typeref:struct:passwd
326 if (( dhxpwd = uam_getname(obj, username, ulen)) == NULL ) {
541 *uam_pwd = dhxpwd;
H A Duams_dhx2_pam.c60 static struct passwd *dhxpwd; variable in typeref:struct:passwd
315 if (( dhxpwd = uam_getname(obj, username, ulen)) == NULL ) {
652 *uam_pwd = dhxpwd;

Completed in 94 milliseconds