summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* py-librpc: Strictly check the type of the incoming sid pointerAndrew Bartlett2017-08-151-0/+7
* lsa.String: add String constructor, str and reprGary Lockyer2017-06-221-0/+77
* python: samba.dcerpc: Port security module to Python 3 comp. formLumir Balhar2017-03-101-4/+36
* python: samba.dcerpc: Port RPC related stuff to Python 3Lumir Balhar2017-03-101-7/+39
* py_xattr: Fix a "ignoring return value" warningVolker Lendecke2016-02-231-2/+6
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-094-16/+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-104-45/+48
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-051-0/+74
* s4-librpc Handle all types of GUID in the GUID() initialiserAndrew Bartlett2010-12-011-3/+11
* librpc: finally merge ndr_string.c.Günther Deschner2010-05-201-705/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-20/+14
* s4-libndr: fix ndr_pull_string_array() for non utf16 arrays in s4 as well.Günther Deschner2010-05-141-1/+1
* pyxattr: Fix memory leaks.Jelmer Vernooij2010-01-211-1/+1
* pyxattr: Fix return value, raise exception, fix memory leak.Jelmer Vernooij2010-01-211-1/+6
* s4: allow python code to dump NTACL object as wellMatthieu Patou2010-01-211-0/+94
* 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-232-28/+0
* s4:py_security Add missing headerAndrew Bartlett2009-09-201-0/+23
* 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
* try to give some hint as to what is causing NDR string errorsAndrew Tridgell2009-08-121-8/+8
* 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
* Add str() for policy_handles.Andrew Bartlett2009-04-211-1/+11
* python/dcerpc: Custom implementations of policy_handle.__init__ and policy_ha...Andrew Bartlett2009-04-211-0/+38
* python/rpc: Add custom GUID.__str__, GUID.__repr__, GUID.__init__ and GUID.__...Andrew Bartlett2009-04-211-0/+92
* Make domain sid argument to as_sddl() optional.Jelmer Vernooij2009-04-201-3/+12
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-33/+23
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-10/+10
* s4:librpc/ndr: if uninitialized variable in string_array codeStefan Metzmacher2009-02-191-1/+1
* spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2009-02-051-532/+0
* librpc: add ndr_size_string_array().Günther Deschner2009-02-031-0/+23
* 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 syntax errors.Jelmer Vernooij2009-01-011-2/+2
* 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
* Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-121-248/+0
* Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij2008-12-121-2/+33
* librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher2008-11-071-88/+0