aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_external.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Get rid of ?FUNCTION_NAME macro (it's OTP19+ feature)Evgeniy Khramtsov2018-05-081-5/+5
* Improve logging of external authentication failuresEvgeniy Khramtsov2018-05-081-8/+9
* Improve robustness of external authentication backendsEvgeniy Khramtsov2018-05-071-21/+42
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Rename is_user_exists -> user_existsEvgeniy Khramtsov2017-05-111-3/+3
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-242/+21
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+4
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-15/+5
* Start/stop auth modules when host is added/deletedEvgeniy Khramtsov2017-02-231-1/+5
* Use ejabberd_config:get_option/2 instead of ejabberd_config:get_local_option/2Peter Lemenkov2017-02-161-1/+1
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* ejabberd_auth*: Fix indentationHolger Weiss2016-05-241-7/+9
* Get rid of "internal" DB type. This also fixes #1092Evgeniy Khramtsov2016-04-271-21/+21
* Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov2016-03-251-23/+27
|\
| * Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld2015-05-061-25/+29
* | Fixed type specifications for 'rebar doc'Elias Rohrer2016-03-071-2/+2
* | Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* | More now() replacementsPaweł Chmielowski2015-12-071-2/+1
* | cosmetic cleanupChristophe Romain2015-10-071-1/+0
* | Fix regression introduced when code was binarized (EJAB-641)Badlop2015-09-241-1/+3
* | Comment unused type, unused termQuan Zhuo2015-09-161-1/+1
* | Add config validation at startupEvgeniy Khramtsov2015-06-011-3/+12
|/
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Don't use cached passwords if "extauth_cache: 0"Holger Weiss2014-05-201-0/+2
* Webadmin with extauth requires internal to run at least once (issue #201)Badlop2014-05-071-4/+2
* extauth_cache can have value 0Badlop2014-05-051-1/+1
* Accept "extauth_cache: false"Holger Weiss2014-04-161-1/+3
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-2/+2
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-146/+144
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Merge SQL and Mnesia code into one module (EJAB-1560)Evgeniy Khramtsov2012-04-271-14/+7
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Fix and improve support for SCRAM auth method (EJAB-1196)Badlop2011-08-161-2/+2
* Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)Badlop2011-08-161-0/+4
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Fix detection of mod_last at server start (EJAB-641)Badlop2010-12-031-3/+15
* Fix typo (thanks to Evgeniy Khramtsov)Badlop2010-07-231-1/+1
* Optionally cache extauth users in mnesia (EJAB-641)Badlop2010-05-101-18/+223
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* * src/cyrsasl.erl: Change API of check_password: pass a functionBadlop2009-04-221-1/+1
* * src/ejabberd_auth.erl: If anonymous auth is enabled, whenBadlop2009-03-041-1/+6
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
* * src/mod_register.erl: Change password using mod_register alwaysBadlop2008-08-181-1/+4
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
* * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns a...Mickaël Rémond2008-02-191-0/+2