Quassel IRC Repository - quassel.git/rss - tests/CMakeLists.txt history https://git.quassel-irc.org/?p=quassel.git;a=history;f=tests/CMakeLists.txt Quassel IRC en Quassel IRC static/git-logo.png Quassel IRC Repository - quassel.git/rss - tests/CMakeLists.txt history https://git.quassel-irc.org/?p=quassel.git;a=history;f=tests/CMakeLists.txt Sat, 1 Jan 2022 17:11:21 +0000 Sat, 1 Jan 2022 17:11:21 +0000 gitweb v.2.20.1/2.20.1 tests: Build core tests only if core is actually being built Manuel Nickschas <sputnick@quassel-irc.org> Sat, 1 Jan 2022 15:50:27 +0000 https://git.quassel-irc.org/?p=quassel.git;a=commitdiff;h=fdaaad34389d7c27b4d12711848300061cc8c395 https://git.quassel-irc.org/?p=quassel.git;a=commitdiff;h=fdaaad34389d7c27b4d12711848300061cc8c395 tests: Build core tests only if core is actually being built tests: Build core tests only if core is actually being built Building of the core-specific unit tests must be conditional on the core actually being built.
  • [D] tests/CMakeLists.txt
]]>
Fix a security issue with LDAP usernames Janne Koschinski <janne@kuschku.de> Mon, 20 May 2019 22:32:05 +0000 https://git.quassel-irc.org/?p=quassel.git;a=commitdiff;h=37f3c64d38c2316fb38675e1ecc187e6e46fb98d https://git.quassel-irc.org/?p=quassel.git;a=commitdiff;h=37f3c64d38c2316fb38675e1ecc187e6e46fb98d Fix a security issue with LDAP usernames Fix a security issue with LDAP usernames LDAP usernames are directly concatenated into the filter query, which opens up the risk of unauthenticated LDAP injection, potentially allowing to bypass the authentication. To solve this, apply escaping as per RFC 4515. Co-authored-by: Shane Synan <digitalcircuit36939@gmail.com> Co-authored-by: Manuel Nickschas <sputnick@quassel-irc.org>
  • [D] tests/CMakeLists.txt
]]>
tests: Convert ExpressionMatchTests into a GTest-based test case Manuel Nickschas <sputnick@quassel-irc.org> Mon, 24 Sep 2018 18:42:51 +0000 https://git.quassel-irc.org/?p=quassel.git;a=commitdiff;h=ed5b2ff32158ae72c011eb1228f373cec05cbfeb https://git.quassel-irc.org/?p=quassel.git;a=commitdiff;h=ed5b2ff32158ae72c011eb1228f373cec05cbfeb tests: Convert ExpressionMatchTests into a GTest-based test case tests: Convert ExpressionMatchTests into a GTest-based test case As first contender for the newly introduced test framework, use the recently added ExpressionMatchTests class. Convert to use GTest, and move into the new home for Quassel unit tests (the tests/<module>/ directory). With this, "make test" (or "ninja test") actually does something if Quassel is configured with -DBUILD_TESTING=ON.
  • [D] tests/CMakeLists.txt
]]>