summaryrefslogtreecommitdiff
path: root/source4/auth/pyauth.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-21s4: Fix a few warnings.Jelmer Vernooij1-0/+1
2009-10-23s4-dsdb: create a static system_session contextAndrew Tridgell1-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
2009-09-09Added "admin_session" method.Nadezhda Ivanova1-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.
2009-07-01another case that should use py_talloc_referenceAndrew Tridgell1-1/+1
2008-12-22Add header for pyparam.Jelmer Vernooij1-4/+1
2008-12-21Convert auth python module to "plain" C rather than using SWIG.Jelmer Vernooij1-0/+95