summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | libxrdp: use log_messagespeidy2017-01-151-1/+1
| * | | | | | | | | | | libxrdp: libxrdp_send_to_channel, improve error messagespeidy2017-01-061-1/+1
| * | | | | | | | | | | libxrdp: channels, respect xrdp.ini channel blocking also for dataspeidy2017-01-061-2/+5
| * | | | | | | | | | | libxrdp: ignore incoming channels with empty namesspeidy2017-01-061-0/+6
| * | | | | | | | | | | libxrdp: change channel_code into a meaningful namespeidy2017-01-063-6/+6
* | | | | | | | | | | | Merge pull request #578 from proski/warningsmetalefty2017-01-135-18/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Don't log device_data_len in the code where it may be uninitializedPavel Roskin2017-01-111-3/+2
| * | | | | | | | | | | | Remove redundant function declarationsPavel Roskin2017-01-113-13/+0
| * | | | | | | | | | | | Remove send_channel_data() from devredir.h, it's declared in chansrv.hPavel Roskin2017-01-112-2/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #618 from metalefty/max_disc_timeIdan Freiberg2017-01-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sesman: print max_disc_time as DisconnectedTimeLimitKoichiro IWAO2017-01-101-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Don't call file_read_section() on unitialized section namePavel Roskin2017-01-111-0/+1
* | | | | | | | | | | | Constify the value argument to mod_set_paramPavel Roskin2017-01-1112-16/+16
* | | | | | | | | | | | Move mouse before clickRicardo Duarte2017-01-101-0/+4
* | | | | | | | | | | | Merge pull request #576 from proski/nopammetalefty2017-01-101-9/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove obsolete --enable-nopam optionPavel Roskin2017-01-061-9/+0
* | | | | | | | | | | | | Merge pull request #585 from proski/travismetalefty2017-01-101-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | .travis.yml: use -Werror, test two configurations - minimal and maximalPavel Roskin2017-01-061-5/+9
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #580 from proski/winattrmetalefty2017-01-101-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | rail: remove unneeded call to XGetWindowAttributes()Pavel Roskin2017-01-061-3/+0
|/ / / / / / / / / / / /
* | | | | | | | | | | | Respect verbosity settings when generating manual pagesPavel Roskin2017-01-061-1/+5
* | | | | | | | | | | | Suppress versioning for modules, tell libtool they are modulesPavel Roskin2017-01-065-0/+10
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #586 from proski/tjpeg-warningsmetalefty2017-01-061-3/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix all warnings in TurboJPEG codePavel Roskin2017-01-051-3/+21
* | | | | | | | | | | | Merge pull request #579 from proski/voiddeclmetalefty2017-01-0619-34/+34
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Use "void" for empty argument list in declarationsPavel Roskin2017-01-0519-34/+34
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #612 from proski/includesjsorg712017-01-053-4/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use <> for system includes, move system includes above local onesPavel Roskin2017-01-043-4/+5
* | | | | | | | | | | | Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2jsorg712017-01-0517-18/+41
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fix build with --enable-xrdpdebug=yesvolth2017-01-0414-27/+2
| * | | | | | | | | | | | fix build with --enable-xrdpdebug=yesvolth2017-01-0412-8/+56
* | | | | | | | | | | | | Merge pull request #607 from proski/pkgconfigjsorg712017-01-051-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Exit with error message if pkg-config is not foundPavel Roskin2017-01-041-0/+4
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #610 from proski/gitignorejsorg712017-01-052-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Don't consider submodules dirty if they contain untracked filesPavel Roskin2017-01-041-0/+2
| * | | | | | | | | | | | Ignore X11rdp executablePavel Roskin2017-01-041-0/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #596 from speidy/rfx_frameacksjsorg712017-01-042-18/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | xrdp: add some logging, remove unused varspeidy2016-12-292-2/+5
| * | | | | | | | | | | xrdp: fix for codec frame acks handling.speidy2016-12-291-16/+1
| * | | | | | | | | | | libxrdp: frame acks, make sure max unacked frames value is valid.speidy2016-12-291-0/+4
* | | | | | | | | | | | Merge pull request #606 from proski/xfixes-msgItamar Reis Peixoto2016-12-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | When Xfixes.h is checked, the user should have libX11 alreadyPavel Roskin2016-12-311-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #587 from proski/submodulesjsorg712016-12-291-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | bootstrap: checkout submodules if they are missingPavel Roskin2016-12-281-0/+10
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #588 from speidy/openssl_caIdan Freiberg2016-12-291-0/+32
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | keygen: openssl.conf cleanupspeidy2016-12-261-19/+14
| * | | | | | | | | | | keygen: add CA extensions to self-signed certificatesspeidy2016-12-241-0/+37
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | libxrdp: fix Fast-Path Synchronize Update messagespeidy2016-12-271-1/+1
* | | | | | | | | | | Merge pull request #583 from proski/man-substItamar Reis Peixoto2016-12-2414-58/+54
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Substitute directories in manual pagesPavel Roskin2016-12-247-20/+20