summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-19auth:creds: Add python bindings for cli_credentials_set_conf()Andreas Schneider1-0/+41
2020-08-19auth:creds: Add python bindings for (get|set)_smb_encryptionAndreas Schneider1-0/+62
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_encryption()Andreas Schneider3-0/+55
2020-08-19auth:creds: Add python bindings for (get|set)_smb_ipc_signingAndreas Schneider1-0/+56
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_ipc_signing()Andreas Schneider3-0/+60
2020-08-19auth:creds: Add python bindings for (get|set)_smb_signingAndreas Schneider1-0/+63
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_signing()Andreas Schneider3-0/+56
2020-08-19auth:creds: Remove unused credentials autoproto headerAndreas Schneider3-3/+0
2020-08-19auth:creds: Introduce CRED_SMB_CONFStefan Metzmacher3-3/+5
2020-08-17auth: Fix a typoVolker Lendecke1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1