diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-14 23:52:40 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-14 23:52:40 +0000 |
commit | fe1cb3a9a1fc6bcbfa1b3be74ac9d5867005210f (patch) | |
tree | aed4dfc46cfa3791a06f6f2ac3b465f0d5a5dd2f /bus/test-main.c | |
parent | 7c434a849a161c4514f3759659ac7af9ecddc721 (diff) | |
download | dbus-fe1cb3a9a1fc6bcbfa1b3be74ac9d5867005210f.tar.gz |
2003-04-14 Havoc Pennington <hp@redhat.com>
* dbus/dbus-userdb.c: user database abstraction, mostly to get
caching, but at some point we might want to be able to use a
different database.
* bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
SHA1 conf file to test the sha1 auth mechanism, since the regular
test always uses EXTERNAL when available.
* configure.in,
test/data/valid-config-files/debug-allow-all-sha1.conf.in:
add conf file that requires use of sha1 auth
Diffstat (limited to 'bus/test-main.c')
-rw-r--r-- | bus/test-main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bus/test-main.c b/bus/test-main.c index a8efc507..c433075f 100644 --- a/bus/test-main.c +++ b/bus/test-main.c @@ -88,6 +88,12 @@ main (int argc, char **argv) die ("policy"); check_memleaks (argv[0]); + + printf ("%s: Running SHA1 connection test\n", argv[0]); + if (!bus_dispatch_sha1_test (&test_data_dir)) + die ("sha1"); + + check_memleaks (argv[0]); printf ("%s: Running message dispatch test\n", argv[0]); if (!bus_dispatch_test (&test_data_dir)) |