python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / auth / credentials / pycredentials.c
3 days ago Jo Suttonauth:credentials: Remove unnecessary declaration
2024-03-28 Andrew Bartlettauth/credentials: Remove use of pytalloc_get_type(...
2024-03-14 Andrew Bartlettauth/credentials: Allow generation of old Kerberos...
2024-03-14 Andrew Bartlettauth/credentials: Make cli_credentials_get_aes256_key...
2024-03-14 Andrew Bartlettauth/credentials: Dynamically calculate the salt princi...
2024-03-14 Andrew Bartlettauth/credentials: Use salt on credentials object for...
2024-03-14 Andrew Bartlettauth/credentials: Add bindings for getting and setting...
2023-12-07 Andrew Bartlettpycredentials: Properly check type in creds.set_nt_hash...
2023-11-29 Andrew Bartlettauth/credentials: Add Python bindings for association...
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-07-28 Pavel Filipenskýauth:credentials: SAFE_FREE() -> krb5_free_string()
2023-05-05 Joseph Suttonauth/credentials: Add set_nt_hash()
2023-05-05 Joseph Suttonauth/credentials: Fix NULL dereference
2023-05-05 Joseph Suttonauth/credentials: Allow resetting bind DN on Credential...
2022-06-26 Joseph Suttonauth/credentials: Add get_aes256_key()
2022-05-14 Pavel Filipenskýauth: Covscan: unchecked return value for cli_credentia...
2022-05-14 Pavel Filipenskýauth: Fix trailing whitespace in pycredentials.c
2022-03-18 Joseph Suttonauth/credentials: Add encrypt_samr_password()
2021-07-01 Stefan Metzmacherauth/credentials: allow credentials.Credentials to...
2021-06-29 Andreas Schneiderauth:creds: Check return code of cli_credentials_guess()
2021-06-29 Andreas Schneiderauth:creds: Check return code of cli_credentials_set_conf()
2021-05-19 Joseph Suttonauth:creds: Fix parameter in creds.set_named_ccache()
2021-05-19 Joseph Suttonauth:creds: Remove unused variable
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_gen...
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_ker...
2021-03-24 Andreas Schneiderauth:creds: Don't include credentials_internal.h twice
2021-03-24 Andreas Schneiderauth:creds: Use our own cli_credentials_set_cmdline_cal...
2021-03-24 Andreas Schneiders4:lib:cmdline: Rename cli_credentials_set_cmdline_call...
2020-11-03 Andreas Schneiderauth:creds: Rename CRED_USE_KERBEROS values
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for cli_credentials_set...
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_encry...
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_ipc_s...
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_signing
2020-08-19 Stefan Metzmacherauth:creds: Introduce CRED_SMB_CONF
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2019-11-14 Andreas Schneiderauth:pycreds: Check return code of netlogon_creds_clien...
2019-07-22 Douglas Bagnallauth/pycreds/encrypt_netr_crypt_password: don't pretend...
2019-07-22 Douglas Bagnallauth/pycreds/encrypt_netr_crypt_password: don't segfault
2019-07-22 Douglas Bagnallpycredentials.h: use import to ensure python type corre...
2019-07-22 Douglas Bagnallauth/pycredentials: always check self is a Credentials...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-05-16 Noel Powersquash 'cast between incompatible function types' warning
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