summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-2031 auth: Add ticket type field to auth_user_info_dc and auth_sessi...Joseph Sutton2022-07-242-2/+2
* auth: let auth logging prefer user_info->orig_client.{account,domain}_name if...Stefan Metzmacher2022-03-162-5/+17
* s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher2022-03-161-1/+1
* auth/ntlmssp: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher2022-03-161-1/+0
* auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher2022-01-191-0/+8
* auth/credentials: cli_credentials_set_ntlm_response() pass session_keysStefan Metzmacher2022-01-193-9/+64
* IPA DC: add missing checksAlexander Bokovoy2021-11-181-0/+1
* CVE-2021-3738 auth_util: avoid talloc_tos() in copy_session_info()Stefan Metzmacher2021-11-081-3/+6
* CVE-2020-25719 CVE-2020-25717: auth/gensec: always require a PAC in domain mo...Stefan Metzmacher2021-11-081-4/+23
* CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher2021-11-081-1/+1
* CVE-2020-25722 selftest: allow for future failures in BindTests.test_virtual_...Andrew Bartlett2021-11-081-2/+11
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-261-6/+6
* auth/credentials: allow credentials.Credentials to act as base classStefan Metzmacher2021-09-161-1/+1
* auth:creds: Fix parameter in creds.set_named_ccache()Joseph Sutton2021-09-161-1/+2
* auth:creds: Remove unused variableJoseph Sutton2021-09-161-3/+0
* 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
* auth:gensec: If Kerberos is required, keep schannel for machine account authStefan Metzmacher2020-09-071-0/+9
* auth:gensec: Pass use_kerberos and keep_schannel to gensec_use_kerberos_mechs()Stefan Metzmacher2020-09-071-12/+14
* auth:gensec: Make gensec_use_kerberos_mechs() a static functionStefan Metzmacher2020-09-072-6/+4
* auth:gensec: Add gensec_security_sasl_names()Stefan Metzmacher2020-09-072-0/+89
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-282-0/+4
* 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
* auth:creds: Introduce CRED_SMB_CONFStefan Metzmacher2020-08-193-3/+5
* auth: Fix a typoVolker Lendecke2020-08-171-1/+1
* gensec: Fix a typoVolker Lendecke2020-08-171-1/+1
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-041-1/+1
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-22/+22
* auth:ntlmssp: Mark as weak_cryptoAndreas Schneider2020-03-191-0/+2
* gensec: Add a check if a gensec module implements weak cryptoAndreas Schneider2020-03-192-1/+13
* auth/credentials: Test connecting to LDAP with a "virtual user" style accountAndrew Bartlett2020-02-141-1/+51
* auth/gensec: map NT_STATUS_{INVALID_ACCOUNT_NAME,NO_SUCH_DOMAIN} to NT_STATUS...Stefan Metzmacher2020-02-101-2/+37
* gensec/spnego: fallback on INVALID_{ACCOUNT,COMPUTER}_NAME and NO_SUCH_DOMAINStefan Metzmacher2020-02-101-0/+3
* auth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR() helpersStefan Metzmacher2020-02-102-0/+95