summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam2018-03-201-1/+25
* CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-041-0/+16
* auth/spnego: fix gensec_update_ev() argument order for the SPNEGO_FALLBACK caseStefan Metzmacher2017-06-301-3/+3
* auth/ntlmssp: enforce NTLMSSP_NEGOTIATE_NTLM2 for the NTLMv2 client caseStefan Metzmacher2017-06-281-0/+21
* auth/credentials: Always set the the realm if we set the principal from the c...Andreas Schneider2017-03-231-3/+17
* credentials_krb5: convert to use smb_gss_krb5_import_credAlexander Bokovoy2017-03-231-9/+13
* gensec:spnego: Add debug message for the failed principalStefan Metzmacher2017-03-061-5/+53
* auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher2017-02-281-1/+16
* auth/credentials: Add missing error code check for MIT KerberosAndreas Schneider2016-12-241-1/+5
* auth/credentials: Add NULL check to free_dccache()Andreas Schneider2016-12-201-2/+7
* auth/credentials: Add NULL check in free_mccache()Andreas Schneider2016-12-201-1/+5
* auth/credentials: Move function to free ccaches to the topAndreas Schneider2016-12-201-15/+15
* auth/credentials: Add talloc NULL check in cli_credentials_set_principal()Andreas Schneider2016-12-201-0/+4
* CVE-2016-2126: auth/kerberos: only allow known checksum types in check_pac_ch...Stefan Metzmacher2016-12-201-0/+22
* auth/credentials: change the parsing order of cli_credentials_parse_file()Stefan Metzmacher2016-12-201-5/+49
* auth/credentials: let cli_credentials_parse_file() handle 'username' with cli...Stefan Metzmacher2016-12-201-1/+1
* auth/credentials: let cli_credentials_parse_string() always reset principal a...Stefan Metzmacher2016-12-201-1/+32
* auth/credentials: let cli_credentials_parse_string() always reset username an...Stefan Metzmacher2016-12-201-0/+8
* auth/credentials: handle situations without a configured (default) realmStefan Metzmacher2016-12-201-9/+34
* auth/credentials: add python bindings for enum credentials_obtainedStefan Metzmacher2016-12-201-10/+17
* auth/credentials: add py_creds_parse_file()Stefan Metzmacher2016-12-201-0/+18
* auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...Stefan Metzmacher2016-12-205-15/+135
* auth/credentials: let cli_credentials_set_password() fail if talloc_strdup() ...Stefan Metzmacher2016-12-201-7/+20
* auth/credentials: make use of talloc_zero() in cli_credentials_init()Stefan Metzmacher2016-12-201-75/+1
* auth/credentials: clear all unused blobs in cli_credentials_get_ntlm_response()Stefan Metzmacher2016-12-091-4/+12
* auth/credentials: fix cut'n'paste error in cli_credentials_get_principal_and_...Stefan Metzmacher2016-12-091-1/+1
* auth/credentials: let cli_credentials_parse_string() handle the "winbind sepa...Stefan Metzmacher2016-12-092-1/+15
* auth/credentials: make cli_credentials_get_ntlm_response() more robustStefan Metzmacher2016-11-151-73/+131
* auth/credentials: anonymous should not have a user principalStefan Metzmacher2016-11-151-0/+1
* pycredentials: Add bindings for {get,set}_principal, get_ntlm_username_domainAndrew Bartlett2016-11-061-0/+45
* auth/gensec: handle DCERPC_AUTH_LEVEL_PACKET similar to DCERPC_AUTH_LEVEL_INT...Stefan Metzmacher2016-10-261-0/+8
* auth/gensec: only require GENSEC_FEATURE_SIGN for DCERPC_AUTH_LEVEL_INTEGRITY...Stefan Metzmacher2016-10-261-1/+3
* auth/gensec: always verify the wanted SIGN/SEAL flagsStefan Metzmacher2016-10-261-28/+15
* auth/ntlmssp: always allow NTLMSSP_NEGOTIATE_{SIGN,SEAL} in gensec_ntlmssp_se...Stefan Metzmacher2016-10-261-0/+8
* gensec/spnego: remember the wanted features also on the main gensec contextStefan Metzmacher2016-10-261-1/+1
* mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner2016-09-292-2/+4
* auth: One const is enough...Volker Lendecke2016-09-091-1/+1
* gensec/spnego: work around missing server mechListMIC in SMB serversStefan Metzmacher2016-09-021-1/+68
* krb5_wrap: Rename get_kerberos_allowed_etypes()Andreas Schneider2016-08-311-1/+1
* Wrap krb5_cc_copy_creds and krb5_cc_copy_cacheAlexander Bokovoy2016-07-251-2/+2
* auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_i...Stefan Metzmacher2016-07-222-0/+23
* auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher2016-07-224-18/+71
* pycredentials: add set_utf16_[old_]password()Stefan Metzmacher2016-07-221-0/+59
* pycredentials: add {get,set}_old_password()Stefan Metzmacher2016-07-221-1/+25
* gensec: Change log level for message when obtaining PAC from gss_get_name_att...Christof Schmitt2016-07-061-6/+4
* auth: fix a memory leak in gssapi_get_session_key()Uri Simchoni2016-07-061-6/+1
* typo: mandetory -> mandatoryGarming Sam2016-07-051-3/+3
* krb5pac.idl: introduce PAC_DOMAIN_GROUP_MEMBERSHIP to handle the resource groupsStefan Metzmacher2016-06-301-9/+25
* auth/auth_sam_reply: make auth_convert_user_info_dc_sambaseinfo() a private h...Stefan Metzmacher2016-06-302-17/+12
* auth/auth_sam_reply: do a real copy of strings in auth_convert_user_info_dc_s...Stefan Metzmacher2016-06-301-8/+17