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