Commit Graph

22 Commits (f9e6aa234ef07f61c927f9dfc1110f5f284144a6)

Author SHA1 Message Date
Lauri Kasanen 66f3013998 Add clear_clipboard API 2 years ago
Lauri Kasanen f8013340ab Add -udpPort 3 years ago
Lauri Kasanen 3b40a92548 Udp 3 years ago
Lauri Kasanen 4e134b578c Resolve KASM-2798 "Bugfix/ memory leak" 3 years ago
Justin Travis 42d7ff015d Resolve KASM-2238 "Feature/ freeze session" 3 years ago
Matthew McClaskey 99680f23ff Resolve KASM-2194 "Feature/ bulk user mgmt" 3 years ago
Matthew McClaskey 03729ca66e Update user 3 years ago
Lauri Kasanen 9ca850a108 Add pid to the internal socket name, clarify websocketport bind error 4 years ago
Lauri Kasanen fb9dd56703 Initial /api/get_frame_stats 4 years ago
Lauri Kasanen 32e8d40472 Implement /api/get_bottleneck_stats 4 years ago
Lauri Kasanen 1632f4888d Enable basicauth by default, remove the option to supply it on the command line 4 years ago
Lauri Kasanen 980eedd33b Add HTTP GET APIs for creating, removing users and giving control 4 years ago
Lauri Kasanen 3f6524ee30 Add support for owner screenshot HTTP GET API 4 years ago
Dmitry Maksyoma 9084409a20 Merge branch 'users' into packages_and_multiuser_passwd 4 years ago
Dmitry Maksyoma 90101a7e91 Rpm: CentOS dfart. Rpm building isn't automated yet. 4 years ago
Lauri Kasanen 83c83f43ef Add a parameter for separate SSL key 4 years ago
Lauri Kasanen 263d05a296 Apply read-only perms upon connecting 5 years ago
Lauri Kasanen 279c41fc32 Add option to pass the password in an encrypted file, kasmvncpasswd utility 5 years ago
Pierre Ossman 3528e358cc Free memory from getaddrinfo()
We handled this in the failure scenario, but not in the vastly more
common successful case.
5 years ago
Alex Tanskanen 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.
5 years ago
Alex Tanskanen 209712b18f Fix typo in SocketException message 5 years ago
matt 408c005d3e Initial commit 5 years ago