summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ndr_compression: unify the common handling of mszip and xpress compressionStefan Metzmacher2008-08-201-107/+33
* librpc/ndr: add support for Type Serialization Version 1 to subcontextStefan Metzmacher2008-08-201-1/+114
* ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher2008-08-181-11/+81
* librpc/ndr: add support for XPRESS decompressionMatthieu Suiche2008-08-181-5/+56
* drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject*Stefan Metzmacher2008-07-161-1/+1
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-172-0/+55
|\
| * libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...Stefan Metzmacher2008-04-172-0/+55
* | use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-171-2/+2
|/
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-023-7/+169
* Add warning to public headers.Jelmer Vernooij2008-04-011-0/+5
* ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher2008-02-151-0/+3
* librpc: remove special support for fixed length stringsStefan Metzmacher2008-02-122-46/+1