summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/py_security.c
Commit message (Expand)AuthorAgeFilesLines
* s4:py_security: avoid 'this' and use 'py_self' and 'self'Stefan Metzmacher2009-02-021-9/+9
* Implement as_sddl.Jelmer Vernooij2009-01-221-1/+19
* Support parsing sddl for security descriptors.Jelmer Vernooij2009-01-221-2/+29
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-0/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-5/+5
* Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2008-12-211-30/+5
* Simplify customization of pidl-generated Python modules.Jelmer Vernooij2008-12-211-47/+104
* Allow providing extra module-level Python functions.Jelmer Vernooij2008-12-211-1/+6
* Merge the rest of security.i into samba.dcerpc.security.Jelmer Vernooij2008-12-211-0/+35
* Remove duplicate Python bindings for dom_sid, security_descriptor andJelmer Vernooij2008-12-211-0/+214
* Add python extensions for dom_sid.Jelmer Vernooij2008-12-161-0/+58