aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Translated using Weblate (Hebrew)Yaron Shahrabani2018-10-271-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/he/
* debian/control: Update D on libgcrypt20-dev (rather than the transitional ↵Mike Gabriel2018-10-271-1/+1
| | | | package libgcrypt11-dev). (See Debian Bug #912028).
* src/uccs-server.c: Inject another artificial nm_state_changed() callback ↵Mike Gabriel2018-06-161-0/+1
| | | | | | | | | | | | after UCCS config file has been fully parsed-in. Fixes ArcticaProject/arctica-greeter#10. Another fix is needed in Arctica Greeter, though. With this fix, the UCCS query happens immediately, if network connectivity is already available. However, the Remote Logon box still does not get shown, but with this commit, the issue now becomes an Arctica Greeter UI issue.
* release 1.0.2.901.0.2.90release-buildsMike Gabriel2018-05-073-3/+62
|
* Makefile.am: Re-layout format.Mike Gabriel2018-05-075-97/+170
|
* src/defines.h: g_setenv() expects a string as value. So defining ↵Mike Gabriel2018-05-041-1/+1
| | | | UCCS_API_VERSION as string.
* Start working on and using API v5.Mike Gabriel2018-05-032-0/+4
|
* proto change for X2Go Sessions: Rename "SessionType*" to "Command*".Mike Gabriel2018-05-034-26/+26
|
* tests/: Adapt unit tests to renaming from freerdp -> freerdp2.Mike Gabriel2018-05-023-22/+22
|
* src/server.c: Vim-caused typo fix.Mike Gabriel2018-05-021-1/+1
|
* src/server.c: Parenthesis fix.Mike Gabriel2018-05-021-1/+1
|
* Re-thinking naming scheme. The server type provided on DBus must match the ↵Mike Gabriel2018-05-022-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 Gabriel2018-05-021-2/+2
|
* src/org.ArcticaProject.RemoteLogon.xml: Let's use rdp as default proto name ↵Mike Gabriel2018-05-021-2/+2
| | | | for RDP sessions.
* src/server.c: Allow proto name freerdp2 for RDP sessions.Mike Gabriel2018-05-021-1/+1
|
* release 1.0.2.01.0.2.0Mike Gabriel2018-04-16120-122/+249
|
* White-space clean-up at EOLs.Mike Gabriel2018-04-1612-60/+60
|
* Adopt changes from official Debian packaging.Mike Gabriel2018-04-161-4/+4
|
* Properly initialize Libgcrypt.Mike Gabriel2018-04-161-0/+8
| | | | Fixes ArcticaProject/remote-logon-service#1
* data/remote-logon-service.conf.in: Can't localize the name field. Not ↵Mike Gabriel2018-04-161-1/+1
| | | | supported by parser.
* Port to libnm (from libnm-glib).Mike Gabriel2018-04-164-5/+5
|
* Translated using Weblate (Estonian)Kristjan Räts2017-11-291-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 Jonsson2017-11-291-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 Larsen2017-11-291-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 Gabriel2017-11-291-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 Poulsen2017-11-291-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 Spada2017-11-291-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-291-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 Vauchkevich2017-11-291-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 Gabriel2017-11-291-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 Gabriel2017-11-292-2/+53
|
* src/uccs-server.c: Revert back to soup_session_queue_message(). Noting that ↵Mike Gabriel2017-10-251-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 Gabriel2017-10-251-1/+1
|
* src/uccs-server.c: Use soup synchronously.Mike Gabriel2017-10-251-2/+2
|
* Test-wise revert "uccs-server.c: Replace deprecated soup_session_sync_new() ↵Mike Gabriel2017-10-251-1/+1
| | | | | | by soup_session_new()." This reverts commit 7777d201449def6696174b1a5ec94ede247f3825.
* debian/control: Promote remote-logon-config-agent from Recommends: to ↵Mike Gabriel2017-10-251-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 Gabriel2017-07-21118-36/+4151
|
* po/: Add LINGUAS file.Mike Gabriel2017-07-211-0/+117
|
* update-po.sh: Add simple script to update po/*.po files.Mike Gabriel2017-07-211-0/+9
|
* po/remote-logon-service.pot: Create file.Mike Gabriel2017-07-211-0/+36
|
* debian/{control,compat}: Revert to DH level 9, so that we continue Debian 9 ↵Mike Gabriel2017-05-212-2/+2
| | | | support.
* debian/*: Adopt various packaging changes from official Debian package.Mike Gabriel2017-05-216-7/+218
|
* src/uccs-server.c: Fix g_warning() message.Mike Gabriel2017-05-211-1/+1
|
* release 1.0.1.11.0.1.1Mike Gabriel2017-04-293-3/+39
|
* debian/control: Bump Standards: to 3.9.8. No changes needed.Mike Gabriel2017-04-291-1/+1
|
* Avoid crash during test runs. Don't initialize new NMClient instance during ↵Mike Gabriel2017-04-292-10/+15
| | | | unit tests.
* debian/rules: Don't touch upstream ChangeLog.Mike Gabriel2017-04-291-1/+0
|
* debian/rules: Don't remove manually maintained upstream ChangeLog.Mike Gabriel2017-04-291-4/+0
|
* ChangeLog creation handled manually...Mike Gabriel2017-04-291-18/+6
|
* post-release fix-up of debian/changelogMike Gabriel2017-04-292-30/+6
|