summaryrefslogtreecommitdiff
path: root/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* pycredentials: Add set_named_ccache()Andrew Bartlett2017-07-281-0/+45
* pycredentials: Add get_name() for a credentials cacheAndrew Bartlett2017-07-281-0/+30
* pycredentials: Allow optional "name" argument to get_named_ccache() to be mis...Andrew Bartlett2017-07-281-1/+1
* auth/credentials: remove unused smb_krb5_create_salt_principal()Stefan Metzmacher2017-06-271-79/+0
* auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...Stefan Metzmacher2017-06-271-12/+26
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-223-0/+77
* pycredentials: add function to return the netr_AuthenticatorGary Lockyer2017-06-221-0/+40
* auth pycredentials: incorrect PyArg_ParseTupleAndKeywords callGary Lockyer2017-05-251-4/+7
* auth pycredentials: correct docstring of get_ntlm_response methodGary Lockyer2017-05-251-2/+2
* auth_log: Add test that execises the SamLogon python bindingsGary Lockyer2017-05-251-0/+16
* python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin2017-05-191-2/+4
* build: correct package dependenciesJan Engelhardt2017-04-181-0/+1
* pycredentials: Add bindings for get_ntlm_response()Andrew Bartlett2017-03-291-0/+65
* python: wscript_build: Build some modules for Python 3Lumir Balhar2017-03-101-6/+6
* python: samba.credentials: Port pycredentials.c to Python3-compatible form.Lumir Balhar2017-03-101-7/+17
* credentials_krb5: convert to use smb_gss_krb5_import_credAlexander Bokovoy2017-03-081-9/+13
* auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher2017-02-241-1/+16
* auth: fix mem leak & use appropriate free functionAurelien Aptel2017-02-011-1/+1
* credentials: Create a smb_gss_krb5_copy_ccache() functionAndreas Schneider2017-01-121-4/+129
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* auth/credentials: Always set the the realm if we set the principal from the c...Andreas Schneider2017-01-101-3/+17
* auth/credentials: remove const where we always return a talloc stringStefan Metzmacher2017-01-102-9/+9
* 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
* 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
* mit: make it possible to build with MIT kerberos and --picky-developerGünther Deschner2016-09-291-1/+2
* 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/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
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-122-1/+2