aboutsummaryrefslogtreecommitdiff
path: root/src/eldap/eldap_utils.erl (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-13Switch to rebar build toolEvgeniy Khramtsov1-354/+0
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
2013-03-14Accumulated patch to binarize and indent codeBadlop1-40/+224
2013-01-24Update copyright datesAlexey Shchepin1-1/+1
2012-02-23Update copyright datesAlexey Shchepin1-1/+1
2011-12-19Replace regexp with ejabberd_regexpEvgeniy Khramtsov1-5/+6
2011-06-23Match ldap_uidattr_format case-insensitively (EJAB-1449)Evgeniy Khramtsov1-1/+8
2011-06-15Log an error when an LDAP filter is incorrect (EJAB-1395)Evgeniy Khramtsov1-0/+16
2011-02-14update copyright up to 2011Christophe Romain1-1/+1
2010-03-08now using "%u" pattern as default for ldap_uids (EJAB-1203)Evgeniy Khramtsov1-5/+7
2010-01-12Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop1-1/+1
SVN Revision: 2891
2009-01-12* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop1-2/+2
* doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
2008-07-31* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop1-1/+1
* doc/guide.html: Likewise * doc/api/overview.edoc: Likewise * src/*/*.erl: Likewise * src/*/*.hrl: Likewise * src/*/*.c: Likewise * src/odbc/*.sql: Likewise SVN Revision: 1499
2008-01-15* doc/guide.tex: Updated copyright dates to 2008Badlop1-1/+1
* src/*: Likewise SVN Revision: 1153
2007-12-24* Applied copyright patch 3.Mickaël Rémond1-4/+22
SVN Revision: 1113
2007-12-06* src/acl.erl and other 64 files: Remove Erlang module attributeBadlop1-2/+1
'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044
2007-11-15* Making sure SVN properties are correctly set.Mickaël Rémond1-2/+2
SVN Revision: 970
2007-01-27* src/mod_vcard_ldap.erl: LDAP server pool support (thanks to EvgeniyMickaël Rémond1-1/+17
Khramtsov) (EJAB-175) * src/eldap/Makefile.in: Likewise * src/ejabberd_auth_ldap.erl: Likewise * src/eldap_pool.erl: Likewise * src/eldap/eldap_utils.erl: Implemented LDAP domain substitution (EJAB-177) * src/eldap/eldap.erl: Implemented queue to avoid bind deadlock under heavy load (thanks to Evgeniy Khramtsov) (EJAB-176) * src/eldap/eldap.hrl: Likewise SVN Revision: 716
2006-11-04* src/eldap_utils.erl: Fixed missing export (EJAB-154).Mickaël Rémond1-1/+2
SVN Revision: 671
2006-10-17* src/ejabberd_auth_ldap.erl: LDAP authentication now allows toMickaël Rémond1-0/+110
match on several alternative attributes. * src/mod_vcard_ldap.erl: Likewise. * doc/guide.tex: Updated. * eldap_utils.erl: Refactoring. * src/eldap/Makefile.in: Likewise. SVN Revision: 661