mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 22:48:02 +02:00
handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)
2008-01-15 John (J5) Palmieri <johnp@redhat.com> * patch by Magnus Henoch <henoch plus bfdo at dtek dot chalmers dot se> * dbus/dbus-auth.c (handle_server_data_external_mech): handle SASL EXTERNAL's inital empty responce (FDO Bug #9945)
This commit is contained in:
parent
71c2677086
commit
7ef60319c7
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* patch by Magnus Henoch <henoch plus bfdo at dtek dot chalmers dot se>
|
||||
|
||||
* dbus/dbus-auth.c (handle_server_data_external_mech): handle SASL
|
||||
EXTERNAL's inital empty responce (FDO Bug #9945)
|
||||
|
||||
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* bus/messagebus.in: add lsb headers (FDO Bug #11491)
|
||||
|
|
|
|||
|
|
@ -1039,6 +1039,7 @@ handle_server_data_external_mech (DBusAuth *auth,
|
|||
_dbus_verbose ("%s: sending empty challenge asking client for auth identity\n",
|
||||
DBUS_AUTH_NAME (auth));
|
||||
auth->already_asked_for_initial_response = TRUE;
|
||||
goto_state (auth, &server_state_waiting_for_data);
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue