summaryrefslogtreecommitdiff
path: root/plugins/LdapCommon
AgeCommit message (Collapse)Author
2010-12-17Merge branch '0.9.x' into 1.0.xBrion Vibber
Conflicts: classes/Memcached_DataObject.php
2010-12-17In LdapCommon checkPassword/changePassword only get the 'dn' attribute as an ↵Craig Andrews
optimization as no other attributes are necessary. Thanks to drslump reported at http://status.net/open-source/issues/2955
2010-10-04Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.xBrion Vibber
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php
2010-09-21Do not allow blank passwords when authenticating against LDAP.Craig Andrews
2010-09-21Do not allow blank passwords when authenticating against LDAP.Craig Andrews
2010-09-20* i18n/L10n updates.Siebrand Mazeland
* remove superfluous whitespace.
2010-09-06common_cache_key() -> Cache::key()Evan Prodromou
2010-09-06common_memcache() => Cache::instance()Evan Prodromou
2010-05-27Assigning my copyrights to the Free Software FoundationCraig Andrews
2010-03-23Move the bundled Net/LDAP2 library to the LdapCommon directoryCraig Andrews
2010-03-23Fix some regressions caused by refactor of LDAP pluginCraig Andrews
2010-03-22Refactor common parts of LdapAuthorization and LdapAuthentication plugins ↵Craig Andrews
into a separate class LdapAuthorization should get a performance improvement as LDAP schema caching is now used