| Commit message (Expand) | Author | Age | Files | Lines |
* | move openssl calls to common/libssl.c, check for defines | Jay Sorg | 2017-06-22 | 2 | -4/+86 |
* | common: implement g_file_readable for WIN32 | Koichiro IWAO | 2017-06-12 | 1 | -1/+1 |
* | Log user-friendly message when certificate/privkey is inaccessible | Koichiro IWAO | 2017-06-12 | 2 | -0/+13 |
* | Constify MCS connectionType | Koichiro IWAO | 2017-06-06 | 1 | -0/+9 |
* | common: separate sockets macros into basename and fullpath | Koichiro IWAO | 2017-05-16 | 1 | -6/+15 |
* | common: if SSL_shutdown fails, only call one more time | Jay Sorg | 2017-05-10 | 1 | -1/+1 |
* | common: ssl_tls_write / read return 0 on socket close | Jay Sorg | 2017-05-10 | 1 | -0/+8 |
* | Removed error message while falling back to IPv4 (issue #714) | MichaelSweden | 2017-04-25 | 1 | -2/+1 |
* | Fix to handle OS disabled IPv6, issue #714. | MichaelSweden | 2017-04-25 | 1 | -124/+228 |
* | Rename file_loc.h to xrdp_sockets.h, install it | Pavel Roskin | 2017-03-28 | 2 | -5/+5 |
* | libxrdp: print connected client name to log | speidy | 2017-03-21 | 1 | -0/+2 |
* | Log socket fd in g_sck_accept(), fix AF_UNIX logging | Pavel Roskin | 2017-03-21 | 1 | -4/+17 |
* | Allocate space for tls_ciphers dynamically | Pavel Roskin | 2017-03-21 | 1 | -1/+1 |
* | Make socket directory configurable, don't hardcode /tmp/.xrdp | Pavel Roskin | 2017-03-17 | 3 | -49/+14 |
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 19 | -514/+502 |
* | Don't include config_ac.h from any header files | Pavel Roskin | 2017-03-04 | 1 | -4/+0 |
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 9 | -0/+36 |
* | add comment to keep xorgxrdp/x11rdp compatibility | Koichiro IWAO | 2017-02-27 | 1 | -0/+4 |
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 5 | -11/+12 |
* | common: use select for SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE tls errors | Jay Sorg | 2017-02-25 | 1 | -10/+17 |
* | change some casts to long long | Jay Sorg | 2017-02-22 | 1 | -2/+2 |
* | common: print list items as pointers | Jay Sorg | 2017-02-22 | 1 | -1/+1 |
* | fix warning new since stdint.h change | Jay Sorg | 2017-02-22 | 2 | -2/+2 |
* | aarch64 doesn't require pointers to be aligned | Pavel Roskin | 2017-02-13 | 1 | -1/+1 |
* | Constify input arguments of ssl_mod_exp() and ssl_gen_key_xrdp1() | Pavel Roskin | 2017-02-02 | 2 | -6/+6 |
* | Remove support for OpenSSL older than 0.9.8 | Pavel Roskin | 2017-02-02 | 1 | -81/+0 |
* | minor arch.h change | Jay Sorg | 2017-01-29 | 1 | -2/+4 |
* | arch.h changes to include stdint.h | Jay Sorg | 2017-01-29 | 2 | -29/+40 |
* | Add GNU/kFreeBSD support (#645) | mirabilos | 2017-01-26 | 1 | -2/+2 |
* | Merge pull request #426 from metalefty/log-tls-version-and-cipher | Idan Freiberg | 2017-01-16 | 4 | -0/+22 |
|\ |
|
| * | obey coding standard, no logic change | Koichiro IWAO | 2017-01-12 | 1 | -2/+2 |
| * | TLS: log TLS version and cipher | Koichiro IWAO | 2016-11-22 | 4 | -0/+22 |
* | | Merge pull request #615 from speidy/channels_fixes | Idan Freiberg | 2017-01-15 | 1 | -1/+1 |
|\ \ |
|
| * | | libxrdp: change channel_code into a meaningful name | speidy | 2017-01-06 | 1 | -1/+1 |
* | | | Remove redundant function declarations | Pavel Roskin | 2017-01-11 | 1 | -2/+0 |
|/ / |
|
* | | Use "void" for empty argument list in declarations | Pavel Roskin | 2017-01-05 | 2 | -2/+2 |
* | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 3 | -5/+2 |
* | | fix build with --enable-xrdpdebug=yes | volth | 2017-01-04 | 2 | -0/+7 |
* | | Merge pull request #553 from jsorg71/libpainter | metalefty | 2016-12-20 | 2 | -0/+36 |
|\ \ |
|
| * | | add libpainter for drawing when client does not have minimum orders | Jay Sorg | 2016-12-15 | 2 | -0/+36 |
* | | | xrdp_constants: move CAPSET constants to their place | speidy | 2016-12-13 | 1 | -9/+12 |
* | | | libxrdp: more constants | speidy | 2016-12-13 | 1 | -0/+3 |
* | | | Merge branch 'surface_cmds' of git://github.com/speidy/xrdp into surface_cmds | speidy | 2016-12-13 | 2 | -1/+8 |
|\ \ \ |
|
| * \ \ | Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into surface_cmds | Speidy | 2016-12-12 | 2 | -1/+8 |
| |\ \ \ |
|
| | * \ \ | Merge pull request #536 from jsorg71/unicode | jsorg71 | 2016-12-11 | 1 | -0/+7 |
| | |\ \ \ |
|
| | | * | | | change some magics to defines | Jay Sorg | 2016-12-10 | 1 | -0/+6 |
| | | * | | | add unicode support | Jay Sorg | 2016-12-10 | 1 | -0/+1 |
| | | |/ / |
|
| | * | | | Don't use colon to separate IPv6 address from the port | Pavel Roskin | 2016-12-09 | 1 | -1/+1 |
| | |/ / |
|
* | | | | libxrdp: caps, group caps require fastpath output, use FASTPATH_OUTPUT_SUPPOR... | speidy | 2016-12-13 | 1 | -0/+3 |
|/ / / |
|
* | | | o send RFX tiles as stream (Stream Surface Bits Command) | speidy | 2016-12-08 | 1 | -8/+12 |
|/ / |
|