summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2009-01-22Implement as_sddl.Jelmer Vernooij1-1/+19
2009-01-22Support parsing sddl for security descriptors.Jelmer Vernooij1-2/+29
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-0/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-5/+5
2009-01-01Fix syntax errors.Jelmer Vernooij1-2/+2
2008-12-21Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij1-30/+5
2008-12-21Simplify customization of pidl-generated Python modules.Jelmer Vernooij1-47/+104
2008-12-21Allow providing extra module-level Python functions.Jelmer Vernooij1-1/+6
2008-12-21Merge the rest of security.i into samba.dcerpc.security.Jelmer Vernooij1-0/+35
2008-12-21Remove duplicate Python bindings for dom_sid, security_descriptor andJelmer Vernooij1-0/+214
2008-12-16Add python extensions for dom_sid.Jelmer Vernooij1-0/+58
2008-12-12Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij1-248/+0
2008-12-12Manually marshall dom_sid, so we can use a fixed size array forJelmer Vernooij1-2/+33
2008-11-07librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher1-88/+0
2008-11-07s4: ndr_sec_helper: remove unused includeStefan Metzmacher1-1/+0
2008-11-07s4: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2-190/+218
2008-10-24Remove another use of global_loadparm.Jelmer Vernooij1-8/+9
2008-10-24Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij1-10/+10
2008-10-20Move orpc to top-level directory.Jelmer Vernooij1-173/+0
2008-10-20Move WMI support code to top-level.Jelmer Vernooij2-63/+0
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-30/+0
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij1-134/+0
2008-10-18idl: share drsblobs idl.Günther Deschner1-213/+0
2008-10-18drsuapi: share drsuapi idl and helper code.Günther Deschner2-385/+0
2008-10-18Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij1-3/+2
2008-10-15Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij1-517/+0
2008-10-14Share ndr_krb5pac implementation.Jelmer Vernooij1-140/+0
2008-10-14Share ndr_compression.c.Jelmer Vernooij1-516/+0
2008-10-13Share ndr.c implementation.Jelmer Vernooij1-1117/+0
2008-10-13Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij1-2/+1
2008-10-13Share uuid implementations.Jelmer Vernooij1-227/+0
2008-10-13Share ndr_misc implementations.Jelmer Vernooij1-46/+0
2008-10-13Share ndr_basic implementation.Jelmer Vernooij1-833/+0
2008-10-13Import warning fixes from Samba 3.Jelmer Vernooij1-8/+22
2008-10-13Import debug macros from Samba 3's libndr.Jelmer Vernooij1-0/+8
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij3-3/+3
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-1/+1
2008-09-30s4:drsblob: fix the buildStefan Metzmacher1-1/+1
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett1-0/+213
2008-09-18Import ndr_syntax_id_equal from Samba 3.Jelmer Vernooij2-0/+7
2008-09-17Move common libraries from root to lib/.Jelmer Vernooij1-1/+1
2008-09-16Remove more hand-written marshallers.Jelmer Vernooij2-762/+0
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij2-0/+855
2008-09-07ndr_compression: add XPRESS compression supportStefan Metzmacher1-1/+49
2008-09-07ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher1-1/+11
2008-09-06ndr_compression: change debug levelsStefan Metzmacher1-6/+6
2008-09-06ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher1-8/+17
2008-09-06ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...Stefan Metzmacher1-7/+14
2008-08-21ndr_compression: implement mszip compression based on deflate()Stefan Metzmacher1-1/+98