57c5ea8825c7179fd93382dbcbb07e828e5aec19 |
|
29-Jan-2018 |
René Genz <liebundartig@freenet.de> |
Fix minor spelling mistakes in tests/cmocka/*
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
bc07967636135e48252198936ac8975510918e99 |
|
28-Feb-2017 |
Sumit Bose <sbose@redhat.com> |
authtok: fix tests on big-endian
Related to https://pagure.io/SSSD/sssd/issue/3270
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
dd17a3aaddab6f122dff3bd15b7005464c07c0ea |
|
23-Feb-2017 |
Sumit Bose <sbose@redhat.com> |
authtok: enhance support for Smartcard auth blobs
The blobs contains beside the PIN the name of the PKCS#11 module and the
token name where the certificate of the user was found and the key id.
Those data will be used e.g. by the pkinit module to make sure them
right certificate is used.
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
10703cd558016685ee778e333f1d4490238d46e7 |
|
31-Jul-2015 |
Sumit Bose <sbose@redhat.com> |
authok: add support for Smart Card related authtokens
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
bc052ea17d858c19f9cb9c9e2bc602e754f68831 |
|
08-May-2015 |
Sumit Bose <sbose@redhat.com> |
utils: add sss_authtok_[gs]et_2fa
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
80b5dbe123ec94c5a8fcb99f9a4953c1513deb58 |
|
08-May-2015 |
Sumit Bose <sbose@redhat.com> |
Add leak check and command line option to test_authtok
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
4e5e846de22407f825fe3b4040d79606818a2419 |
|
11-Mar-2015 |
Jakub Hrozek <jhrozek@redhat.com> |
tests: convert all unit tests to cmocka 1.0 or later
All tests now use the cmocka-1.0-compatible API.
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
8c4aeae19dbb436c17b5f4032285adbaed727eea |
|
24-Jan-2014 |
Lukas Slebodnik <lslebodn@redhat.com> |
TESTS: Fix authtok test for zero length string.
There is a test for sss_authtok_set where '\0' is used as argument data.
'\0' is evaluated as zero and zero is treated as a null pointer.
And there is another test for NULL pointer few lines before.
Patch changes 3rd argument '\0' into properly cast zero length sting "" |
4b8021779e4db2a212a8214c17e778e843ae2b3a |
|
10-Jan-2014 |
Stef Walter <stefw@redhat.com> |
util: Fix const cast failures when building with -Werror
When building with -Werror 'make check' fails with many
errors like:
../src/tests/cmocka/test_authtok.c: In function ‘test_sss_authtok_password’:
../src/tests/cmocka/test_authtok.c:98:48: error: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Werror=cast-qual]
Make sss_authtok_set() @data argument const, and fix its documentation |
461da2984c747708e8badd27fa55ef879f40e712 |
|
09-Jan-2014 |
Pallavi Jha <pallavikumarijha@gmail.com> |
cmocka unit test for authtok module added |