summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Allow PAM file selection in configure, improve autodetection, add SUSEPavel Roskin2017-01-159-24/+82
|/ / / | | | | | | | | | Use easy to understand names for config files (debian, redhat, suse, unix). Move all autodetection to a separate script.
* | | Merge pull request #619 from neutrinolabs/masterIdan Freiberg2017-01-151-3/+4
|\ \ \ | | | | | | | | Merge master into devel
| * \ \ Merge branch 'devel' of https://github.com/neutrinolabs/xrdpspeidy2016-12-22296-9803/+16121
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: xorgxrdp
| * | | | xorgxrdp=68412e5Jay Sorg2016-03-021-0/+0
| | | | |
| * | | | add keyboard options to xrdp_client_infoJay Sorg2016-03-021-0/+1
| | | | |
| * | | | update xorgxrdpJay Sorg2016-01-041-0/+0
| | | | |
| * | | | Merge branch 'devel'Jay Sorg2015-01-07120-14596/+4476
| |\ \ \ \
| * \ \ \ \ Merge branch 'devel'Jay Sorg2014-11-2615-348/+495
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'devel'Jay Sorg2014-11-13128-966/+3648
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #144 from seabres/pambranchjsorg712014-11-081-3/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change to allow authentication against all authentication methods.
| | * | | | | | | Change to allow authentication against all authentication methods.seabres2014-06-041-3/+4
| | | | | | | | |
| * | | | | | | | Merge branch 'devel'Laxmikant Rashinkar2014-10-11153-3807/+11770
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #161 from anthonyagresta/patch-1Idan Freiberg2014-08-051-1/+5
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | man page, add details for crypt_level=fips
| | * | | | | | | | Add details for crypt_level=fips to man pageanthonyagresta2014-08-041-1/+5
| |/ / / / / / / /
| * | | | | | | | Merge pull request #140 from ajaissle/patch-1jsorg712014-05-291-14/+24
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update faq-compile.txt
| | * | | | | | | | Update faq-compile.txtAeneas Jaißle2014-05-291-14/+24
| |/ / / / / / / /
| * | | | | | | | neutrinordp: minor changes, coding style, log levelJay Sorg2014-05-192-14/+16
| | | | | | | | |
| * | | | | | | | Merge pull request #127 from ArvidNorr/numlockjsorg712014-05-192-4/+23
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Numlock out of sync fix
| | * | | | | | | | Numlock out of sync fixArvidNorr2014-05-162-4/+23
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of github.com:neutrinolabs/xrdpJay Sorg2014-05-173-3/+10
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Merge branch 'master' of github.com:neutrinolabs/xrdpJay Sorg2014-03-09178-3286/+14128
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:neutrinolabs/xrdpJay Sorg2014-01-273-3/+3
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge pull request #615 from speidy/channels_fixesIdan Freiberg2017-01-155-9/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | Channels improvements
| * | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | coming in from chansrv
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Warning fixes
| * | | | | | | | | | | | Don't log device_data_len in the code where it may be uninitializedPavel Roskin2017-01-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log device_data_len only in the code that reads it.
| * | | | | | | | | | | | 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
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include "chansrv.h" from devredir.c to have send_channel_data() declaration.
* | | | | | | | | | | | Merge pull request #618 from metalefty/max_disc_timeIdan Freiberg2017-01-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | sesman: print max_disc_time as DisconnectedTimeLimit
| * | | | | | | | | | | | sesman: print max_disc_time as DisconnectedTimeLimitKoichiro IWAO2017-01-101-1/+1
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not max_idle_time.
* | | | | | | | | | | | Don't call file_read_section() on unitialized section namePavel Roskin2017-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can only happen if xrdp.ini is corrupted and has no sections for backends.
* | | | | | | | | | | | 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 option
| * | | | | | | | | | | | 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 maximal
| * | | | | | | | | | | | | .travis.yml: use -Werror, test two configurations - minimal and maximalPavel Roskin2017-01-061-5/+9
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use separate entries for every command. Travis CI would still run the commands sequentially, and it would provide better annotation for the output.
* | | | | | | | | | | | | Merge pull request #580 from proski/winattrmetalefty2017-01-101-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | rail: remove unneeded call to XGetWindowAttributes()
| * | | | | | | | | | | | rail: remove unneeded call to XGetWindowAttributes()Pavel Roskin2017-01-061-3/+0
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is already called above "if" with the same arguments.
* | | | | | | | | | | | 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
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Versioning is for libraries. Modules are not libraries; no code is linked against them. Libtool makes sure the modules can be opened by dlopen(). That is already true for ELF format, but other file formats may need special processing.
* | | | | | | | | | | Merge pull request #586 from proski/tjpeg-warningsmetalefty2017-01-061-3/+21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix all warnings in TurboJPEG code
| * | | | | | | | | | | Fix all warnings in TurboJPEG codePavel Roskin2017-01-051-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually use the error code from tjCompress() by logging the errors. Make sure width is more than zero before filling the pad with the last pixel data.
* | | | | | | | | | | | Merge pull request #579 from proski/voiddeclmetalefty2017-01-0619-34/+34
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | Use "void" for empty argument list in declarations
| * | | | | | | | | | | Use "void" for empty argument list in declarationsPavel Roskin2017-01-0519-34/+34
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* | | | | | | | | | | Merge pull request #612 from proski/includesjsorg712017-01-053-4/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use <> for system includes, move system includes above local ones