summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2022-05-14auth: Covscan: unchecked return value for cli_credentials_set_smb_encryption()Pavel Filipenský1-1/+1
2022-05-14auth: Fix trailing whitespace in pycredentials.cPavel Filipenský1-4/+4
2022-03-18auth/credentials: Add encrypt_samr_password()Joseph Sutton1-1/+42
2022-01-04auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher3-9/+64
2021-12-09auth/credentials: Fix cli_credentials_shallow_ccache error caseStefan Metzmacher1-3/+8
2021-12-09auth/credentials: Handle ENOENT when obtaining ccache lifetimeStefan Metzmacher1-1/+1
2021-11-10auth:creds: Guess the username first via getpwuid(my_id)Andreas Schneider1-0/+13
2021-11-10auth:creds: Remove trailing spacesAndreas Schneider1-56/+56
2021-11-09CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_...Andrew Bartlett1-2/+11
2021-10-20dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett1-6/+6
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-07-08auth:creds: Remove unused simple.c fileAndreas Schneider1-168/+0
2021-07-01auth/credentials: allow credentials.Credentials to act as base classStefan Metzmacher1-1/+1
2021-06-29auth:creds: Check return code of cli_credentials_guess()Andreas Schneider1-2/+5
2021-06-29auth:creds: Return bool for cli_credentials_guess()Andreas Schneider3-15/+39
2021-06-29auth:creds: Add sanity check for env variablesAndreas Schneider1-18/+45
2021-06-29auth:creds: Check return code of cli_credentials_set_conf()Andreas Schneider1-2/+5
2021-06-29auth:creds: Return a bool for cli_credentials_set_conf()Andreas Schneider3-18/+74
2021-05-19auth:creds: Fix parameter in creds.set_named_ccache()Joseph Sutton1-1/+2
2021-05-19auth:creds: Remove unused variableJoseph Sutton1-3/+0
2021-04-28auth:creds:tests: Add test for cli_credentials_get_password_and_obtained()Andreas Schneider1-0/+6
2021-04-28auth:creds: Add cli_credentials_get_password_and_obtained()Andreas Schneider2-0/+22
2021-04-28auth:creds:tests: Add test for cli_credentials_get_username_and_obtained()Andreas Schneider1-0/+6
2021-04-28auth:creds: Add cli_credentials_get_username_and_obtained()Andreas Schneider2-0/+22
2021-04-28auth:creds:tests: Add test for cli_credentials_set_gensec_features()Andreas Schneider1-0/+27
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider4-6/+36
2021-04-28auth:creds: Use 'client protection' option for smb sign and encrypt defaultsAndreas Schneider1-0/+30
2021-04-28lib:param: Add 'client protection' config optionAndreas Schneider1-0/+7
2021-04-28auth:creds:tests: Add test for cli_credentials_set_kerberos_state()Andreas Schneider1-0/+42
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider8-17/+44
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2021-04-07auth/credentials: Remove unneeded try/except syntaxJoseph Sutton1-10/+4
2021-04-07auth/credentials: Add test for binding with an extended canonical nameJoseph Sutton1-0/+12
2021-04-07auth/credentials: Add test for binding with a canonical nameJoseph Sutton1-0/+9
2021-04-07auth/credentials: Add test for binding with a domain SIDJoseph Sutton1-1/+14
2021-03-24auth:creds: Free the uname pointer in cli_credentials_parse_string()Andreas Schneider1-0/+6
2021-03-24auth:creds: Don't include credentials_internal.h twiceAndreas Schneider1-1/+0
2021-03-24auth:creds: Use our own cli_credentials_set_cmdline_callbacks()Andreas Schneider2-3/+2
2021-03-24auth:creds: Add command line function for standard password callbackAndreas Schneider3-0/+79
2021-03-24s4:lib:cmdline: Rename cli_credentials_set_cmdline_callbacks()Andreas Schneider1-1/+1
2020-12-16auth:creds: Add cli_credentials_dump()Andreas Schneider3-0/+166
2020-11-05Revert "cli_credentials: add a helper to parse user or group names"Alexander Bokovoy3-75/+0
2020-11-05Revert "cli_credentials_parse_string: fix parsing of principals"Alexander Bokovoy2-3/+4
2020-11-04cli_credentials: add a helper to parse user or group namesAlexander Bokovoy3-0/+75
2020-11-04cli_credentials_parse_string: fix parsing of principalsAlexander Bokovoy2-4/+3
2020-11-03auth:creds:tests: Migrate test to a cmocka unit testAndreas Schneider2-0/+227
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider8-16/+22
2020-09-07auth:creds: Add cli_credentials_init_server()Andreas Schneider2-0/+27
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-19auth:creds: Bump library versionAndreas Schneider1-1/+1