Script needs access to additional client metadata.

Export more information to the script, including client device platform,
type and user agent.

Resolves: #256

Signed-off-by: Alan Jowett <alanjo@microsoft.com>
This commit is contained in:
Alan Jowett
2020-03-02 12:12:43 -07:00
committed by Nikos Mavrogiannopoulos
parent 9a41a27b18
commit 780fbb89a0
13 changed files with 81 additions and 15 deletions

View File

@@ -410,6 +410,8 @@ struct main_server_st;
#define MAX_BANNER_SIZE 256
#define MAX_USERNAME_SIZE 64
#define MAX_AGENT_NAME 64
#define MAX_DEVICE_TYPE 64
#define MAX_DEVICE_PLATFORM 64
#define MAX_PASSWORD_SIZE 64
#define TLS_MASTER_SIZE 48
#define MAX_HOSTNAME_SIZE MAX_USERNAME_SIZE