Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add additional statistics reporting | Timothy Pearson | 2019-03-02 | 1 | -0/+21 |
| | |||||
* | xrdp: unify inconsistent mixed use of | Koichiro IWAO | 2018-06-27 | 1 | -3/+3 |
| | | | | | | * configure params * configure options * configure string | ||||
* | xrdp: print configure options to --version more pretty | Koichiro IWAO | 2018-06-27 | 1 | -4/+7 |
| | |||||
* | add ipv6only to configure echo and add configure parameter to xrdp -h output | Jay Sorg | 2018-05-25 | 1 | -0/+5 |
| | |||||
* | xrdp: show which CLI option is unknown to xrdp | Koichiro IWAO | 2018-04-10 | 1 | -4/+14 |
| | |||||
* | xrdp: add OpenSSL version to --version | Koichiro IWAO | 2018-04-10 | 1 | -19/+34 |
| | | | | While here, cleanup --help, --version, and when unknown option. | ||||
* | xrdp: xrdp should exit with error code when unknown CLI option given | Koichiro IWAO | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | fix for zombie processes sometimes appearing | Jay Sorg | 2018-01-22 | 1 | -1/+5 |
| | |||||
* | int function should return | Koichiro IWAO | 2017-06-20 | 1 | -0/+2 |
| | |||||
* | xrdp: exit main process with failure status if listen failed (daemon mode) | Koichiro IWAO | 2017-06-20 | 1 | -1/+11 |
| | |||||
* | xrdp: exit with failure status if listen failed (foreground mode) | Koichiro IWAO | 2017-06-20 | 1 | -2/+11 |
| | |||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -12/+12 |
| | |||||
* | Call log_end() on xrdp exit | Pavel Roskin | 2017-03-13 | 1 | -0/+1 |
| | |||||
* | Include config_ac.h from all source files | Pavel Roskin | 2017-03-04 | 1 | -0/+4 |
| | |||||
* | List shorthand versions of command line switches in the help text | Pavel Roskin | 2017-01-17 | 1 | -5/+5 |
| | |||||
* | Implement "-n" alias for "--nodaemon" as documented in the manpage | Pavel Roskin | 2017-01-17 | 1 | -0/+1 |
| | |||||
* | Report pid and listening address/port for xrdp and xrdp-sesman | Pavel Roskin | 2016-06-21 | 1 | -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 wording | Pavel Roskin | 2016-06-21 | 1 | -2/+1 |
| | |||||
* | remove some warnings | Jay Sorg | 2016-04-09 | 1 | -6/+6 |
| | |||||
* | Merge pull request #341 from proski/sanity-checks | jsorg71 | 2016-03-16 | 1 | -32/+61 |
|\ | | | | | Sanity checks | ||||
| * | Be more specific in error messages about PID file location | Pavel Roskin | 2016-03-03 | 1 | -2/+2 |
| | | |||||
| * | Check if rsakeys.ini exists on startup, exit if it's missing | Pavel Roskin | 2016-03-03 | 1 | -0/+8 |
| | | |||||
| * | Move all sanity checks to a separate function xrdp_sanity_check() | Pavel Roskin | 2016-03-03 | 1 | -30/+51 |
| | | |||||
* | | Fix all format warnings and some unused variable warnings | Jay Sorg | 2016-03-14 | 1 | -1/+1 |
| | | |||||
* | | 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. | ||||
* | Run through codespell | Pavel Roskin | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | xrdp: fix --kill | Jay Sorg | 2015-10-10 | 1 | -33/+33 |
| | |||||
* | xrdp: fix -h -v option if xrdp.ini is invalid | Koichiro IWAO | 2015-03-10 | 1 | -47/+49 |
| | | | | | - log_start should be called after help and version - Fixes neutrinolabs/xrdp#33. | ||||
* | xrdp: if PACKAGE_VERSION not defined, define as ??? | Jay Sorg | 2014-07-28 | 1 | -0/+4 |
| | |||||
* | coverity: fixed unchecked return value from library | Laxmikant Rashinkar | 2014-07-20 | 1 | -3/+13 |
| | |||||
* | xrdp: update web site | Jay Sorg | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | xrdp:no logic change, comments and printfs | Jay Sorg | 2014-03-02 | 1 | -3/+3 |
| | |||||
* | common: transport aware when app is terminating | Jay Sorg | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | no logic changes, cleanup and copyright year updates | Jay Sorg | 2013-05-28 | 1 | -5/+5 |
| | |||||
* | Display PAM error in gateway setup, use domain name as IP/DNS, changed how ↵ | ArvidNorr | 2013-01-16 | 1 | -1/+1 |
| | | | | the socket is closed | ||||
* | update/fix some debug log calls and add the test of XRDP_DEBUG to make files ↵ | LawrenceK | 2012-12-20 | 1 | -0/+6 |
| | | | | so controlled by the autoconf option --enable-xrdpdebug | ||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -407/+452 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | no logic change, remove tabs | Jay Sorg | 2012-07-24 | 1 | -13/+13 |
| | |||||
* | Merge pull request #22 from ArvidNorr/moduleload | ArvidNorr | 2012-06-17 | 1 | -9/+34 |
|\ | | | | | Moduleload | ||||
| * | merge comments defines and simplified function | norrarvid | 2012-05-29 | 1 | -9/+34 |
| |\ | |||||
| | * | added comments, added define, removed unused inparameter | norrarvid | 2012-05-29 | 1 | -8/+33 |
| | | | |||||
* | | | xrdp: fix warnings | Jay Sorg | 2012-06-11 | 1 | -1/+4 |
| | | | |||||
* | | | log: added path for when --prefix is used | Jay Sorg | 2012-06-10 | 1 | -3/+4 |
| | | | |||||
* | | | Merge remote branch 'syslog3/syslog3' | Jay Sorg | 2012-06-04 | 1 | -0/+22 |
|\ \ \ | |/ / |/| | | |||||
| * | | Initial syslog support in XRDP | norrarvid | 2012-05-27 | 1 | -0/+22 |
| |/ | |||||
* | | xrdp: pid file fixes | Jay Sorg | 2012-05-26 | 1 | -13/+19 |
| | | |||||
* | | xrdp: add fork option to xrdp.ini | Jay Sorg | 2012-05-26 | 1 | -10/+3 |
| | | |||||
* | | added g_close_wait_obj and size parameter to g_write_ip_address | Jay Sorg | 2012-05-26 | 1 | -2/+2 |
| | |