Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/Makefile.am: make sure that the auto-generated ↵ | Mihai Moldovan | 2023-09-15 | 1 | -3/+8 |
| | | | | rda_supported_technologies.h header file does not appear in dist tarballs. | ||||
* | src/Makefile.am: compile the source and install header files for the new ↵ | Mihai Moldovan | 2023-09-15 | 1 | -0/+2 |
| | | | | generic protocol support. | ||||
* | src/Makefile.am: compile the source and install header file for utilities. | Mihai Moldovan | 2023-09-15 | 1 | -0/+2 |
| | |||||
* | src/rda.c: add generic protocol support. | Mihai Moldovan | 2023-09-15 | 1 | -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_x2go.{c,h}: add generic protocol support. | Mihai Moldovan | 2023-09-15 | 2 | -1/+91 |
| | | | | | X2Go supports both NX and KDrive sessions, so parse the session ID (X2GO_SESSION) to find out what protocol the session uses. | ||||
* | src/rda_ogon.{c,h}: add generic remote protocol support. | Mihai Moldovan | 2023-09-15 | 2 | -0/+15 |
| | | | | Ogon only supports RDP, so expose only that. | ||||
* | src/: add rda_util.{c,h} for miscellaneous utilities. | Mihai Moldovan | 2023-09-15 | 2 | -0/+62 |
| | |||||
* | src/: add rda_protocol.{c,h} for generic remote protocol support. | Mihai Moldovan | 2023-09-15 | 2 | -0/+261 |
| | |||||
* | src/Makefile.am: Also enable -Werror for src/ folder. | Mike Gabriel | 2021-06-07 | 1 | -0/+1 |
| | |||||
* | src/rda.c: Initialize GList objects in ↵ | Mike Gabriel | 2019-01-25 | 1 | -2/+2 |
| | | | | rda_supported_technologies{,_by_name}() functions. | ||||
* | Support 'make distcheck'. | Mike Gabriel | 2019-01-22 | 6 | -12/+5 |
| | |||||
* | src/rda.pc.in: Fix Cflags: field. Use rda/ subfolder as include path. | Mike Gabriel | 2019-01-20 | 1 | -1/+1 |
| | |||||
* | happy new year | Mike Gabriel | 2019-01-19 | 7 | -7/+7 |
| | |||||
* | src/rda.h: Include rda_supported_technologies via non-local path. | Mike Gabriel | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | Make rda_supported_technologies*() return GList objects. | Mike Gabriel | 2019-01-19 | 2 | -5/+24 |
| | |||||
* | Add rda_supported_technologies_by_name() function that sends technology ↵ | Mike Gabriel | 2019-01-18 | 2 | -0/+18 |
| | | | | names to g_message(). | ||||
* | Move special remote technology pretty names to .c files providing features ↵ | Mike Gabriel | 2019-01-18 | 5 | -2/+22 |
| | | | | for that technology. | ||||
* | Fix wrong WITH_REMOTE_AWARENESS_*** macro names. | Mike Gabriel | 2019-01-18 | 5 | -18/+18 |
| | |||||
* | src/rda.h: Include rda_supported_technologies.h from local folder. | Mike Gabriel | 2018-11-09 | 1 | -1/+1 |
| | |||||
* | src/rda_supported_technologies.h.in: Generate header file that knows what ↵ | Mike Gabriel | 2018-11-05 | 3 | -0/+45 |
| | | | | RDA technologies are supported after build. | ||||
* | src/Makefile.am: Always compile rda_x2go.c and rda_ogon.c files. This ↵ | Mike Gabriel | 2018-11-02 | 1 | -2/+2 |
| | | | | partially reverts 9f217413. | ||||
* | automake: Add GObject Introspection support. | Mike Gabriel | 2018-11-02 | 2 | -0/+27 |
| | |||||
* | src/rda.c: Don't fail if no remote technology is enabled at configure time. | Mike Gabriel | 2018-11-02 | 1 | -5/+4 |
| | |||||
* | src/rda_*.c: White-space fix at end of file. | Mike Gabriel | 2018-11-02 | 2 | -2/+2 |
| | |||||
* | librda_la_SOURCES: add conditional sources | rbuj | 2018-10-13 | 1 | -3/+2 |
| | |||||
* | configure.ac et al.: Make it possible to enable/disable awareness for the ↵ | Mike Gabriel | 2018-09-08 | 5 | -0/+37 |
| | | | | supported remote desktop technologies at build time. | ||||
* | src/*.h: Fix file names in comment header. | Mike Gabriel | 2018-09-08 | 2 | -2/+2 |
| | |||||
* | Ogon RDP support: initial draft to support Ogon RDP as remote desktop ↵ | Mike Gabriel | 2018-07-02 | 4 | -0/+153 |
| | | | | technology. | ||||
* | src/rda_x2go.c: Some tab stop fixes. | Mike Gabriel | 2018-06-28 | 1 | -8/+8 |
| | |||||
* | src/rda.c: Report a desktop session as local, if XDG_SEAT env var is set in ↵ | Mike Gabriel | 2018-06-28 | 1 | -4/+10 |
| | | | | the session. Good enough for a start, I guess. | ||||
* | src/rda_x2go.c: Use g_spawn_command_line_sync() for suspending/terminating ↵ | Mike Gabriel | 2018-06-27 | 1 | -31/+15 |
| | | | | X2Go Sessions. | ||||
* | src/rda.pc.in: Make people use <rda/rda.h> in include headers, rather than ↵ | Mike Gabriel | 2018-06-27 | 1 | -1/+1 |
| | | | | <rda.h>. | ||||
* | src/rda.h: Fix prototype for rda_session_suspend(). Add prototype for ↵ | Mike Gabriel | 2018-06-27 | 1 | -1/+4 |
| | | | | rda_session_terminate(). | ||||
* | initial draft of the RDA shared library | Mike Gabriel | 2018-06-27 | 6 | -0/+390 |