Age | Commit message (Expand) | Author | Files | Lines |
2004-01-08 | This patch adds a better dcerpc server infastructure. | Stefan Metzmacher | 1 | -1/+1 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 1 | -0/+4 |
2003-12-16 | the out substructure is not empty if there is a return from the | Andrew Tridgell | 1 | -0/+6 |
2003-12-16 | some compilers can't handle structures with no elements. Generate | Andrew Tridgell | 1 | -16/+46 |
2003-12-15 | make pidl no longer dependent on Data::Dumper, which isn't installed | Andrew Tridgell | 1 | -1/+0 |
2003-12-14 | added auto-generation of the server side boilerplate code for each | Andrew Tridgell | 1 | -1/+2 |
2003-12-02 | added netr_DatabaseSync(). It doesn't work as I haven't done schannel | Andrew Tridgell | 1 | -19/+17 |
2003-11-27 | added an rpc scanner. This prints messages like this: | Andrew Tridgell | 1 | -2/+1 |
2003-11-26 | added some paranoid checking for enums | Andrew Tridgell | 1 | -2/+5 |
2003-11-23 | added a tool called 'ndrdump' that allows you to dump NDR data | Andrew Tridgell | 1 | -0/+2 |
2003-11-22 | added support for enumerated types in IDL files. This makes unions | Andrew Tridgell | 1 | -1/+28 |
2003-11-22 | added support for 'const' in IDL files. This makes it easy to define | Andrew Tridgell | 1 | -4/+14 |
2003-11-21 | * changed the way strings are handled in pidl to a much more general | Andrew Tridgell | 1 | -6/+3 |
2003-11-21 | added support for 'ascstr', a ascii string in MSRPC ! | Andrew Tridgell | 1 | -4/+4 |
2003-11-20 | use a precompiled grammer in pidl. This speeds up pidl by about a | Andrew Tridgell | 1 | -0/+1 |
2003-11-20 | use strict perl package everywhere for error checking | Andrew Tridgell | 1 | -1/+2 |
2003-11-20 | * added a 'lstring' type for spoolss | Andrew Tridgell | 1 | -0/+2 |
2003-11-20 | * added support for empty case elements (including default cases) | Andrew Tridgell | 1 | -1/+3 |
2003-11-18 | auto-generate the pipe UUID version and name | Andrew Tridgell | 1 | -9/+32 |
2003-11-17 | started documenting the extension to IDL that pidl implements | Andrew Tridgell | 1 | -8/+0 |
2003-11-16 | * the beginnings of non-constant fixed arrays | Andrew Tridgell | 1 | -3/+7 |
2003-11-16 | added support for "relstr", structure and union properties and public | Andrew Tridgell | 1 | -0/+2 |
2003-11-13 | I think we now handle conformant arrays in structures correctly - the | Andrew Tridgell | 1 | -4/+4 |
2003-11-11 | - added support for the pull side of unions | Andrew Tridgell | 1 | -51/+54 |
2003-11-10 | much cleaner handling of the different types of variables | Andrew Tridgell | 1 | -1/+8 |
2003-11-09 | - handle void functions | Andrew Tridgell | 1 | -3/+13 |
2003-11-08 | - include includes.h | Andrew Tridgell | 1 | -4/+0 |
2003-11-06 | updated pidl to auto-generate the ndr_push_*() functions for the | Andrew Tridgell | 1 | -17/+99 |
2000-12-14 | changed auto-generated comment for headers | Andrew Tridgell | 1 | -1/+1 |
2000-12-14 | added header generation | Andrew Tridgell | 1 | -0/+134 |