summaryrefslogtreecommitdiffstats
path: root/xrdp/xrdp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add additional statistics reportingTimothy Pearson2019-03-021-0/+21
|
* xrdp: unify inconsistent mixed use ofKoichiro IWAO2018-06-271-3/+3
| | | | | | * configure params * configure options * configure string
* xrdp: print configure options to --version more prettyKoichiro IWAO2018-06-271-4/+7
|
* add ipv6only to configure echo and add configure parameter to xrdp -h outputJay Sorg2018-05-251-0/+5
|
* xrdp: show which CLI option is unknown to xrdpKoichiro IWAO2018-04-101-4/+14
|
* xrdp: add OpenSSL version to --versionKoichiro IWAO2018-04-101-19/+34
| | | | While here, cleanup --help, --version, and when unknown option.
* xrdp: xrdp should exit with error code when unknown CLI option givenKoichiro IWAO2018-04-101-1/+1
|
* fix for zombie processes sometimes appearingJay Sorg2018-01-221-1/+5
|
* int function should returnKoichiro IWAO2017-06-201-0/+2
|
* xrdp: exit main process with failure status if listen failed (daemon mode)Koichiro IWAO2017-06-201-1/+11
|
* xrdp: exit with failure status if listen failed (foreground mode)Koichiro IWAO2017-06-201-2/+11
|
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-12/+12
|
* Call log_end() on xrdp exitPavel Roskin2017-03-131-0/+1
|
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* List shorthand versions of command line switches in the help textPavel Roskin2017-01-171-5/+5
|
* Implement "-n" alias for "--nodaemon" as documented in the manpagePavel Roskin2017-01-171-0/+1
|
* Report pid and listening address/port for xrdp and xrdp-sesmanPavel Roskin2016-06-211-0/+1
| | | | | | 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 incorrect use of "it's" and "its", adjust wordingPavel Roskin2016-06-211-2/+1
|
* remove some warningsJay Sorg2016-04-091-6/+6
|
* Merge pull request #341 from proski/sanity-checksjsorg712016-03-161-32/+61
|\ | | | | Sanity checks
| * Be more specific in error messages about PID file locationPavel Roskin2016-03-031-2/+2
| |
| * Check if rsakeys.ini exists on startup, exit if it's missingPavel Roskin2016-03-031-0/+8
| |
| * Move all sanity checks to a separate function xrdp_sanity_check()Pavel Roskin2016-03-031-30/+51
| |
* | Fix all format warnings and some unused variable warningsJay Sorg2016-03-141-1/+1
| |
* | Don't attempt to intercept SIGKILL, it doesn't work on any OSJay Sorg2016-03-141-1/+0
|/
* Fix typosPavel Roskin2016-02-131-1/+1
|
* Use lowercase program names for syslogPavel Roskin2016-02-131-1/+1
| | | Other programs typically use the same case as their execulables.
* Run through codespellPavel Roskin2016-01-141-1/+1
|
* xrdp: fix --killJay Sorg2015-10-101-33/+33
|
* xrdp: fix -h -v option if xrdp.ini is invalidKoichiro IWAO2015-03-101-47/+49
| | | | | - log_start should be called after help and version - Fixes neutrinolabs/xrdp#33.
* xrdp: if PACKAGE_VERSION not defined, define as ???Jay Sorg2014-07-281-0/+4
|
* coverity: fixed unchecked return value from libraryLaxmikant Rashinkar2014-07-201-3/+13
|
* xrdp: update web siteJay Sorg2014-05-191-2/+2
|
* xrdp:no logic change, comments and printfsJay Sorg2014-03-021-3/+3
|
* common: transport aware when app is terminatingJay Sorg2013-08-171-1/+1
|
* no logic changes, cleanup and copyright year updatesJay Sorg2013-05-281-5/+5
|
* Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ArvidNorr2013-01-161-1/+1
| | | | the socket is closed
* update/fix some debug log calls and add the test of XRDP_DEBUG to make files ↵LawrenceK2012-12-201-0/+6
| | | | so controlled by the autoconf option --enable-xrdpdebug
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-407/+452
| | | | | o applied new coding standards to all .c files o moved some files around
* no logic change, remove tabsJay Sorg2012-07-241-13/+13
|
* Merge pull request #22 from ArvidNorr/moduleloadArvidNorr2012-06-171-9/+34
|\ | | | | Moduleload
| * merge comments defines and simplified functionnorrarvid2012-05-291-9/+34
| |\
| | * added comments, added define, removed unused inparameternorrarvid2012-05-291-8/+33
| | |
* | | xrdp: fix warningsJay Sorg2012-06-111-1/+4
| | |
* | | log: added path for when --prefix is usedJay Sorg2012-06-101-3/+4
| | |
* | | Merge remote branch 'syslog3/syslog3'Jay Sorg2012-06-041-0/+22
|\ \ \ | |/ / |/| |
| * | Initial syslog support in XRDPnorrarvid2012-05-271-0/+22
| |/
* | xrdp: pid file fixesJay Sorg2012-05-261-13/+19
| |
* | xrdp: add fork option to xrdp.iniJay Sorg2012-05-261-10/+3
| |
* | added g_close_wait_obj and size parameter to g_write_ip_addressJay Sorg2012-05-261-2/+2
| |