Koichiro IWAO
|
eda1842825
|
sesman: add comments, no logic change
|
6 years ago |
Koichiro IWAO
|
6e16b38ecc
|
sesman: fix potential buffer over flow
|
7 years ago |
Koichiro IWAO
|
a39b413746
|
sesman: make the path of reconnect script configurable
|
7 years ago |
Koichiro IWAO
|
e82f212f34
|
sesman: accept full path for DefaultWindowManager
Solves: #1143
Also, this idea is inspired by Fedora's patch [1]. Some distro wants to
put all scripts in libexec directory due to SELinux. This enables
distros to put such scripts anywhere.
[1] https://src.fedoraproject.org/cgit/rpms/xrdp.git/tree/xrdp-0.9.6-scripts-libexec.patch?id=02f845c1b8cea781313cf3e9efcd6d7d50341824
|
7 years ago |
Idan Freiberg
|
036c292120
|
Merge pull request #1146 from metalefty/sesman-leak
sesman: fix leak in struct config_sesman
|
7 years ago |
Koichiro IWAO
|
037d4eeece
|
sesman: fix leak in struct config_sesman
|
7 years ago |
Koichiro IWAO
|
19fa26a27e
|
sesman: don't print config in reader function
reader function should just read. Add config_dump function to print read
config.
|
7 years ago |
Koichiro IWAO
|
de33a7832e
|
sesman: s/XOrg/Xorg/g, no logic change
X.Org is usually spelled X.Org or Xorg.
|
7 years ago |
Koichiro IWAO
|
e4857b13fa
|
sesman: config_read_logging function no longer exists
|
7 years ago |
Koichiro IWAO
|
08f847d74b
|
sesman: refactor, change variable names
session_variables1 -> env_names
session_variables2 -> env_values
Use the name used in callee function env_set_user(). The former names
are not clear.
|
7 years ago |
Pavel Roskin
|
6ed4c969f4
|
Eliminate APP_CC and DEFAULT_CC
|
8 years ago |
Pavel Roskin
|
b2d3dcf169
|
Include config_ac.h from all source files
|
8 years ago |
Koichiro IWAO
|
c3fbd71513
|
sesman: print max_disc_time as DisconnectedTimeLimit
not max_idle_time.
|
8 years ago |
Pavel Roskin
|
b28a986071
|
Fix memory leak in xrdp-sesman on config reload
|
8 years ago |
Pavel Roskin
|
c3b99de739
|
Fix wrong comments in sesman config printing code
|
8 years ago |
Pavel Roskin
|
b00ca6e03d
|
Remove commented out config_read_logging(), the code is long dead
|
8 years ago |
Pavel Roskin
|
a77ae440a7
|
Rename SESMAN_CFG_X11DISPLAYOFFSET to SESMAN_CFG_SESS_X11DISPLAYOFFSET
Move it to other session options in config.h. X11DisplayOffset is part of
the [Sessions] section.
|
9 years ago |
Jay Sorg
|
49fcc23673
|
sesman: added SessionVariables to sesman.ini and some indent cleanup
|
11 years ago |
Jay Sorg
|
1934c9ea00
|
sesman: more options for session lookup from Fredy Paquet
|
11 years ago |
Laxmikant Rashinkar
|
883650700f
|
added support for using Xorg driver model
|
11 years ago |
Jay Sorg
|
1a616a1b46
|
move text2bool to os_calls
|
11 years ago |
Jay Sorg
|
c6fa03102f
|
copyright year update
|
12 years ago |
ArvidNorr
|
876f356dad
|
deny access if group is undefined
|
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
|
4d4ebbf363
|
Initial syslog support in XRDP
|
13 years ago |
jsorg71
|
8490a2b24b
|
update copyright year
|
15 years ago |
jsorg71
|
e83b4c43f5
|
added X11DisplayOffset sesman option
|
15 years ago |
jsorg71
|
328649af9b
|
g_thread_sck set outside of lock fix and g_cfg should always be a pointer to a struct
|
15 years ago |
jsorg71
|
23ffdb0c5f
|
autotools fix and file_loc.h simplified
|
16 years ago |
ilsimo
|
d14b076a70
|
still more work on logging
libscp makefile fix
|
17 years ago |
ilsimo
|
4c9d3862e5
|
updating logging subsystem
|
17 years ago |
jsorg71
|
cd57d1b689
|
update copyright year
|
17 years ago |
ilsimo
|
f22b5b42a7
|
making libscp a real library
some fixes in configuration options
|
18 years ago |
ilsimo
|
6cbc09be53
|
added ListenAddress configuration option
|
18 years ago |
jsorg71
|
6886ba4556
|
copyright year update
|
18 years ago |
ilsimo
|
2637efd4ee
|
Adding MaxLoginRetry configuration option
|
18 years ago |
jsorg71
|
7cdd7191a4
|
added ability to put extra Xserver parameters in sesman.ini
|
18 years ago |
ilsimo
|
013ab3c61f
|
updated code documentation
|
19 years ago |
jsorg71
|
b1b3ff9e7d
|
year update and moved some stuff to os_calls.c
|
19 years ago |
ilsimo
|
153b59ad84
|
new session list code
added support for new [sessions] configuration options
|
19 years ago |
ilsimo
|
721ca9efae
|
adding some access control features
|
19 years ago |
jsorg71
|
7c69e43493
|
win32 fixes
|
19 years ago |
ilsimo
|
e7dbdea767
|
Adding logging functions and adding log options in config files
|
19 years ago |
ilsimo
|
a0507a3381
|
Splitted sesman.c in more files.
Added sig.*, session.*, env.*, auth.h, tcp.*
|
19 years ago |
jsorg71
|
19d37b565c
|
added user specific window manager startup script and SIGUP to reload sesman configuration
|
19 years ago |