Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3322: fixed a bunch of warnings in the build, including one case where it wa... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3036: Add function to pull an array of structures. Abstracts away the | Tim Potter | 1 | -0/+21 |
2007-10-10 | r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcp | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r2671: we're getting too many errors caused by the talloc_realloc() API not | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2625: use talloc_p, not talloc when possible (when allocating a structure in... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 1 | -1/+1 |
2007-10-10 | r2208: little attempt to (almost) fix spoolss relative | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker, | Andrew Tridgell | 1 | -40/+6 |
2007-10-10 | r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviour | Andrew Tridgell | 1 | -6/+10 |
2007-10-10 | r2121: fix compiler warning | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r2100: rework the dcerpc client side library so that it is async. We now | Andrew Tridgell | 1 | -7/+1 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -54/+55 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r1757: much simpler (and smaller, faster etc) way of doing relative pointers | Andrew Tridgell | 1 | -63/+89 |
2007-10-10 | r1671: make [relative] pointers in idl much more generic, treating them just | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r1644: changed the way [relative] pointers work in pidl, making them much | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r1294: A nice, large, commit... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1269: Add a 'base' field to the ndr_ofs_list structure which is the base to | Tim Potter | 1 | -1/+4 |
2007-10-10 | r1264: Make sure to initialize ofs_list when creating new ndr_{push,pull} | Tim Potter | 1 | -0/+2 |
2007-10-10 | r1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to catch printf style codin... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r1048: - moved the schannel definitions into a separate schannel.idl | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -20/+20 |