summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/py_security.c
Commit message (Expand)AuthorAgeFilesLines
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* py_security: Fix comparison between two dom_sid objectsAmitay Isaacs2011-08-191-1/+9
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-33/+34
* pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij2009-12-311-0/+36
* provision: Avoid linking in multiple copies of security python module.Jelmer Vernooij2009-09-231-5/+0
* s4:provision Use code to store domain join in 'net join' as wellAndrew Bartlett2009-09-201-0/+5
* pyldb: Don't segfault when invalid type is specified to as_sddl and from_sddl.Matthieu Patou2009-09-171-2/+2
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-301-4/+4
* py_talloc_import now uses a steal, so this free is incorrectAndrew Tridgell2009-07-011-1/+0
* Fix of a bug in the security.descriptor.as_sddl() methodnadezhda ivanova2009-04-231-1/+1
* Make domain sid argument to as_sddl() optional.Jelmer Vernooij2009-04-201-3/+12
* 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