Searched refs:pw_name (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/lib/
H A Deacces-error.c154 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 Dmkdir-parents.c69 str_printfa(str, "(%s)", pw.pw_name);
H A Dioloop-notify-inotify.c163 dec2str(uid), pw.pw_name);
H A Drestrict-access.c42 ret = t_strdup_printf("%s(%s)", dec2str(uid), pw.pw_name);
/dovecot/src/auth/
H A Dpassdb-passwd.c67 auth_request_set_field(request, "user", pw.pw_name, NULL);
85 auth_request_set_field(request, "user", pw.pw_name, NULL);
H A Dpassdb-bsdauth.c53 auth_request_set_field(request, "user", pw.pw_name, NULL);
H A Duserdb-passwd.c110 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 Dauth-master-connection.c401 namestr = t_strdup_printf("(%s)", pw.pw_name);
/dovecot/src/lda/
H A Dmain.c391 user = t_strdup(pw.pw_name);

Completed in 30 milliseconds