hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Fix support side anonymous authentication #15

Closed lbeuster closed 6 years ago

lbeuster commented 6 years ago

I could not use the DBus-Server (Transport.SASL) for anonymous auth via tcp.

The server side authentication (Transport.SASL) had two problems:

lbeuster commented 6 years ago

Did the merge and recreated my changes. Errors in the code were still there.