Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-scripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-24Update Authenticators/LDAP/LDAPauth.pynd
2020-11-24Update Authenticators/LDAP/LDAPauth.pynd
2020-11-24Port LDAP Authenticator to python 3nd
2020-05-30Add SMF 2.1 support to the SMF 2.0 authenticatorAaron Kling
2016-11-18Rename misleading and wrong group_cn option to group_dn.Dominik George
2016-03-12Force Authenticators to use Ice encoding 1.0Stefan Hacker
2016-03-06StartTLS support without cert for LDAP authenticatorAndre Klausnitzer
2015-05-02Remove .swp temporary file from Elkarte auth.Stefan Hacker
2015-05-02Merge pull request #7 from Ant59/masterStefan Hacker
2015-02-19Fix single argument queries with mysqldb in Authenticators.Stefan Hacker
2015-02-19Modification of the SMF authenticator for MumbleAntony Derham
2015-02-18Added Elkarte authenticatorAntony Derham
2015-02-09We can't just search for the user_dn in a group, we have to consider group_at...Colin Finck
2015-02-09Fix nameToId for usernames not in cacheColin Finck
2014-08-05Implementet getRegisteredUsersDominik George
2014-08-04Fix the last commitDominik George
2014-08-04Implement getInfo, optionally enabled through configDominik George
2014-08-04Use configured bind_dn for id searchDominik George
2014-08-04Update comments in LDAPAuth to reflect new discover_dn featureDominik George
2014-08-04Enable discovering of real user DN to break loose from the uid=%s,%s pattern.Dominik George
2014-07-30Added empty password checks back to avoid conversion of the bind requests to ...Mark Rogaski
2014-07-30Split try/except to raise appropriate warnings on bind failures.Mark Rogaski
2014-07-30Removed error for empty password.Mark Rogaski
2014-07-30Fixed fall-through/refusal logic.Mark Rogaski
2014-06-25Added bind_dn and bind_pass configuration options for non-user binding.Mark Rogaski
2013-05-02Corrected variable name in idToNameNathaniel Kofalt
2013-03-20Fix remaining issues with LDAP authenticator.Henry Fallon
2013-03-20Port LDAP authenticator to common authenticator structure.Stefan Hacker
2012-07-15apply changes from phpBB3auth.py to LDAPauth.pyMichael Ziegler
2012-07-15apply the changes from phpBB3auth.py to SMF authenticatorsMichael Ziegler
2012-07-15add /usr/share/Ice/slice as another search path (default on Debian)Michael Ziegler
2012-07-15add a fallback for when Ice.getSliceDir() is emptyMichael Ziegler
2012-07-10Applied missing aggressive attachment patch to SMF2.0 authenticator.Stefan Hacker
2012-07-10update the smfauth for SMF 2.0 database schemeKissaki
2012-07-10move smfauth scripts to 1.x and 2.0 subfoldersKissaki
2012-07-10Convert phpBB3auth/smfauth to new checkConnection style (aggressive reattach)Stefan Hacker
2012-07-09Enable autocommit in smf/phpBB3auth as InnoDB combined with MysqlDB's default...Stefan Hacker
2011-04-24Added LDAP scriptNathaniel Kofalt
2011-02-22Restore python 2.4 compatibility of phpBB3auth and smfauthStefan Hacker
2010-12-20Fix a few typosStefan Hacker
2010-12-13Fix password encoding handling in phpBB3auth and smfauth.Stefan Hacker
2010-12-07Port Ice function fortification to smfauth and phpBB3auth. Again not tested i...Stefan Hacker
2010-11-14Prevent hash functions from choking in non ascii decodable inputStefan Hacker
2010-11-14Bring smfauth.py/smfauth.ini back in sync with phpbb3auth feature, code and c...Stefan Hacker
2010-05-30Make authenticator retry every database operation once. This should solve pro...Stefan Hacker
2010-04-11Make all script compatible with the Murmur 1.2.3 slicefile. Extend mice.py to...Stefan Hacker
2010-03-16Make authenticator aware of starting and stopping meta as well as virtual ser...Stefan Hacker
2010-03-16Remove UTF8 BOM so linux shells can see the shebangStefan Hacker
2010-03-16Make smfauth and phpBB3auth also check secret send by server and work around ...Stefan Hacker
2010-02-12Add icesecret feature to smfauth.py and phpbb3auth.pyStefan Hacker