1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-12-01 15:24:12 +01:00
yubico-pam/tests
Karol Babioch a92a59c761 util_test: Use mkdtemp() instead of tempnam()
The latter function is considered insecure and deprecated on some platforms.
This will create the directory with 0700 implicitely, where it was 0755
beforehand. Since this is a more secure default and the test suite runs fine,
we don't bother to chmod the directory.
2018-04-06 16:59:31 +02:00
..
aux Add test for LDAP entries with empty token list 2017-02-27 00:21:15 +01:00
Makefile.am drop the non-portable test test 2015-10-08 10:24:07 +02:00
pam_test.c add tests for use_first_pass 2017-03-06 10:10:56 +01:00
util_test.c util_test: Use mkdtemp() instead of tempnam() 2018-04-06 16:59:31 +02:00