summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s4: ndr_sec_helper: remove unused includeStefan Metzmacher2008-11-071-1/+0
* s4: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2008-11-072-190/+218
* Remove another use of global_loadparm.Jelmer Vernooij2008-10-241-8/+9
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-10/+10
* Move orpc to top-level directory.Jelmer Vernooij2008-10-201-173/+0
* Move WMI support code to top-level.Jelmer Vernooij2008-10-202-63/+0
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-30/+0
* Use tables in Samba 3 ndrdump.Jelmer Vernooij2008-10-201-134/+0
* idl: share drsblobs idl.Günther Deschner2008-10-181-213/+0
* drsuapi: share drsuapi idl and helper code.Günther Deschner2008-10-182-385/+0
* Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with SambaJelmer Vernooij2008-10-181-3/+2
* Share libndr.h between Samba 3 and Samba 4.Jelmer Vernooij2008-10-151-517/+0
* Share ndr_krb5pac implementation.Jelmer Vernooij2008-10-141-140/+0
* Share ndr_compression.c.Jelmer Vernooij2008-10-141-516/+0
* Share ndr.c implementation.Jelmer Vernooij2008-10-131-1117/+0
* Import warning fixes from Samba 3 into libndr, sync more libndr code.Jelmer Vernooij2008-10-131-2/+1
* Share uuid implementations.Jelmer Vernooij2008-10-131-227/+0
* Share ndr_misc implementations.Jelmer Vernooij2008-10-131-46/+0
* Share ndr_basic implementation.Jelmer Vernooij2008-10-131-833/+0
* Import warning fixes from Samba 3.Jelmer Vernooij2008-10-131-8/+22
* Import debug macros from Samba 3's libndr.Jelmer Vernooij2008-10-131-0/+8
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-113-3/+3
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-1/+1
* s4:drsblob: fix the buildStefan Metzmacher2008-09-301-1/+1
* Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-291-0/+213
* Import ndr_syntax_id_equal from Samba 3.Jelmer Vernooij2008-09-182-0/+7
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-1/+1
* Remove more hand-written marshallers.Jelmer Vernooij2008-09-162-762/+0
* More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij2008-09-162-0/+855
* ndr_compression: add XPRESS compression supportStefan Metzmacher2008-09-071-1/+49
* ndr_compression: fix the build after lzxpress_decompress() prototype changeStefan Metzmacher2008-09-071-1/+11
* ndr_compression: change debug levelsStefan Metzmacher2008-09-061-6/+6
* ndr_compression: use deflateReset() together with defalteSetDictionary()Stefan Metzmacher2008-09-061-8/+17
* ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...Stefan Metzmacher2008-09-061-7/+14
* ndr_compression: implement mszip compression based on deflate()Stefan Metzmacher2008-08-211-1/+98
* drsuapi.idl: use hand written push functions for the compressed blobsStefan Metzmacher2008-08-211-0/+173
* ndr_compression: add common parts of ndr compressionStefan Metzmacher2008-08-211-15/+52
* ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher2008-08-201-36/+0