Commit Graph

3704 Commits

Author SHA1 Message Date
Alexandre Quesnel 28bce37d04 Add -no-suppress to the libtool invocation for libcommon 2021-04-14 04:41:54 +00:00
Alexandre Quesnel cbf6adb4be Adding logs to sesman/session.c 2021-04-14 04:41:54 +00:00
Alexandre Quesnel ccd9ae8c55 Fix argument defaulting in install_xrdp_build_dependencies_with_apt.sh 2021-04-14 04:41:54 +00:00
Alexandre Quesnel f5e4b53b11 Add logging to g_exec*() functions 2021-04-14 04:41:53 +00:00
Alexandre Quesnel 09174ccd4d Adding g_strnjoin() with units tests 2021-04-14 04:41:53 +00:00
matt335672 baeb2cc479
Merge pull request #1849 from matt335672/chansrv-on-display-0
Allow DISPLAY=:0 for chansrv (#1849)
2021-04-13 12:55:45 +01:00
matt335672 32b676472a Add DISPLAY(n) ass a valid form of chansrvport 2021-04-13 12:16:02 +01:00
matt335672 86c87b6f15 Move get_display_num_from_display to string_calls module 2021-04-13 12:16:00 +01:00
matt335672 e7cb5bd64a Allow DISPLAY=:0 for chansrv and in other modules 2021-04-13 12:15:26 +01:00
matt335672 ab203f9fc3
Merge pull request #1856 from matt335672/fuse-version-def
Enable FUSE in FreeBSD cirrus build (#1856)
2021-04-12 10:10:10 +01:00
matt335672 741be5a4a2 Enable FUSE in cirrus build 2021-04-09 10:04:30 +01:00
matt335672 95a10f5f02
Merge pull request #1815 from aquesnel/unify_logging_tests
Unify logging in tests/* (#1815)
2021-04-09 09:57:15 +01:00
Alexandre Quesnel bc7c9abd58 Fix spelling mistake in g_bytes_to_hexdump() doc 2021-04-08 15:10:12 +00:00
Alexandre Quesnel 16fe9a021a Moving gtcp_proxy and tcp_proxy to the tools/devel directory 2021-03-26 14:16:00 +00:00
Alexandre Quesnel 6479d54eaa Migrating logging to LOG() and LOG_DEVEL() in tests/* 2021-03-26 13:58:27 +00:00
Alexandre Quesnel 058ca37030 Remove duplicate implementation of os_call functions from tests/tcp_proxy 2021-03-26 13:58:27 +00:00
Alexandre Quesnel b8d02823d1 Extracting bytes_to_hexdump function from logging implementation 2021-03-26 13:58:27 +00:00
Alexandre Quesnel ec52c6466d Adding self-contained tests to be built during `make all` 2021-03-26 00:59:16 +00:00
Alexandre Quesnel 5810cd9fe9 Fixing formatting with astyle in tests/* 2021-03-26 00:59:16 +00:00
matt335672 e289bc0a5b
Merge pull request #1836 from matt335672/cppcheck-24
Bumped cppcheck to v2.4 #1836
2021-03-22 14:28:19 +00:00
matt335672 99027d07c8 Bumped cppcheck to v2.4 2021-03-22 11:34:53 +00:00
matt335672 48d7a92063
Merge pull request #1833 from matt335672/runner-probs
Remove openssl:i386 from 32-bit builds #1833
2021-03-22 10:19:21 +00:00
matt335672 78e4d9b84d Remove openssl:i386 2021-03-19 12:36:42 +00:00
matt335672 89875d156a
Merge pull request #1826 from aquesnel/unify_logging_common
Unify logging in common/* #1826
2021-03-15 10:41:22 +00:00
Alexandre Quesnel d73e45eff1 Removing DEBUG() macro 2021-03-14 23:33:31 +00:00
Alexandre Quesnel 2ab3b97ba0 Migrating logging to LOG() and LOG_DEVEL() in common/* 2021-03-14 23:33:31 +00:00
Alexandre Quesnel bb9d3079c0 Fixing formatting with astyle in common/* 2021-03-14 23:33:31 +00:00
matt335672 feb8ef33f5
Merge pull request #1813 from matt335672/client-info-versioning
Add versioning to xrdp_client_info #1813
2021-03-09 09:21:31 +00:00
matt335672 a8745acd7f
Merge pull request #1822 from metalefty/support-tier
README: mention platform support tier #1822
2021-03-05 09:37:24 +00:00
matt335672 9221541956
Merge pull request #1821 from matt335672/actions-cache-ver
Include OS version in github action cache for cppcheck #1821
2021-03-05 09:35:22 +00:00
Koichiro IWAO 517eef2dd9
README: mention platform support tier
and replace "Environment" section.
2021-03-04 22:12:40 +09:00
matt335672 a989426a57 Remove trailing spaces in actions file 2021-03-04 12:09:18 +00:00
matt335672 984e8d12c0 Add OS_VERSION to cppcheck cache tag name 2021-03-04 12:01:07 +00:00
matt335672 e1586a76ce
Merge pull request #1818 from glaubitz/arch-support
Add support for multiple currently unsupported architectures (#1818)
2021-03-04 10:14:51 +00:00
matt335672 72ecab4aeb
Merge pull request #1817 from clebig/patch-2
Add KRDC to supported client list in README.md #1817
2021-03-03 08:27:42 +00:00
John Paul Adrian Glaubitz a777ff9ee0 Add support for sh 2021-03-03 02:55:40 +01:00
John Paul Adrian Glaubitz 1d1ec9614f Add support for s390 and s390x 2021-03-03 02:55:24 +01:00
John Paul Adrian Glaubitz 3b81df3f9e Add support for little-endian powerpc 2021-03-03 02:54:00 +01:00
John Paul Adrian Glaubitz 9c39aa1b9f Add support for m68k 2021-03-03 02:52:23 +01:00
Clément BRUGUERA f947843c21
Update README.md 2021-03-02 16:04:04 +01:00
aquesnel def72ac4be
Unify logging in vnc/* (#1811)
* Migrating logging to LOG() and LOG_DEVEL() in vnc/* (#1811)
2021-03-01 10:11:11 +00:00
aquesnel d28f9cd75a
Unify logging in xrdpapi/* (#1812)
Migrating logging to LOG() and LOG_DEVEL() in xrdpapi/* (#1812)
2021-03-01 10:09:26 +00:00
matt335672 89843b12f4 Add versioning to xrdp_client_info 2021-02-26 11:27:13 +00:00
matt335672 b04fc6f5ab
Merge pull request #1767 from aquesnel/unify_logging_xrdp
Unify logging in xrdp/* (#1767)
2021-02-23 09:59:47 +00:00
aquesnel 920d1c8331
Unify logging in neutrinordp/* (#1807)
Migrate logging to LOG() and LOG_DEVEL() in neutrinordp/* (#1807)
2021-02-22 09:48:55 +00:00
Alexandre Quesnel 2fba8d43ac Removing logging from signal handler functions 2021-02-20 17:06:43 +00:00
Alexandre Quesnel 1b36f66e39 Migrating logging to LOG() and LOG_DEVEL() in xrdp/* 2021-02-20 17:05:42 +00:00
Alexandre Quesnel 237592e194 Fixing formatting with astyle in xrdp/* 2021-02-20 17:02:04 +00:00
aquesnel b9bdee6ccc
Unify logging in mc/* (#1806)
* Fixing formatting with astyle in mc/*
* Migrating logging to LOG() and LOG_DEVEL() in mc/*
* Removing LIB_DEBUG
2021-02-12 12:09:42 +00:00
matt335672 8004a05a32
Merge pull request #1803 from matt335672/wm_states
Readability fix for WM states (#1803)
2021-02-11 14:58:35 +00:00