summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-28credentials: Fix set_ccache with empty creds cacheVolker Lendecke1-6/+7
2018-11-28credentials: Fix an error path memleakVolker Lendecke1-0/+1
2018-11-28credentials: Only do shallow copies of valid ccachesVolker Lendecke1-0/+14
2018-10-25auth/cred/tests/bind: remove unused importDouglas Bagnall1-1/+0
2018-09-27PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power1-5/+5
2018-09-05auth/credentials: py2/py3 credential key needs to return bytesNoel Power1-1/+1
2018-09-05krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy1-4/+12
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-4/+4
2018-05-13auth/credentials/test: py2/py3 compat always decode result of b64encodeNoel Power1-1/+1
2018-05-12pycredentials: add py_creds_get_secure_channel_typeJoe Guo1-0/+12
2018-05-05auth/pycredentials: correct spelling of reponseDouglas Bagnall1-1/+1
2018-04-24dbwrap: Remove calls to loadparmVolker Lendecke1-1/+0
2018-04-24credentials: Call dbwrap_local_open with the correct tdb_flagsVolker Lendecke1-2/+3
2018-04-24credentials: Call dbwrap_local_open with the correct hash sizeVolker Lendecke1-4/+13
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-1/+4
2018-04-11credentials: Fix CID 1414796 Explicit null dereferencedVolker Lendecke1-0/+1
2018-04-11credentials: Fix line lengthVolker Lendecke1-1/+3
2018-04-11credentials: Revert "credentials: Fix CID 1414796 Explicit null dereferenced"Volker Lendecke1-5/+0
2018-04-05credentials: Fix a typoVolker Lendecke1-1/+1
2018-04-05credentials: Fix CID 1414796 Explicit null dereferencedVolker Lendecke1-0/+5
2018-03-23auth/credentials/test: convert print func to be py2/py3 compatibleNoel Power1-5/+6