summaryrefslogtreecommitdiff
path: root/source4/auth/pyauth.c
Commit message (Expand)AuthorAgeFilesLines
* pyauth: add python binding for auth_session_info_set_unix()Björn Baumbach2020-06-051-0/+72
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* s4/auth/py: avoid null deref with bad python argumentsDouglas Bagnall2019-07-221-2/+2
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-1/+1
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-161-3/+5
* s4/pyauth: fix memory leak when context_new() has bad argumentsDouglas Bagnall2019-02-011-0/+2
* s4/pyauth: insist on proper ldb in context_new()Douglas Bagnall2019-02-011-0/+4
* s4/pyauth: check ldb argument in py_user_session()Douglas Bagnall2019-02-011-0/+4
* python: Add samba.auth.copy_session_info()Björn Baumbach2018-10-111-0/+59
* pyauth: Remove imessaging_ctx parameter to newGary Lockyer2018-10-101-13/+11
* python: Add samba.auth.session_info_fill_unix()Andrew Bartlett2018-07-121-0/+61
* s4/auth: Additionally accept unicode as string param in Py2Noel Power2018-04-301-1/+1
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-271-0/+1
* python: samba.auth: Port samba.auth to Python 3 compatible formLumir Balhar2017-03-101-17/+29
* pyauth: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-6/+1
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-7/+0
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* pyauth: Check return value of lpcfg_from_py_object().Andreas Schneider2013-02-221-0/+4
* s4-auth: Make sure ldb context is initialized even if not passed by Python codeAlexander Bokovoy2012-04-141-1/+1
* s4-pyauth: Make sure event context allows nestingAndrew Bartlett2011-12-291-1/+2
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-4/+4
* pyldb: Consistently use pyldb_ prefix.Jelmer Vernooij2011-08-071-3/+3
* s4auth: Remove duplicate assignment of structure variableAmitay Isaacs2011-07-281-1/+0
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-081-2/+2
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-031-7/+7
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-051-74/+2
* source4/auth: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4Matthias Dieter Wallnöfer2011-01-301-0/+11
* s4-pyauth Fix AuthContext wrapperAndrew Bartlett2011-01-191-2/+13
* s4-auth Extend python bindings to allow ldb and message to be specifiedAndrew Bartlett2011-01-181-10/+59
* s4-pyauth Add bindings for auth_context_create() as AuthContext()Andrew Bartlett2011-01-181-0/+80
* s4-pyauth Use py_talloc_get_type() for greater talloc binding safetyAndrew Bartlett2011-01-181-6/+6
* s4-auth Add get and set methods for auth_session_info python wrapperAndrew Bartlett2011-01-141-6/+72
* s4-auth Add function to obtain any user's session_info from a given LDBAndrew Bartlett2011-01-141-1/+63
* pyauth: Use talloc.Object.Jelmer Vernooij2010-12-011-3/+5
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-8/+32
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-221-2/+6
* s4:auth Remove system_session_anon() from python bindingsAndrew Bartlett2010-08-181-19/+0
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* pynet: Create a net class.Jelmer Vernooij2010-04-081-3/+4
* s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij2010-04-061-1/+2
* s4: Fix a few warnings.Jelmer Vernooij2010-01-211-0/+1
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* Added "admin_session" method.Nadezhda Ivanova2009-09-091-0/+23
* another case that should use py_talloc_referenceAndrew Tridgell2009-07-011-1/+1
* Add header for pyparam.Jelmer Vernooij2008-12-221-4/+1
* Convert auth python module to "plain" C rather than using SWIG.Jelmer Vernooij2008-12-211-0/+95