66f3013998
Add clear_clipboard API
2023-01-09 13:32:30 +02:00
f8013340ab
Add -udpPort
2022-08-01 17:44:26 +03:00
3b40a92548
Udp
2022-07-26 10:38:14 +00:00
4e134b578c
Resolve KASM-2798 "Bugfix/ memory leak"
2022-06-24 17:27:33 +00:00
42d7ff015d
Resolve KASM-2238 "Feature/ freeze session"
2022-01-28 12:24:38 +00:00
99680f23ff
Resolve KASM-2194 "Feature/ bulk user mgmt"
2022-01-24 16:42:29 +00:00
03729ca66e
Update user
2022-01-17 17:10:24 +00:00
9ca850a108
Add pid to the internal socket name, clarify websocketport bind error
2021-08-13 12:15:17 +03:00
fb9dd56703
Initial /api/get_frame_stats
2021-07-27 15:33:48 +03:00
32e8d40472
Implement /api/get_bottleneck_stats
2021-07-26 18:58:29 +03:00
1632f4888d
Enable basicauth by default, remove the option to supply it on the command line
2021-03-25 11:25:30 +02:00
980eedd33b
Add HTTP GET APIs for creating, removing users and giving control
2021-03-03 14:55:14 +02:00
3f6524ee30
Add support for owner screenshot HTTP GET API
2021-03-02 15:23:32 +02:00
9084409a20
Merge branch 'users' into packages_and_multiuser_passwd
2021-02-25 22:10:40 +13:00
90101a7e91
Rpm: CentOS dfart. Rpm building isn't automated yet.
2021-02-05 23:49:47 +13:00
83c83f43ef
Add a parameter for separate SSL key
2021-01-15 13:07:53 +02:00
263d05a296
Apply read-only perms upon connecting
2020-10-12 15:11:49 +03:00
279c41fc32
Add option to pass the password in an encrypted file, kasmvncpasswd utility
2020-10-01 14:37:51 +03:00
3528e358cc
Free memory from getaddrinfo()
...
We handled this in the failure scenario, but not in the vastly more
common successful case.
2020-09-21 13:52:01 +03:00
03639406dc
Throw GAIException() for getaddrinfo errors
...
Created a new subclass of Exception called GAIException() that will
handle error messages from getaddrinfo() instead of letting Exception()
handle it. GAIException() will make use of gai_strerror() to map the
error code to text. On Windows, gai_strerrorW() must be used if the text
is encoded with UTF-8.
2020-09-21 13:26:15 +03:00
209712b18f
Fix typo in SocketException message
2020-09-21 13:25:51 +03:00
408c005d3e
Initial commit
2020-09-20 12:16:44 +00:00