Commit Graph

74 Commits (a71e5395f11648d96475bb7b22e4da4d15bdc9bb)

Author SHA1 Message Date
Pavel Roskin 0a9b586332 Improve xrdp-sesman help text
Don't document "-ns", as "-n" and "--nodaemon" should be enough. Always
refer to the program as xrdp-sesman, not sesman.
8 years ago
Pavel Roskin 5829323ad8 Use g_new or g_new0 when C++ compiler would complain about implicit cast 9 years ago
Pavel Roskin be1d034f91 Report pid and listening address/port for xrdp and xrdp-sesman
For xrdp-sesman, don't report that the daemon is listening to a port if
it fails to attach to that port. Don't use LOG_LEVEL_ALWAYS for startup
message, it's not a critical error.
9 years ago
NerdKnight 99ebe1340f Fix compile error "format not a string literal and no format arguments [-Werror=format-security]" 9 years ago
Jay Sorg 689ffe79d9 fix warnings, move some calls to os_calls 9 years ago
Jay Sorg 38241f2a0b Fix all format warnings and some unused variable warnings 9 years ago
Jay Sorg 7393579205 Don't attempt to intercept SIGKILL, it doesn't work on any OS 9 years ago
Pavel Roskin 92a6833e9b Fix typos 9 years ago
Pavel Roskin 81779ddb01 Use lowercase program names for syslog
Other programs typically use the same case as their execulables.
9 years ago
Jay Sorg 4e0d0f3ba0 sesman: remove the thread 9 years ago
Koichiro IWAO ac9ff52c1b sesman: void function should not return a value 10 years ago
Laxmikant Rashinkar 27055d5762 coverity: improper use of negative value 11 years ago
Laxmikant Rashinkar a990287c46 coverity: fixed unchecked return value from library 11 years ago
Laxmikant Rashinkar 73578bc612 coverity: fixed unchecked return value 11 years ago
Jay Sorg c20b447f21 sesman: pid string match xrdp length 12 years ago
Jay Sorg a6592ed690 sesman: fix for reading pid file 12 years ago
Jay Sorg c6fa03102f copyright year update 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
13 years ago
Jay Sorg 099a421c77 log: added path for when --prefix is used 13 years ago
norrarvid 4d4ebbf363 Initial syslog support in XRDP 13 years ago
Jay Sorg 93939893de remove old freerdp dir 13 years ago
Jay Sorg f10e5bbfd5 fix for https://bugzilla.redhat.com/show_bug.cgi?id=782619 13 years ago
Nicola Ruggero 4cf06dbbcb Major code cleanup:
- Initialized and zeroed out local variables
- Check for some null pointers
- Fixed some typos
- Other minor changes (beautify, etc.)
14 years ago
jsorg71 328649af9b g_thread_sck set outside of lock fix and g_cfg should always be a pointer to a struct 16 years ago
jsorg71 db32048d81 use _ not - in name 16 years ago
jsorg71 eeac7c938a add extended log output 16 years ago
jsorg71 2750bd3c92 delete the pid file on exit 16 years ago
jsorg71 23ffdb0c5f autotools fix and file_loc.h simplified 16 years ago
jsorg71 a71ca6bc1f only the main thread forks 16 years ago
jsorg71 d241e02422 change to the g_signal_* functions 16 years ago
jsorg71 13ac4186c6 quiet them main loop of sesman 16 years ago
jsorg71 18600b093e move to using the signal functions instead of sigaddset since we removed unset signals 16 years ago
jsorg71 23fe2e2259 added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor changes 16 years ago
ilsimo d14b076a70 still more work on logging
libscp makefile fix
17 years ago
ilsimo 57484bd701 more work on logging 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
ilsimo 5d29a7127b fixes bug #1595324 in sf.net bugtracker 18 years ago
jsorg71 6886ba4556 copyright year update 18 years ago
jsorg71 cf00c1707d g_chmod to g_chmod_hex 19 years ago
jsorg71 fe292cec20 make sure /tmp/.X11-unix directoy exist 19 years ago
jsorg71 7cdd7191a4 added ability to put extra Xserver parameters in sesman.ini 19 years ago
jsorg71 8c73bc31cb minor fixes and indent 19 years ago
ilsimo fda836169e making sesman multithread 19 years ago
ilsimo 343f9361f2 preparing sources to add new sesman control protocol 19 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 ec7498b5f9 added nicer support for Xrdp
fixed some errors in Makefiles when installing
19 years ago