Commit Graph

319 Commits (e51175f6d8bd9cf845e82ddca41687cc7d54d425)

Author SHA1 Message Date
Jay Sorg b142a59e69 libxrdp: changes for planar compression
10 years ago
Jay Sorg ca6bec36e6 libxrdp: no logic change, fix warning, some optimize planar compression
10 years ago
Jay Sorg aa35a32752 libxrdp: 32 bpp compression changes / fixes
10 years ago
Jay Sorg e494f5367f libxrdp: planar(32 bit) compression working now
10 years ago
Jay Sorg 73bdb57ee2 more fixes for 32 bit color
10 years ago
Jay Sorg 5d49553919 work on 32 bit planar bitmap compressor
10 years ago
Jay Sorg d672eb8995 no logic change, indent
10 years ago
speidy 702f76c078 libxrdp: xrdp_channel: don't change channel flags when
10 years ago
speidy 7e9e343d7c libxrdp: make sure jpeg quality is valid
10 years ago
Laxmikant Rashinkar 1b3dd12568 addec checks for TurboJPEG in autoconf
10 years ago
Jay Sorg e840c8f335 libxrdp: memory leak fixes on error
10 years ago
Jay Sorg ab73d48fb3 libxrdp: fix for fips and fragmented fastpath
10 years ago
Jay Sorg 6d7e315b0c work on surface command
10 years ago
Jay Sorg 63032b000d libxrdp: fix for when not compiling with turbo jpeg
10 years ago
Jay Sorg 50a1b1fdb9 work on codec mode jpeg
10 years ago
Jay Sorg 9414467af2 libxrdp: export jpeg compress for codec mode
10 years ago
speidy 53df4335eb o added fastpath output, syncronize update pdu
10 years ago
speidy 8372cce84d o libxrdp: fastpath output, added cursor and palette now updates
10 years ago
speidy 744cdf9da1 Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into devel
10 years ago
speidy 56ae4539a9 indentation fix
10 years ago
Jay Sorg 630f735a28 libxrdp: send, get, and use multi fragment max caps
10 years ago
Jay Sorg 6f63f93890 libxrdp: remove caps warning and added fastpath fragment caps
10 years ago
Jay Sorg 4cae44ce3b libxrdp: keep rdp packets < 16K
10 years ago
speidy a801e44bfa o libxrdp: move rdp capabilites form xrdp_rdp to a new file xrdp_caps.c
10 years ago
speidy 0a225729c7 libxrdp: fastpath input, validate eventFlags
10 years ago
Jay Sorg d18704d740 libxrdp: work on fastpath fragments
10 years ago
Jay Sorg 4f83a979eb libxrdp: fix for fastpath output and fips
10 years ago
Jay Sorg ff8821c308 libxrdp: fastpath output, orders working
10 years ago
Jay Sorg cf39a90d80 libxrdp: detect client fastpath caps
10 years ago
Jay Sorg 201bec9794 libxrdp: minor fastpath logic change and indent changes
10 years ago
Jay Sorg fe042b0c61 minor fastpath changes
10 years ago
speidy 1eb03b1451 libxrdp: add fips support in xrdp_sec_recv_fastpath
10 years ago
speidy 44d831f05e libxrdp: fastpath, add stream check (all stack)
10 years ago
speidy d610101521 Merge branch 'devel' of https://github.com/neutrinolabs/xrdp into
10 years ago
speidy 75bff736a6 libxrdp: xrdp_fastpath_recv cleanup
10 years ago
Jay Sorg 932d785deb fast path changes, iso never reads now
10 years ago
jsorg71 1ce75182af Merge pull request #111 from speidy/fastpath
10 years ago
speidy 866fde498e libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpath
10 years ago
speidy 08baf1a5bc libxrdp: fastpath input working
10 years ago
speidy 43f4d439ec libxrdp: work on fastpath, length issue
10 years ago
speidy 1f1e803140 Merge ../../neutrinolabs/xrdp into fastpath
10 years ago
Laxmikant Rashinkar e7445a2544 o default login limit is now 50 users (instead of 10)
10 years ago
Jay Sorg 0b18909f26 libxrdp: remove xrdp_tcp.c
10 years ago
Jay Sorg e9e14f22f9 started work on fastpath, restructure PDU in
10 years ago
Jay Sorg e1c97ba124 libxrdp: fips working now
10 years ago
Jay Sorg 950ef882f4 libxrdp: work on fips
10 years ago
Jay Sorg 8e4520b3c3 libxrdp: work on fips
10 years ago
Jay Sorg b81bd005bf libxrdp: started adding FIPS crypt
11 years ago
Jay Sorg 1d9c773dbf libxrdp: improve mcs processing
11 years ago
Jay Sorg c8579c3403 libxrdp: started adding planar bitmap compression
11 years ago
Jay Sorg 6cd6f15d46 libxrdp: not logic change, comments
11 years ago
speidy 80204e2536 libxrdp: work on fastpath input, added fastpath option to xrdp.ini
11 years ago
speidy d36336b7b5 libxrdp: work on fastpath input, fix callback params
11 years ago
speidy f8d26973d0 libxrdp: work on fastpath input, fix length issue in fastpath_recv
11 years ago
speidy f525c0f8e7 libxrdp: work on fastpath input
11 years ago
speidy cbf5d50a5c libxrdp: work on fastpath input
11 years ago
speidy 9a98299e2b libxrdp: work on fastpath
11 years ago
speidy 113f2696fe libxrdp: work on fastpath
11 years ago
speidy 423c583cdd libxrdp: xrdp_sec: added CS_CORE process func for future use.
11 years ago
Jay Sorg 448b7a5d4b neutrinordp: added a header
11 years ago
Laxmikant Rashinkar 6cd342a20a added code for region copy used in codec mode
11 years ago
Jay Sorg 02aa39c79d added keyboard type and subtype to struct xrdp_client_info
11 years ago
jsorg71 e6ba49e9be Merge pull request #9 from speidy/master
11 years ago
speidy 6f7958bdcb libxrdp: move xrdp_rdp_send_monitorlayout call after demand active pdu
11 years ago
speidy e5f2f997db libxrdp: some cleanup
11 years ago
speidy 638843526a libxrdp: change xrdp_rdp_send_unknown1 hack to xrdp_rdp_send_fontmap,
11 years ago
speidy bc4fd1afba libxrdp: Monitor Layout PDU changes
11 years ago
speidy 2dc5f49132 libxrdp: add Montior Layout PDU (server to client), temporary hack
11 years ago
Laxmikant Rashinkar e8c2f328fb Merge branch 'master' of github.com:neutrinolabs/xrdp
11 years ago
Laxmikant Rashinkar 3a074450d7 changed bulk compression logic
11 years ago
speidy 92e876ea42 libxrdp: add monitorCount to client_info struct
11 years ago
speidy daf22b79f6 libxrdp: fix in processing client monitor data
11 years ago
speidy 5591c19b3f libxrdp: remove old monitor_list struct
11 years ago
speidy 0d2a4ce195 common: fix conflict
11 years ago
speidy 8cc619c223 libxrdp: work on multimon
11 years ago
Jay Sorg f380f9e972 libxrdp: Authentic8 fixes for xrdp_orders_check
11 years ago
Jay Sorg a31234539a libxrdp: ISO_PDU_CR len fix
11 years ago
Jay Sorg f8e876a8f7 remove tabs, no logic change
11 years ago
Jay Sorg 5adbf2d32b libxrdp: some ISO_PDU_CR changes
11 years ago
Jay Sorg 2df63787ca libxrdp: some ISO_PDU_CR changes
11 years ago
Jay Sorg e59fd77042 from last merge
11 years ago
Jay Sorg 086481395c Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon
11 years ago
speidy a4d2917a0a libxrdp: iso_send_rdpnegrdp fix + notes.
11 years ago
speidy c2e7da84d4 libxrdp: add clientRequestedProtocol only when RDPNEGDATA occurs.
11 years ago
speidy a8ab4cb5d1 libxrdp: work on RDP negotiation, add legacy non-nego support.
11 years ago
speidy a581dc28bb libxrdp: work on multimon, fix monitor debug msg
11 years ago
speidy 0d86544819 libxrdp: work on multimon, added monitor data processing
11 years ago
Jay Sorg 25369460a1 log client ip with pid, etc
11 years ago
speidy da62badee5 libxrdp: work on RDP negotiation, add clientRequestedProtocol to MCS
11 years ago
Jay Sorg c1b7cbd657 merges from authentic8
11 years ago
speidy 24e4b8c937 libxrdp: work on RDP negotiation part
11 years ago
speidy 9bf2d0dc60 libxrdp: work on RDP negotiation, not working yet.
11 years ago
speidy 2b0524ad7e libxrdp: work on RDP negotiation
11 years ago
Jay Sorg 2c021f5fab don't use a global for turbo jpeg
11 years ago
Jay Sorg 6fcf380ead added a --enable-tjpeg option for turbo jpeg
11 years ago
Jay Sorg 6848cbbc04 VUL: add some more buffer checks
11 years ago
Jay Sorg 445e7d9800 VUL: check bytes remaining in xrdp_rdp_process_data_input
11 years ago
Jay Sorg f75b9143e2 VUL: make sure cache entries are in range
11 years ago
Jay Sorg 31c5a30a9b VUL: if xrdp_sec_process_mcs_data_channels fails, xrdp_sec_process_mcs_data should fail
11 years ago
Jay Sorg a1ae000589 VUL: channels are limited to 31
11 years ago