summaryrefslogtreecommitdiff
path: root/auth/credentials/tests/test_creds.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-05auth:creds: Make sure when parsing username that realm is uppercaseAndreas Schneider1-1/+1
2024-06-19auth/credentials: add tests for cli_credentials_get_kerberos_state[_obtained]()Stefan Metzmacher1-10/+27
2024-05-07auth:creds: Add test for cli_credentials_get_username_obtained()Andreas Schneider1-1/+3
2024-05-07auth:creds: Add test for cli_credentials_get_password_obtained()Andreas Schneider1-1/+4
2024-05-07auth:creds: Add test for cli_credentials_get_principal_obtained()Andreas Schneider1-1/+3
2023-12-10auth:creds: Add cli_credentials_get_domain_and_obtained()Andreas Schneider1-0/+6
2023-12-10auth:creds:tests: Add test for password callbackAndreas Schneider1-0/+32
2021-06-29auth:creds: Return bool for cli_credentials_guess()Andreas Schneider1-3/+8
2021-06-29auth:creds: Return a bool for cli_credentials_set_conf()Andreas Schneider1-1/+2
2021-04-28auth:creds:tests: Add test for cli_credentials_get_password_and_obtained()Andreas Schneider1-0/+6
2021-04-28auth:creds:tests: Add test for cli_credentials_get_username_and_obtained()Andreas Schneider1-0/+6
2021-04-28auth:creds:tests: Add test for cli_credentials_set_gensec_features()Andreas Schneider1-0/+27
2021-04-28auth:creds:tests: Add test for cli_credentials_set_kerberos_state()Andreas Schneider1-0/+42
2020-12-16auth:creds: Add cli_credentials_dump()Andreas Schneider1-0/+3
2020-11-05Revert "cli_credentials: add a helper to parse user or group names"Alexander Bokovoy1-56/+0
2020-11-05Revert "cli_credentials_parse_string: fix parsing of principals"Alexander Bokovoy1-1/+1
2020-11-04cli_credentials: add a helper to parse user or group namesAlexander Bokovoy1-0/+56
2020-11-04cli_credentials_parse_string: fix parsing of principalsAlexander Bokovoy1-1/+1
2020-11-03auth:creds:tests: Migrate test to a cmocka unit testAndreas Schneider1-0/+221