Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-thinking naming scheme. The server type provided on DBus must match the ↵ | Mike Gabriel | 2018-05-02 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | LightDM remote session name. So, this is not about a proto name here, but about how RDP sessions are implemented. The first approach by Canonical used . lightdm-remote-session-freerdp and libpam-freerdp. . We use . lightdm-remote-session-freerdp2 and libpam-freerdp2. . The greeter needs to be told exactly this: what implementation to use. | ||||
* | src/server.c: RDP sessions shall be reported as rdp type over DBus. | Mike Gabriel | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | src/org.ArcticaProject.RemoteLogon.xml: Let's use rdp as default proto name ↵ | Mike Gabriel | 2018-05-02 | 1 | -2/+2 |
| | | | | for RDP sessions. | ||||
* | src/server.c: Allow proto name freerdp2 for RDP sessions. | Mike Gabriel | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | release 1.0.2.01.0.2.0 | Mike Gabriel | 2018-04-16 | 120 | -122/+249 |
| | |||||
* | White-space clean-up at EOLs. | Mike Gabriel | 2018-04-16 | 12 | -60/+60 |
| | |||||
* | Adopt changes from official Debian packaging. | Mike Gabriel | 2018-04-16 | 1 | -4/+4 |
| | |||||
* | Properly initialize Libgcrypt. | Mike Gabriel | 2018-04-16 | 1 | -0/+8 |
| | | | | Fixes ArcticaProject/remote-logon-service#1 | ||||
* | data/remote-logon-service.conf.in: Can't localize the name field. Not ↵ | Mike Gabriel | 2018-04-16 | 1 | -1/+1 |
| | | | | supported by parser. | ||||
* | Port to libnm (from libnm-glib). | Mike Gabriel | 2018-04-16 | 4 | -5/+5 |
| | |||||
* | Translated using Weblate (Estonian) | Kristjan Räts | 2017-11-29 | 1 | -8/+12 |
| | | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/et/ | ||||
* | Translated using Weblate (Swedish) | Anders Jonsson | 2017-11-29 | 1 | -7/+11 |
| | | | | | | | Currently translated at 75.0% (3 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/sv/ | ||||
* | Translated using Weblate (Norwegian Bokmål) | Isaac Larsen | 2017-11-29 | 1 | -8/+12 |
| | | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/nb/ | ||||
* | Translated using Weblate (Romanian) | Gaman Gabriel | 2017-11-29 | 1 | -7/+11 |
| | | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/ro/ | ||||
* | Translated using Weblate (Danish) | Jan Poulsen | 2017-11-29 | 1 | -8/+12 |
| | | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/da/ | ||||
* | Translated using Weblate (Italian) | Arturo La Spada | 2017-11-29 | 1 | -7/+11 |
| | | | | | | | Currently translated at 75.0% (3 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/it/ | ||||
* | Translated using Weblate (Ukrainian) | Володимир Бриняк | 2017-11-29 | 1 | -9/+13 |
| | | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/uk/ | ||||
* | Translated using Weblate (Belarusian) | Viktar Vauchkevich | 2017-11-29 | 1 | -9/+13 |
| | | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/be/ | ||||
* | Translated using Weblate (German) | Mike Gabriel | 2017-11-29 | 1 | -7/+11 |
| | | | | | | | Currently translated at 100.0% (4 of 4 strings) Translation: Arctica Framework/Remote Logon Service Translate-URL: https://hosted.weblate.org/projects/arctica-framework/remote-logon-service/de/ | ||||
* | update-po(t).sh: Update to some latest version (as used in other projects, too). | Mike Gabriel | 2017-11-29 | 2 | -2/+53 |
| | |||||
* | src/uccs-server.c: Revert back to soup_session_queue_message(). Noting that ↵ | Mike Gabriel | 2017-10-25 | 1 | -1/+1 |
| | | | | the behaviour has changed compared to the same function from SoupSessionSync (the request is run in the MainLoop thread rather than in a separate thread). | ||||
* | Fix for previous commit. | Mike Gabriel | 2017-10-25 | 1 | -1/+1 |
| | |||||
* | src/uccs-server.c: Use soup synchronously. | Mike Gabriel | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | Test-wise revert "uccs-server.c: Replace deprecated soup_session_sync_new() ↵ | Mike Gabriel | 2017-10-25 | 1 | -1/+1 |
| | | | | | | by soup_session_new()." This reverts commit 7777d201449def6696174b1a5ec94ede247f3825. | ||||
* | debian/control: Promote remote-logon-config-agent from Recommends: to ↵ | Mike Gabriel | 2017-10-25 | 1 | -1/+1 |
| | | | | | | Depends:. If the script is not present, RLS will fail. Fixes ArcticaProject/remote-logon-service#2. | ||||
* | po/: Generate .po files from LINGUAS file via msginit. | Mike Gabriel | 2017-07-21 | 118 | -36/+4151 |
| | |||||
* | po/: Add LINGUAS file. | Mike Gabriel | 2017-07-21 | 1 | -0/+117 |
| | |||||
* | update-po.sh: Add simple script to update po/*.po files. | Mike Gabriel | 2017-07-21 | 1 | -0/+9 |
| | |||||
* | po/remote-logon-service.pot: Create file. | Mike Gabriel | 2017-07-21 | 1 | -0/+36 |
| | |||||
* | debian/{control,compat}: Revert to DH level 9, so that we continue Debian 9 ↵ | Mike Gabriel | 2017-05-21 | 2 | -2/+2 |
| | | | | support. | ||||
* | debian/*: Adopt various packaging changes from official Debian package. | Mike Gabriel | 2017-05-21 | 6 | -7/+218 |
| | |||||
* | src/uccs-server.c: Fix g_warning() message. | Mike Gabriel | 2017-05-21 | 1 | -1/+1 |
| | |||||
* | release 1.0.1.11.0.1.1 | Mike Gabriel | 2017-04-29 | 3 | -3/+39 |
| | |||||
* | debian/control: Bump Standards: to 3.9.8. No changes needed. | Mike Gabriel | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | Avoid crash during test runs. Don't initialize new NMClient instance during ↵ | Mike Gabriel | 2017-04-29 | 2 | -10/+15 |
| | | | | unit tests. | ||||
* | debian/rules: Don't touch upstream ChangeLog. | Mike Gabriel | 2017-04-29 | 1 | -1/+0 |
| | |||||
* | debian/rules: Don't remove manually maintained upstream ChangeLog. | Mike Gabriel | 2017-04-29 | 1 | -4/+0 |
| | |||||
* | ChangeLog creation handled manually... | Mike Gabriel | 2017-04-29 | 1 | -18/+6 |
| | |||||
* | post-release fix-up of debian/changelog | Mike Gabriel | 2017-04-29 | 2 | -30/+6 |
| | |||||
* | release 1.0.1.01.0.1.0 | Mike Gabriel | 2017-04-29 | 2 | -2/+201 |
| | |||||
* | Use remote-logon-config-agent instead of thin-client-config-agent. | Mike Gabriel | 2016-09-14 | 2 | -2/+2 |
| | |||||
* | uccs-server.c: Replace deprecated soup_session_sync_new() by soup_session_new(). | Mike Gabriel | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | po/POTFILES.in: Update to current list of available .c files. | Mike Gabriel | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | Transifex: Add .tx/config configuration file. | Mike Gabriel | 2016-02-23 | 1 | -0/+8 |
| | |||||
* | po: Add helper script update-pot.sh. | Mike Gabriel | 2016-02-23 | 1 | -0/+5 |
| | |||||
* | README(.md): Improve README(.md), rename file (-> .md), maintain README as ↵ | Mike Gabriel | 2016-02-19 | 2 | -7/+55 |
| | | | | symlink. | ||||
* | ensure that the availability of a server gets signaled, even in the absence ↵ | David Barth | 2015-09-22 | 4 | -28/+31 |
| | | | | of an exec line | ||||
* | debian/control: Update Homepage: and Vcs-*: fields. Remove all ↵ | Mike Gabriel | 2015-09-19 | 1 | -7/+3 |
| | | | | Breaks:/Replaces: lines. | ||||
* | debian/rules: Fake a user's HOME directory while running tests. | Mike Gabriel | 2015-09-19 | 1 | -0/+7 |
| | |||||
* | update debian/changelog | Mike Gabriel | 2015-09-19 | 1 | -1/+3 |
| |