FreeRDP/libfreerdp/core
David Fort 6a31820363 [core] allow to specify the hostname used for AAD
The previous code was assuming that the host name used for doing AAD was
ServerHostname parameter. But when you connect directly to Azure hosts you most
likely connect by IP and use short name for the AAD host, so you need to be able
to give ServerHostname=<IP of host> and AadServerHostname=<shortname>.
2023-12-15 14:37:15 +01:00
..
gateway [warnings] fixed -Wpointer-sign 2023-12-13 13:24:22 +01:00
test [core] allow to specify the hostname used for AAD 2023-12-15 14:37:15 +01:00
aad.c [core] allow to specify the hostname used for AAD 2023-12-15 14:37:15 +01:00
aad.h [core] fix cJSON compat 2023-07-24 09:54:49 +02:00
activation.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
activation.h [warnings] fixed reserved-identifer warnings 2023-09-25 08:39:01 +02:00
autodetect.c [core,autodetect] log unknown message types 2023-08-23 14:27:51 +02:00
autodetect.h core/autodetect: Allow overriding connect-time autodetection handling 2023-04-13 09:58:52 +02:00
capabilities.c [core,capabilities] disable surface command 2023-12-06 20:14:02 +01:00
capabilities.h [core,caps] added rdp_input_flag_string 2023-12-06 10:45:01 +01:00
channels.c [settings] renamed VirtualChannelChunkSize 2023-11-24 14:54:56 +01:00
channels.h Raw channel send (#7255) 2021-08-26 16:17:51 +02:00
childsession.c [warnings] fixed clang build warnings 2023-11-24 18:19:03 +01:00
childsession.h [client,win32] implement connection to child session 2023-09-27 11:57:49 +02:00
client.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
client.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
CMakeLists.txt 5726 add vsock support for client and server 2023-11-29 15:12:51 +01:00
codecs.c [codecs] fix freerdp_bitmap_planar_context_new call 2023-05-16 10:57:18 +02:00
connection.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
connection.h [core] implement skip channel join 2023-01-20 11:19:18 +01:00
credssp_auth.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
credssp_auth.h expose last NLA/CredSSP SSPI error code (freerdp_get_nla_sspi_error) 2023-02-24 13:19:19 -05:00
display.c reformatted 2022-06-23 08:48:39 +02:00
display.h Reformatted to new style 2019-11-07 10:53:54 +01:00
errbase.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
errconnect.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
errinfo.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
errinfo.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
fastpath.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
fastpath.h [core] fixed -Wenum-int-mismatch 2023-12-13 13:24:22 +01:00
freerdp.c [cache,glyph] print warning if enabled 2023-12-12 19:36:54 +01:00
gcc.c [core,gcc] added flag RNS_UD_CS_RELATIVE_MOUSE_INPUT 2023-12-06 10:45:01 +01:00
gcc.h [core,gcc] use mcs_get_settings, make const correct 2022-12-12 13:33:47 +01:00
graphics.c [core,cache] fixed default pointer and bitmap new 2023-01-10 17:38:00 +01:00
graphics.h Fixed use of reserved keywords for include guards. 2017-07-20 09:35:41 +02:00
heartbeat.c [core] Unify RDP state machine 2022-11-15 09:57:46 +01:00
heartbeat.h [core] Unify RDP state machine 2022-11-15 09:57:46 +01:00
info.c [warnings] fixed clang build warnings 2023-11-24 18:19:03 +01:00
info.h Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
input.c [core,input] fix function argument sign 2023-12-06 10:45:01 +01:00
input.h [input] input_update_last_event() and variables 2023-10-19 16:37:28 +02:00
license.c [core] fixed -Wenum-int-mismatch 2023-12-13 13:24:22 +01:00
license.h [core,license] use rdpCertificate 2023-02-12 20:17:11 +01:00
listener.c 5726 add vsock support for client and server 2023-11-29 15:12:51 +01:00
listener.h Reformatted to new style 2019-11-07 10:53:54 +01:00
mcs.c mcs: drop a server-side warning on FreeRDP_ChannelDefArray::len 2023-04-27 08:37:11 +02:00
mcs.h proxy: fix channel shift between front and back 2022-11-30 11:38:08 +01:00
message.c [build] fix memory sanitizer stack frame warnings 2023-06-07 09:14:45 +02:00
message.h Remove async-input from clients 2022-03-08 15:37:19 +01:00
metrics.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
multitransport.c [opaque_settings] reorder internal includes 2023-11-24 21:23:38 +01:00
multitransport.h multi-transport: refactor multi-transport handling 2022-12-13 15:54:33 +01:00
nego.c [core] fix freezing connection to childSession 2023-11-28 13:28:08 +01:00
nego.h [core] fix freezing connection to childSession 2023-11-28 13:28:08 +01:00
nla.c [warnings] Wshadow, uninitialized variables 2023-11-24 18:19:03 +01:00
nla.h CredSSP with early user auth (nla_ext) support 2023-06-26 11:53:46 +02:00
orders.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
orders.h Removed internal members of rdpAltSecUpdate from API header 2022-01-18 11:24:23 +01:00
peer.c [settings] renamed VirtualChannelChunkSize 2023-11-24 14:54:56 +01:00
peer.h [server] Fix rdp_peer_handle_state_demand_active 2022-11-22 15:30:31 +01:00
proxy.c [warnings] fixed -Wformat 2023-12-13 13:24:22 +01:00
proxy.h Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
rdp.c [core] fix freezing connection to childSession 2023-11-28 13:28:08 +01:00
rdp.h [core,connection] improve parsing of demand active 2023-11-21 13:54:29 +01:00
rdstls.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
rdstls.h [core,rdstls] hide rdstls parsing 2023-03-08 14:05:00 +01:00
redirection.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
redirection.h [arm] various improvements 2023-09-04 10:24:56 +02:00
security.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
security.h [core,security] refactor functions to check lengths 2023-02-03 11:09:59 +01:00
server.c [settings] renamed VirtualChannelChunkSize 2023-11-24 14:54:56 +01:00
server.h [server,drdynvc] use a hashtable for dynamic channels instead of an arrayList 2023-10-09 10:47:34 +02:00
settings.c [cache,glyph] print warning if enabled 2023-12-12 19:36:54 +01:00
settings.h [cache,glyph] print warning if enabled 2023-12-12 19:36:54 +01:00
smartcardlogon.c [settings] fix type mismatch warnings 2023-11-24 14:54:56 +01:00
state.c [core,server] add state STATE_RUN_QUIT_SESSION 2023-01-27 11:05:12 +01:00
state.h [core,server] add state STATE_RUN_QUIT_SESSION 2023-01-27 11:05:12 +01:00
streamdump.c [core] fix cast warnings 2023-07-28 13:42:12 +02:00
streamdump.h Improved streamdump file format 2022-10-07 10:38:03 +02:00
surface.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
surface.h Fix sending/receiving surface bits command. 2020-04-03 12:00:53 +02:00
tcp.c 5726 add vsock support for client and server 2023-11-29 15:12:51 +01:00
tcp.h [client,win32] implement connection to child session 2023-09-27 11:57:49 +02:00
timezone.c [opaque_settings] reorder internal includes 2023-11-24 21:23:38 +01:00
timezone.h Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
tpdu.c [stream] use logging capacity checks 2023-01-25 14:27:32 +01:00
tpdu.h Add return values to TPDU functions 2022-10-13 13:57:11 +02:00
tpkt.c [stream] use logging capacity checks 2023-01-25 14:27:32 +01:00
tpkt.h [standard] replace __FUNCTION__ with __func__ 2023-07-27 20:02:43 +02:00
transport.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
transport.h [client,win32] implement connection to child session 2023-09-27 11:57:49 +02:00
update.c [opaque_settings] reorder internal includes 2023-11-24 21:23:38 +01:00
update.h Fixed proxy compilation issues after rdpUpdate refactoring 2022-01-18 11:24:23 +01:00
utils.c 5726 add vsock support for client and server 2023-11-29 15:12:51 +01:00
utils.h 5726 add vsock support for client and server 2023-11-29 15:12:51 +01:00
window.c [settings] add deprecation warnings 2023-11-24 14:54:56 +01:00
window.h Reformatted to new style 2019-11-07 10:53:54 +01:00