History log of /dovecot/src/auth/db-oauth2.h
Revision Date Author Comments Expand
d88304d95978c1f92477f5c35f1821510ca607e6 16-Mar-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

auth: oauth2 - cleanup db_oauth2_lookup_callback_t db parameter isn't needed, because request->db already contains it. Also moved request parameter to be the first.

b928b757e77cf5d791fdf54b87e308b39e87071c 16-Mar-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

auth: oauth2 - remove db_oauth2_request.failed It is an unnecessary duplication of passdb_result.

5e48e30039369053adfc16b93bca0cc9a7ec9f1d 16-Mar-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

auth: oauth2 - remove db_oauth2_request.result It's not a persistent state. When it's set, the callback needs to be called. This way it's more difficult to forget to set it.

3d365d35f808bfe6096738d56d75cdb23bddd585 16-Mar-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

auth: oauth2 - make db_oauth2_template_export() static It's not used outside db-oauth2.c

9b670175445a75987a713ff899d1a945255b0b5b 16-Feb-2017 Aki Tuomi <aki.tuomi@dovecot.fi>

auth: Add oauth2 passdb