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
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Memory leak fix: keep X server path in the parameter list
Pavel Roskin
2016-10-21
1
-6
/
+3
*
Use const pointers in function arguments when possible
Pavel Roskin
2016-10-17
1
-2
/
+3
*
g_term_event is a wait object, not TCP socket, delete it correctly
Pavel Roskin
2016-09-08
1
-1
/
+1
*
Merge pull request #390 from proski/june21
jsorg71
2016-08-05
1
-4
/
+6
|
\
|
*
Use cast when applying boolean OR to enum
Pavel Roskin
2016-07-08
1
-1
/
+3
|
*
Use g_new or g_new0 when C++ compiler would complain about implicit cast
Pavel Roskin
2016-07-08
1
-2
/
+2
|
*
Fix format warnings in log_message() calls
Pavel Roskin
2016-06-21
1
-1
/
+1
*
|
sesman: env_set_user, fix potential bof issues
speidy
2016-07-22
1
-16
/
+35
|
/
*
Fix recently introduced warnings in session.c
Pavel Roskin
2016-04-21
1
-10
/
+10
*
sesman: do not hardcode Xorg/X11rdp/Xvnc executables
Koichiro IWAO
2016-04-07
1
-7
/
+20
*
fix warnings, move some calls to os_calls
Jay Sorg
2016-03-16
1
-6
/
+7
*
Fix typos
Pavel Roskin
2016-02-13
1
-3
/
+3
*
Fix connection month display in xrdp-sesadmin
Pavel Roskin
2016-02-13
1
-1
/
+1
*
sesman: remove the thread
Jay Sorg
2015-12-11
1
-175
/
+45
*
Simplify session match logic.
Jan Losinski
2015-10-25
1
-20
/
+2
*
sesman: close sync and term sockets after fork
Jay Sorg
2015-09-27
1
-0
/
+5
*
Allow to reconnect with a different size while using the Xorg module
Blindauer Emmanuel
2015-08-19
1
-1
/
+1
*
sesman: don't use hard code path for Xorg
Jay Sorg
2015-08-03
1
-2
/
+2
*
sesman: add copyright noice for code from OpenSSH
Koichiro IWAO
2015-06-16
1
-0
/
+5
*
sesman: merge FreeBSD local patch for session.c
Koichiro IWAO
2015-06-16
1
-0
/
+36
*
sesman: avoid creation of .vnc directory if not vnc session
Jay Sorg
2014-11-11
1
-1
/
+7
*
sesman: only check vnc auth file if vnc session
Jay Sorg
2014-11-11
1
-1
/
+1
*
sesman: more checks when looking for a free display
Jay Sorg
2014-08-06
1
-0
/
+30
*
coverity: improper use of negative value
Laxmikant Rashinkar
2014-07-26
1
-12
/
+18
*
coverity: fixed resolution leak issues
Laxmikant Rashinkar
2014-07-19
1
-0
/
+6
*
sesman: added SessionVariables to sesman.ini and some indent cleanup
Jay Sorg
2014-05-09
1
-4
/
+10
*
Merge branch 'master' of https://github.com/neutrinolabs/xrdp into devel
speidy
2014-04-22
1
-0
/
+6
|
\
|
*
Merge pull request #102 from bartw72/lock-on-add
jsorg71
2014-04-17
1
-0
/
+6
|
|
\
|
|
*
Set lock when adding new displays to the chain
Bart Warmerdam
2013-12-16
1
-0
/
+6
*
|
|
sesman: more options for session lookup from Fredy Paquet
Jay Sorg
2014-04-20
1
-16
/
+43
*
|
|
sesman: indentation fix
speidy
2014-03-22
1
-2
/
+2
*
|
|
sesman: do reconnect to an exisitng Xorg session
speidy
2014-03-22
1
-0
/
+3
*
|
|
added support for using Xorg driver model
Laxmikant Rashinkar
2014-03-08
1
-3
/
+34
|
/
/
*
|
clean up temp files in /tmp/.xrdp
Laxmikant Rashinkar
2014-02-24
1
-0
/
+1
*
|
sesman: Fedora bug 821569
Jay Sorg
2013-10-01
1
-70
/
+77
*
|
hook up the kill disconnect timeout to the sesman config file
Jay Sorg
2013-08-24
1
-0
/
+7
|
/
*
copyright year update
Jay Sorg
2013-06-08
1
-1
/
+1
*
sesman: cleanup, close xrdp to sesman socket listener when starting a session...
Jay Sorg
2013-05-28
1
-0
/
+2
*
sesman: cleanup, close xrdp to sesman socket when starting a session / forking
Jay Sorg
2013-05-28
1
-0
/
+2
*
o moved from GNU General Public License to Apache License, Version 2.0
Laxmikant Rashinkar
2012-09-19
1
-797
/
+856
*
sesman: run sessvc and chansrv as user, not root
Jay Sorg
2012-07-22
1
-2
/
+4
*
sesman: exit after fork if reconnectwm.sh does not exist
Jay Sorg
2012-07-16
1
-1
/
+2
*
sesman: added option to run reconnectwm.sh on session reconnect
Jay Sorg
2012-07-16
1
-4
/
+60
*
no logic changes, remove warnings and coding style changes
Jay Sorg
2012-06-10
1
-12
/
+12
*
Initial syslog support in XRDP
norrarvid
2012-05-27
1
-38
/
+74
*
X11rdp needs bpp to match to reconnect / resize
Jay Sorg
2011-08-24
1
-1
/
+2
*
X11rdp can resize sessions now
Jay Sorg
2011-08-23
1
-0
/
+11
*
fixes for bell function
Jay Sorg
2010-11-18
1
-1
/
+1
*
Removed dead code re-introduced erroneously in commit 4cf06dbbcb8522be5fa0699...
Nicola Ruggero
2010-11-04
1
-1
/
+0
*
Implemented client IP logging
Nicola Ruggero
2010-11-04
1
-5
/
+7
[next]