summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr
Commit message (Expand)AuthorAgeFilesLines
* 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
* r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher2007-12-211-22/+10
* r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2007-12-212-3/+10
* r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher2007-12-211-14/+14
* r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher2007-12-211-4/+20
* r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher2007-12-212-1/+4
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-213-9/+9
* r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam2007-10-101-0/+1
* r25515: Revert r25448:Michael Adam2007-10-101-1/+0
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...Jelmer Vernooij2007-10-101-0/+1
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-104-16/+16
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-101-1/+1
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-3/+3
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-0/+1
* r25027: Fix more warnings.Jelmer Vernooij2007-10-102-0/+3
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-103-9/+12
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-2/+2
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+1
* r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher2007-10-101-0/+134