summaryrefslogtreecommitdiffstats
path: root/source4/auth/pyauth.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | memory leaks.
* 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
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* 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
| | | | | | This patch adds a system_session cache, preventing us from having to recreate it on every ldb open, and allowing us to detect when the same session is being used in ldb_wrap
* Added "admin_session" method.Nadezhda Ivanova2009-09-091-0/+23
| | | | | | The purpose of admin_session is to be able to execute parts of provisioning as the user Administrator in order to have the correct group and owner in the security descriptors. To be used for provisioning and tests only.
* 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