summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
...
* IPA DC: add missing checksAlexander Bokovoy2021-11-131-0/+1
* auth:creds: Guess the username first via getpwuid(my_id)Andreas Schneider2021-11-101-0/+13
* auth:creds: Remove trailing spacesAndreas Schneider2021-11-101-56/+56
* CVE-2021-3738 auth_util: avoid talloc_tos() in copy_session_info()Stefan Metzmacher2021-11-091-3/+6
* CVE-2020-25719 CVE-2020-25717: auth/gensec: always require a PAC in domain mo...Stefan Metzmacher2021-11-091-4/+23
* CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher2021-11-091-1/+1
* 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:gensec: Use lpcfg_weak_crypto()Andreas Schneider2021-08-031-2/+3
* 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
* gensec: Slightly simplify gensec_generate_session_info_pac()Volker Lendecke2021-04-271-11/+19
* 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
* gensec: Remove gensec_security_all(), it was only used internallyVolker Lendecke2021-04-062-9/+2
* 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
* auth: Align an integer typeVolker Lendecke2020-11-101-1/+1
* 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-039-20/+26
* auth:creds: Add cli_credentials_init_server()Andreas Schneider2020-09-072-0/+27