aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ldap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
* Fix the ldap module when building against Windows LDAP.Gravatar Sadie Powell2022-09-211-16/+75
* Fix the name of the compiler flags attribute in the ldap module.Gravatar Sadie Powell2022-09-011-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
* Add a build time check that OpenLDAP is reentrant.Gravatar Sadie Powell2021-12-141-0/+4
* Fix the ldap module on OpenLDAP 2.5.Gravatar Sadie Powell2021-12-141-1/+2
* Fix LDAPCompare checking against the wrong return code.•••Better fix for #1946. Gravatar Sadie Powell2021-12-011-8/+10
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-2/+2
* Fix an oversight in mkversions that caused it to not update extras.Gravatar Sadie Powell2020-04-101-1/+1
* Improve logging for the m_ldap and m_ldapauth modules (#1757).•••Currently, it is difficult to diagnose LDAP authentication failures, since the logs do not provide sufficient information about what is actually being queried and what actually failed. This increases logging details so that information about the LDAP query is included, for example: Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP server: Invalid credentials (bind dn=cn=adminz,dc=nodomain) Rather than: Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP server: Invalid credentials Same with connection logging: Fri Mar 06 2020 07:59:53 CONNECT: Forbidden connection from jsing!jsing@192.168.200.1 (Invalid credentials (bind dn=uid=jsing,dc=nodomain)) Fri Mar 06 2020 08:01:19 CONNECT: Successful connection from jsing!jsing@192.168.200.1 (dn=uid=jsing,dc=nodomain) Gravatar Joel Sing2020-03-121-1/+37
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-2/+5
* Fix a compiler error in the LDAP module.Gravatar Peter Powell2019-09-301-1/+1
* Deduplicate code for handling with setting LDAP options.Gravatar Peter Powell2019-09-271-10/+13
* Add package names for ArchLinux.Gravatar Peter Powell2019-07-161-0/+1
* Reset diagnostic pragmas after including external headers (#1661).Gravatar linuxdaemon2019-06-241-0/+5
* Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-1/+1
* Make more config stuff case insensitive.Gravatar Peter Powell2018-07-241-3/+3
* Add PackageInfo directives for Debian.Gravatar Peter Powell2017-10-211-0/+1
* Convert a bunch of time-related config options to getDuration.Gravatar Peter Powell2017-09-031-1/+1
* Add CentOS PackageInfoGravatar Adam2016-09-161-0/+2
* Merge pull request #1222 from SaberUK/master+warnings•••Fix various compiler warningsGravatar Attila Molnar2016-09-161-0/+5
|\
| * Fix m_ldap warning about OpenLDAP being deprecated on OS X.Gravatar Peter Powell2016-09-151-0/+5
* | Rewrite the build system directive parser.Gravatar Peter Powell2016-09-161-2/+3
|/
* Fix m_ldap not linking to liblber on UNIX systems.Gravatar Peter Powell2016-08-191-1/+1
* m_ldap Remove unused LDAPService::last_timeout_checkGravatar Attila Molnar2016-08-191-2/+1
* New m_ldap from Anope•••Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined. Gravatar Adam2015-05-181-302/+343
* Change type of some associative containers to their flat versions, including ...Gravatar Attila Molnar2014-12-151-2/+2
* Link m_ldap against libldap_rGravatar Adam2014-12-071-2/+2
* Merge insp20Gravatar Attila Molnar2014-07-251-2/+2
* Change allocation of InspIRCd::Threads to be physically part of the object co...Gravatar Attila Molnar2014-06-131-1/+1
* m_ldap: time out LDAP queries•••Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronous library calls from blocking Fix memory leak of pending queries when m_ldap is unloaded Gravatar Adam2014-05-101-12/+68
* Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Gravatar Adam2013-12-191-0/+572