| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some fixes/improvements to service files. (#646) | Dominik George | 2017-01-30 | 2 | -2/+4 |
* | change log message to long long | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
* | minor arch.h change | Jay Sorg | 2017-01-29 | 1 | -2/+4 |
* | sesman: fix warning for 32 bit / 64 bit log entry, trunc to 32 bit | Jay Sorg | 2017-01-29 | 1 | -2/+2 |
* | arch.h changes to include stdint.h | Jay Sorg | 2017-01-29 | 2 | -29/+40 |
* | sesman: remove unnecessary fork for FreeBSD (#650) | metalefty | 2017-01-28 | 1 | -21/+12 |
* | Add GNU/kFreeBSD support (#645) | mirabilos | 2017-01-26 | 3 | -3/+6 |
* | Fix several cases of discarding return values | Pavel Roskin | 2017-01-25 | 2 | -14/+51 |
* | Merge pull request #637 from proski/const | metalefty | 2017-01-26 | 6 | -28/+30 |
|\ |
|
| * | Constify string arguments in xrdp-chansrv sources | Pavel Roskin | 2017-01-22 | 6 | -28/+30 |
|/ |
|
* | Merge pull request #627 from proski/openssl | Idan Freiberg | 2017-01-23 | 2 | -1/+5 |
|\ |
|
| * | Check for openssl binary in configure, don't fail if not found | Pavel Roskin | 2017-01-21 | 2 | -1/+5 |
* | | Merge pull request #633 from proski/systemd | Idan Freiberg | 2017-01-23 | 1 | -1/+6 |
|\ \ |
|
| * | | Only check for systemd on Linux, no need to warn users of other OSes | Pavel Roskin | 2017-01-21 | 1 | -1/+6 |
| |/ |
|
* | | Merge pull request #630 from selu/devel | Idan Freiberg | 2017-01-23 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix calling XChangeProperty in clipboard provide | Szabolcs Seláf | 2017-01-17 | 1 | -1/+1 |
* | | | Merge pull request #636 from proski/painter | Idan Freiberg | 2017-01-23 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix incorrect argument to painter_line() | Pavel Roskin | 2017-01-21 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #625 from speidy/proxy_session_info | Idan Freiberg | 2017-01-23 | 9 | -4/+126 |
|\ \ \
| |/ /
|/| | |
|
| * | | libxrdp: use constant RDP_DATA_PDU_LOGON | speidy | 2017-01-15 | 1 | -2/+1 |
| * | | neutrinordp: add session_info | speidy | 2017-01-15 | 2 | -3/+51 |
| * | | add session_info | Jay Sorg | 2017-01-15 | 7 | -1/+76 |
* | | | Merge pull request #635 from proski/bindsto | Itamar Reis Peixoto | 2017-01-21 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Change BindTo to BindsTo, it was renamed in systemd long time ago | Pavel Roskin | 2017-01-20 | 1 | -1/+1 |
|/ / / |
|
* | | | Remove librdp.so sources, it's obsoleted by neutrinordp | Pavel Roskin | 2017-01-19 | 15 | -6895/+0 |
* | | | Merge pull request #603 from proski/x11rdp | metalefty | 2017-01-19 | 8 | -27/+69 |
|\ \ \ |
|
| * | | | Compile applewmproto before xorg-server | Pavel Roskin | 2017-01-17 | 1 | -1/+1 |
| * | | | Use fonts installed as part of X11rdp | Pavel Roskin | 2017-01-17 | 1 | -1/+1 |
| * | | | Fix Mesa compatibility with clang | Pavel Roskin | 2017-01-17 | 1 | -0/+11 |
| * | | | Make sure X11rdp is not copied to a file called "bin" | Pavel Roskin | 2017-01-17 | 1 | -1/+1 |
| * | | | Use OPENSSL_CFLAGS even if -lcrypto is used directly | Pavel Roskin | 2017-01-17 | 1 | -0/+10 |
| * | | | Don't define RDP_IS_XORG and RDP_IS_XFREE86, they are unused | Pavel Roskin | 2017-01-17 | 1 | -14/+0 |
| * | | | Remove missing directories from the include path for X11rdp | Pavel Roskin | 2017-01-17 | 1 | -8/+0 |
| * | | | Fix pixmap compilation with clang | Pavel Roskin | 2017-01-17 | 1 | -0/+11 |
| * | | | Fix libpciaccess compilation on non-Linux systems | Pavel Roskin | 2017-01-17 | 1 | -0/+24 |
| * | | | Fix download caching, only download missing or currently empty files | Pavel Roskin | 2017-01-17 | 1 | -3/+11 |
* | | | | Merge pull request #629 from proski/cmdline | metalefty | 2017-01-19 | 3 | -23/+34 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Improve xrdp-sesman help text | Pavel Roskin | 2017-01-17 | 1 | -16/+17 |
| * | | | Document --port and --fork options for xrdp | Pavel Roskin | 2017-01-17 | 1 | -2/+11 |
| * | | | List shorthand versions of command line switches in the help text | Pavel Roskin | 2017-01-17 | 1 | -5/+5 |
| * | | | Implement "-n" alias for "--nodaemon" as documented in the manpage | Pavel Roskin | 2017-01-17 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge pull request #628 from metalefty/kill_disconnected | metalefty | 2017-01-18 | 1 | -1/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | x11rdp: respect disconnect timeout set by XRDP_SESMAN_MAX_DISC_TIME | Koichiro IWAO | 2017-01-16 | 1 | -1/+0 |
* | | | Merge pull request #426 from metalefty/log-tls-version-and-cipher | Idan Freiberg | 2017-01-16 | 5 | -4/+49 |
|\ \ \
| |/ /
|/| | |
|
| * | | TLS: log client port in addition to ssl protocol and cipher | Koichiro IWAO | 2017-01-13 | 1 | -3/+5 |
| * | | obey coding standard, no logic change | Koichiro IWAO | 2017-01-12 | 1 | -2/+2 |
| * | | log non TLS session | Koichiro IWAO | 2016-11-22 | 1 | -0/+8 |
| * | | TLS: log TLS version and cipher | Koichiro IWAO | 2016-11-22 | 5 | -4/+39 |
* | | | Merge pull request #605 from proski/pamconfig | Idan Freiberg | 2017-01-15 | 9 | -24/+82 |
|\ \ \ |
|
| * | | | Allow PAM file selection in configure, improve autodetection, add SUSE | Pavel Roskin | 2017-01-15 | 9 | -24/+82 |
|/ / / |
|