pyldb: avoid segfault when adding an element with no name
[kai/samba-autobuild/.git] / auth / credentials / pycredentials.c
2019-02-07 Noel PowerDecrement references to python objects passed to Py_Bui...
2019-01-28 Andreas Schneiderauth:creds: Use C99 initializer for PyMethodDef
2019-01-12 Noel Powerauth/credentials: use 'et' as format for ParseTuple...
2018-12-10 Noel Powerauth/credentials: PY3 set_password should decode from...
2018-09-05 Noel Powerauth/credentials: py2/py3 credential key needs to retur...
2018-05-12 Joe Guopycredentials: add py_creds_get_secure_channel_type
2018-05-05 Douglas Bagnallauth/pycredentials: correct spelling of reponse
2017-07-27 Andrew Bartlettpycredentials: Add set_named_ccache()
2017-07-27 Andrew Bartlettpycredentials: Add get_name() for a credentials cache
2017-07-27 Andrew Bartlettpycredentials: Allow optional "name" argument to get_na...
2017-06-22 Gary Lockyerpycredentials: Add support for netr_crypt_password
2017-06-22 Gary Lockyerpycredentials: add function to return the netr_Authenti...
2017-05-25 Gary Lockyerauth pycredentials: incorrect PyArg_ParseTupleAndKeywor...
2017-05-25 Gary Lockyerauth pycredentials: correct docstring of get_ntlm_respo...
2017-05-25 Gary Lockyerauth_log: Add test that execises the SamLogon python...
2017-05-19 Petr Viktorinpython3: Use "y#" instead of "s#" for binary data in...
2017-03-29 Andrew Bartlettpycredentials: Add bindings for get_ntlm_response()
2017-03-10 Lumir Balharpython: samba.credentials: Port pycredentials.c to...
2016-12-20 Stefan Metzmacherauth/credentials: add python bindings for enum credenti...
2016-12-20 Stefan Metzmacherauth/credentials: add py_creds_parse_file()
2016-12-20 Stefan Metzmacherauth/credentials: add cli_credentials_set_password_will...
2016-11-06 Andrew Bartlettpycredentials: Add bindings for {get,set}_principal...
2016-07-22 Stefan Metzmacherpycredentials: add set_utf16_[old_]password()
2016-07-22 Stefan Metzmacherpycredentials: add {get,set}_old_password()
2016-03-08 Andrew Bartlettpycredentials: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpycredentials: Remove PyCredentialCacheContainerObject
2016-03-08 Andrew Bartlettpycredentials: Do not use pytalloc_Object directly
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-14 Douglas Bagnallpycredentials: add get_kerberos_state() method
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-16 Andrew Bartlettauth/credentials: Add cli_credentials_{set,get}_forced_...
2013-02-28 Stefan Metzmacherauth/pycredentials: make use of samba_tevent_context_init()
2011-10-11 Andrew Bartlettauth: move credentials layer to the top level