Pierre Ossman
c97828471c
Use proper constants for socket shutdown()
...
For readability.
2021-03-29 10:03:05 +03:00
Lauri Kasanen
1632f4888d
Enable basicauth by default, remove the option to supply it on the command line
2021-03-25 11:25:30 +02:00
Lauri Kasanen
fed991d697
Return 401 unauth for non-owner trying /api/
2021-03-04 13:59:29 +02:00
Lauri Kasanen
1269fddadf
Add a more specific error for a nonexistent screenshot
2021-03-04 13:43:05 +02:00
Lauri Kasanen
688e749fda
Tentative build fix for newer gccs
2021-03-03 15:33:58 +02:00
Lauri Kasanen
980eedd33b
Add HTTP GET APIs for creating, removing users and giving control
2021-03-03 14:55:14 +02:00
Lauri Kasanen
3f6524ee30
Add support for owner screenshot HTTP GET API
2021-03-02 15:23:32 +02:00
Dmitry Maksyoma
101695970b
Reapply "Use crypt_r in threaded code"
2021-02-28 22:53:06 +13:00
Dmitry Maksyoma
9084409a20
Merge branch 'users' into packages_and_multiuser_passwd
2021-02-25 22:10:40 +13:00
Dmitry Maksyoma
fbe05cee86
Fix random 401 Forbidden on Ubuntu 20 and other newer releases
2021-02-25 21:23:21 +13:00
Dmitry Maksyoma
90101a7e91
Rpm: CentOS dfart. Rpm building isn't automated yet.
2021-02-05 23:49:47 +13:00
Dmitry Maksyoma
c32137fa17
Merge branch 'master' into create_ubuntu20_package
2021-01-20 23:39:29 +13:00
Lauri Kasanen
0d47d4890a
Enable TLS 1.1 and 1.2
2021-01-20 22:49:32 +13:00
Lauri Kasanen
83c83f43ef
Add a parameter for separate SSL key
2021-01-15 13:07:53 +02:00
Lauri Kasanen
a27744bca6
Enable TLS 1.1 and 1.2
2020-10-14 14:39:33 +03:00
Lauri Kasanen
263d05a296
Apply read-only perms upon connecting
2020-10-12 15:11:49 +03:00
Lauri Kasanen
9a5afc5a62
Handle the new, multi-user kasmpasswd format auth
2020-10-12 14:58:11 +03:00
Lauri Kasanen
1db77ee6bd
Add some basicauth logging (most debug/verbose only)
2020-10-02 14:43:19 +03:00
Lauri Kasanen
279c41fc32
Add option to pass the password in an encrypted file, kasmvncpasswd utility
2020-10-01 14:37:51 +03:00
Pierre Ossman
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
Andrew Yoder
c312417d81
Correction to socket error connection message
2020-09-21 13:47:04 +03:00
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.
2020-09-21 13:26:15 +03:00
Alex Tanskanen
209712b18f
Fix typo in SocketException message
2020-09-21 13:25:51 +03:00
matt
408c005d3e
Initial commit
2020-09-20 12:16:44 +00:00