aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'sunweaver-pr/travis-ci'HEADmasterMike Gabriel2021-06-083-1/+143
|\ | | | | | | Attributes GH PR #4: https://github.com/ArcticaProject/lightdm-remote-session-freerdp2/pull/4
| * freerdp2-session-wrapper.c: Mark unused function arguments as such.Mike Gabriel2021-06-081-1/+1
| |
| * Travis CI: Initial CI build configuration.Mike Gabriel2021-06-082-0/+142
|/
* lightdm-remote-session-freerdp2.in: Add support for usr-merge in the ↵Dimitri John Ledkov2019-02-041-1/+1
| | | | apparmor profile. (see LP: #1784023).
* freerdp2-session.in: Send xfreerdp options being used to syslog.Mike Gabriel2018-11-101-11/+16
|
* debian/lightdm-remote-session-freerdp2.default: Make symlink relative.Mike Gabriel2018-11-101-1/+1
|
* freerdp2-session.in: Fix typo in comment.Mike Gabriel2018-11-101-1/+1
|
* FreeRDP v2 cmdline option: Start making configuration of the xfreerdp call ↵Mike Gabriel2018-06-064-0/+15
| | | | more flexible. Add /cert-ignore option via default config file.
* freerdp2-session.in: Also pipe xfreerdp's error messages (stderr) to syslog.Mike Gabriel2018-05-081-0/+1
|
* release 2.0.02.0.0release-buildsMike Gabriel2018-05-073-5/+263
|
* autogen.sh: Drop file. Not used.Mike Gabriel2018-05-071-9/+0
|
* README.md: Add Installation and Known Issues section.Mike Gabriel2018-05-071-0/+9
|
* freerdp2-session.in: Fix another parenthesis typo.Mike Gabriel2018-05-071-1/+1
|
* freerdp2-session.in: Remove flawed parenthesis open.Mike Gabriel2018-05-071-1/+0
|
* freerdp2-session: Unset AUTH_INFO_PASSWORD right after usage.Mike Gabriel2018-05-071-2/+11
|
* freerdp2-session.in: Disallow fullscreen toggling via CTRL+ALT+Enter.Mike Gabriel2018-05-071-0/+1
|
* freerdp2-session.in: Sounds is not yet working. If we launch a pulseaudio ↵Mike Gabriel2018-05-071-1/+18
| | | | process, it starts a dummy device for unknown reason.
* known_hosts2: Add more info and request comment removal once host keys get ↵Mike Gabriel2018-05-071-0/+4
| | | | deployed.
* known_hosts2 file: Append EOL to comment, so appending to this file is ↵Mike Gabriel2018-05-071-1/+1
| | | | sanely possible.
* known_hosts2: Forgot to add this file to Git.Mike Gabriel2018-05-071-0/+1
|
* FreeRDP known_hosts2: Provide an empty known_hosts2 file for FreeRDP that ↵Mike Gabriel2018-05-072-0/+14
| | | | site admins need to populate with RDP server host keys.
* freerdp2-session.in: Log xfreerdp command output to syslog.Mike Gabriel2018-05-071-1/+1
|
* freerdp2-session.in: Two more typos, missing quotes.Mike Gabriel2018-05-061-1/+1
|
* freerdp2-session.in: typo fixMike Gabriel2018-05-061-1/+1
|
* freerdp2-session.in: FreeRDP2 API for /from-stdin has changed. Only the ↵Mike Gabriel2018-05-061-1/+7
| | | | password is expected on stdin, on all other params need to be passed-in as options.
* freerdp2-session.in: Use .freerdp2-socket (not .freerdp-socket). Add license ↵Mike Gabriel2018-05-061-2/+23
| | | | header.
* Switch from pkglibexecdir -> libexecdir. Replace socket-sucker by socat call.Mike Gabriel2018-05-066-94/+9
|
* apparmor: Add rules to allow D-Bus session(send) and accessibility(send, ↵Mike Gabriel2018-05-021-0/+3
| | | | receive).
* apparmor: Add various rules (some related to systemd switch) fixing session ↵Mike Gabriel2018-05-021-0/+7
| | | | startup failures on machines using systemd as system-wide service.
* lightdm-remote-freerdp2 PAM configuration: Use pam_freerdp2.so, not ↵Mike Gabriel2018-05-021-2/+2
| | | | pam_freerdp.so.
* debian/control: Fix freerdp-x11 dependency. Must be freerdp2-x11.Mike Gabriel2018-03-111-1/+1
|
* freerdp2-session.in: Adapt xfreerdp invocation to FreeRDP v2 command line ↵Mike Gabriel2017-12-181-1/+1
| | | | option style.
* White-space clean-up.Mike Gabriel2017-12-073-3/+3
|
* Add upstream's .deb packaging for nightly builds and release builds ↵Mike Gabriel2017-12-078-0/+276
| | | | targetting Debian and Ubuntu.
* Continue project under name lightdm-remote-session-freerdp2.Mike Gabriel2017-12-0714-56/+48
|
* 1.01.0Ted Gould2012-09-181-1/+1
|
* Add an apparmor profile. Fixes: https://bugs.launchpad.net/bugs/1049849. ↵Ted Gould2012-09-174-6/+126
|\ | | | | | | Approved by jenkins.
| * Fixing up the desktop file and directories to get everything cleaned upTed Gould2012-09-142-3/+3
| |
| * Adding in the session wrapperTed Gould2012-09-142-1/+41
| |
| * Adding in the apparmor profileTed Gould2012-09-142-2/+82
| |
| * Attaching bugTed Gould2012-09-140-0/+0
|/
* Remove the NLA exclusion. Approved by Albert Astals Cid, jenkins.Ted Gould2012-08-311-1/+1
|\
| * Adding back NLA so that we check certsTed Gould2012-08-301-1/+1
| |
* | Check byte count or error. Approved by Albert Astals Cid, jenkins.Ted Gould2012-08-311-1/+1
|\ \ | |/ |/|
| * Also check to ensure we wrote an identical number of bytes in and out. Idea ↵Ted Gould2012-08-301-1/+1
|/ | | | by Albert
* Checking return values and enabling PIE to increase security. Fixes: ↵Ted Gould2012-08-302-3/+16
|\ | | | | | | https://bugs.launchpad.net/bugs/1039636. Approved by Albert Astals Cid, jenkins.
| * Check to ensure we wrote somethingTed Gould2012-08-291-1/+1
| |
| * Attaching bugTed Gould2012-08-290-0/+0
| |
| * Compiling with PIETed Gould2012-08-291-0/+5
| |
| * Checking the return values on read and write betterTed Gould2012-08-291-2/+5
| |