summaryrefslogtreecommitdiff
path: root/auth/credentials/pycredentials.c
Commit message (Expand)AuthorAgeFilesLines
* squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+3
* 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
* auth/credentials: PY3 set_password should decode from unicode 'utf8'Noel Power2018-12-101-4/+6
* auth/credentials: py2/py3 credential key needs to return bytesNoel Power2018-09-051-1/+1
* pycredentials: add py_creds_get_secure_channel_typeJoe Guo2018-05-121-0/+12
* auth/pycredentials: correct spelling of reponseDouglas Bagnall2018-05-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
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-221-0/+33
* 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
* pycredentials: Add bindings for get_ntlm_response()Andrew Bartlett2017-03-291-0/+65
* python: samba.credentials: Port pycredentials.c to Python3-compatible form.Lumir Balhar2017-03-101-7/+17
* 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-201-0/+20
* pycredentials: Add bindings for {get,set}_principal, get_ntlm_username_domainAndrew Bartlett2016-11-061-0/+45
* pycredentials: add set_utf16_[old_]password()Stefan Metzmacher2016-07-221-0/+59
* pycredentials: add {get,set}_old_password()Stefan Metzmacher2016-07-221-1/+25
* pycredentials: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-10/+2
* pycredentials: Remove PyCredentialCacheContainerObjectAndrew Bartlett2016-03-081-14/+1
* pycredentials: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-72/+65
* pycredentials: add get_kerberos_state() methodDouglas Bagnall2015-12-151-0/+8
* auth/credentials: Add cli_credentials_{set,get}_forced_sasl_mech()Andrew Bartlett2013-09-161-0/+26
* auth/pycredentials: make use of samba_tevent_context_init()Stefan Metzmacher2013-02-281-1/+1
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-0/+492