summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* debian/copyright: Update copyright attributions.Mike Gabriel2018-09-081-0/+2
|
* debian/rules: Enable X2Go and Ogon awareness. Enable all hardening build flags.Mike Gabriel2018-09-081-1/+14
|
* configure.ac: Replace deprecated by AC_HELP_STRING by AS_HELP_STRING.Mike Gabriel2018-09-081-1/+1
|
* configure.ac et al.: Make it possible to enable/disable awareness for the ↵Mike Gabriel2018-09-086-0/+60
| | | | supported remote desktop technologies at build time.
* configure.ac: Be happy with GLib-2.0 >= 2.37. Should be sufficient (resolves ↵Mike Gabriel2018-09-081-1/+1
| | | | FTBFS on Ubuntu 16.04).
* src/*.h: Fix file names in comment header.Mike Gabriel2018-09-082-2/+2
|
* debian/control: Add B-D: gobject-introspection.Mike Gabriel2018-09-081-0/+1
|
* Ogon RDP support: initial draft to support Ogon RDP as remote desktop ↵Mike Gabriel2018-07-024-0/+153
| | | | technology.
* src/rda_x2go.c: Some tab stop fixes.Mike Gabriel2018-06-281-8/+8
|
* 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.
* src/rda_x2go.c: Use g_spawn_command_line_sync() for suspending/terminating ↵Mike Gabriel2018-06-271-31/+15
| | | | X2Go Sessions.
* src/rda.pc.in: Make people use <rda/rda.h> in include headers, rather than ↵Mike Gabriel2018-06-271-1/+1
| | | | <rda.h>.
* src/rda.h: Fix prototype for rda_session_suspend(). Add prototype for ↵Mike Gabriel2018-06-271-1/+4
| | | | rda_session_terminate().
* initial draft of the RDA shared libraryMike Gabriel2018-06-27146-0/+4929