index
:
ejabberd.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ejabberd_auth.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename odbc to sql everywhere
Evgeniy Khramtsov
2016-04-20
1
-1
/
+1
*
Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...
Evgeniy Khramtsov
2016-03-25
1
-20
/
+20
|
\
|
*
Use SASL PLAIN authzid as client identity if auth module permits it
Ben Langfeld
2015-05-06
1
-21
/
+21
*
|
Update copyright to 2016 (#901)
Badlop
2016-01-13
1
-1
/
+1
*
|
Move JID related functions to jid.erl (#847)
Evgeniy Khramtsov
2015-11-24
1
-4
/
+4
*
|
cosmetic cleanup
Christophe Romain
2015-10-07
1
-2
/
+3
*
|
Add config validation at startup
Evgeniy Khramtsov
2015-06-01
1
-1
/
+10
|
/
*
Update get_password_s description with SCRAM return values
Badlop
2015-04-15
1
-2
/
+2
*
Swap 'mnesia' and 'internal' types correctly
Evgeniy Khramtsov
2015-03-30
1
-1
/
+5
*
The 'default_db' option should impact ejabberd_auth as well
Evgeniy Khramtsov
2015-03-30
1
-1
/
+1
*
Try to fix more Dialyzer warnings
Badlop
2015-03-27
1
-2
/
+2
*
Fix unused vars warning
Taufan Aditya
2015-01-09
1
-1
/
+1
*
Update copyright dates to 2015 (EJAB-1733)
Badlop
2015-01-08
1
-1
/
+1
*
Add SQL to Riak converter
Evgeniy Khramtsov
2014-07-10
1
-0
/
+2
*
improve error handling when sql calling with (empty|unknown) host.
HAMANO Tsukasa
2014-05-01
1
-0
/
+3
*
Merge pull request #146 from jamielinux/master
badlop
2014-04-11
1
-4
/
+3
|
\
|
*
Update FSF address
Jamie Nguyen
2014-02-22
1
-4
/
+3
*
|
Update copyright dates to 2014 (EJAB-1679)
Badlop
2014-03-13
1
-1
/
+1
|
/
*
Change configuration file format to YAML
Evgeniy Khramtsov
2013-08-21
1
-1
/
+1
*
Add SQL to Mnesia converter
Evgeniy Khramtsov
2013-07-21
1
-2
/
+10
*
Switch to rebar build tool
Evgeniy Khramtsov
2013-06-13
1
-0
/
+1
*
Accumulated patch to binarize and indent code
Badlop
2013-03-14
1
-234
/
+289
*
Update copyright dates
Alexey Shchepin
2013-01-24
1
-1
/
+1
*
Update copyright dates
Alexey Shchepin
2012-02-23
1
-1
/
+1
*
ejabberd_auth:remove_user/2 always returns ok
Evgeniy Khramtsov
2011-09-05
1
-7
/
+4
*
Fix and improve support for SCRAM auth method (EJAB-1196)
Badlop
2011-08-16
1
-6
/
+9
*
Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)
Badlop
2011-08-16
1
-0
/
+16
*
update copyright up to 2011
Christophe Romain
2011-02-14
1
-1
/
+1
*
Add password entropy check (EJAB-1326)
Evgeniy Khramtsov
2010-10-24
1
-1
/
+25
*
Handle error response from auth modules (thanks to Eric Liang)
Badlop
2010-05-28
1
-1
/
+10
*
Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)
Badlop
2010-01-12
1
-1
/
+1
*
Fix EDoc errors.
Badlop
2009-08-17
1
-1
/
+1
*
* src/cyrsasl.erl: Change API of check_password: pass a function
Badlop
2009-04-22
1
-6
/
+6
*
* src/ejabberd_auth.erl: If anonymous auth is enabled, when
Badlop
2009-03-04
1
-29
/
+41
*
prevent from calling get_vh_registered_users/2 when not available
Christophe Romain
2009-02-13
1
-1
/
+7
*
* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)
Badlop
2009-01-12
1
-2
/
+2
*
* src/*.erl: Fix EDoc comments
Badlop
2009-01-03
1
-2
/
+2
*
* src/acl.erl: New ACL: shared_group (thanks to Maxim Ryazanov)
Badlop
2008-12-23
1
-7
/
+35
*
* src/ejabberd_auth.erl: Update from ctl to commands (EJAB-694)
Badlop
2008-10-12
1
-12
/
+1
*
* src/mod_register.erl: Change password using mod_register always
Badlop
2008-08-18
1
-3
/
+6
*
* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
Badlop
2008-07-31
1
-1
/
+1
*
* src/ejabberd_auth.erl: Improve anonymous authentication to not
Badlop
2008-04-22
1
-0
/
+55
*
Rewrite io:format calls to loglevel macros (EJAB-555)
Christophe Romain
2008-03-21
1
-1
/
+1
*
* src/ejabberd_config.erl: dirty_get_registered_users now correctly returns a...
Mickaël Rémond
2008-02-19
1
-2
/
+11
*
* src/ejabberd_auth.erl: Do not allow empty password at creation. On authent,...
Mickaël Rémond
2008-02-11
1
-0
/
+6
*
* doc/guide.tex: Updated copyright dates to 2008
Badlop
2008-01-15
1
-1
/
+1
*
* Applied copyright update patch 1.
Mickaël Rémond
2007-12-24
1
-6
/
+22
*
* src/acl.erl and other 64 files: Remove Erlang module attribute
Badlop
2007-12-06
1
-1
/
+0
*
Better count management and batch users retrieval internal database
Christophe Romain
2007-11-16
1
-3
/
+3
*
* src/ejabberd_auth.erl: Better count management and batch users retrieval fo...
Mickaël Rémond
2007-11-03
1
-0
/
+21
[next]