aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ldapauth.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert a bunch of LocalUser* casts to IS_LOCAL.Gravatar Peter Powell2019-10-131-1/+1
| | | | This is a lot safer and handles users changing servers properly.
* Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-3/+3
|
* m_ldapauth: use username provided in PASS if availableGravatar Adam2017-03-201-1/+14
|
* Fix oversights in substr() conversionGravatar Attila Molnar2015-02-271-1/+1
| | | | Thanks to @StevenVanAcker for reporting and testing this
* Specify which Extensible subclass an ExtensionItem is valid forGravatar Attila Molnar2015-01-181-2/+2
|
* Reduce std::string::substr() usageGravatar Attila Molnar2015-01-101-3/+3
| | | | substr() returns a new string while erase() and assign() modify the existing one
* Remove redundant null pointer check from m_ldapauthGravatar Adam2014-02-131-2/+1
|
* Wait for the manager bind to come back before sending search in LDAP modulesGravatar Adam2014-02-131-3/+38
|
* m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP authGravatar Thiago Crepaldi2014-02-071-5/+14
|
* Remove a few unnecessary .c_str() callsGravatar Attila Molnar2014-01-311-1/+1
|
* Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Gravatar Adam2013-12-191-0/+391
|
* Grrr, added this at the wrong location in trunkGravatar brain2008-03-141-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9078 e03df62e-2008-0410-955e-edbf42e46eb7
* Forward port and make work with trunk. Original code of this module by ↵Gravatar brain2008-03-141-0/+1
Carsten Valdemar Munk based on m_sqlauth. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9077 e03df62e-2008-0410-955e-edbf42e46eb7