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
Pavel Roskin
ae5bb5bf9c
Fix incorrect use of "it's" and "its", adjust wording
9 years ago
Jay Sorg
6a692c96cf
remove some warnings
9 years ago
jsorg71
034ee36f9c
Merge pull request #341 from proski/sanity-checks
...
Sanity checks
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
e0a9c769e0
Be more specific in error messages about PID file location
9 years ago
Pavel Roskin
3eb495f425
Check if rsakeys.ini exists on startup, exit if it's missing
9 years ago
Pavel Roskin
86ec50789c
Move all sanity checks to a separate function xrdp_sanity_check()
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
Pavel Roskin
964e860072
Run through codespell
9 years ago
Jay Sorg
418637f72d
xrdp: fix --kill
9 years ago
Koichiro IWAO
ba2237a3c4
xrdp: fix -h -v option if xrdp.ini is invalid
...
- log_start should be called after help and version
- Fixes neutrinolabs/xrdp#33 .
10 years ago
Jay Sorg
29b2e42279
xrdp: if PACKAGE_VERSION not defined, define as ???
10 years ago
Laxmikant Rashinkar
a990287c46
coverity: fixed unchecked return value from library
10 years ago
Jay Sorg
ec44b9dca1
xrdp: update web site
11 years ago
Jay Sorg
12cbbf74e6
xrdp:no logic change, comments and printfs
11 years ago
Jay Sorg
e602a28d5c
common: transport aware when app is terminating
11 years ago
Jay Sorg
9f175d307b
no logic changes, cleanup and copyright year updates
12 years ago
ArvidNorr
a2bbbd8cc3
Display PAM error in gateway setup, use domain name as IP/DNS, changed how the socket is closed
12 years ago
LawrenceK
4c189ec3b4
update/fix some debug log calls and add the test of XRDP_DEBUG to make files so controlled by the autoconf option --enable-xrdpdebug
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
Jay Sorg
87ab0218e2
no logic change, remove tabs
12 years ago
ArvidNorr
1011b4a256
Merge pull request #22 from ArvidNorr/moduleload
...
Moduleload
13 years ago
Jay Sorg
a8bf71b567
xrdp: fix warnings
13 years ago
Jay Sorg
099a421c77
log: added path for when --prefix is used
13 years ago
Jay Sorg
5cd7e29a9f
Merge remote branch 'syslog3/syslog3'
13 years ago
norrarvid
2109d7a044
merge comments defines and simplified function
13 years ago
norrarvid
a45f993bfe
added comments, added define, removed unused inparameter
13 years ago
norrarvid
4d4ebbf363
Initial syslog support in XRDP
13 years ago
Jay Sorg
62bf3c61f5
xrdp: pid file fixes
13 years ago
Jay Sorg
0566da74eb
xrdp: add fork option to xrdp.ini
13 years ago
Jay Sorg
bde5dd6671
added g_close_wait_obj and size parameter to g_write_ip_address
13 years ago
Jay Sorg
c7bd96ba85
xrdp: added -f command line option to fork on connections
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
Jay Sorg
b36f7d346c
add --port command line override
13 years ago
Jay Sorg
946d9b257b
move win32 to own file
13 years ago
Jay Sorg
93727da778
update some copyright years
14 years ago
Jay Sorg
d3a505b78f
minor changes
14 years ago
Itamar Reis Peixoto
83edc21992
use package version in xrdp.c
14 years ago
Nicola Ruggero
87297c5014
Version up to 0.6.0
14 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
f6f005ca58
fix spelling error
15 years ago
jsorg71
8f6ac8df5c
write to pid file as early as possible
15 years ago
jsorg71
b7cbc6a656
update copyright year and add tui64 type
15 years ago
jsorg71
e266d7ed04
update copyright year
15 years ago
jsorg71
d9ba6c30ca
remove g_set_file_rights since g_file_open sets the bits right
16 years ago
jsorg71
23ffdb0c5f
autotools fix and file_loc.h simplified
16 years ago