summaryrefslogtreecommitdiff
path: root/src/rda.c
Commit message (Collapse)AuthorAgeFilesLines
* src/rda.c: add generic protocol support.Mihai Moldovan2023-09-151-1/+3
| | | | | We're setting the protocol to RDA_PROTOCOL_NONE for local sessions here. All the other detection is done in the remote technology's code.
* src/rda.c: Initialize GList objects in ↵Mike Gabriel2019-01-251-2/+2
| | | | rda_supported_technologies{,_by_name}() functions.
* Support 'make distcheck'.Mike Gabriel2019-01-221-1/+0
|
* happy new yearMike Gabriel2019-01-191-1/+1
|
* Make rda_supported_technologies*() return GList objects.Mike Gabriel2019-01-191-4/+20
|
* Add rda_supported_technologies_by_name() function that sends technology ↵Mike Gabriel2019-01-181-0/+15
| | | | names to g_message().
* Move special remote technology pretty names to .c files providing features ↵Mike Gabriel2019-01-181-2/+2
| | | | for that technology.
* Fix wrong WITH_REMOTE_AWARENESS_*** macro names.Mike Gabriel2019-01-181-10/+10
|
* src/rda.c: Don't fail if no remote technology is enabled at configure time.Mike Gabriel2018-11-021-5/+4
|
* configure.ac et al.: Make it possible to enable/disable awareness for the ↵Mike Gabriel2018-09-081-0/+21
| | | | supported remote desktop technologies at build time.
* Ogon RDP support: initial draft to support Ogon RDP as remote desktop ↵Mike Gabriel2018-07-021-0/+17
| | | | technology.
* src/rda.c: Report a desktop session as local, if XDG_SEAT env var is set in ↵Mike Gabriel2018-06-281-4/+10
| | | | the session. Good enough for a start, I guess.
* initial draft of the RDA shared libraryMike Gabriel2018-06-271-0/+132