Laxmikant Rashinkar
561b263b91
o added some dummy functions to stop build from breaking
...
when --enable-fuse is not specified
2013-03-18 19:55:26 -07:00
Laxmikant Rashinkar
5d7ffc1431
Merge branch 'master' of github.com:FreeRDP/xrdp
2013-03-18 19:44:53 -07:00
Laxmikant Rashinkar
5acc54cd1d
o added support for deleteing files and directories
2013-03-18 19:43:20 -07:00
Jay Sorg
26f4502ebf
X11rdp: build fix from kyytaM
2013-03-18 08:22:35 -07:00
Jay Sorg
39a828d52f
work on new(color) cursors
2013-03-12 23:22:11 -07:00
Jay Sorg
494150f1a9
work on new(color) cursors
2013-03-12 22:50:10 -07:00
Jay Sorg
a47a3cee1a
libxrdp: started adding new(color) cursor support
2013-03-12 20:04:18 -07:00
Jay Sorg
cf5646c472
chansrv: add header
2013-03-12 18:51:27 -07:00
Jay Sorg
30f64f27b6
xrdp: xrdp_mm.c fix some warnings and code cleanup
2013-03-11 13:27:52 -07:00
Jay Sorg
05de2e592a
chansrv: fix for building without fuse
2013-03-11 12:43:57 -07:00
jsorg71
75f63e7894
Merge pull request #64 from imprazaguy/bug_fix_nopam
...
Bug fix for building without PAM
2013-03-09 20:31:17 -08:00
Guan-Zhong Huang
b518a3bfe9
Fix password authentication to handle different encryption algorithms
2013-03-09 13:55:21 +08:00
Guan-Zhong Huang
6fd7deb510
Fix compilation error without PAM
2013-03-09 13:55:21 +08:00
Guan-Zhong Huang
059deae6f3
Fix incorrect usage of log_message()
2013-03-09 13:55:21 +08:00
Laxmikant Rashinkar
297fdaf1c6
o removed square brackets inside commented code in xrdp.ini
...
because due to parsing bug
2013-03-08 16:24:12 -08:00
Laxmikant Rashinkar
78d4e19258
o early checkin for drive redirection
...
o basic drive redirection is working
o functions currently supported: open:
read, write, create, get/set attribute
o requires latest NeutrinoRDP to work
o note: clipboard is broken because of the move from
linked lists to inodes in the FUSE code
2013-03-08 15:37:30 -08:00
Jay Sorg
b53cefbea4
X11rdp: in composite, use pCompositeClip, not clientClip
2013-02-28 15:54:09 -08:00
Jay Sorg
4607de10a6
randr test, print ConfigureNotify width and height
2013-02-17 20:38:18 -08:00
Jay Sorg
3365cae66b
randr test change
2013-02-17 19:11:17 -08:00
Jay Sorg
f04e162b03
xorg randr test app
2013-02-17 19:03:43 -08:00
Jay Sorg
f8b851855d
add randr test
2013-02-17 17:47:24 -08:00
Jay Sorg
898b8efdf2
chansrv: fix clipboard crash
2013-02-15 18:35:44 -08:00
Jay Sorg
f0cc2ea04c
X11rdp: fix for RandR desktop resizing
2013-02-15 16:31:24 -08:00
Jay Sorg
b7af404030
xrdpapi: cast fix
2013-02-11 13:43:20 -08:00
ArvidNorr
2ed9994dcc
Merge pull request #62 from ArvidNorr/freerdplog
...
Added some logging in freeRDP module
2013-02-01 01:59:43 -08:00
ArvidNorr
f3d795049e
layoutfix
2013-02-01 10:57:44 +01:00
ArvidNorr
48c9e183a0
freeRDP Connection status to log
2013-02-01 10:53:37 +01:00
ArvidNorr
4006260317
Merge pull request #61 from ArvidNorr/channelblock
...
Comments,debug added. Fix for potential vulnerability in log.c
2013-02-01 01:06:46 -08:00
ArvidNorr
fe69d2f07b
Comments and debug when blocking channels added. Fix for potential vulnerability in log.c
2013-02-01 10:00:39 +01:00
ArvidNorr
6c2c4a9b11
Merge pull request #60 from ArvidNorr/freerdpfixes
...
Support different mouse pointers better if you not use windows Aero scheme
Support for text cursors in microsoft word.
2013-01-31 11:55:46 -08:00
ArvidNorr
7fea3a661b
Layout fixes
2013-01-31 20:49:34 +01:00
ArvidNorr
72c99794ee
Merge pull request #59 from ArvidNorr/morelogging
...
More logging for debug and trace.
2013-01-31 11:22:43 -08:00
ArvidNorr
fb7294ed26
small len fixes
2013-01-31 20:17:42 +01:00
ArvidNorr
fa55ece029
Removed unused 'build' in gitignore
2013-01-31 16:23:20 +01:00
ArvidNorr
9aa0cb4e61
Merge pull request #58 from ArvidNorr/pam-cont
...
PAM additions mostly for a gateway situation
2013-01-31 07:17:42 -08:00
ArvidNorr
876f356dad
deny access if group is undefined
2013-01-31 15:19:58 +01:00
ArvidNorr
0770f217fa
PAM error text can be configured
2013-01-28 15:31:51 +01:00
ArvidNorr
975d44e99f
More logging added
2013-01-18 10:24:25 +01:00
jsorg71
ffc7e7ff27
Merge pull request #52 from Osirium/patch/text2bool
...
Patch/text2bool - use common function when converting string to bool
2013-01-17 12:30:17 -08:00
LawrenceK
bdc678bdc3
Merge branch 'patch/text2bool' of github.com:Osirium/xrdp into patch/text2bool
2013-01-17 11:32:00 +00:00
LawrenceK
266db3150b
refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero
2013-01-17 11:31:01 +00:00
LawrenceK
e47a9cea97
Allow for any non 0 and the string to also be true. These are the tests used elsewhere in the xrdp code.
2013-01-17 11:31:01 +00:00
Jay Sorg
e632bc794b
Merge branch 'master' of github.com:FreeRDP/xrdp
2013-01-16 10:31:23 -08:00
Jay Sorg
6daec38c65
vrplayer fixes
2013-01-16 10:31:11 -08:00
Marc-André Moreau
01330445ce
Merge pull request #51 from Osirium/bug/channel-enables
...
Bug/channel enables
2013-01-16 07:06:21 -08:00
LawrenceK
c9e934c320
bug in find_name_in_lists
2013-01-16 14:06:57 +00:00
LawrenceK
09dba93bb5
refactor and use test2bool instead of duplicated code testing for on,yes,true, non zero
2013-01-16 13:41:57 +00:00
LawrenceK
9335ba3db8
Allow for any non 0 and the string to also be true. These are the tests used elsewhere in the xrdp code.
2013-01-16 13:40:36 +00:00
LawrenceK
36cf7532fa
Keep osirium master the same as freerdp master
...
Revert "Make this the osirium default xrdp file"
This reverts commit d26cb83a4f
.
2013-01-16 13:22:20 +00:00
ArvidNorr
a2bbbd8cc3
Display PAM error in gateway setup, use domain name as IP/DNS, changed how the socket is closed
2013-01-16 01:28:35 -08:00