Koichiro IWAO
|
a39b413746
|
sesman: make the path of reconnect script configurable
|
6 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
|
6 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
|
b28a986071
|
Fix memory leak in xrdp-sesman on config reload
|
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 |
Koichiro IWAO
|
fb08623b66
|
sesman: brief xorg_params, no logic change
|
9 years ago |
Pavel Roskin
|
92a6833e9b
|
Fix typos
|
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
|
ac6717e32e
|
fixed some connection issues when using xorg driver mode
|
11 years ago |
Laxmikant Rashinkar
|
883650700f
|
added support for using Xorg driver model
|
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
|
7e36a89921
|
update copyright year
|
15 years ago |
jsorg71
|
e83b4c43f5
|
added X11DisplayOffset sesman option
|
15 years ago |
jsorg71
|
23ffdb0c5f
|
autotools fix and file_loc.h simplified
|
16 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
|
58976ccc97
|
Makefile changes
|
19 years ago |
ilsimo
|
9ac351a4cb
|
added --nodaemon and --kill options
added pid file generation
improved some code documentation
|
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 |