summaryrefslogtreecommitdiff
path: root/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-01auth:credentials: Avoid an 'else' branchAndreas Schneider1-3/+6
2018-03-01auth:credentials: Add FALL_THROUGH statements in credentials.cAndreas Schneider1-1/+2
2018-03-01auth:credentials: Add FALL_THROUGH statements in credentials_secrets.cAndreas Schneider1-1/+2
2018-02-22tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam1-1/+25
2018-01-08define DBGC_AUTH classkkplein3-0/+9
2018-01-03credentials: Simplify cli_credentials_get_server_gss_creds()Andreas Schneider1-9/+10
2017-09-20CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher1-0/+16
2017-09-16cli_credentials: Apply some constVolker Lendecke2-4/+6
2017-09-07cli_credentials: Fix a typoVolker Lendecke1-1/+1
2017-09-05cli_credentials: Fix a return valueVolker Lendecke1-1/+1
2017-07-28pycredentials: Add set_named_ccache()Andrew Bartlett1-0/+45
2017-07-28pycredentials: Add get_name() for a credentials cacheAndrew Bartlett1-0/+30
2017-07-28pycredentials: Allow optional "name" argument to get_named_ccache() to be mis...Andrew Bartlett1-1/+1
2017-06-27auth/credentials: remove unused smb_krb5_create_salt_principal()Stefan Metzmacher1-79/+0
2017-06-27auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...Stefan Metzmacher1-12/+26
2017-06-22pycredentials: Add support for netr_crypt_passwordGary Lockyer3-0/+77
2017-06-22pycredentials: add function to return the netr_AuthenticatorGary Lockyer1-0/+40