| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -2/+2 |
| * | Fix an oversight in mkversions that caused it to not update extras. | Sadie Powell | 2020-04-10 | 1 | -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)
| Joel Sing | 2020-03-12 | 1 | -1/+37 |
| * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+5 |
| * | Fix a compiler error in the LDAP module. | Peter Powell | 2019-09-30 | 1 | -1/+1 |
| * | Deduplicate code for handling with setting LDAP options. | Peter Powell | 2019-09-27 | 1 | -10/+13 |
| * | Add package names for ArchLinux. | Peter Powell | 2019-07-16 | 1 | -0/+1 |
| * | Reset diagnostic pragmas after including external headers (#1661). | linuxdaemon | 2019-06-24 | 1 | -0/+5 |
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -1/+1 |
| * | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 1 | -3/+3 |
| * | Add PackageInfo directives for Debian. | Peter Powell | 2017-10-21 | 1 | -0/+1 |
| * | Convert a bunch of time-related config options to getDuration. | Peter Powell | 2017-09-03 | 1 | -1/+1 |
| * | Add CentOS PackageInfo | Adam | 2016-09-16 | 1 | -0/+2 |
| * | Merge pull request #1222 from SaberUK/master+warnings•••Fix various compiler warnings | Attila Molnar | 2016-09-16 | 1 | -0/+5 |
| |\ |
|
| | * | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | Peter Powell | 2016-09-15 | 1 | -0/+5 |
| * | | Rewrite the build system directive parser. | Peter Powell | 2016-09-16 | 1 | -2/+3 |
| |/ |
|
| * | Fix m_ldap not linking to liblber on UNIX systems. | Peter Powell | 2016-08-19 | 1 | -1/+1 |
| * | m_ldap Remove unused LDAPService::last_timeout_check | Attila Molnar | 2016-08-19 | 1 | -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.
| Adam | 2015-05-18 | 1 | -302/+343 |
| * | Change type of some associative containers to their flat versions, including ... | Attila Molnar | 2014-12-15 | 1 | -2/+2 |
| * | Link m_ldap against libldap_r | Adam | 2014-12-07 | 1 | -2/+2 |
| * | Merge insp20 | Attila Molnar | 2014-07-25 | 1 | -2/+2 |
| * | Change allocation of InspIRCd::Threads to be physically part of the object co... | Attila Molnar | 2014-06-13 | 1 | -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
| Adam | 2014-05-10 | 1 | -12/+68 |
| * | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | Adam | 2013-12-19 | 1 | -0/+572 |