summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2020-11-05Revert "cli_credentials: add a helper to parse user or group names"Alexander Bokovoy3-75/+0
2020-11-05Revert "cli_credentials_parse_string: fix parsing of principals"Alexander Bokovoy2-3/+4
2020-11-04cli_credentials: add a helper to parse user or group namesAlexander Bokovoy3-0/+75
2020-11-04cli_credentials_parse_string: fix parsing of principalsAlexander Bokovoy2-4/+3
2020-11-03auth:creds:tests: Migrate test to a cmocka unit testAndreas Schneider2-0/+227
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider8-16/+22
2020-09-07auth:creds: Add cli_credentials_init_server()Andreas Schneider2-0/+27
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-19auth:creds: Bump library versionAndreas Schneider1-1/+1
2020-08-19auth:creds: Add python bindings for cli_credentials_set_conf()Andreas Schneider1-0/+41
2020-08-19auth:creds: Add python bindings for (get|set)_smb_encryptionAndreas Schneider1-0/+62
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_encryption()Andreas Schneider3-0/+55
2020-08-19auth:creds: Add python bindings for (get|set)_smb_ipc_signingAndreas Schneider1-0/+56
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_ipc_signing()Andreas Schneider3-0/+60
2020-08-19auth:creds: Add python bindings for (get|set)_smb_signingAndreas Schneider1-0/+63
2020-08-19auth:creds: Add cli_credentials_(get|set)_smb_signing()Andreas Schneider3-0/+56
2020-08-19auth:creds: Remove unused credentials autoproto headerAndreas Schneider3-3/+0
2020-08-19auth:creds: Introduce CRED_SMB_CONFStefan Metzmacher3-3/+5
2020-08-17auth: Fix a typoVolker Lendecke1-1/+1
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer1-1/+1
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-22/+22
2020-02-14auth/credentials: Test connecting to LDAP with a "virtual user" style accountAndrew Bartlett1-1/+51
2020-02-07pytests: heed assertEquals deprecation warning en-masseDouglas Bagnall1-3/+3
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris1-9/+22
2019-11-14auth:pycreds: Check return code of netlogon_creds_client_authenticator()Andreas Schneider1-3/+8
2019-08-21auth/credentials: Check NTSTATUS return from netlogon_creds_aes_encrypt()Andrew Bartlett1-7/+7
2019-07-22auth/pycreds/encrypt_netr_crypt_password: don't pretend arg is optionalDouglas Bagnall1-1/+1
2019-07-22auth/pycreds/encrypt_netr_crypt_password: don't segfaultDouglas Bagnall1-0/+5
2019-07-22pycredentials.h: use import to ensure python type correctnessDouglas Bagnall2-10/+12
2019-07-22auth/pycredentials: always check self is a Credentials objectDouglas Bagnall1-39/+247
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider1-3/+8
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2-2/+2
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-1/+1
2019-06-24auth:creds: Use gnutls_error_to_ntstatus() in credentials_ntlmAndreas Schneider1-8/+3
2019-05-21auth:creds: Use GnuTLS MD5 in ntlm credsAndreas Schneider1-7/+32
2019-05-16squash 'cast between incompatible function types' warningNoel Power1-1/+3
2019-05-09auth/creds/torture: add a test showing segfaultDouglas Bagnall1-1/+45
2019-05-09auth/creds/guess: avoid segfault with NULL lp (CID 241187)Douglas Bagnall1-1/+2
2019-04-29credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberosSamuel Cabrero1-0/+149
2019-04-29credentials: Initialize krb5 client to retrieve creds from ccacheSamuel Cabrero1-0/+15
2019-04-02auth:creds: Prefer the principal over DOMAIN/username when using NTLMAndreas Schneider1-1/+1
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-8/+7
2019-02-07Decrement references to python objects passed to Py_BuildValueNoel Power1-3/+4
2019-01-28auth:creds: Use C99 initializer for PyMethodDefAndreas Schneider1-120/+279
2019-01-13auth/credentials: use 'et' as format for ParseTuple with python2Noel Power1-1/+1
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-12-10auth/credentials/tests: Python 3.6 avoid deepcopy errorNoel Power1-5/+12
2018-12-10auth/credentials: PY3 set_password should decode from unicode 'utf8'Noel Power1-4/+6
2018-11-28krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke1-3/+3
2018-11-28credentials: Remove an unnecessary talloc_steal()Volker Lendecke1-1/+0