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_ldap.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix errors and warnings for "rebar3 edoc"
Badlop
2022-05-17
1
-1
/
+0
*
Update copyright year to 2022
Badlop
2022-02-11
1
-1
/
+1
*
Update newest copyright year to 2021 (#3464)
Badlop
2021-01-27
1
-1
/
+1
*
Add reload handler to ejabberd_auth_ldap
Paweł Chmielowski
2020-03-04
1
-1
/
+6
*
Update copyright to 2020 (#3149)
Badlop
2020-01-28
1
-1
/
+1
*
Fix typos using codespell
Evgeny Khramtsov
2019-07-16
1
-1
/
+1
*
Process unexpected messages uniformly
Evgeny Khramtsov
2019-07-12
1
-4
/
+9
*
Use new ets_cache API in ejabberd_auth
Evgeny Khramtsov
2019-06-30
1
-12
/
+11
*
Use new configuration validator
Evgeny Khramtsov
2019-06-14
1
-63
/
+12
*
Update copyright to 2019 (#2756)
Badlop
2019-01-08
1
-1
/
+1
*
Fix some dialyzer warnings
Evgeny Khramtsov
2018-09-09
1
-4
/
+1
*
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
2018-06-14
1
-1
/
+0
*
Update copyright dates
Evgeniy Khramtsov
2018-01-05
1
-1
/
+1
*
Rename is_user_exists -> user_exists
Evgeniy Khramtsov
2017-05-11
1
-4
/
+4
*
Use cache for authentication backends
Evgeniy Khramtsov
2017-05-11
1
-47
/
+17
*
Add type specs for Module:opt_type/1
Evgeniy Khramtsov
2017-05-08
1
-0
/
+4
*
Don't validate an option in gen_mod:get*opt() functions
Evgeniy Khramtsov
2017-04-30
1
-30
/
+5
*
Don't re-define validation functions in multiple places
Evgeniy Khramtsov
2017-04-28
1
-20
/
+4
*
Rename aux.erl as misc.erl
Christophe Romain
2017-04-11
1
-2
/
+2
*
Deprecate jlib.erl in favor of aux.erl
Evgeniy Khramtsov
2017-03-30
1
-2
/
+2
*
Improve startup procedure
Evgeniy Khramtsov
2017-02-24
1
-3
/
+3
*
Start/stop auth modules when host is added/deleted
Evgeniy Khramtsov
2017-02-23
1
-1
/
+1
*
Fix some dialyzer warnings
Evgeniy Khramtsov
2017-02-18
1
-2
/
+2
*
Update copyright date automatically (#1442)
Badlop
2017-01-02
1
-1
/
+1
*
ejabberd_auth*: Fix indentation
Holger Weiss
2016-05-24
1
-9
/
+8
*
Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...
Evgeniy Khramtsov
2016-03-25
1
-4
/
+8
|
\
|
*
Use SASL PLAIN authzid as client identity if auth module permits it
Ben Langfeld
2015-05-06
1
-11
/
+15
*
|
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
-2
/
+2
*
|
Remove unused validation code
Evgeniy Khramtsov
2015-06-03
1
-66
/
+1
*
|
Add config validation at startup
Evgeniy Khramtsov
2015-06-01
1
-5
/
+95
*
|
Do not try to fetch module options via eldap_utils
Evgeniy Khramtsov
2015-06-01
1
-4
/
+4
|
/
*
Update copyright dates to 2015 (EJAB-1733)
Badlop
2015-01-08
1
-1
/
+1
*
Fix parsing of "ldap_dn_filter" option
Holger Weiss
2014-11-22
1
-1
/
+1
*
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
/
+3
*
Switch to rebar build tool
Evgeniy Khramtsov
2013-06-13
1
-3
/
+2
*
Accumulated patch to binarize and indent code
Badlop
2013-03-14
1
-292
/
+258
*
Update copyright dates
Alexey Shchepin
2013-01-24
1
-1
/
+1
*
Update copyright dates
Alexey Shchepin
2012-02-23
1
-1
/
+1
*
New option support: ldap_deref_aliases (EJAB-639)
Evgeniy Khramtsov
2011-09-19
1
-8
/
+19
*
Fix and improve support for SCRAM auth method (EJAB-1196)
Badlop
2011-08-16
1
-2
/
+2
*
Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)
Badlop
2011-08-16
1
-0
/
+4
*
Add ldap_tls_cacertfile and ldap_tls_depth options (EJAB-1299)
Evgeniy Khramtsov
2011-07-13
1
-1
/
+5
*
Log an error when an LDAP filter is incorrect (EJAB-1395)
Evgeniy Khramtsov
2011-06-15
1
-2
/
+5
*
update copyright up to 2011
Christophe Romain
2011-02-14
1
-1
/
+1
*
new option ldap_tls_verify is added (EJAB-1229)
Evgeniy Khramtsov
2010-05-10
1
-14
/
+16
*
allow inband password change (EJAB-199)
Evgeniy Khramtsov
2010-04-19
1
-2
/
+8
[next]