Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move WMI support code to top-level. | Jelmer Vernooij | 2008-10-20 | 2 | -63/+0 | |
| | ||||||
* | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2008-10-20 | 1 | -30/+0 | |
| | | | | remove some unused functions. | |||||
* | Use tables in Samba 3 ndrdump. | Jelmer Vernooij | 2008-10-20 | 1 | -134/+0 | |
| | ||||||
* | idl: share drsblobs idl. | Günther Deschner | 2008-10-18 | 1 | -213/+0 | |
| | | | | Guenther | |||||
* | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 2008-10-18 | 2 | -385/+0 | |
| | | | | Guenther | |||||
* | Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba | Jelmer Vernooij | 2008-10-18 | 1 | -3/+2 | |
| | | | | 3. | |||||
* | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 2008-10-15 | 1 | -517/+0 | |
| | ||||||
* | Share ndr_krb5pac implementation. | Jelmer Vernooij | 2008-10-14 | 1 | -140/+0 | |
| | ||||||
* | Share ndr_compression.c. | Jelmer Vernooij | 2008-10-14 | 1 | -516/+0 | |
| | ||||||
* | Share ndr.c implementation. | Jelmer Vernooij | 2008-10-13 | 1 | -1117/+0 | |
| | ||||||
* | Import warning fixes from Samba 3 into libndr, sync more libndr code. | Jelmer Vernooij | 2008-10-13 | 1 | -2/+1 | |
| | ||||||
* | Share uuid implementations. | Jelmer Vernooij | 2008-10-13 | 1 | -227/+0 | |
| | ||||||
* | Share ndr_misc implementations. | Jelmer Vernooij | 2008-10-13 | 1 | -46/+0 | |
| | ||||||
* | Share ndr_basic implementation. | Jelmer Vernooij | 2008-10-13 | 1 | -833/+0 | |
| | ||||||
* | Import warning fixes from Samba 3. | Jelmer Vernooij | 2008-10-13 | 1 | -8/+22 | |
| | ||||||
* | Import debug macros from Samba 3's libndr. | Jelmer Vernooij | 2008-10-13 | 1 | -0/+8 | |
| | ||||||
* | Fix include paths to new location of libutil. | Jelmer Vernooij | 2008-10-11 | 3 | -3/+3 | |
| | ||||||
* | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -1/+1 | |
| | | | | | | Conflicts: source4/Makefile | |||||
* | s4:drsblob: fix the build | Stefan Metzmacher | 2008-09-30 | 1 | -1/+1 | |
| | | | | metze | |||||
* | Fix parsing of the trust passwords in LSA CreateTrustedDomainEx* | Andrew Bartlett | 2008-09-29 | 1 | -0/+213 | |
| | ||||||
* | Import ndr_syntax_id_equal from Samba 3. | Jelmer Vernooij | 2008-09-18 | 2 | -0/+7 | |
| | ||||||
* | Move common libraries from root to lib/. | Jelmer Vernooij | 2008-09-17 | 1 | -1/+1 | |
| | ||||||
* | Remove more hand-written marshallers. | Jelmer Vernooij | 2008-09-16 | 2 | -762/+0 | |
| | ||||||
* | More changes getting WMI code to compile, import manual marshalling. | Jelmer Vernooij | 2008-09-16 | 2 | -0/+855 | |
| | ||||||
* | ndr_compression: add XPRESS compression support | Stefan Metzmacher | 2008-09-07 | 1 | -1/+49 | |
| | | | | | metze (This used to be commit 1432a96d37e367d9d97d48b69c6f16351a9ad066) | |||||
* | ndr_compression: fix the build after lzxpress_decompress() prototype change | Stefan Metzmacher | 2008-09-07 | 1 | -1/+11 | |
| | | | | | metze (This used to be commit b36056aac3f55587d2b3e7b66feea8173dbc67f0) | |||||
* | ndr_compression: change debug levels | Stefan Metzmacher | 2008-09-06 | 1 | -6/+6 | |
| | | | | | metze (This used to be commit 83446e22dd1eda958ef62bbe998da0a47b9ff8ef) | |||||
* | ndr_compression: use deflateReset() together with defalteSetDictionary() | Stefan Metzmacher | 2008-09-06 | 1 | -8/+17 | |
| | | | | | metze (This used to be commit dcc57512b030995d9b186c7a6cb3b304d5680867) | |||||
* | ndr_compression: use inflateReset() and inflateSetDictionary() instead of ↵ | Stefan Metzmacher | 2008-09-06 | 1 | -7/+14 | |
| | | | | | | | | | inflateReset2() Now we can use an unmodified system zlib-1.2.3 metze (This used to be commit d68e36b485239cbaf99a6dce3f3bf52b4abcd06d) | |||||
* | ndr_compression: implement mszip compression based on deflate() | Stefan Metzmacher | 2008-08-21 | 1 | -1/+98 | |
| | | | | | | | | The output doesn't match the output from windows servers, but it's a start... metze (This used to be commit 8a2f9688275aa150b739b5525e738df15c5e25cc) | |||||
* | drsuapi.idl: use hand written push functions for the compressed blobs | Stefan Metzmacher | 2008-08-21 | 1 | -0/+173 | |
| | | | | | | | | This isn't really the final solution, as we compress the data twice, but it works. metze (This used to be commit 6da1d41173a7b82412fcebdd751eade51cf82b2a) | |||||
* | ndr_compression: add common parts of ndr compression | Stefan Metzmacher | 2008-08-21 | 1 | -15/+52 | |
| | | | | | metze (This used to be commit 9fe466f84afcbd64c9bbfe0f9ea6c1933acb07fe) | |||||
* | ndr_compression: remove the type serialization handling from the compression ↵ | Stefan Metzmacher | 2008-08-20 | 1 | -36/+0 | |
| | | | | | | | layer metze (This used to be commit 70a7b1f6c2e359102467ea270c2bb1efe736f64a) | |||||
* | ndr_compression: unify the common handling of mszip and xpress compression | Stefan Metzmacher | 2008-08-20 | 1 | -107/+33 | |
| | | | | | metze (This used to be commit 925a2066ffa18a86704a8ee1a7a6908e0cd65a2a) | |||||
* | librpc/ndr: add support for Type Serialization Version 1 to subcontext | Stefan Metzmacher | 2008-08-20 | 1 | -1/+114 | |
| | | | | | | | | | We use the header size 0xFFFFFC01 as magic for constructed types. See [MS-RPCE] 2.2.6 Type Serialization Version 1 for more details. metze (This used to be commit 98d3568f079ea143214bcf5271b636313d6491c3) | |||||
* | ndr_compression: use zlib's inflate() for decompression | Stefan Metzmacher | 2008-08-18 | 1 | -11/+81 | |
| | | | | | metze (This used to be commit 25876fc4ab8ba11f00d24bb8ceb517c0e4a4d72d) | |||||
* | librpc/ndr: add support for XPRESS decompression | Matthieu Suiche | 2008-08-18 | 1 | -5/+56 | |
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 6a9720c99d36a575ea8ed92e94ff6d2fe6f3e27d) | |||||
* | drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject* | Stefan Metzmacher | 2008-07-16 | 1 | -1/+1 | |
| | | | | | metze (This used to be commit de2aed042d09ae7a31ddc4cd920c8fcf193ba06a) | |||||
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2008-04-17 | 2 | -0/+55 | |
|\ | | | | | | | (This used to be commit c73a3b837ec16fbb846c6e63a45599fca99b3d0b) | |||||
| * | libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ↵ | Stefan Metzmacher | 2008-04-17 | 2 | -0/+55 | |
| | | | | | | | | | | | | | | ntlogon packets metze (This used to be commit 690c12cd2afd0fba626576fbae3f28ffdae63be2) | |||||
* | | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 2008-04-17 | 1 | -2/+2 | |
|/ | | | | (This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481) | |||||
* | Install public header files again and include required prototypes. | Jelmer Vernooij | 2008-04-02 | 3 | -7/+169 | |
| | | | | (This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
* | Add warning to public headers. | Jelmer Vernooij | 2008-04-01 | 1 | -0/+5 | |
| | | | | (This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a) | |||||
* | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵ | Stefan Metzmacher | 2008-02-15 | 1 | -0/+3 | |
| | | | | | | | return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b) | |||||
* | librpc: remove special support for fixed length strings | Stefan Metzmacher | 2008-02-12 | 2 | -46/+1 | |
| | | | | | | | Fixed arrays with the charset() attribute do the same metze (This used to be commit 9620b86e96e8065c0ff6db0d95130ab53581d468) | |||||
* | Be sure to pass iconv handle down to compression subcontexts (fixes | Andrew Bartlett | 2008-01-21 | 1 | -0/+4 | |
| | | | | | | | segfaults in NET-API-BECOME-DC) Andrew Bartlett (This used to be commit 70c1e918e6bd01946425e2d89cb680f14152f9fc) | |||||
* | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 2008-01-15 | 1 | -1/+1 | |
| | | | | (This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3) | |||||
* | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 2008-01-01 | 1 | -11/+14 | |
| | | | | | | library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
* | r26638: libndr: Require explicitly specifying iconv_convenience for ↵ | Jelmer Vernooij | 2008-01-01 | 1 | -3/+2 | |
| | | | | | | ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
* | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 2007-12-21 | 2 | -8/+8 | |
| | | | | (This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab) |