summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21405: add support for [flag(STR_NOTERM|NDR_REMAINING)] string_array foo;Stefan Metzmacher1-22/+105
2007-10-10r21391: add supporting forStefan Metzmacher1-0/+31
2007-10-10r21389: give a better error when our parser hasn't consumed all dataStefan Metzmacher1-2/+2
2007-10-10r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij1-14/+0
2007-10-10r20800: fix compiler warningsStefan Metzmacher1-0/+2
2007-10-10r20798: fix ndr_size_security_ace() it should include the optional sub objectStefan Metzmacher1-2/+21
2007-10-10r20712: add a function to compare GUID'sStefan Metzmacher1-0/+25
2007-10-10r20493: Add support for the 'Netscape' varient of GUID formatting, used in theAndrew Bartlett1-0/+52
2007-10-10r20417: - fix pushing of drsuapi_DsAttributeValueDataBlobStefan Metzmacher1-0/+1
2007-10-10r20288: fix a mem leak and remove useless codeStefan Metzmacher1-3/+1
2007-10-10r20286: handle the non oid string cases for pushing tooStefan Metzmacher1-5/+20
2007-10-10r20284: Simplify OID primitive BER parsing.Simo Sorce1-28/+17
2007-10-10r20281: remove debug statementStefan Metzmacher1-1/+0
2007-10-10r20280: if the uint8_t array starts with 0xFF, then it's not a OIDStefan Metzmacher1-12/+20
2007-10-10r20278: make it possible to use oid strings in the drsuapi instead of uint8_t...Stefan Metzmacher2-0/+142
2007-10-10r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry()Stefan Metzmacher2-0/+16
2007-10-10r19859: Reuse referrent ids when pushing full pointers (still need toJelmer Vernooij2-2/+8
2007-10-10r19856: Use sptr as basis for full ptr implementation. Will add checks for du...Jelmer Vernooij1-1/+1
2007-10-10r19341: ndr_push_union_blob() needs the same fix as ndr_push_struct_blob()Stefan Metzmacher1-0/+2
2007-10-10r19326: don't leak a ndr_push structure on ndr_push_struct_blob()Andrew Tridgell1-0/+2
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2-6/+6
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher1-11/+10
2007-10-10r16996: use the correct types, merge from samba3Stefan Metzmacher1-3/+3
2007-10-10r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij1-4/+1
2007-10-10r15629: fix some warningsStefan Metzmacher2-2/+2
2007-10-10r15624: add some useful helper functionsStefan Metzmacher1-0/+48
2007-10-10r15512: Move uuid functions out of ndr_misc.cJelmer Vernooij3-126/+151
2007-10-10r15427: Rename private to private_data to prevent errors from C++ errors (whichJelmer Vernooij2-7/+7
2007-10-10r15407: Get rid of some more uint_tJelmer Vernooij1-2/+2
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij4-162/+104
2007-10-10r14958: fixed big-endian dcerpc connections for the new string handling codeAndrew Tridgell1-0/+8
2007-10-10r14917: fixed length strings don't count any trailing nulls in the lengthAndrew Tridgell1-1/+4
2007-10-10r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this)Andrew Tridgell1-1/+4
2007-10-10r14903: rewrote ndr_push_string() to be much simpler, and correctly handleAndrew Tridgell1-111/+35
2007-10-10r14642: fix shadow warningsStefan Metzmacher1-9/+12
2007-10-10r14544: Remove exchange-specific files.Jelmer Vernooij1-63/+0
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij6-0/+7
2007-10-10r14488: Install more headers.Jelmer Vernooij1-0/+2
2007-10-10r14484: Install more headersJelmer Vernooij1-0/+3
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2-0/+2
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+5
2007-10-10r14384: Remove orpc code from includes.hJelmer Vernooij1-40/+0
2007-10-10r14362: Only include ndr_compression.h when necessary.Jelmer Vernooij1-0/+1
2007-10-10r14349: Kill proto.h!Jelmer Vernooij1-0/+2
2007-10-10r14310: length needs to be initialisedAndrew Tridgell1-1/+1
2007-10-10r13842: Make some more functions public.Jelmer Vernooij2-33/+38
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij2-137/+137
2007-10-10r13741: make the pointer type in pidl handle any size pointer, just in case weAndrew Tridgell1-8/+13
2007-10-10r13738: added support for a "pointer" type in pidl. This will be used in theAndrew Tridgell1-0/+27