summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-21drsuapi.idl: use hand written push functions for the compressed blobsStefan Metzmacher1-0/+173
2008-08-21ndr_compression: add common parts of ndr compressionStefan Metzmacher1-15/+52
2008-08-20ndr_compression: remove the type serialization handling from the compression ...Stefan Metzmacher1-36/+0
2008-08-20ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher1-107/+33
2008-08-20librpc/ndr: add support for Type Serialization Version 1 to subcontextStefan Metzmacher1-1/+114
2008-08-18ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher1-11/+81
2008-08-18librpc/ndr: add support for XPRESS decompressionMatthieu Suiche1-5/+56
2008-07-16drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher1-1/+1
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2-0/+55
2008-04-17libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...Stefan Metzmacher2-0/+55
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-2/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij3-7/+169
2008-04-01Add warning to public headers.Jelmer Vernooij1-0/+5
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher1-0/+3
2008-02-12librpc: remove special support for fixed length stringsStefan Metzmacher2-46/+1
2008-01-21Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett1-0/+4
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-11/+14
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-3/+2
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2-8/+8
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij3-14/+15