summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpathspeidy2014-03-045-132/+195
| | | |
| | * | libxrdp: fastpath input workingspeidy2014-03-042-27/+8
| | | |
| | * | libxrdp: work on fastpath, length issuespeidy2014-03-047-46/+40
| | | |
| | * | Merge ../../neutrinolabs/xrdp into fastpathspeidy2014-03-0282-1077/+5023
| | |\ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: libxrdp/libxrdp.c libxrdp/libxrdp.h libxrdp/xrdp_iso.c libxrdp/xrdp_sec.c libxrdp/xrdp_tcp.c xrdp/xrdp.ini
* | | | libxrdp: remove xrdp_tcp.cJay Sorg2014-02-251-89/+0
| | | |
* | | | started work on fastpath, restructure PDU inJay Sorg2014-02-258-64/+194
| | | |
* | | | common: added some trans options used in fast pathJay Sorg2014-02-252-1/+6
| | | |
* | | | clean up temp files in /tmp/.xrdpLaxmikant Rashinkar2014-02-241-0/+1
| | | |
* | | | libxrdp: fips working nowJay Sorg2014-02-242-26/+27
| | | |
* | | | libxrdp: work on fipsJay Sorg2014-02-233-79/+148
| | | |
* | | | common: add more fips ssl callsJay Sorg2014-02-232-0/+76
| | | |
* | | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-02-2322-260/+1083
|\ \ \ \
| * | | | common: check for nil in fips cleanupJay Sorg2014-02-231-1/+4
| | | | |
| * | | | libxrdp: work on fipsJay Sorg2014-02-224-264/+508
| | | | |
| * | | | common: added des3 calls for fipsJay Sorg2014-02-202-2/+89
| | | | |
| * | | | libxrdp: started adding FIPS cryptJay Sorg2014-02-203-21/+42
| | | | |
| * | | | work on xorg driverJay Sorg2014-02-185-77/+225
| | | | |
| * | | | added server_paint_rectsJay Sorg2014-02-185-9/+115
| | | | |
| * | | | common: update client_info structJay Sorg2014-02-181-0/+8
| | | | |
| * | | | libxrdp: improve mcs processingJay Sorg2014-02-161-37/+195
| | | | |
| * | | | libxrdp: started adding planar bitmap compressionJay Sorg2014-02-154-2/+48
| | | | |
| * | | | libxrdp: not logic change, commentsJay Sorg2014-02-152-46/+48
| | | | |
* | | | | o --enable-load_pulse_modules changed to --enable-loadpulsemodulesLaxmikant Rashinkar2014-02-235-13/+14
|/ / / / | | | | | | | | | | | | | | | | o color entries in xrdp.ini file are now specfied using RGB format only o login screen now works with pixel depth of 8, 15, 16 and 24 bits
* | | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-02-1014-267/+1422
|\ \ \ \
| * | | | tests/tcp_proxy: remove dependancy on os_callsJay Sorg2014-02-092-5/+407
| | | | |
| * | | | xup: added process_server_paint_rect_shmem_exJay Sorg2014-02-091-2/+57
| | | | |
| * | | | remove some warning, move gethostname to os_callsJay Sorg2014-02-085-4/+22
| | | | |
| * | | | common: some notes and compile fixesJay Sorg2014-02-081-2/+29
| | | | |
| * | | | X11rdp: turn off abstract unix domain sockets in Xorg are set X sockets ↵Jay Sorg2014-02-041-0/+38
| | | | | | | | | | | | | | | | | | | | rights for only current user
| * | | | comment spelling fixes from univentionJay Sorg2014-02-042-7/+7
| | | | |
| * | | | xorg: work on cursorsJay Sorg2014-02-032-0/+265
| | | | |
| * | | | xorg: added rdpRegionPixelCountJay Sorg2014-02-032-0/+21
| | | | |
| * | | | xup: no logic change, seperate one big function outJay Sorg2014-02-031-250/+579
| | | | |
* | | | | fixed an issue where channels with uppercase names were not being recognizedLaxmikant Rashinkar2014-02-101-19/+19
|/ / / /
* | | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-01-311-1/+15
|\ \ \ \
| * | | | chansrv: fix for audio falling behind and growing memoryJay Sorg2014-01-291-1/+15
| | | | |
* | | | | bringup RAIL only when we receive a RAIL commandLaxmikant Rashinkar2014-01-312-74/+84
|/ / / /
* | | | Merge branch 'devel' of github.com:/neutrinolabs/xrdp into develLaxmikant Rashinkar2014-01-2833-783/+537
|\ \ \ \
| * | | | xorg: fixes for building with xserver v1.13+Jay Sorg2014-01-282-3/+44
| | | | |
| * | | | xorg: fixes for building with xserver v1.13+Jay Sorg2014-01-284-7/+26
| | | | |
| * | | | xorg: work on xorg driverJay Sorg2014-01-2823-884/+195
| | | | |
| * | | | xup: call shmdt on disconnectJay Sorg2014-01-281-5/+7
| | | | |
| * | | | common: added shm to os_callsJay Sorg2014-01-282-0/+18
| | | | |
| * | | | xorg: work on xorg driverJay Sorg2014-01-267-100/+171
| | | | |
| * | | | xorg: work on xorg driverJay Sorg2014-01-251-16/+29
| | | | |
| * | | | xorg: work on xorg driverJay Sorg2014-01-2511-41/+320
| | | | |
* | | | | made login screen fully customizableLaxmikant Rashinkar2014-01-287-75/+521
|/ / / /
* | | | xorg: work on xorg driverJay Sorg2014-01-2419-77/+592
| | | |
* | | | xorg: work on xorg driverJay Sorg2014-01-2220-23/+335
| | | |
* | | | neutrinordp: added a headerJay Sorg2014-01-221-0/+1
| | | |