Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sesman: close stdout/stderr earlier | Koichiro IWAO | 2018-06-05 | 1 | -4/+9 |
| | | | | not to spit on the console | ||||
* | sesman: don't spit on the console when starting | Koichiro IWAO | 2018-06-05 | 1 | -2/+7 |
| | | | | | | | | | | | | As the Debian patch[1] expresses, spitting messages on the console when a process starts in background is a bad idea. Everything should be written to log file and daemon should start silently. This is a first step to shut up daemons. Got some idea from Debian Remote Maintainers and Thorsten Glaser, thanks! [1] https://salsa.debian.org/debian-remote-team/xrdp/blob/2751ad4d62b1f63dbc2e4b8fa1580fa54b0f5460/debian/patches/shutup-daemon.diff | ||||
* | fix indent | Koichiro IWAO | 2018-01-09 | 1 | -1/+1 |
| | |||||
* | Make listen check before daemon fork | matt335672 | 2017-12-27 | 1 | -10/+9 |
| | |||||
* | Use g_create_path instead of g_create_dir | Ian Geiser | 2017-07-14 | 1 | -1/+1 |
| | | | | Rename g_mk_temp_dir to g_mk_socket_path | ||||
* | fix typo | Koichiro IWAO | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | sesman: make sure socket directory present | Koichiro IWAO | 2017-07-13 | 1 | -0/+3 |
| | | | | | before try to create a domain socket. Originally proposed by Ian Geiser (geiseri). | ||||
* | sesman: exit with failure status if listen failed | Koichiro IWAO | 2017-06-20 | 1 | -3/+55 |
| | |||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | Improve xrdp-sesman help text | Pavel Roskin | 2017-01-17 | 1 | -16/+17 |
| | | | | Don't document "-ns", as "-n" and "--nodaemon" should be enough. Always refer to the program as xrdp-sesman, not sesman. | ||||
* | Use g_new or g_new0 when C++ compiler would complain about implicit cast | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Report pid and listening address/port for xrdp and xrdp-sesman | Pavel Roskin | 2016-06-21 | 1 | -5/+4 |
| | | | | | | 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. | ||||
* | Fix compile error "format not a string literal and no format arguments ↵ | NerdKnight | 2016-03-28 | 1 | -1/+1 |
| | | | | [-Werror=format-security]" | ||||
* | fix warnings, move some calls to os_calls | Jay Sorg | 2016-03-16 | 1 | -4/+5 |
| | |||||
* | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 1 | -1/+0 |
| | |||||
* | Don't attempt to intercept SIGKILL, it doesn't work on any OS | Jay Sorg | 2016-03-14 | 1 | -1/+0 |
| | |||||
* | Fix typos | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | Use lowercase program names for syslog | Pavel Roskin | 2016-02-13 | 1 | -1/+1 |
| | | | Other programs typically use the same case as their execulables. | ||||
* | sesman: remove the thread | Jay Sorg | 2015-12-11 | 1 | -23/+9 |
| | |||||
* | sesman: void function should not return a value | Koichiro IWAO | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | coverity: improper use of negative value | Laxmikant Rashinkar | 2014-07-26 | 1 | -1/+9 |
| | |||||
* | coverity: fixed unchecked return value from library | Laxmikant Rashinkar | 2014-07-20 | 1 | -3/+11 |
| | |||||
* | coverity: fixed unchecked return value | Laxmikant Rashinkar | 2014-07-19 | 1 | -1/+5 |
| | |||||
* | sesman: pid string match xrdp length | Jay Sorg | 2013-06-19 | 1 | -2/+2 |
| | |||||
* | sesman: fix for reading pid file | Jay Sorg | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -295/+315 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | log: added path for when --prefix is used | Jay Sorg | 2012-06-10 | 1 | -5/+4 |
| | |||||
* | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -13/+17 |
| | |||||
* | remove old freerdp dir | Jay Sorg | 2012-02-13 | 1 | -1/+11 |
| | |||||
* | fix for https://bugzilla.redhat.com/show_bug.cgi?id=782619 | Jay Sorg | 2012-02-05 | 1 | -0/+2 |
| | |||||
* | Major code cleanup: | Nicola Ruggero | 2010-11-03 | 1 | -1/+4 |
| | | | | | | | - Initialized and zeroed out local variables - Check for some null pointers - Fixed some typos - Other minor changes (beautify, etc.) | ||||
* | g_thread_sck set outside of lock fix and g_cfg should always be a pointer to ↵ | jsorg71 | 2009-09-28 | 1 | -2/+1 |
| | | | | a struct | ||||
* | use _ not - in name | jsorg71 | 2009-08-21 | 1 | -2/+2 |
| | |||||
* | add extended log output | jsorg71 | 2009-08-05 | 1 | -2/+5 |
| | |||||
* | delete the pid file on exit | jsorg71 | 2009-07-23 | 1 | -0/+6 |
| | |||||
* | autotools fix and file_loc.h simplified | jsorg71 | 2009-05-19 | 1 | -11/+12 |
| | |||||
* | only the main thread forks | jsorg71 | 2009-01-12 | 1 | -0/+10 |
| | |||||
* | change to the g_signal_* functions | jsorg71 | 2008-12-30 | 1 | -4/+4 |
| | |||||
* | quiet them main loop of sesman | jsorg71 | 2008-12-28 | 1 | -17/+49 |
| | |||||
* | move to using the signal functions instead of sigaddset since we removed ↵ | jsorg71 | 2008-12-28 | 1 | -9/+12 |
| | | | | unset signals | ||||
* | added g_ to globals, added SIGINT, SIGKILL to shutdown signals, other minor ↵ | jsorg71 | 2008-12-26 | 1 | -19/+25 |
| | | | | changes | ||||
* | still more work on logging | ilsimo | 2008-07-30 | 1 | -17/+23 |
| | | | | libscp makefile fix | ||||
* | more work on logging | ilsimo | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | updating logging subsystem | ilsimo | 2008-02-20 | 1 | -10/+9 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | making libscp a real library | ilsimo | 2007-05-06 | 1 | -1/+4 |
| | | | | some fixes in configuration options | ||||
* | added ListenAddress configuration option | ilsimo | 2007-03-25 | 1 | -1/+1 |
| | |||||
* | fixes bug #1595324 in sf.net bugtracker | ilsimo | 2007-03-25 | 1 | -1/+3 |
| |