Home
last modified time | relevance | path

Searched refs:sg_passwd (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/gshadow/
Dtst-putsgent.c106 .sg_passwd = (char *) "password", in do_test()
111 .sg_passwd = (char *) "password", in do_test()
148 .sg_passwd = (char *) *bad, in do_test()
153 .sg_passwd = (char *) "password", in do_test()
158 .sg_passwd = (char *) "password", in do_test()
Dtst-gshadow.c61 if (strcmp (g->sg_passwd, data[seen].sg_passwd) != 0) in do_test()
64 seen + 1, g->sg_passwd, data[seen].sg_passwd); in do_test()
Dputsgent.c35 || !__nss_valid_field (g->sg_passwd) in putsgent()
45 if (fprintf (stream, "%s:%s:", g->sg_namp, _S (g->sg_passwd)) < 0) in putsgent()
Dsgetsgent_r.c41 result->sg_passwd = NULL;
47 STRING_FIELD (result->sg_passwd, ISCOLON, 0);
Dgshadow.h40 char *sg_passwd; /* Encrypted password. */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.1830468 * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,