jsorg71
|
1ce75182af
|
Merge pull request #111 from speidy/fastpath
libxrdp: Fastpath input
|
11 years ago |
speidy
|
866fde498e
|
libxrdp: move fastpath callback calls from xrdp_rdp to xrdp_fastpath
|
11 years ago |
speidy
|
43f4d439ec
|
libxrdp: work on fastpath, length issue
|
11 years ago |
speidy
|
1f1e803140
|
Merge ../../neutrinolabs/xrdp into fastpath
Conflicts:
libxrdp/libxrdp.c
libxrdp/libxrdp.h
libxrdp/xrdp_iso.c
libxrdp/xrdp_sec.c
libxrdp/xrdp_tcp.c
xrdp/xrdp.ini
|
11 years ago |
Laxmikant Rashinkar
|
e7445a2544
|
o default login limit is now 50 users (instead of 10)
o we now wait for 30 seconds for session connection (instead of 1)
o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
|
11 years ago |
Jay Sorg
|
e1c97ba124
|
libxrdp: fips working now
|
11 years ago |
Jay Sorg
|
950ef882f4
|
libxrdp: work on fips
|
11 years ago |
Jay Sorg
|
8e4520b3c3
|
libxrdp: work on fips
|
11 years ago |
Jay Sorg
|
b81bd005bf
|
libxrdp: started adding FIPS crypt
|
11 years ago |
speidy
|
80204e2536
|
libxrdp: work on fastpath input, added fastpath option to xrdp.ini
|
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
|
02aa39c79d
|
added keyboard type and subtype to struct xrdp_client_info
|
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
|
8cc619c223
|
libxrdp: work on multimon
|
11 years ago |
Jay Sorg
|
f8e876a8f7
|
remove tabs, no logic change
|
11 years ago |
Jay Sorg
|
086481395c
|
Merge branch 'multimon' of git://github.com/speidy/xrdp into speidy-multimon
Conflicts:
common/xrdp_client_info.h
libxrdp/xrdp_iso.c
libxrdp/xrdp_sec.c
|
11 years ago |
speidy
|
c2e7da84d4
|
libxrdp: add clientRequestedProtocol only when RDPNEGDATA occurs.
|
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 |
speidy
|
da62badee5
|
libxrdp: work on RDP negotiation, add clientRequestedProtocol to MCS
response. (hardcoded values - temporarily)
|
11 years ago |
Jay Sorg
|
6848cbbc04
|
VUL: add some more buffer checks
|
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 |
Jay Sorg
|
39ed446e15
|
VUL: fix some possible buffer overruns
|
11 years ago |
Laxmikant Rashinkar
|
474d17d556
|
xrdp: added support for forcing credentials on command line
|
11 years ago |
speidy
|
944f266a82
|
libxrdp: work on multi-mon, x.224 confirm packet
|
11 years ago |
speidy
|
a8e5b3fee5
|
libxrdp: work on multi-mon support
|
11 years ago |
Jay Sorg
|
c6fa03102f
|
copyright year update
|
12 years ago |
ArvidNorr
|
fe69d2f07b
|
Comments and debug when blocking channels added. Fix for potential vulnerability in log.c
|
12 years ago |
Jay Sorg
|
eb4209e932
|
libxrdp: added ini settings for bulk compressor
|
12 years ago |
Laxmikant Rashinkar
|
1123323fda
|
o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
|
12 years ago |
norrarvid
|
42bda50fe0
|
Deadlock situation bug fix and improved debug information
|
13 years ago |
Hyeshik Chang
|
1f2cd695b2
|
Fix endianness of virtual channel flags. This fixes the clipboard compatibility issue with Microsoft RDP clients.
|
13 years ago |
Nicola Ruggero
|
4cf06dbbcb
|
Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
|
14 years ago |
jsorg71
|
574355f3e3
|
use trans
|
15 years ago |
jsorg71
|
23ffdb0c5f
|
autotools fix and file_loc.h simplified
|
16 years ago |
jsorg71
|
859dc139f0
|
update copyright year
|
16 years ago |
jsorg71
|
4f9e8d5d86
|
move reading of the keys file to incoming function so we can error out if the keys file is not accessable, add a debug message
|
17 years ago |
jsorg71
|
c3181f2216
|
mce is not related to login flag 0x400
|
17 years ago |
jsorg71
|
38b789e81f
|
update copyright year
|
17 years ago |
jsorg71
|
792caad39a
|
use new config file functions
|
17 years ago |
jsorg71
|
e4d8ba4ce9
|
use g_htoi
|
17 years ago |
jsorg71
|
fc4fe616d1
|
read the rdp5 performance flags and some 64 bit warning fixes
|
17 years ago |
jsorg71
|
38ec8c903c
|
remove compiler warning
|
17 years ago |
jsorg71
|
e2df244be3
|
got to create the channel layer
|
18 years ago |