Searched refs:pw_name (Results 1 - 9 of 9) sorted by relevance
/dovecot/src/lib/ |
H A D | eacces-error.c | 154 const char *pw_name = NULL, *gr_name = NULL; local 185 pw_name = t_strdup(pw.pw_name); 186 str_printfa(errmsg, "(%s)", pw_name); 251 if (pw_name != NULL && i_getpwuid(st.st_uid, &pw) > 0 && 252 strcmp(pw.pw_name, pw_name) == 0) { 254 dec2str(st.st_uid), pw_name);
|
H A D | mkdir-parents.c | 69 str_printfa(str, "(%s)", pw.pw_name);
|
H A D | ioloop-notify-inotify.c | 163 dec2str(uid), pw.pw_name);
|
H A D | restrict-access.c | 42 ret = t_strdup_printf("%s(%s)", dec2str(uid), pw.pw_name);
|
/dovecot/src/auth/ |
H A D | passdb-passwd.c | 67 auth_request_set_field(request, "user", pw.pw_name, NULL); 85 auth_request_set_field(request, "user", pw.pw_name, NULL);
|
H A D | passdb-bsdauth.c | 53 auth_request_set_field(request, "user", pw.pw_name, NULL);
|
H A D | userdb-passwd.c | 110 auth_request_set_field(auth_request, "user", pw.pw_name, NULL); 113 pw.pw_name); 178 _ctx->callback(pw->pw_name, _ctx->context);
|
H A D | auth-master-connection.c | 401 namestr = t_strdup_printf("(%s)", pw.pw_name);
|
/dovecot/src/lda/ |
H A D | main.c | 391 user = t_strdup(pw.pw_name);
|
Completed in 30 milliseconds