summaryrefslogtreecommitdiff
path: root/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* auth:creds:tests: Migrate test to a cmocka unit testAndreas Schneider2020-11-032-0/+227
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-038-16/+22
* auth:creds: Add cli_credentials_init_server()Andreas Schneider2020-09-072-0/+27
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-281-0/+2
* 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
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-22/+22
* auth/credentials: Test connecting to LDAP with a "virtual user" style accountAndrew Bartlett2020-02-141-1/+51
* pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall2020-02-071-3/+3
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-9/+22
* auth:pycreds: Check return code of netlogon_creds_client_authenticator()Andreas Schneider2019-11-141-3/+8
* auth/credentials: Check NTSTATUS return from netlogon_creds_aes_encrypt()Andrew Bartlett2019-08-211-7/+7
* auth/pycreds/encrypt_netr_crypt_password: don't pretend arg is optionalDouglas Bagnall2019-07-221-1/+1
* auth/pycreds/encrypt_netr_crypt_password: don't segfaultDouglas Bagnall2019-07-221-0/+5
* pycredentials.h: use import to ensure python type correctnessDouglas Bagnall2019-07-222-10/+12
* auth/pycredentials: always check self is a Credentials objectDouglas Bagnall2019-07-221-39/+247
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-271-3/+8
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-272-2/+2
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-1/+1
* auth:creds: Use gnutls_error_to_ntstatus() in credentials_ntlmAndreas Schneider2019-06-241-8/+3
* auth:creds: Use GnuTLS MD5 in ntlm credsAndreas Schneider2019-05-211-7/+32
* squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+3
* auth/creds/torture: add a test showing segfaultDouglas Bagnall2019-05-091-1/+45
* auth/creds/guess: avoid segfault with NULL lp (CID 241187)Douglas Bagnall2019-05-091-1/+2
* credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberosSamuel Cabrero2019-04-291-0/+149
* credentials: Initialize krb5 client to retrieve creds from ccacheSamuel Cabrero2019-04-291-0/+15
* auth:creds: Prefer the principal over DOMAIN/username when using NTLMAndreas Schneider2019-04-021-1/+1
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-8/+7
* Decrement references to python objects passed to Py_BuildValueNoel Power2019-02-071-3/+4
* auth:creds: Use C99 initializer for PyMethodDefAndreas Schneider2019-01-281-120/+279
* auth/credentials: use 'et' as format for ParseTuple with python2Noel Power2019-01-131-1/+1
* PY3: change shebang to python3 in misc dirsJoe Guo2018-12-141-1/+1
* auth/credentials/tests: Python 3.6 avoid deepcopy errorNoel Power2018-12-101-5/+12
* auth/credentials: PY3 set_password should decode from unicode 'utf8'Noel Power2018-12-101-4/+6
* krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke2018-11-281-3/+3
* credentials: Remove an unnecessary talloc_steal()Volker Lendecke2018-11-281-1/+0
* credentials: Fix set_ccache with empty creds cacheVolker Lendecke2018-11-281-6/+7
* credentials: Fix an error path memleakVolker Lendecke2018-11-281-0/+1
* credentials: Only do shallow copies of valid ccachesVolker Lendecke2018-11-281-0/+14
* auth/cred/tests/bind: remove unused importDouglas Bagnall2018-10-251-1/+0