summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failureAndrew Tridgell1-1/+2
2007-10-10r21812: fixed an integer overflow error in the ndr push code.Andrew Tridgell1-2/+9
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-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-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r15629: fix some warningsStefan Metzmacher1-1/+1
2007-10-10r15624: add some useful helper functionsStefan Metzmacher1-0/+48
2007-10-10r15427: Rename private to private_data to prevent errors from C++ errors (whichJelmer Vernooij1-6/+6
2007-10-10r14642: fix shadow warningsStefan Metzmacher1-9/+12
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+2
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-57/+57
2007-10-10r12856: make the logic much more saneStefan Metzmacher1-3/+7
2007-10-10r12803: if we free the ndr structure how should we access the private pointer...Stefan Metzmacher1-1/+3
2007-10-10r12634: make the [validate] binding string switch also check to see if theAndrew Tridgell1-0/+36
2007-10-10r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij1-0/+11
2007-10-10r10141: if some of the LIBNDR_ALIGN_* flags and LIBNDR_FLAG_REMAINING are set,Stefan Metzmacher1-0/+6
2007-10-10r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher1-0/+2
2007-10-10r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher1-34/+64
2007-10-10r9356: a better way of coping with NULL arrays in the array bounds checking. ...Andrew Tridgell1-8/+0
2007-10-10r9347: this array bounds checking is harder than it looks ...Andrew Tridgell1-0/+8
2007-10-10r8519: better method of ensuring null terminationAndrew Tridgell1-1/+3
2007-10-10r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell1-8/+9
2007-10-10r8210: - make the ndr_token_* function publicStefan Metzmacher1-18/+29
2007-10-10r8108: Fix indentation, and remove a discard_const_p() that we don't need any...Andrew Bartlett1-4/+4
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-1/+1
2007-10-10r7193: add some bail out checks and fix pushing of relative pointersStefan Metzmacher1-2/+19
2007-10-10r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher1-53/+123
2007-10-10r7184: remove unused ndr_pull/push_struct_start/end() functionsStefan Metzmacher1-30/+0
2007-10-10r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit...Stefan Metzmacher1-11/+2
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij1-117/+3
2007-10-10r6932: Comment out static function - not used anywhere?Tim Potter1-0/+6
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij1-2/+2
2007-10-10r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOBAndrew Tridgell1-0/+23
2007-10-10r6720: added support for the remaining 2 types of CLDAP netlogonAndrew Tridgell1-0/+39
2007-10-10r6690: added ndr_pull_struct_blob_all(), which is like ndr_pull_struct_blob()...Andrew Tridgell1-0/+21
2007-10-10r6189: move function to the right placeStefan Metzmacher1-8/+5
2007-10-10r6188: correct fix for rev 6182Stefan Metzmacher1-6/+2
2007-10-10r6182: Jelmer, I think we need to initialize the switch_list, else we areRichard Sharpe1-0/+4
2007-10-10r6180: Use token_lists for storing switch valuesJelmer Vernooij1-17/+13
2007-10-10r5797: - add idl property [subcontext_size()]Stefan Metzmacher1-16/+39
2007-10-10r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij1-21/+7
2007-10-10r5736: fix to avoid endless recursion in ndr_size_*() calculationStefan Metzmacher1-2/+8
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij1-0/+26
2007-10-10r5663: Revert some changes I didn't mean to commit...Jelmer Vernooij1-26/+0
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-0/+26
2007-10-10r5506: Simplify the use of subcontexts and make them a bit less a special case.Jelmer Vernooij1-76/+2