Alexandre Quesnel
f57b0a76a5
Fixing uninitialized valirables
2021-01-23 22:35:51 +00:00
Alexandre Quesnel
b217d3e060
Combined the 512 and 2048 bit certificate sending code paths
2021-01-23 22:27:41 +00:00
Alexandre Quesnel
b39d2f442b
Fixing 15bpp pointer error checking
2021-01-23 22:27:41 +00:00
Alexandre Quesnel
0c677aaa5c
Updating all error messages to use LOG instead of LOG_DEVEL, and adding s_check_rem_and_log()
2021-01-23 22:27:40 +00:00
Alexandre Quesnel
5530c9107d
Fixing formatting with astyle
2020-12-28 06:25:23 +00:00
Alexandre Quesnel
d651536ea1
Adding logs to libxrdp/xrdp_orders_rail.c
2020-12-28 06:23:47 +00:00
Alexandre Quesnel
db19510927
Adding logs to libxrdp/xrdp_orders.c
2020-12-28 06:23:24 +00:00
Alexandre Quesnel
a181a5e73e
Fixing formatting with astyle
2020-12-28 06:02:23 +00:00
Alexandre Quesnel
2036190455
Adding logs to libxrdp/libxrdp.c
2020-12-28 06:00:16 +00:00
Alexandre Quesnel
dac42220d9
Fixing unused variables warnings
2020-12-26 16:40:36 +00:00
Alexandre Quesnel
4f0c75833a
Adding logs to libxrdp/*
2020-12-26 16:39:03 +00:00
Alexandre Quesnel
b8249bbaea
Adding logs to libxrdp/xrdp_channel.c
2020-12-26 16:39:03 +00:00
Alexandre Quesnel
b40b7de087
Adding logs to libxrdp/xrdp_fastpath.c
2020-12-26 16:31:14 +00:00
Alexandre Quesnel
b060a454e4
Adding logs to libxrdp/xrdp_iso.c
2020-12-26 16:31:14 +00:00
Alexandre Quesnel
8a7ee38eee
Adding logs to libxrdp/xrdp_mcs.c
2020-12-26 16:31:14 +00:00
Alexandre Quesnel
2d4b3af623
Adding logs to libxrdp/xrdp_rdp.c
2020-12-26 16:31:14 +00:00
Alexandre Quesnel
d610caab84
Adding logs to libxrdp/xrdp_sec.c
2020-12-26 16:31:14 +00:00
Alexandre Quesnel
7042c34dd8
Adding logs to libxrdp/xrdp_iso.c
2020-12-26 16:31:14 +00:00
Alexandre Quesnel
b95ecbca7e
Adding logs to libxrdp/xrdp_sec.c
2020-12-26 16:31:13 +00:00
Alexandre Quesnel
ee41b40608
Adding logs to libxrdp/xrdp_rdp.c
2020-12-26 16:14:19 +00:00
Alexandre Quesnel
425801380c
Adding logs to libxrdp/xrdp_mppc_enc.c
2020-12-26 15:48:19 +00:00
Alexandre Quesnel
78ed757293
Adding logs to libxrdp/xrdp_mcs.c
2020-12-26 15:47:09 +00:00
Alexandre Quesnel
5aee6e9289
Adding logs to libxrdp/xrdp_iso.c
2020-12-26 15:37:45 +00:00
Alexandre Quesnel
459ccb1e57
Adding logs to libxrdp/xrdp_channel.c
2020-12-26 15:27:00 +00:00
Alexandre Quesnel
bd0a130f55
Adding logs to libxrdp/libxrdp.c
2020-12-26 15:25:31 +00:00
Alexandre Quesnel
e761d686b4
Adding logs to libxrdp/xrdp_caps.c
2020-12-26 15:23:29 +00:00
Alexandre Quesnel
08a02941cb
Adding documentation for MCS constants
2020-12-26 15:11:06 +00:00
Alexandre Quesnel
0a3b875c9c
Adding additional constants and to string macros
2020-12-26 15:11:06 +00:00
Alexandre Quesnel
6bbdc20159
Adding s_rem_out() macro
2020-12-26 15:11:06 +00:00
Alexandre Quesnel
b09cc1d098
Adding logs to libxrdp/*
2020-12-26 15:11:05 +00:00
Alexandre Quesnel
945ca0b4b3
Adding s_rem(s) for getting the remaining bytes in a stream
2020-12-24 19:04:36 +00:00
metalefty
a033cf0ea4
Merge pull request #1753 from aquesnel/fix_location_logging
...
Fixing code location log level filtering
2020-12-23 21:39:39 +09:00
matt335672
83b256294f
Merge pull request #1761 from kraj/riscv
...
riscv doesn't require pointers to be aligned
2020-12-23 09:40:39 +00:00
Khem Raj
9cd4acad49
riscv doesn't require pointers to be aligned
...
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-22 23:12:06 -08:00
Khem Raj
d4e9b0f637
correct the location of errno.h
...
Fixes build on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-22 23:11:50 -08:00
Alexandre Quesnel
a4f3471707
Fixing code location log level filtering
2020-12-23 03:56:23 +00:00
metalefty
bba65b3592
Merge pull request #1738 from aquesnel/unify_logging_libxrdp
...
Unify logging in libxrdp
2020-12-23 09:59:21 +09:00
matt335672
aa5c5daf7e
Merge pull request #1703 from matt335672/issue1048-2
...
Allow FuseMountName for chansrv to be absolute path (#1048 )
Move string funcs from os_calls.h to string_calls.h
2020-12-22 12:10:43 +00:00
matt335672
0a1a8f40e5
Moved a lot of string funcs to string_calls module
2020-12-22 11:57:24 +00:00
metalefty
183abaeb26
Merge pull request #1759 from aquesnel/patch-1
...
Fix typo in sesman.ini man page
2020-12-22 15:19:37 +09:00
aquesnel
4f4458c3a9
Fix typo in sesman.ini man page
...
The ChansrvLogging section name was added and changed in #1633 but this documentation line was missed when renaming the section name.
2020-12-21 11:43:24 -05:00
matt335672
5523847540
Allow FuseMountName for chansrv to be absolute path
2020-12-21 12:36:31 +00:00
metalefty
785db575ca
Merge pull request #1751 from matt335672/address-minor-user-comments
...
Cosmetic fixes for minor issues
2020-12-21 16:12:58 +09:00
metalefty
61fd63f028
Merge pull request #1756 from metalefty/delete-socket-files
...
sesman: address the issue of socket file leftovers
2020-12-21 13:49:20 +09:00
metalefty
835536b406
Merge pull request #1741 from matt335672/sesrun-improvements
...
sesrun improvements and doc fixes
2020-12-21 13:45:57 +09:00
Koichiro IWAO
31214f15a6
sesman: reflect review suggestions on cleanup_sockets
...
* Use LOG_LEVEL_WARNING for the deletion failure
* Log the error condition when the deletion failed
2020-12-21 13:28:53 +09:00
metalefty
5b73fb9c31
Merge pull request #1755 from metalefty/man
...
man page fixes after neutrinolabs/xorgxrdp#175
2020-12-19 14:03:49 +09:00
Koichiro IWAO
5114d1ee64
sesman: address the issue of socket file leftovers
...
There are two points.
Make sure cleanup files happen after chansrv and Xserver exit. If these
child processes lock socket files, the deletion might fail.
Usually, cleanup of xorgxrdp related socket files is handled by
xorgxrdp. Just in case it failed, perform cleanup also in sesman.
Fixes #1740 . Thanks to @matt335672.
Sponsored by: Cybertrust Japan
Sponsored by: HAW International
2020-12-18 18:30:49 +09:00
Koichiro IWAO
6562c9d958
man page fixes after neutrinolabs/xorgxrdp#175
2020-12-18 15:21:21 +09:00
metalefty
87d710e89b
Merge pull request #1727 from RisingWater/devel
...
Update verify_user_pam.c
2020-12-17 16:15:43 +09:00