index
:
xrdp-proprietary
master
ulab-next
ulab-next-nosound
ulab-original
Donated space for related uLab project
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sesman
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Improve xrdp-sesman help text
Pavel Roskin
2017-01-17
1
-16
/
+17
|
/
*
Don't log device_data_len in the code where it may be uninitialized
Pavel Roskin
2017-01-11
1
-3
/
+2
*
Remove redundant function declarations
Pavel Roskin
2017-01-11
2
-11
/
+0
*
Remove send_channel_data() from devredir.h, it's declared in chansrv.h
Pavel Roskin
2017-01-11
2
-2
/
+1
*
Merge pull request #618 from metalefty/max_disc_time
Idan Freiberg
2017-01-12
1
-1
/
+1
|
\
|
*
sesman: print max_disc_time as DisconnectedTimeLimit
Koichiro IWAO
2017-01-10
1
-1
/
+1
*
|
rail: remove unneeded call to XGetWindowAttributes()
Pavel Roskin
2017-01-06
1
-3
/
+0
|
/
*
Use "void" for empty argument list in declarations
Pavel Roskin
2017-01-05
15
-27
/
+27
*
Merge pull request #612 from proski/includes
jsorg71
2017-01-05
2
-3
/
+4
|
\
|
*
Use <> for system includes, move system includes above local ones
Pavel Roskin
2017-01-04
2
-3
/
+4
*
|
fix build with --enable-xrdpdebug=yes
volth
2017-01-04
4
-8
/
+0
*
|
fix build with --enable-xrdpdebug=yes
volth
2017-01-04
6
-7
/
+31
|
/
*
Fix help text to match the manual and the actual behavior
Pavel Roskin
2016-12-19
1
-2
/
+2
*
Merge pull request #545 from moobyfr/fix-xauth
Idan Freiberg
2016-12-19
4
-0
/
+129
|
\
|
*
Fix typo
BLINDAUER Emmanuel
2016-12-17
1
-1
/
+1
|
*
- Removed tailing space
BLINDAUER Emmanuel
2016-12-16
2
-6
/
+4
|
*
- Update copyright
BLINDAUER Emmanuel
2016-12-15
2
-18
/
+13
|
*
use correct include
BLINDAUER Emmanuel
2016-12-15
1
-3
/
+1
|
*
remove unused include
BLINDAUER Emmanuel
2016-12-15
1
-1
/
+0
|
*
- move function related to xauth in own file
BLINDAUER Emmanuel
2016-12-15
7
-69
/
+121
|
*
xauth: use the authfile if not using default value
BLINDAUER Emmanuel
2016-12-14
1
-1
/
+1
|
*
Cosmetic change: follow coding standard
BLINDAUER Emmanuel
2016-12-14
2
-6
/
+6
|
*
use the correct size for snprintf
BLINDAUER Emmanuel
2016-12-14
1
-2
/
+2
|
*
Xauth: use snprintf for setting the filename and adjust the value of computed...
BLINDAUER Emmanuel
2016-12-14
1
-8
/
+18
|
*
use functions from os_call.h
BLINDAUER Emmanuel
2016-12-13
1
-9
/
+12
|
*
Add xauth support to get more security for all backends
BLINDAUER Emmanuel
2016-12-13
4
-0
/
+74
*
|
Use per-display VNC password files, remove old style password if found
Pavel Roskin
2016-12-18
1
-3
/
+15
*
|
Distribute all files except git and github specific data
Pavel Roskin
2016-12-18
2
-0
/
+9
|
/
*
sesman: unbreak FreeBSD build after #523
Koichiro IWAO
2016-12-09
1
-2
/
+2
*
Merge pull request #521 from proski/xorg-log
metalefty
2016-12-09
1
-1
/
+1
|
\
|
*
Change default Xorg logfile to .xorgxrdp.%s.log
Pavel Roskin
2016-12-06
1
-1
/
+1
*
|
Disable privilege elevation by setuid for the X server
Pavel Roskin
2016-12-06
1
-0
/
+28
|
/
*
sesman: must save guid in session data
Jay Sorg
2016-12-04
3
-1
/
+3
*
vnc: code cleanup
Jay Sorg
2016-12-04
1
-14
/
+3
*
vnc: change password file to use guid hash
Jay Sorg
2016-12-03
9
-63
/
+86
*
Fix C++ errors and warnings in FUSE code
Pavel Roskin
2016-11-26
1
-29
/
+44
*
Use fuse_ino_t for FUSE inodes, not tui32 or int
Pavel Roskin
2016-11-26
1
-27
/
+27
*
Remove write-only FileId variable
Pavel Roskin
2016-11-26
1
-2
/
+0
*
Cast pointer to uint64_t through tintptr to avoid warnings
Pavel Roskin
2016-11-26
1
-4
/
+4
*
Use constant strings to fix warnings
Pavel Roskin
2016-11-26
3
-13
/
+15
*
Call devredir_cvt_slash() on the path copy, it changes the argument
Pavel Roskin
2016-11-26
1
-5
/
+6
*
Disable or remove dead code to prevent it from throwing warnings
Pavel Roskin
2016-11-26
1
-11
/
+12
*
Include needed files in chansrv_fuse.c, remove duplicate declarations
Pavel Roskin
2016-11-26
2
-18
/
+10
*
Fix misuse of NULL for arithmetic type
Pavel Roskin
2016-11-26
1
-1
/
+1
*
Use FUSE_CFLAGS and FUSE_LIBS from pkg-config
Pavel Roskin
2016-11-26
2
-4
/
+3
*
Remove "-ac" from X server parameters, it's insecure and unnecessary
Pavel Roskin
2016-11-21
1
-3
/
+0
*
Fix format warnings if FUSE is enabled
Pavel Roskin
2016-11-21
1
-74
/
+75
*
chansrv: some fixes to log file path
Jay Sorg
2016-11-19
1
-34
/
+32
*
Merge pull request #488 from metalefty/docs
Itamar Reis Peixoto
2016-11-17
1
-36
/
+35
|
\
|
*
config: use semicolon to comment out descriptions in config files
Koichiro IWAO
2016-11-16
1
-31
/
+31
[prev]
[next]