summaryrefslogtreecommitdiffstats
path: root/source4/auth/pyauth.c
Commit message (Collapse)AuthorAgeFilesLines
* 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