aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile
Commit message (Collapse)AuthorAgeLines
* Add --verbose configure option to control verbose build outputTim Harder2017-03-12-2/+2
| | | | Defaults to disabled to maintain the status quo.
* tests: don't require pam and ldap to testdequis2016-11-12-1/+1
|
* ldap authentication backendDennis Kaarsemaker2016-03-25-1/+1
| | | | | | We only support the openldap scheme for now, with users that are posixAccounts. Moreover, as the plugin cannot be configured directly, you must configure libldap correctly in /etc/openldap/ldap.conf
* Linux pam authentication backendDennis Kaarsemaker2016-03-25-1/+1
| | | | This backend authenticates users against pam.
* Authentication: scaffolding for multiple authentication backendsDennis Kaarsemaker2016-03-25-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Instead of always putting users passwords in XML files, allow site admins to configure a different authentication method to integrate authentication with other systems. This doesn't add any authentication backends yet, merely the scaffolding. Notably: - Password checking and loading/removing from storage has been decoupled. A new auth_check_pass function is used to check passwords. It does check against the configured storage first, but will handle the authentication backends as well. The XML storage merely signals that a user's password should be checked using an authentication backend. - If unknown-to-bitlbee users identify using an authentication backend, they are automatically registered. - If an authentication backend is used, that fact is stored in the XML file, the password is not. Passwords are also stored unencrypted in this case, as the password used to encrypt them can change underneath us. - configure and Makefile changes for the backend objects
* Move CAP commands to irc_cap.c; use enum for flagsdequis2015-09-30-1/+1
|
* Fix building of testsuite.Jelmer Vernooij2014-04-20-2/+3
|
* Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIRWilmer van der Gaast2012-02-11-3/+3
| | | | | unexpectedly being set to something already.
* "Fix up" unittests enough to at least compile. Never touched these duringWilmer van der Gaast2010-07-29-2/+2
| | | | | the ui-fix works.
* Allow one to run the configure script from a different directory and put allWilmer van der Gaast2010-05-25-1/+4
| | | | | | build files in there. I need this to properly make Debian package variants (i.e. libpurple and native).
* Killed the test for setting non-existing variables since I killed supportWilmer van der Gaast2008-12-13-1/+1
| | | | | | | for them as well. Thanks to cedk@gentoo.org for noticing (Bug #448). Also including chat.o when building the tests to fix linking issues.
* Added jabber_util unittests (buddy_add/_by_jid only ATM).Wilmer van der Gaast2008-06-22-1/+1
|
* Improved sasl_get_part() to deal with whitespace in challenge strings, asWilmer van der Gaast2008-02-16-2/+2
| | | | | described in RFC 2831 secion 7.1 (the #rule description). Closes bug #362.
* Adding test for arc.c so that I can now safely replace the RC4 code with aWilmer van der Gaast2007-10-07-1/+1
| | | | | (compatible) ArcFour implementation.
* Merge from Jelmer (mainly unit testing things).Wilmer van der Gaast2007-07-01-1/+1
|\
| * Add tests for setJelmer Vernooij2007-01-21-1/+1
| |
| * Add testsuite for crypting.Jelmer Vernooij2007-01-21-1/+1
| |
| * Add unit testing for user codeJelmer Vernooij2007-01-21-1/+1
| |
| * Refactor the help code to take a filename rather than using the global struct.Jelmer Vernooij2006-12-24-1/+1
| |
* | Fixed Makefiles (make distclean was completely broken).Wilmer van der Gaast2007-02-18-1/+3
|/
* Some simple tests for irc_*()Jelmer Vernooij2006-12-06-2/+2
|
* Add tests for md5.Jelmer Vernooij2006-12-06-1/+1
|
* Fix testsuite.Jelmer Vernooij2006-12-06-2/+2
|
* Add support for checking test suite coverage using gcov.Jelmer Vernooij2006-07-07-2/+7
|
* Add checks for nick functions as well, fix bug where nick lengths weren't Jelmer Vernooij2006-06-16-1/+3
| | | | | being honored.
* Add unit testing infrastructure.Jelmer Vernooij2006-06-16-0/+14