xrdp/keygen
Daniel Richard G 1c0c923ad1 Split g_file_open() into _ro() and _rw() variants
Rename g_file_open() to g_file_open_rw(), and add a new g_file_open_ro()
call that wraps the common g_file_open_ex(file, 1, 0, 0, 0) idiom. This
will make the file access mode more explicit in the code.

Change all calls to g_file_open() to the _ro() or _rw() variant as
appropriate, and replace g_file_open_ex(file, 1, 0, 0, 0) with the _ro()
call.

Lastly, add tests for the two new calls to test_os_calls.c (code
courteously provided by matt335672).
2023-05-15 17:38:31 -04:00
..
Makefile.am Check for openssl binary in configure, don't fail if not found 2017-01-21 18:20:24 -08:00
keygen.c Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
openssl.conf keygen: openssl.conf cleanup 2016-12-26 21:57:30 +02:00