summaryrefslogtreecommitdiff
path: root/source4/scripting/python/examples/samr.py
AgeCommit message (Collapse)AuthorFilesLines
2009-07-30python: Cope with the dom_sid2 alias in pidl's python generating code.Jelmer Vernooij1-2/+2
This fixes some problems in the samr Python bindings that pidl was (correctly) warning about.
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij1-1/+1
Use py_talloc_reference in DCE/RPC code, fixes access to SAMR pipe.
2009-01-07Display lsa string contents.Jelmer Vernooij1-2/+5
2008-05-26Move some scripts to examples directory since they're not really generically ↵Jelmer Vernooij1-0/+114
useful. (This used to be commit 4026493e91f8096e5d602cd42f9a83d2d75042db)