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