aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_mnesia.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-12-18Old passwd scram tuples do not conform to current records definitionsBadlop1-2/+2
2020-12-10Improve auth_mnesia:transformPaweł Chmielowski1-2/+3
2020-12-10Improve handling of old scram data in auth_mnesiaPaweł Chmielowski1-4/+17
2020-12-08Add hash to scramed password stored in mnesia by earlier versionPaweł Chmielowski1-0/+3
2020-12-08Allow to use different hash for storing scram passwordsPaweł Chmielowski1-1/+1
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-1/+1
2019-07-16Fix typos using codespellEvgeny Khramtsov1-1/+1
2019-06-30Use new ets_cache API in ejabberd_authEvgeny Khramtsov1-7/+7
2019-06-14Use new configuration validatorEvgeny Khramtsov1-8/+4
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+1
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-11-02Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin1-1/+0
2017-10-25Make it possible to convert to SQL for any current db_typeEvgeniy Khramtsov1-27/+2
2017-08-02Fix clustering table reg_users_counter (#1889)Christophe Romain1-0/+2
2017-05-15Fix use_cache/1 callbackEvgeniy Khramtsov1-3/+7
2017-05-11Use cache for authentication backendsEvgeniy Khramtsov1-326/+127
2017-04-28Don't re-define validation functions in multiple placesEvgeniy Khramtsov1-11/+2
2017-04-23Improve Mnesia tables creation and transformationEvgeniy Khramtsov1-93/+65
2017-04-11Rename aux.erl as misc.erl17.04Christophe Romain1-9/+9
2017-03-30Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov1-9/+9
2017-02-23Start/stop auth modules when host is added/deletedEvgeniy Khramtsov1-1/+4
2017-02-20Support scrammed passwords in ejabberdctl import_prosody (#1549)Badlop1-1/+1
2017-02-12Apply SASLprep before storing/converting passwordsEvgeniy Khramtsov1-10/+33
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-11-30Improve handling of mnesia schemaChristophe Romain1-2/+2
2016-11-22Fix xref issue injected by fbfbb96Christophe Romain1-6/+9
2016-11-22Improve ODBC importChristophe Romain1-12/+5
2016-10-18Get rid of compile warnings for random/crypto modules on R19Evgeniy Khramtsov1-1/+1
2016-05-24ejabberd_auth*: Fix indentationHolger Weiss1-40/+37
2016-05-05Update more SQL queriesAlexey Shchepin1-5/+18
2016-04-27Get rid of "internal" DB type. This also fixes #1092Evgeniy Khramtsov1-2/+2
2016-04-20Rename odbc to sql everywhereEvgeniy Khramtsov1-2/+2
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-11-24Move JID related functions to jid.erl (#847)Evgeniy Khramtsov1-21/+21
2015-06-01Add config validation at startupEvgeniy Khramtsov1-2/+6
2015-05-06Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld1-38/+46
2015-02-05Migration of scram passwords with piefxis (riak and internal only)Feotov Daniil1-1/+4
2015-01-09Fix spec comment and remove useless case blockTaufan Aditya1-5/+2
2015-01-08Update copyright dates to 2015 (EJAB-1733)Badlop1-1/+1
2014-03-13Update copyright dates to 2014 (EJAB-1679)Badlop1-1/+1
2014-02-22Update FSF addressJamie Nguyen1-4/+3
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov1-1/+1
2013-07-21Add SQL to Mnesia converterEvgeniy Khramtsov1-2/+13
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-0/+1
2013-03-14Accumulated patch to binarize and indent codeBadlop1-271/+276