server/proxy: Refactor pdata_set_connection_info
authorkubistika <kmizrachi18@gmail.com>
Tue, 11 Jun 2019 15:51:21 +0000 (18:51 +0300)
committerakallabeth <akallabeth@users.noreply.github.com>
Wed, 26 Jun 2019 12:25:07 +0000 (14:25 +0200)
commit8a115f20204f112c64094cae5eb10168290509ea
tree196de705a9d2582acea97d9b3c6792564cfb5a21
parent98973dd0da373cf674eb8c7660d891029db7deb6
server/proxy: Refactor pdata_set_connection_info

Connection info must be set after the proxy's client connection
established, because if the client didn't provide credentials in .rdp
file, we don't know its username yet.
server/proxy/pf_client.c
server/proxy/pf_context.c
server/proxy/pf_context.h
server/proxy/pf_server.c