Searched refs:sg_passwd (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/gshadow/ |
D | tst-putsgent.c | 106 .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()
|
D | tst-gshadow.c | 61 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()
|
D | putsgent.c | 35 || !__nss_valid_field (g->sg_passwd) in putsgent() 45 if (fprintf (stream, "%s:%s:", g->sg_namp, _S (g->sg_passwd)) < 0) in putsgent()
|
D | sgetsgent_r.c | 41 result->sg_passwd = NULL; 47 STRING_FIELD (result->sg_passwd, ISCOLON, 0);
|
D | gshadow.h | 40 char *sg_passwd; /* Encrypted password. */ member
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 30468 * gshadow/putsgent.c (putsgent): Check sg_namp, sg_passwd, sg_adm,
|