FreeRDP/libfreerdp
Martin Fleisz 1f903f80a5 core: Add possibility to distinguish between auth cancelled and no creds
Currently if the authentication callback returns `FALSE` the utils
function handle this as scenario as no credentials provided (returns
`AUTH_NO_CREDENTIALS)`.

This PR introduces a new `auth_status` called `AUTH_CANCELLED` that is
returned if the authentication callback returns `FALSE`. If the callback
returns `TRUE` and username or password are empty the util function will
continue to return `AUTH_NO_CREDENTIALS`.

THe PR also fixes some incorrect returns in RPC over HTTP gateway code.
2023-02-14 08:43:23 +01:00
..
cache [core] fix persistent bitmap cache setting 2023-01-26 09:30:17 +01:00
codec [codec,progressive] fixed parsing of blocks 2023-01-27 09:36:02 +01:00
common [license] updated copyright headers 2023-02-12 20:17:11 +01:00
core core: Add possibility to distinguish between auth cancelled and no creds 2023-02-14 08:43:23 +01:00
crypto [license] updated copyright headers 2023-02-12 20:17:11 +01:00
emu [license] updated copyright headers 2023-02-12 20:17:11 +01:00
gdi [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
locale Fixed Wsign-compare warnings 2022-12-09 15:58:26 +01:00
primitives [cleanup] fix compiler warnings 2023-01-26 09:30:17 +01:00
utils [logging] remove __FUNCTION__ from actual message 2023-01-25 16:26:39 +01:00
CMakeLists.txt Fixed various compiler warnings 2022-12-09 15:58:26 +01:00
freerdp.pc.in Fixed freerdp pkg-config file 2022-03-03 11:26:48 +01:00
FreeRDPConfig.cmake.in