Idan Freiberg
e08c85aa42
Merge pull request #618 from metalefty/max_disc_time
...
sesman: print max_disc_time as DisconnectedTimeLimit
8 years ago
Pavel Roskin
d46a26c1c3
Don't call file_read_section() on unitialized section name
...
This can only happen if xrdp.ini is corrupted and has no sections for
backends.
8 years ago
Pavel Roskin
b8ed23daab
Constify the value argument to mod_set_param
8 years ago
Ricardo Duarte
a959a9f851
Move mouse before click
8 years ago
metalefty
f68d2b8a59
Merge pull request #576 from proski/nopam
...
Remove obsolete --enable-nopam option
8 years ago
metalefty
f9a5b637c7
Merge pull request #585 from proski/travis
...
.travis.yml: use -Werror, test two configurations - minimal and maximal
8 years ago
metalefty
7a9b8bce89
Merge pull request #580 from proski/winattr
...
rail: remove unneeded call to XGetWindowAttributes()
8 years ago
Koichiro IWAO
c3fbd71513
sesman: print max_disc_time as DisconnectedTimeLimit
...
not max_idle_time.
8 years ago
Pavel Roskin
c049c3dfd0
rail: remove unneeded call to XGetWindowAttributes()
...
It is already called above "if" with the same arguments.
8 years ago
Pavel Roskin
db098a98b9
.travis.yml: use -Werror, test two configurations - minimal and maximal
...
Use separate entries for every command. Travis CI would still run the
commands sequentially, and it would provide better annotation for the
output.
8 years ago
Pavel Roskin
ce69280951
Remove obsolete --enable-nopam option
8 years ago
Pavel Roskin
7b32fc864c
Respect verbosity settings when generating manual pages
8 years ago
Pavel Roskin
f25659d2ee
Suppress versioning for modules, tell libtool they are modules
...
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.
8 years ago
metalefty
e83a7c1fef
Merge pull request #586 from proski/tjpeg-warnings
...
Fix all warnings in TurboJPEG code
8 years ago
metalefty
ac4c0404ca
Merge pull request #579 from proski/voiddecl
...
Use "void" for empty argument list in declarations
8 years ago
Pavel Roskin
6664aac00f
Use "void" for empty argument list in declarations
...
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".
8 years ago
Pavel Roskin
bcaa1709e0
Fix all warnings in TurboJPEG code
...
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.
8 years ago
jsorg71
15a24ff1c4
Merge pull request #612 from proski/includes
...
Use <> for system includes, move system includes above local ones
8 years ago
jsorg71
5194311d9d
Merge pull request #611 from volth/support-enable-xrdpdebug=yes-2
...
fix build with --enable-xrdpdebug=yes
8 years ago
jsorg71
c3a38984d3
Merge pull request #607 from proski/pkgconfig
...
Exit with error message if pkg-config is not found
8 years ago
jsorg71
65084d26a0
Merge pull request #610 from proski/gitignore
...
Ignore untracked files in submodules, ignore X11rdp
8 years ago
Pavel Roskin
7ba3610787
Use <> for system includes, move system includes above local ones
8 years ago
volth
26a26ef906
fix build with --enable-xrdpdebug=yes
8 years ago
Pavel Roskin
3376a6daf8
Exit with error message if pkg-config is not found
...
PKG_PROG_PKG_CONFIG does not exit if it fails to find pkg-config.
Continuing without pkg-config leads to misleading error messages when
checks for packages fail.
8 years ago
Pavel Roskin
6cf62e6d45
Don't consider submodules dirty if they contain untracked files
8 years ago
Pavel Roskin
02f78abf46
Ignore X11rdp executable
8 years ago
jsorg71
edd8d5e60d
Merge pull request #596 from speidy/rfx_frameacks
...
RFX: fix frame acks handling
8 years ago
volth
37b4a14b54
fix build with --enable-xrdpdebug=yes
8 years ago
Itamar Reis Peixoto
cd8b5f0030
Merge pull request #606 from proski/xfixes-msg
...
When Xfixes.h is checked, the user should have libX11 already
8 years ago
Pavel Roskin
ac51259573
When Xfixes.h is checked, the user should have libX11 already
...
No need to confuse the user by asking to install libX11 headers.
8 years ago
jsorg71
b84cb3583c
Merge pull request #587 from proski/submodules
...
bootstrap: checkout submodules if they are missing
8 years ago
speidy
70e9132ab1
xrdp: add some logging, remove unused var
8 years ago
speidy
1f930f252f
xrdp: fix for codec frame acks handling.
...
can handle zero unacked frames now.
This should make RemoteFX usable with Parallels Client. they always
wan't zero unacked frames on the wire.
8 years ago
speidy
a62c467f71
libxrdp: frame acks, make sure max unacked frames value is valid.
8 years ago
Pavel Roskin
5abb66dfcb
bootstrap: checkout submodules if they are missing
8 years ago
Idan Freiberg
d257108b92
Merge pull request #588 from speidy/openssl_ca
...
keygen: add CA extensions to self-signed certificates
8 years ago
speidy
a96c91b38e
libxrdp: fix Fast-Path Synchronize Update message
8 years ago
speidy
337b2d4be3
keygen: openssl.conf cleanup
8 years ago
speidy
2c48dd04e1
keygen: add CA extensions to self-signed certificates
8 years ago
Itamar Reis Peixoto
6c0ae58880
Merge pull request #583 from proski/man-subst
...
Substitute variables in manual pages
8 years ago
Pavel Roskin
d8e3a13f41
Substitute directories in manual pages
8 years ago
Pavel Roskin
6c453ff1be
Substitute variables in manual pages
8 years ago
Pavel Roskin
a9bfa879e7
Remove man page for xrdp-xcon, as xrdp-xcon not installed
...
Tools that are not installed can be documented by text files in other
formats. There is nothing useful in the xrdp-xcon manual page that would
need to be preserved.
8 years ago
speidy
38253f1371
libxrdp: add XRDP_RFXCODEC to Makefile.am
8 years ago
Idan Freiberg
afa57fddad
Merge pull request #570 from speidy/readme
...
Add README.md
8 years ago
Idan Freiberg
aeb1392caa
Merge branch 'devel' into readme
8 years ago
Idan Freiberg
12311457cc
Merge pull request #571 from speidy/NEWS
...
Add NEWS.md
8 years ago
speidy
bbcf78a7a1
Changes in README.md
8 years ago
speidy
ecff6f53ba
Add README.md
8 years ago
speidy
a68b018122
Add NEWS.md
...
Add NEWS.md to EXTRA_DIST
8 years ago