diff options
author | Joe Shaw <joe@novell.com> | 2003-02-18 22:51:35 +0000 |
---|---|---|
committer | Joe Shaw <joe@novell.com> | 2003-02-18 22:51:35 +0000 |
commit | 0d508979c3d918f0303ec056a1d7fe305b51fab9 (patch) | |
tree | 2925acc28c0d15a6bb8bc78909502035847476b8 /AUTHORS | |
parent | 5d51765b4f053881f5fe0bab5b41c3157c1f663c (diff) |
2003-02-18 Joe Shaw <joe@assbarn.com>
* dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
credentials from our currently running process.
(get_word): Fix a buglet where we were copying the entire length
instead of relative to our position.
* dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
keys on the stack... it's 640k of data.
* dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
read the credentials byte off the socket, even if we don't have
SO_PEERCRED.
(_dbus_poll): Implement poll() using select() for systems which
don't have it.
* glib/test-dbus-glib.c (main): Print out an error if no
parameters are given.
* test/data/auth/fallback.auth-script: Added. Tests that a client
can fallback to a secondary auth mechanism if the first fails.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ Anders Carlsson <andersca@codefactory.se> Alex Larsson <alexl@redhat.com> Havoc Pennington <hp@redhat.com> Harri Porten <porten@kde.org> -Zack Rusin <zack@kde.org>
\ No newline at end of file +Zack Rusin <zack@kde.org> +Joe Shaw <joe@assbarn.com>
\ No newline at end of file |