summaryrefslogtreecommitdiff
path: root/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-4/+12
* tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam2018-02-271-1/+25
* define DBGC_AUTH classkkplein2018-01-083-0/+9
* credentials: Simplify cli_credentials_get_server_gss_creds()Andreas Schneider2018-01-031-9/+10
* CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-201-0/+16
* cli_credentials: Apply some constVolker Lendecke2017-09-162-4/+6
* cli_credentials: Fix a typoVolker Lendecke2017-09-071-1/+1
* cli_credentials: Fix a return valueVolker Lendecke2017-09-051-1/+1
* 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