ldb:utf8: ldb_ascii_toupper() avoids real toupper()
[samba.git] / source4 / auth / pyauth.c
2023-11-20 Andreas SchneiderUse python.h from libreplace
2023-07-21 Andrew Bartlettpython: Remove const from PyList_AsStringList()
2023-07-21 Andrew Bartlettpython: Move PyList_AsStringList to common code so...
2020-06-05 Björn Baumbachpyauth: add python binding for auth_session_info_set_unix()
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2019-07-22 Douglas Bagnalls4/auth/py: avoid null deref with bad python arguments
2019-06-24 Andrew Bartlettpy3: Remove duplicated PyUnicode_Check() after the...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsUTF8AndSize() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Check() compatability macro
2019-05-16 Noel Powers4: squash 'cast between incompatible function types...
2019-02-01 Douglas Bagnalls4/pyauth: fix memory leak when context_new() has bad...
2019-02-01 Douglas Bagnalls4/pyauth: insist on proper ldb in context_new()
2019-02-01 Douglas Bagnalls4/pyauth: check ldb argument in py_user_session()
2018-10-11 Björn Baumbachpython: Add samba.auth.copy_session_info()
2018-10-10 Gary Lockyerpyauth: Remove imessaging_ctx parameter to new
2018-07-12 Andrew Bartlettpython: Add samba.auth.session_info_fill_unix()
2018-04-30 Noel Powers4/auth: Additionally accept unicode as string param...
2017-03-27 Andrew Bartlettauth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10...
2017-03-10 Lumir Balharpython: samba.auth: Port samba.auth to Python 3 compati...
2016-03-08 Andrew Bartlettpyauth: Use pytalloc_BaseObject_PyType_Ready()
2016-01-07 Andrew Bartlettpython: Remove Python 2.4 support macros
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-22 Andreas Schneiderpyauth: Check return value of lpcfg_from_py_object().
2012-04-13 Alexander Bokovoys4-auth: Make sure ldb context is initialized even...
2011-12-29 Andrew Bartletts4-pyauth: Make sure event context allows nesting
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-07 Jelmer Vernooijpyldb: Consistently use pyldb_ prefix.
2011-07-28 Amitay Isaacss4auth: Remove duplicate assignment of structure variable
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-05-08 Andrew Bartletts4-auth Rename auth -> auth4 to avoid conflict with...
2011-05-03 Andrew Bartletts4-messaging Rename messaging -> imessaging
2011-04-05 Andrew Bartlettauth: Move auth_session_info into IDL
2011-03-19 Jelmer Vernooijsource4/auth: Fix prototypes for all functions.
2011-01-30 Matthias Dieter... s4:auth/pyauth.c - temporarily add compatibility code...
2011-01-19 Andrew Bartletts4-pyauth Fix AuthContext wrapper
2011-01-18 Andrew Bartletts4-auth Extend python bindings to allow ldb and message...
2011-01-18 Andrew Bartletts4-pyauth Add bindings for auth_context_create() as...
2011-01-18 Andrew Bartletts4-pyauth Use py_talloc_get_type() for greater talloc...
2011-01-14 Andrew Bartletts4-auth Add get and set methods for auth_session_info...
2011-01-14 Andrew Bartletts4-auth Add function to obtain any user's session_info...
2010-12-01 Jelmer Vernooijpyauth: Use talloc.Object.
2010-09-23 Jelmer Vernooijs4-param: Fix more memory leaks, invalid memory context.
2010-09-23 Jelmer Vernooijs4-param: Check type when converting python object...
2010-08-17 Andrew Bartletts4:auth Remove system_session_anon() from python bindings
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-06 Jelmer Vernooijs4-python: Move set_session_info to PySambaLdb.
2010-01-21 Jelmer Vernooijs4: Fix a few warnings.
2009-10-23 Andrew Tridgells4-dsdb: create a static system_session context
2009-09-09 Nadezhda IvanovaAdded "admin_session" method.
2009-07-01 Andrew Tridgellanother case that should use py_talloc_reference
2008-12-22 Jelmer VernooijAdd header for pyparam.
2008-12-21 Jelmer VernooijConvert auth python module to "plain" C rather than...