summaryrefslogtreecommitdiff
path: root/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_...Andrew Bartlett2021-11-091-2/+11
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-201-6/+6
* python: Fix usage stringsJoseph Sutton2021-09-041-1/+1
* auth:creds: Remove unused simple.c fileAndreas Schneider2021-07-081-168/+0
* auth/credentials: allow credentials.Credentials to act as base classStefan Metzmacher2021-07-011-1/+1
* auth:creds: Check return code of cli_credentials_guess()Andreas Schneider2021-06-291-2/+5
* auth:creds: Return bool for cli_credentials_guess()Andreas Schneider2021-06-293-15/+39
* auth:creds: Add sanity check for env variablesAndreas Schneider2021-06-291-18/+45
* auth:creds: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-2/+5
* auth:creds: Return a bool for cli_credentials_set_conf()Andreas Schneider2021-06-293-18/+74
* auth:creds: Fix parameter in creds.set_named_ccache()Joseph Sutton2021-05-191-1/+2
* auth:creds: Remove unused variableJoseph Sutton2021-05-191-3/+0
* auth:creds:tests: Add test for cli_credentials_get_password_and_obtained()Andreas Schneider2021-04-281-0/+6
* auth:creds: Add cli_credentials_get_password_and_obtained()Andreas Schneider2021-04-282-0/+22
* auth:creds:tests: Add test for cli_credentials_get_username_and_obtained()Andreas Schneider2021-04-281-0/+6
* auth:creds: Add cli_credentials_get_username_and_obtained()Andreas Schneider2021-04-282-0/+22
* auth:creds:tests: Add test for cli_credentials_set_gensec_features()Andreas Schneider2021-04-281-0/+27
* auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider2021-04-284-6/+36
* auth:creds: Use 'client protection' option for smb sign and encrypt defaultsAndreas Schneider2021-04-281-0/+30
* lib:param: Add 'client protection' config optionAndreas Schneider2021-04-281-0/+7
* auth:creds:tests: Add test for cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-0/+42
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-288-17/+44
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-1/+0
* auth/credentials: Remove unneeded try/except syntaxJoseph Sutton2021-04-071-10/+4
* auth/credentials: Add test for binding with an extended canonical nameJoseph Sutton2021-04-071-0/+12
* auth/credentials: Add test for binding with a canonical nameJoseph Sutton2021-04-071-0/+9
* auth/credentials: Add test for binding with a domain SIDJoseph Sutton2021-04-071-1/+14
* auth:creds: Free the uname pointer in cli_credentials_parse_string()Andreas Schneider2021-03-241-0/+6
* auth:creds: Don't include credentials_internal.h twiceAndreas Schneider2021-03-241-1/+0
* auth:creds: Use our own cli_credentials_set_cmdline_callbacks()Andreas Schneider2021-03-242-3/+2
* auth:creds: Add command line function for standard password callbackAndreas Schneider2021-03-243-0/+79
* s4:lib:cmdline: Rename cli_credentials_set_cmdline_callbacks()Andreas Schneider2021-03-241-1/+1
* auth:creds: Add cli_credentials_dump()Andreas Schneider2020-12-163-0/+166
* Revert "cli_credentials: add a helper to parse user or group names"Alexander Bokovoy2020-11-053-75/+0
* Revert "cli_credentials_parse_string: fix parsing of principals"Alexander Bokovoy2020-11-052-3/+4
* cli_credentials: add a helper to parse user or group namesAlexander Bokovoy2020-11-043-0/+75
* cli_credentials_parse_string: fix parsing of principalsAlexander Bokovoy2020-11-042-4/+3
* auth:creds:tests: Migrate test to a cmocka unit testAndreas Schneider2020-11-032-0/+227
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-038-16/+22
* auth:creds: Add cli_credentials_init_server()Andreas Schneider2020-09-072-0/+27
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-281-0/+2
* auth:creds: Bump library versionAndreas Schneider2020-08-191-1/+1
* auth:creds: Add python bindings for cli_credentials_set_conf()Andreas Schneider2020-08-191-0/+41
* auth:creds: Add python bindings for (get|set)_smb_encryptionAndreas Schneider2020-08-191-0/+62
* auth:creds: Add cli_credentials_(get|set)_smb_encryption()Andreas Schneider2020-08-193-0/+55
* auth:creds: Add python bindings for (get|set)_smb_ipc_signingAndreas Schneider2020-08-191-0/+56
* auth:creds: Add cli_credentials_(get|set)_smb_ipc_signing()Andreas Schneider2020-08-193-0/+60
* auth:creds: Add python bindings for (get|set)_smb_signingAndreas Schneider2020-08-191-0/+63
* auth:creds: Add cli_credentials_(get|set)_smb_signing()Andreas Schneider2020-08-193-0/+56
* auth:creds: Remove unused credentials autoproto headerAndreas Schneider2020-08-193-3/+0