| Commit message (Expand) | Author | Age | Files | Lines |
* | Add GNU/kFreeBSD support (#645) | mirabilos | 2017-01-26 | 1 | -0/+3 |
* | Merge pull request #627 from proski/openssl | Idan Freiberg | 2017-01-23 | 1 | -0/+4 |
|\ |
|
| * | Check for openssl binary in configure, don't fail if not found | Pavel Roskin | 2017-01-21 | 1 | -0/+4 |
* | | Only check for systemd on Linux, no need to warn users of other OSes | Pavel Roskin | 2017-01-21 | 1 | -1/+6 |
|/ |
|
* | Remove librdp.so sources, it's obsoleted by neutrinordp | Pavel Roskin | 2017-01-19 | 1 | -1/+0 |
* | Allow PAM file selection in configure, improve autodetection, add SUSE | Pavel Roskin | 2017-01-15 | 1 | -0/+16 |
* | Remove obsolete --enable-nopam option | Pavel Roskin | 2017-01-06 | 1 | -9/+0 |
* | Exit with error message if pkg-config is not found | Pavel Roskin | 2017-01-04 | 1 | -0/+4 |
* | When Xfixes.h is checked, the user should have libX11 already | Pavel Roskin | 2016-12-31 | 1 | -1/+1 |
* | Merge pull request #568 from proski/v091 | Itamar Reis Peixoto | 2016-12-20 | 1 | -1/+1 |
|\ |
|
| * | Update version to 0.9.1 | Pavel Roskin | 2016-12-20 | 1 | -1/+1 |
* | | Don't fail without working nasm if rfxcodec is not enabled | Pavel Roskin | 2016-12-20 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #553 from jsorg71/libpainter | metalefty | 2016-12-20 | 1 | -0/+5 |
|\ |
|
| * | add libpainter for drawing when client does not have minimum orders | Jay Sorg | 2016-12-15 | 1 | -0/+5 |
* | | Make libpainter a subpackage of xrdp | Pavel Roskin | 2016-12-17 | 1 | -1/+1 |
* | | Make librfxcodec a subpackage | Pavel Roskin | 2016-12-15 | 1 | -0/+2 |
|/ |
|
* | Disable privilege elevation by setuid for the X server | Pavel Roskin | 2016-12-06 | 1 | -0/+2 |
* | Make configure show it's looking for "pixman", not "xrdp_pixman" | Pavel Roskin | 2016-12-04 | 1 | -1/+1 |
* | Use pkg-config to discover OpenSSL | Pavel Roskin | 2016-11-29 | 1 | -3/+2 |
* | Add -ldl to libcommon link flags if it's needed for dlopen() | Pavel Roskin | 2016-11-29 | 1 | -0/+6 |
* | Use PKG_INSTALLDIR to determine pkg-config file install location | Pavel Roskin | 2016-11-20 | 1 | -2/+1 |
* | Add xrdp-uninstalled.pc to allow compilation against xrdp sources | Pavel Roskin | 2016-11-18 | 1 | -0/+1 |
* | Pass all substitutions to AC_CONFIG_FILES, sort and reformat them | Pavel Roskin | 2016-11-18 | 1 | -37/+30 |
* | fix a typo in .pc file | Jay Sorg | 2016-11-17 | 1 | -1/+1 |
* | add pkgconfig xrdp.pc file | Jay Sorg | 2016-11-17 | 1 | -1/+7 |
* | Add socklen_t check with substitution, use socklen_t as needed | Pavel Roskin | 2016-09-08 | 1 | -0/+1 |
* | Pixman fixes | Jay Sorg | 2016-08-11 | 1 | -1/+1 |
* | add more advances region support using pixman | Jay Sorg | 2016-08-08 | 1 | -0/+6 |
* | Merge pull request #390 from proski/june21 | jsorg71 | 2016-08-05 | 1 | -0/+1 |
|\ |
|
| * | Use -Wwrite-strings compiler flag if supported, add required macros | Pavel Roskin | 2016-07-08 | 1 | -0/+1 |
* | | chansrv: added mp3 compression from Speidy | Jay Sorg | 2016-07-13 | 1 | -0/+11 |
|/ |
|
* | Annotate printf-like functions if supported by the compiler | Pavel Roskin | 2016-03-03 | 1 | -0/+1 |
* | Enable -Wall flag for compilers that support it | Pavel Roskin | 2016-03-03 | 1 | -1/+3 |
* | Stop redefining libdir, use moduledir for ${libdir}/xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+2 |
* | Automake 1.7.2 is the oldest version working with xrdp | Pavel Roskin | 2016-02-12 | 1 | -1/+1 |
* | Use silent rules by default if supported by Automake | Pavel Roskin | 2016-02-12 | 1 | -0/+3 |
* | Use AC_CONFIG_MACRO_DIR, not AC_CONFIG_MACRO_DIRS | Pavel Roskin | 2016-02-10 | 1 | -1/+1 |
* | Merge pull request #254 from metalefty/freebsd/ipv6 | Itamar Reis Peixoto | 2016-02-08 | 1 | -5/+9 |
|\ |
|
| * | common: add --enable-ipv6only option | Koichiro IWAO | 2015-07-02 | 1 | -0/+9 |
| * | common: drop ipv6 autodetection only valid for linux | Koichiro IWAO | 2015-07-02 | 1 | -5/+0 |
* | | Use standard autotools means to detect X11 | Pavel Roskin | 2016-01-30 | 1 | -3/+13 |
* | | Create the m4 directory for Autoconf macro files | Pavel Roskin | 2016-01-29 | 1 | -0/+1 |
* | | Remove GOT_PREFIX, it's a broken hack of limited utility | Pavel Roskin | 2016-01-26 | 1 | -2/+0 |
* | | Update mailing list address | Koichiro IWAO | 2015-12-22 | 1 | -1/+1 |
* | | instfiles: merge rc script from FreeBSD | Koichiro IWAO | 2015-06-18 | 1 | -0/+22 |
|/ |
|
* | Merge pull request #226 from metalefty/freebsd/openpam | jsorg71 | 2015-04-01 | 1 | -0/+9 |
|\ |
|
| * | xrdp: xrdp_mm.c detect and use OpenPAM | Koichiro IWAO | 2015-03-16 | 1 | -0/+9 |
* | | configure: use PKG_CHECK_MODULES to check fuse | Koichiro IWAO | 2015-03-18 | 1 | -3/+2 |
|/ |
|
* | common: add experimental --enable-ipv6 option | Koichiro IWAO | 2015-03-10 | 1 | -0/+8 |
* | chansrv: added opus audio compression for playback | Jay Sorg | 2015-01-09 | 1 | -0/+11 |