aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_sql.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Fix Dialyzer warning, old passwd tuple don't match current tuple definitionBadlop2021-11-171-2/+2
* Support old scram records before xmpp's 651050f9 and ejabberd's e5cad9be6 (#3...Badlop2021-09-271-0/+14
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Allow to use different hash for storing scram passwordsPaweł Chmielowski2020-12-081-20/+39
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Use SQL ESCAPE statement only with MSSQL and SQLite, improve compatibility wi...Alexey Shchepin2020-02-041-4/+4
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Make convert_to_scram work with all backendsPaweł Chmielowski2019-11-271-49/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-1/+1
* Fix typos using codespellEvgeny Khramtsov2019-07-161-1/+1
* Use new ets_cache API in ejabberd_authEvgeny Khramtsov2019-06-301-11/+11
* Use new configuration validatorEvgeny Khramtsov2019-06-141-10/+2
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Add auth:which_user_exist to bulk checking existence of list of usersPaweł Chmielowski2018-12-051-1/+27
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-2/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+1
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Avoid excessive logging of SQL failuresEvgeniy Khramtsov2017-12-171-8/+3
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-27/+44
* Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov2017-10-251-1/+25
* Get rid of sql_queries.erlEvgeniy Khramtsov2017-05-231-17/+125
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-384/+64
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-12/+2
* Improve Mnesia tables creation and transformationEvgeniy Khramtsov2017-04-231-2/+5
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-8/+8
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-8/+8
* Start/stop auth modules when host is added/deletedEvgeniy Khramtsov2017-02-231-1/+3
* Support scrammed passwords in ejabberdctl import_prosody (#1549)Badlop2017-02-201-2/+5
* Apply SASLprep before storing/converting passwordsEvgeniy Khramtsov2017-02-121-15/+33
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Get rid of compile warnings for random/crypto modules on R19Evgeniy Khramtsov2016-10-181-1/+1
* Report in SQL when scram is enabled but the stored password isn't (#1096)Badlop2016-06-011-1/+10
* Update more SQL queriesAlexey Shchepin2016-05-051-25/+24
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-0/+483