summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2-0/+55
2008-04-17libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...Stefan Metzmacher2-0/+55
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-2/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij3-7/+169
2008-04-01Add warning to public headers.Jelmer Vernooij1-0/+5
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher1-0/+3
2008-02-12librpc: remove special support for fixed length stringsStefan Metzmacher2-46/+1
2008-01-21Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett1-0/+4
2008-01-15util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-11/+14
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-3/+2
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2-8/+8
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij3-14/+15
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+3
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij3-11/+19
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-5/+11
2007-12-21r26261: Use enum type.Jelmer Vernooij1-1/+1
2007-12-21r26054: ndr: remove ndr_push/pull_saveStefan Metzmacher3-43/+0
2007-12-21r26052: ndr_krb5pac: don't use ndr_pull_save anymoreStefan Metzmacher1-3/+3
2007-12-21r26051: ndr_string: don't use ndr_pull_save anymoreStefan Metzmacher1-4/+4
2007-12-21r26050: ndr: don't use ndr_push_save anymoreStefan Metzmacher1-7/+7
2007-12-21r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)Stefan Metzmacher7-101/+101
2007-12-21r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher1-25/+0
2007-12-21r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)Stefan Metzmacher4-198/+210
2007-12-21r25907: use DEBUGADD() to match samba3Stefan Metzmacher1-2/+2
2007-12-21r25905: use data_blob_const() to set the DATA_BLOBStefan Metzmacher1-2/+1
2007-12-21r25818: remove useless '\' chars at the end of linesStefan Metzmacher1-7/+7
2007-12-21r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher1-2/+2
2007-12-21r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+8
2007-12-21r25797: use error and out logicStefan Metzmacher1-2/+6
2007-12-21r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-3/+1
2007-12-21r25794: use NDR_CHECK()Stefan Metzmacher1-4/+3
2007-12-21r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+1
2007-12-21r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher1-16/+6
2007-12-21r25784: fix compiler warningStefan Metzmacher1-1/+1
2007-12-21r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-5/+5
2007-12-21r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher1-2/+2
2007-12-21r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher1-22/+10
2007-12-21r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2-3/+10
2007-12-21r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher1-14/+14
2007-12-21r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher1-4/+20
2007-12-21r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher2-1/+4
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij3-9/+9
2007-10-10r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam1-0/+1
2007-10-10r25515: Revert r25448:Michael Adam1-1/+0
2007-10-10r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...Jelmer Vernooij1-0/+1
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij4-16/+16
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij1-1/+1
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-3/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-0/+1