cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / core / ldapauthenticator.cpp
2022-02-13 Dimitris ApostolouFix typos
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2021-10-12 Janne KoschinskiFix a security issue with LDAP usernames
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-05-31 Ben RosserCore: in LDAP authenticator, don't try database auth...
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschasmodernize: Remove custom Quassel-specific log macros
2018-11-18 Manuel Nickschasmodernize: Reformat ALL the source... again!
2018-11-18 Manuel Nickschasmodernize: Use braced-init list when returning types
2018-11-18 Manuel Nickschasmodernize: Use nullptr
2018-07-12 Manuel Nickschaslogger: Refactor the logging framework
2018-05-23 Janne Koschinskicore: Allow configuring DB/auth from environment
2018-04-10 Manuel NickschasSemi-yearly copyright bump
2017-08-30 Ben RosserLDAP authenticator now logs server address as info...
2017-08-30 TuetuopayLDAP username case-insensivity
2017-08-30 Manuel NickschasRework the handling of storage/auth backends and config
2017-05-27 Manuel Nickschasldap: Don't use the backend's display name as identifier
2017-05-27 Manuel Nickschasldap: ConnectionProperties -> AuthProperties
2017-05-27 Manuel Nickschasldap: Some cleanups for GH-170
2017-05-27 Ben RosserAuthenticator code cleanup as per review
2017-05-27 Ben RosserAttempt to link against openldap on Windows, too
2017-05-27 Ben RosserAdd authenticator column to quasseluser table
2017-05-27 Ben RosserMake authenticator changes to protocol backwards-compatible
2017-05-27 Ben RosserAdd LdapAuthenticator class for logging in users via...
2017-05-27 Ben RosserImplement authenticator class used for logging in users