Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13840: Mark some functions as public. | Jelmer Vernooij | 1 | -57/+57 |
2007-10-10 | r12856: make the logic much more sane | Stefan Metzmacher | 1 | -3/+7 |
2007-10-10 | r12803: if we free the ndr structure how should we access the private pointer... | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r12634: make the [validate] binding string switch also check to see if the | Andrew Tridgell | 1 | -0/+36 |
2007-10-10 | r12513: Similar change as my previous commit, but now for transfer syntaxes. | Jelmer Vernooij | 1 | -0/+11 |
2007-10-10 | r10141: if some of the LIBNDR_ALIGN_* flags and LIBNDR_FLAG_REMAINING are set, | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r9372: - make the subcontext handling autogenerated code look nicer, | Stefan Metzmacher | 1 | -34/+64 |
2007-10-10 | r9356: a better way of coping with NULL arrays in the array bounds checking. ... | Andrew Tridgell | 1 | -8/+0 |
2007-10-10 | r9347: this array bounds checking is harder than it looks ... | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r8519: better method of ensuring null termination | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8518: ensure all constructed NDR packets are null terminated. This is needed | Andrew Tridgell | 1 | -8/+9 |
2007-10-10 | r8210: - make the ndr_token_* function public | Stefan Metzmacher | 1 | -18/+29 |
2007-10-10 | r8108: Fix indentation, and remove a discard_const_p() that we don't need any... | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7193: add some bail out checks and fix pushing of relative pointers | Stefan Metzmacher | 1 | -2/+19 |
2007-10-10 | r7186: add [relative_base] property, which is allowed on typedef's | Stefan Metzmacher | 1 | -53/+123 |
2007-10-10 | r7184: remove unused ndr_pull/push_struct_start/end() functions | Stefan Metzmacher | 1 | -30/+0 |
2007-10-10 | r7182: remove current support for RELATIVE_CURRENT, this will be replaced wit... | Stefan Metzmacher | 1 | -11/+2 |
2007-10-10 | r6973: Merge new version of pidl into the main SAMBA_4_0 branch. | Jelmer Vernooij | 1 | -117/+3 |
2007-10-10 | r6932: Comment out static function - not used anywhere? | Tim Potter | 1 | -0/+6 |
2007-10-10 | r6795: Make some functions static and remove some unused ones. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r6746: added ndr_push_union_blob() for pushing IDL unions into a DATA_BLOB | Andrew Tridgell | 1 | -0/+23 |
2007-10-10 | r6720: added support for the remaining 2 types of CLDAP netlogon | Andrew Tridgell | 1 | -0/+39 |
2007-10-10 | r6690: added ndr_pull_struct_blob_all(), which is like ndr_pull_struct_blob()... | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r6189: move function to the right place | Stefan Metzmacher | 1 | -8/+5 |
2007-10-10 | r6188: correct fix for rev 6182 | Stefan Metzmacher | 1 | -6/+2 |
2007-10-10 | r6182: Jelmer, I think we need to initialize the switch_list, else we are | Richard Sharpe | 1 | -0/+4 |
2007-10-10 | r6180: Use token_lists for storing switch values | Jelmer Vernooij | 1 | -17/+13 |
2007-10-10 | r5797: - add idl property [subcontext_size()] | Stefan Metzmacher | 1 | -16/+39 |
2007-10-10 | r5775: Remove some unused functions (unions are no longer as special as they ... | Jelmer Vernooij | 1 | -21/+7 |
2007-10-10 | r5736: fix to avoid endless recursion in ndr_size_*() calculation | Stefan Metzmacher | 1 | -2/+8 |
2007-10-10 | r5672: Use switch_type() and the token storage mechanism for unions: | Jelmer Vernooij | 1 | -0/+26 |
2007-10-10 | r5663: Revert some changes I didn't mean to commit... | Jelmer Vernooij | 1 | -26/+0 |
2007-10-10 | r5661: Be a little stricter on syntax regarding arrays. A pointer to an | Jelmer Vernooij | 1 | -0/+26 |
2007-10-10 | r5506: Simplify the use of subcontexts and make them a bit less a special case. | Jelmer Vernooij | 1 | -76/+2 |
2007-10-10 | r5363: - ndr_%_ptr -> ndr_%_unique_ptr | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r5360: Remove a couple of unused functions. | Jelmer Vernooij | 1 | -34/+0 |
2007-10-10 | r5286: Some first steps in making the pidl code somewhat more generic for the | Jelmer Vernooij | 1 | -11/+11 |
2007-10-10 | r5109: - fixed handling of zero-length subcontexts in the ndr library | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r5084: - handle arbitrary data in the NULL record reply type for nbt name que... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r4885: added a new NBT client library. Features include: | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r4591: - converted the other _p talloc functions to not need _p | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4549: got rid of a lot more uses of plain talloc(), instead using | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r4139: 2nd attempt at fixing the null ptr in size_is() problem. | Andrew Tridgell | 1 | -8/+2 |
2007-10-10 | r4110: fixed pidl to allow arrays to have size_is() and length_is() elements | Andrew Tridgell | 1 | -18/+100 |
2007-10-10 | r4052: fixed a bunch of code to use the type safe _p allocation macros | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3545: initial support for using extended attributes to hold extended dos att... | Andrew Tridgell | 1 | -40/+18 |