mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-13 08:10:35 +01:00
This is a simple socket client that connects to a dbus test server daemon and tries to authenticate using the DBUS_WINDOWS_SSPI_NTLM mechanism. The code that does authentication is completely independent from libdbus, and is completely bare. The test is explicitly Windows-only, as it drops all platform-independent abstractions that libdbus would have provided (not to mention the fact that DBUS_WINDOWS_SSPI_NTLM itself is Windows-only...). The code will try to authenticate multiple times, changing a different byte in a different buffer each time, and then expecting the authentication to success or fail depending on what is changed (the test has limited, hardcoded awareness of the NTLM message structure for that purpose). https://bugs.freedesktop.org/show_bug.cgi?id=96577 |
||
|---|---|---|
| .. | ||
| auth | ||
| equiv-config-files | ||
| installable | ||
| invalid-config-files | ||
| invalid-messages | ||
| invalid-service-files-system | ||
| sha-1 | ||
| systemd-activation | ||
| valid-config-files | ||
| valid-config-files-system | ||
| valid-messages | ||
| valid-service-files | ||
| valid-service-files-system | ||
| copy_data_for_tests.py | ||
| dbus-installed-tests.aaprofile.in | ||
| meson.build | ||