Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-21 | ndr_compression: implement mszip compression based on deflate() | Stefan Metzmacher | 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) | |||||
2008-08-21 | drsuapi.idl: use hand written push functions for the compressed blobs | Stefan Metzmacher | 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) | |||||
2008-08-21 | ndr_compression: add common parts of ndr compression | Stefan Metzmacher | 1 | -15/+52 | |
metze (This used to be commit 9fe466f84afcbd64c9bbfe0f9ea6c1933acb07fe) | |||||
2008-08-20 | ndr_compression: remove the type serialization handling from the compression ↵ | Stefan Metzmacher | 1 | -36/+0 | |
layer metze (This used to be commit 70a7b1f6c2e359102467ea270c2bb1efe736f64a) | |||||
2008-08-20 | ndr_compression: unify the common handling of mszip and xpress compression | Stefan Metzmacher | 1 | -107/+33 | |
metze (This used to be commit 925a2066ffa18a86704a8ee1a7a6908e0cd65a2a) | |||||
2008-08-20 | librpc/ndr: add support for Type Serialization Version 1 to subcontext | Stefan Metzmacher | 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) | |||||
2008-08-18 | ndr_compression: use zlib's inflate() for decompression | Stefan Metzmacher | 1 | -11/+81 | |
metze (This used to be commit 25876fc4ab8ba11f00d24bb8ceb517c0e4a4d72d) | |||||
2008-08-18 | librpc/ndr: add support for XPRESS decompression | Matthieu Suiche | 1 | -5/+56 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 6a9720c99d36a575ea8ed92e94ff6d2fe6f3e27d) | |||||
2008-07-16 | drsuapi.idl: fix unknowns in drsuapi_DsReplicaObject* | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit de2aed042d09ae7a31ddc4cd920c8fcf193ba06a) | |||||
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2 | -0/+55 | |
(This used to be commit c73a3b837ec16fbb846c6e63a45599fca99b3d0b) | |||||
2008-04-17 | libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ↵ | Stefan Metzmacher | 2 | -0/+55 | |
ntlogon packets metze (This used to be commit 690c12cd2afd0fba626576fbae3f28ffdae63be2) | |||||
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 1 | -2/+2 | |
(This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481) | |||||
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 3 | -7/+169 | |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343) | |||||
2008-04-01 | Add warning to public headers. | Jelmer Vernooij | 1 | -0/+5 | |
(This used to be commit 7bfe359c73aac96f8e983e8d5e9621235cf79a3a) | |||||
2008-02-15 | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵ | Stefan Metzmacher | 1 | -0/+3 | |
return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b) | |||||
2008-02-12 | librpc: remove special support for fixed length strings | Stefan Metzmacher | 2 | -46/+1 | |
Fixed arrays with the charset() attribute do the same metze (This used to be commit 9620b86e96e8065c0ff6db0d95130ab53581d468) | |||||
2008-01-21 | Be sure to pass iconv handle down to compression subcontexts (fixes | Andrew Bartlett | 1 | -0/+4 | |
segfaults in NET-API-BECOME-DC) Andrew Bartlett (This used to be commit 70c1e918e6bd01946425e2d89cb680f14152f9fc) | |||||
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 1 | -11/+14 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ↵ | Jelmer Vernooij | 1 | -3/+2 | |
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 2 | -8/+8 | |
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab) | |||||
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 3 | -14/+15 | |
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c) | |||||
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c) | |||||
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 3 | -11/+19 | |
(This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e) | |||||
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 1 | -5/+11 | |
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482) | |||||
2007-12-21 | r26261: Use enum type. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 06233de54bc14d52e329d8eca2468b329b69593a) | |||||
2007-12-21 | r26054: ndr: remove ndr_push/pull_save | Stefan Metzmacher | 3 | -43/+0 | |
Using a uint32_t offset is all we need metze (This used to be commit 2c06b48a858016f9329dcd73231fb3c7b711a918) | |||||
2007-12-21 | r26052: ndr_krb5pac: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -3/+3 | |
metze (This used to be commit dee44c03208699f6dd3b05a9ba914d6f55eb6278) | |||||
2007-12-21 | r26051: ndr_string: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -4/+4 | |
metze (This used to be commit adda63122e0afd5e10c834cbab8baee1ef1a3a24) | |||||
2007-12-21 | r26050: ndr: don't use ndr_push_save anymore | Stefan Metzmacher | 1 | -7/+7 | |
metze (This used to be commit a682fbb5af1ca02068fdef9ed9a4dd7b0201d88c) | |||||
2007-12-21 | r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff) | Stefan Metzmacher | 7 | -101/+101 | |
ndr_sec_helper.c ndr_spoolss_buf.c ndr_compression.c ndr_drsuapi.[ch] ndr_krb5pac.c ndr_orpc.c metze (This used to be commit 356e027bf883c8fc36fa4759eff56e364daf9fce) | |||||
2007-12-21 | r25917: ndr: move ndr_map_error2ntstatus to errormap.c | Stefan Metzmacher | 1 | -25/+0 | |
metze (This used to be commit 8fc2e7737fc15f7265816f077e2a48a7a98f75b8) | |||||
2007-12-21 | r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff) | Stefan Metzmacher | 4 | -198/+210 | |
librpc/ndr/ metze (This used to be commit 7e157bbcfd416c3d5c32c1e9fdc746bbee5967bb) | |||||
2007-12-21 | r25907: use DEBUGADD() to match samba3 | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit d2deefb551ffed5134e31473a3140ec7416cf389) | |||||
2007-12-21 | r25905: use data_blob_const() to set the DATA_BLOB | Stefan Metzmacher | 1 | -2/+1 | |
metze (This used to be commit f3393a731683be3f8664f715dceee0c9fcef4ede) | |||||
2007-12-21 | r25818: remove useless '\' chars at the end of lines | Stefan Metzmacher | 1 | -7/+7 | |
(they were copied from the macros by mistake) metze (This used to be commit 1c9975bccf1fbe697ae83e6dee25c176de65061f) | |||||
2007-12-21 | r25806: let libndr.h include needed stuff and remove pidl magic | Stefan Metzmacher | 1 | -2/+2 | |
for choosing common required headers metze (This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9) | |||||
2007-12-21 | r25798: - check return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+8 | |
- fix memory leaks in error pathes metze (This used to be commit 667e83fd78293942c61d141dfe0d90e662768380) | |||||
2007-12-21 | r25797: use error and out logic | Stefan Metzmacher | 1 | -2/+6 | |
metze (This used to be commit d03965d36e18dd524076e48e5a315747a00b807b) | |||||
2007-12-21 | r25796: use NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -3/+1 | |
metze (This used to be commit 43ef3d9dac5db1865b863c8c4a24c39167e7d2bc) | |||||
2007-12-21 | r25794: use NDR_CHECK() | Stefan Metzmacher | 1 | -4/+3 | |
metze (This used to be commit 614e812bb01ebaa39db10c25cd011bef7f1279b2) | |||||
2007-12-21 | r25793: check the return value of ndr_push_set_switch_value() | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit a85e687e588a7c7e2abb7416631b8815fbae1f58) | |||||
2007-12-21 | r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() | Stefan Metzmacher | 1 | -16/+6 | |
metze (This used to be commit eebc17b27a6d6467546a1f070d5233f6c1755f47) | |||||
2007-12-21 | r25784: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 | |
metze (This used to be commit 9345933e1bb96170724db2534df7584fdddf0b49) | |||||
2007-12-21 | r25782: use NT_STATUS_HAVE_NO_MEMORY() | Stefan Metzmacher | 1 | -5/+5 | |
metze (This used to be commit 37da0940f47665c8d2c09b3649fecd93970b5d6f) | |||||
2007-12-21 | r25779: the return value of ndr_pull_set_switch_value() should be checked | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit 30a829a3596eacc126704904aedbdc1732011411) | |||||
2007-12-21 | r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macros | Stefan Metzmacher | 1 | -22/+10 | |
metze (This used to be commit 99dc12079762ab5b8ceea989cc8fa48ccf084863) | |||||
2007-12-21 | r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directly | Stefan Metzmacher | 2 | -3/+10 | |
metze (This used to be commit 757d547696b1f2903429cfa831c2b0922ab6d2fc) | |||||
2007-12-21 | r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directly | Stefan Metzmacher | 1 | -14/+14 | |
metze (This used to be commit 52d83561e510e7e5bc406b699a251713dbd0ea91) | |||||
2007-12-21 | r25774: create ndr_pull_union_blob_all() and match the logic of the struct fns | Stefan Metzmacher | 1 | -4/+20 | |
metze (This used to be commit 987deeff55236e2800f8690a5584ff8f7589114e) |