summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2018-09-05krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy1-4/+12
2018-03-20tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam1-1/+25
2017-09-20CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher1-0/+16
2017-06-27auth/credentials: remove unused smb_krb5_create_salt_principal()Stefan Metzmacher1-79/+0
2017-06-27auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...Stefan Metzmacher1-12/+26
2017-06-22pycredentials: Add support for netr_crypt_passwordGary Lockyer3-0/+77
2017-06-22pycredentials: add function to return the netr_AuthenticatorGary Lockyer1-0/+40
2017-05-25auth pycredentials: incorrect PyArg_ParseTupleAndKeywords callGary Lockyer1-4/+7
2017-05-25auth pycredentials: correct docstring of get_ntlm_response methodGary Lockyer1-2/+2
2017-05-25auth_log: Add test that execises the SamLogon python bindingsGary Lockyer1-0/+16
2017-05-19python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin1-2/+4
2017-04-18build: correct package dependenciesJan Engelhardt1-0/+1
2017-03-29pycredentials: Add bindings for get_ntlm_response()Andrew Bartlett1-0/+65
2017-03-10python: wscript_build: Build some modules for Python 3Lumir Balhar1-6/+6
2017-03-10python: samba.credentials: Port pycredentials.c to Python3-compatible form.Lumir Balhar1-7/+17
2017-03-08credentials_krb5: convert to use smb_gss_krb5_import_credAlexander Bokovoy1-9/+13
2017-02-24auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher1-1/+16
2017-02-01auth: fix mem leak & use appropriate free functionAurelien Aptel1-1/+1
2017-01-12credentials: Create a smb_gss_krb5_copy_ccache() functionAndreas Schneider1-4/+129
2017-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2017-01-10auth/credentials: Always set the the realm if we set the principal from the c...Andreas Schneider1-3/+17
2017-01-10auth/credentials: remove const where we always return a talloc stringStefan Metzmacher2-9/+9
2016-12-24auth/credentials: Add missing error code check for MIT KerberosAndreas Schneider1-1/+5
2016-12-20auth/credentials: Add NULL check to free_dccache()Andreas Schneider1-2/+7
2016-12-20auth/credentials: Add NULL check in free_mccache()Andreas Schneider1-1/+5
2016-12-20auth/credentials: Move function to free ccaches to the topAndreas Schneider1-15/+15
2016-12-20auth/credentials: Add talloc NULL check in cli_credentials_set_principal()Andreas Schneider1-0/+4
2016-12-20auth/credentials: change the parsing order of cli_credentials_parse_file()Stefan Metzmacher1-5/+49
2016-12-20auth/credentials: let cli_credentials_parse_file() handle 'username' with cli...Stefan Metzmacher1-1/+1
2016-12-20auth/credentials: let cli_credentials_parse_string() always reset principal a...Stefan Metzmacher1-1/+32
2016-12-20auth/credentials: let cli_credentials_parse_string() always reset username an...Stefan Metzmacher1-0/+8
2016-12-20auth/credentials: handle situations without a configured (default) realmStefan Metzmacher1-9/+34
2016-12-20auth/credentials: add python bindings for enum credentials_obtainedStefan Metzmacher1-10/+17
2016-12-20auth/credentials: add py_creds_parse_file()Stefan Metzmacher1-0/+18
2016-12-20auth/credentials: add cli_credentials_set_password_will_be_nt_hash() and the ...Stefan Metzmacher5-15/+135
2016-12-20auth/credentials: let cli_credentials_set_password() fail if talloc_strdup() ...Stefan Metzmacher1-7/+20
2016-12-20auth/credentials: make use of talloc_zero() in cli_credentials_init()Stefan Metzmacher1-75/+1
2016-12-09auth/credentials: clear all unused blobs in cli_credentials_get_ntlm_response()Stefan Metzmacher1-4/+12
2016-12-09auth/credentials: fix cut'n'paste error in cli_credentials_get_principal_and_...Stefan Metzmacher1-1/+1
2016-12-09auth/credentials: let cli_credentials_parse_string() handle the "winbind sepa...Stefan Metzmacher2-1/+15
2016-11-15auth/credentials: make cli_credentials_get_ntlm_response() more robustStefan Metzmacher1-73/+131
2016-11-15auth/credentials: anonymous should not have a user principalStefan Metzmacher1-0/+1
2016-11-06pycredentials: Add bindings for {get,set}_principal, get_ntlm_username_domainAndrew Bartlett1-0/+45
2016-09-29mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner1-1/+2
2016-08-31krb5_wrap: Rename get_kerberos_allowed_etypes()Andreas Schneider1-1/+1
2016-07-25Wrap krb5_cc_copy_creds and krb5_cc_copy_cacheAlexander Bokovoy1-2/+2
2016-07-22auth/credentials: also do a shallow copy of the krb5_ccache.Stefan Metzmacher4-18/+71
2016-07-22pycredentials: add set_utf16_[old_]password()Stefan Metzmacher1-0/+59
2016-07-22pycredentials: add {get,set}_old_password()Stefan Metzmacher1-1/+25
2016-04-12CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2-1/+2