1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
|
2018-05-07 15:50:41 +0200 Mike Gabriel (70e7ea2)
* release 2.0.0 (HEAD -> master, tag: 2.0.0)
2018-05-07 15:05:21 +0200 Mike Gabriel (3e3d22b)
* autogen.sh: Drop file. Not used.
2018-05-07 15:04:38 +0200 Mike Gabriel (38b6a9d)
* README.md: Add Installation and Known Issues section.
2018-05-07 14:53:33 +0200 Mike Gabriel (36ec6a6)
* freerdp2-session.in: Fix another parenthesis typo.
2018-05-07 13:57:24 +0200 Mike Gabriel (2b0530f)
* freerdp2-session.in: Remove flawed parenthesis open.
2018-05-07 13:50:08 +0200 Mike Gabriel (460ae57)
* freerdp2-session: Unset AUTH_INFO_PASSWORD right after usage.
2018-05-07 13:01:43 +0200 Mike Gabriel (bb65a76)
* freerdp2-session.in: Disallow fullscreen toggling via
CTRL+ALT+Enter.
2018-05-07 13:00:35 +0200 Mike Gabriel (d8a641c)
* freerdp2-session.in: Sounds is not yet working. If we launch a
pulseaudio process, it starts a dummy device for unknown
reason.
2018-05-07 12:12:24 +0200 Mike Gabriel (9b64560)
* known_hosts2: Add more info and request comment removal once host
keys get deployed.
2018-05-07 11:34:01 +0200 Mike Gabriel (3b33597)
* known_hosts2 file: Append EOL to comment, so appending to this file
is sanely possible.
2018-05-07 11:26:13 +0200 Mike Gabriel (ddce7b0)
* known_hosts2: Forgot to add this file to Git.
2018-05-07 11:25:01 +0200 Mike Gabriel (de23aed)
* FreeRDP known_hosts2: Provide an empty known_hosts2 file for
FreeRDP that site admins need to populate with RDP server
host keys.
2018-05-07 11:14:10 +0200 Mike Gabriel (ee26591)
* freerdp2-session.in: Log xfreerdp command output to syslog.
2018-05-06 15:29:33 +0200 Mike Gabriel (ca291d8)
* freerdp2-session.in: Two more typos, missing quotes.
2018-05-06 15:18:11 +0200 Mike Gabriel (767780d)
* freerdp2-session.in: typo fix
2018-05-06 15:17:45 +0200 Mike Gabriel (0eb7be3)
* freerdp2-session.in: FreeRDP2 API for /from-stdin has changed. Only
the password is expected on stdin, on all other params
need to be passed-in as options.
2018-05-06 02:03:49 +0200 Mike Gabriel (011f9bf)
* freerdp2-session.in: Use .freerdp2-socket (not .freerdp-socket).
Add license header.
2018-05-06 02:00:13 +0200 Mike Gabriel (57314df)
* Switch from pkglibexecdir -> libexecdir. Replace socket-sucker by
socat call.
2018-05-02 15:49:26 +0200 Mike Gabriel (337ff9d)
* apparmor: Add rules to allow D-Bus session(send) and
accessibility(send, receive).
2018-05-02 15:48:50 +0200 Mike Gabriel (a5d8065)
* apparmor: Add various rules (some related to systemd switch) fixing
session startup failures on machines using systemd as
system-wide service.
2018-05-02 12:04:42 +0200 Mike Gabriel (a67c676)
* lightdm-remote-freerdp2 PAM configuration: Use pam_freerdp2.so, not
pam_freerdp.so.
2018-03-11 14:49:22 +0100 Mike Gabriel (e02cd21)
* debian/control: Fix freerdp-x11 dependency. Must be freerdp2-x11.
2017-12-18 16:55:34 +0100 Mike Gabriel (0855832)
* freerdp2-session.in: Adapt xfreerdp invocation to FreeRDP v2
command line option style.
2017-12-07 09:25:38 +0100 Mike Gabriel (63c326c)
* White-space clean-up.
2017-12-07 09:25:19 +0100 Mike Gabriel (92b2bec)
* Add upstream's .deb packaging for nightly builds and release builds
targetting Debian and Ubuntu.
2017-12-07 09:24:37 +0100 Mike Gabriel (349c023)
* Continue project under name lightdm-remote-session-freerdp2.
2012-09-18 15:54:00 -0500 Ted Gould (c8cbafb)
* 1.0 (tag: 1.0)
2012-09-17 22:18:41 +0000 Ted Gould (50fc3e1)
* Add an apparmor profile. Fixes:
https://bugs.launchpad.net/bugs/1049849. Approved by
jenkins.
2012-09-14 15:50:16 -0500 Ted Gould (be67082)
* Fixing up the desktop file and directories to get everything
cleaned up
2012-09-14 15:48:44 -0500 Ted Gould (0a2d6ea)
* Adding in the session wrapper
2012-09-14 15:45:53 -0500 Ted Gould (27eb25f)
* Adding in the apparmor profile
2012-09-14 15:35:12 -0500 Ted Gould (1cfeec5)
* Attaching bug
2012-08-31 08:01:00 +0000 Ted Gould (276b4b8)
* Remove the NLA exclusion. Approved by Albert Astals Cid, jenkins.
2012-08-31 07:43:53 +0000 Ted Gould (4f33e98)
* Check byte count or error. Approved by Albert Astals Cid, jenkins.
2012-08-30 17:01:47 -0500 Ted Gould (86663e0)
* Also check to ensure we wrote an identical number of bytes in and
out. Idea by Albert
2012-08-30 15:28:24 -0500 Ted Gould (eb39fef)
* Adding back NLA so that we check certs
2012-08-30 08:12:48 +0000 Ted Gould (357bbd2)
* Checking return values and enabling PIE to increase security.
Fixes: https://bugs.launchpad.net/bugs/1039636. Approved
by Albert Astals Cid, jenkins.
2012-08-29 16:58:05 -0500 Ted Gould (ff6a857)
* Check to ensure we wrote something
2012-08-29 16:36:04 -0500 Ted Gould (3116bf2)
* Attaching bug
2012-08-29 16:35:47 -0500 Ted Gould (b74d1cf)
* Compiling with PIE
2012-08-29 16:34:01 -0500 Ted Gould (dd7dda9)
* Checking the return values on read and write better
2012-08-29 16:32:29 -0500 Ted Gould (bbc1c93)
* Check the return from snprintf
2012-08-21 15:08:18 -0500 Ted Gould (94a390d)
* 0.3 (tag: 0.3)
2012-08-21 15:08:02 -0500 Ted Gould (a75f4fa)
* Install the binary in the right directory
2012-08-21 15:00:37 -0500 Ted Gould (7eef1ea)
* 0.2 (tag: 0.2)
2012-08-21 14:59:28 -0500 Ted Gould (c9798cf)
* Adding a socket sucker C program
2012-08-21 14:50:28 -0500 Ted Gould (60c71fb)
* Copyright header
2012-08-21 14:45:12 -0500 Ted Gould (f1e0580)
* Ignoring some more stuff.
2012-08-21 14:34:12 -0500 Ted Gould (63a0293)
* Making the session call the socket sucker
2012-08-21 14:30:41 -0500 Ted Gould (7c3a571)
* Getting the directory using the home environment variable
2012-08-21 14:25:11 -0500 Ted Gould (3541e56)
* Filling out the function based on some examples, basic stuff
2012-08-21 14:14:14 -0500 Ted Gould (0125935)
* Adding in the socket sucker build target
2012-08-21 14:12:17 -0500 Ted Gould (f5e23ba)
* Get us a C compiler
2012-08-20 12:55:40 -0500 Ted Gould (45844af)
* Changing the name of the key for Robert
2012-08-17 23:12:50 -0500 Ted Gould (daabe7d)
* 0.1 (tag: 0.1)
2012-08-17 23:08:01 -0500 Ted Gould (c6efcc7)
* Adding the piece that actually starts the session itself.
2012-08-17 22:52:59 -0500 Ted Gould (63478d8)
* Adding in the session configuration
2012-08-17 22:39:34 -0500 Ted Gould (24f787b)
* Adding a starting PAM configuration file.
2012-08-17 22:21:15 -0500 Ted Gould (b038ae4)
* Base build system
|