Searched defs:current_username (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-mailbox-list.c556 const char *current_username, *owner_username; local
564 current_username = auser->acl_user;
565 if (current_username == NULL)
566 current_username = owner_username;
568 owner = strcmp(current_username, owner_username) == 0;
577 backend = acl_backend_init(auser->acl_env, ns->list, current_username,
/dovecot/src/auth/
H A Dauth-cache.c417 char *hash_key, *current_username; local
426 current_username = request->user;
435 request->user = current_username;

Completed in 13 milliseconds