Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5797: - add idl property [subcontext_size()] | Stefan Metzmacher | 2 | -17/+35 |
2007-10-10 | r5785: Fix subcontext pushes | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5775: Remove some unused functions (unions are no longer as special as they ... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5764: add support for embedded ref pointers | Stefan Metzmacher | 2 | -8/+10 |
2007-10-10 | r5709: Leave out the pull/push call with NDR_BUFFERS for not just | Jelmer Vernooij | 1 | -2/+21 |
2007-10-10 | r5697: Give an error message when a ref pointer is NULL (requested by tpot) | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r5675: - More DCOM bug fixes | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5674: - Re-enable DCOM support. | Jelmer Vernooij | 3 | -12/+20 |
2007-10-10 | r5672: Use switch_type() and the token storage mechanism for unions: | Jelmer Vernooij | 4 | -50/+83 |
2007-10-10 | r5671: Bunch of fixes related to arrays and pointers to arrays. | Jelmer Vernooij | 1 | -37/+40 |
2007-10-10 | r5669: Couple of minor clearifications, simplifications. | Jelmer Vernooij | 4 | -15/+12 |
2007-10-10 | r5661: Be a little stricter on syntax regarding arrays. A pointer to an | Jelmer Vernooij | 3 | -1/+13 |
2007-10-10 | r5660: Reduce number of generated "{}"'s | Jelmer Vernooij | 2 | -8/+8 |
2007-10-10 | r5603: add "authservice()" property to the interface property list | Stefan Metzmacher | 1 | -8/+30 |
2007-10-10 | r5506: Simplify the use of subcontexts and make them a bit less a special case. | Jelmer Vernooij | 1 | -84/+155 |
2007-10-10 | r5494: Some more code simplification, some additional comments. | Jelmer Vernooij | 2 | -58/+46 |
2007-10-10 | r5493: Some code simplification | Jelmer Vernooij | 1 | -38/+30 |
2007-10-10 | r5492: Update example coclass, autogenerate some parts. | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r5490: The big (D)COM commit! :-) Contains most of the changes described in the | Jelmer Vernooij | 7 | -159/+304 |
2007-10-10 | r5487: - Allow disabling modules | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r5486: - Use references to interfaces in coclasses rather then | Jelmer Vernooij | 3 | -374/+376 |
2007-10-10 | r5485: Support nopull,nopush in header.pm as well. | Jelmer Vernooij | 1 | -3/+7 |
2007-10-10 | r5480: allow nopush and nopull on functions | Stefan Metzmacher | 1 | -6/+10 |
2007-10-10 | r5479: Add ODL input support. | Jelmer Vernooij | 5 | -31/+69 |
2007-10-10 | r5478: Bunch of small optimizations and generalizations. | Jelmer Vernooij | 3 | -32/+39 |
2007-10-10 | r5477: - Move some more of the typelist stuff out of ndr.pm | Jelmer Vernooij | 3 | -1/+20 |
2007-10-10 | r5476: Move ORPC extensions to DCE/RPC into seperate file. | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r5475: Move some existing and new type information functions to typelist.pm | Jelmer Vernooij | 4 | -125/+108 |
2007-10-10 | r5466: Put the type information list in a seperate module | Jelmer Vernooij | 4 | -39/+80 |
2007-10-10 | r5465: Add support to multiple levels of pointers in pidl. | Jelmer Vernooij | 2 | -81/+96 |
2007-10-10 | r5464: Simplify print function generator code. | Jelmer Vernooij | 1 | -57/+27 |
2007-10-10 | r5463: Make need_wire_pointer() return the number of required | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r5453: Treat "embedded" arrays (surrounding structures) somewhat | Jelmer Vernooij | 1 | -18/+39 |
2007-10-10 | r5449: More array handling cleanups. This should make the code more | Jelmer Vernooij | 1 | -11/+24 |
2007-10-10 | r5448: another portability fix for solaris | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r5447: Add some utility functions for arrays and use them. | Jelmer Vernooij | 2 | -38/+63 |
2007-10-10 | r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why it | Jelmer Vernooij | 1 | -15/+22 |
2007-10-10 | r5442: Use argument list generator functions from NdrParser in NdrHeader | Jelmer Vernooij | 2 | -31/+15 |
2007-10-10 | r5441: Put push, pull and print arguments in hash as well | Jelmer Vernooij | 1 | -64/+96 |
2007-10-10 | r5440: Some more generalizations | Jelmer Vernooij | 1 | -38/+16 |
2007-10-10 | r5439: (hopefully) fix build on older perls. Thanks to tridge for pointing th... | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r5438: Keep new CFLAGS if the compiler accepted them. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ... | Jelmer Vernooij | 1 | -4/+13 |
2007-10-10 | r5426: Warn about embedded ref pointers. | Jelmer Vernooij | 2 | -1/+10 |
2007-10-10 | r5422: Fix ethereal parser generator. | Jelmer Vernooij | 2 | -87/+87 |
2007-10-10 | r5417: Add wrapper function for typedefs hash rather then using the "our" key... | Jelmer Vernooij | 3 | -23/+49 |
2007-10-10 | r5414: - added libcli/wins/, a basic client library for WINS replication | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r5410: Automatically determine indenting for the ndr parsers | Jelmer Vernooij | 1 | -318/+460 |
2007-10-10 | r5378: Put ndr size generators and alignment calc functions in hash as well. | Jelmer Vernooij | 1 | -68/+55 |
2007-10-10 | r5377: Put push/pull/print functions for the various types in a hash. | Jelmer Vernooij | 1 | -127/+54 |