summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett2008-01-211-0/+4
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-151-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-11/+14
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-3/+2
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-212-8/+8
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-213-14/+15
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-2/+3
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-213-11/+19
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-5/+11
* r26261: Use enum type.Jelmer Vernooij2007-12-211-1/+1
* r26054: ndr: remove ndr_push/pull_saveStefan Metzmacher2007-12-213-43/+0
* r26052: ndr_krb5pac: don't use ndr_pull_save anymoreStefan Metzmacher2007-12-211-3/+3
* r26051: ndr_string: don't use ndr_pull_save anymoreStefan Metzmacher2007-12-211-4/+4
* r26050: ndr: don't use ndr_push_save anymoreStefan Metzmacher2007-12-211-7/+7
* r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)Stefan Metzmacher2007-12-217-101/+101
* r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2007-12-211-25/+0
* r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)Stefan Metzmacher2007-12-214-198/+210
* r25907: use DEBUGADD() to match samba3Stefan Metzmacher2007-12-211-2/+2
* r25905: use data_blob_const() to set the DATA_BLOBStefan Metzmacher2007-12-211-2/+1
* r25818: remove useless '\' chars at the end of linesStefan Metzmacher2007-12-211-7/+7
* r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher2007-12-211-2/+2
* r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+8
* r25797: use error and out logicStefan Metzmacher2007-12-211-2/+6
* r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-3/+1
* r25794: use NDR_CHECK()Stefan Metzmacher2007-12-211-4/+3
* r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+1
* r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher2007-12-211-16/+6
* r25784: fix compiler warningStefan Metzmacher2007-12-211-1/+1
* r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-5/+5
* r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher2007-12-211-2/+2