Age | Commit message (Expand) | Author | Files | Lines |
2003-11-14 | it turns out that all MS servers ignore the artifact struct_len fields | Andrew Tridgell | 1 | -58/+1 |
2003-11-14 | * make pidl.pl exit with an error on a parse error | Andrew Tridgell | 2 | -4/+9 |
2003-11-14 | fixed another problem with pointers to arrays in structures | Andrew Tridgell | 1 | -7/+11 |
2003-11-14 | fixed the handling of unions of pointers | Andrew Tridgell | 1 | -2/+6 |
2003-11-14 | * differentiate between pointers and non-pointers in switch_is union | Andrew Tridgell | 1 | -30/+87 |
2003-11-13 | I think we now handle conformant arrays in structures correctly - the | Andrew Tridgell | 4 | -19/+155 |
2003-11-12 | handle constant sized arrays | Andrew Tridgell | 2 | -5/+29 |
2003-11-11 | added support for 8 byte aligned HYPER_T | Andrew Tridgell | 2 | -3/+4 |
2003-11-11 | fixed the NDR structure alignment rules | Andrew Tridgell | 2 | -1/+45 |
2003-11-11 | fixed handling on pointers to arrays of structures in unions | Andrew Tridgell | 2 | -1/+5 |
2003-11-11 | automatic printing of unions | Andrew Tridgell | 2 | -5/+22 |
2003-11-11 | automatically generate ndr_print_*() functions for every IDL | Andrew Tridgell | 1 | -0/+128 |
2003-11-11 | - added support for the pull side of unions | Andrew Tridgell | 5 | -81/+216 |
2003-11-10 | much cleaner handling of the different types of variables | Andrew Tridgell | 4 | -85/+150 |
2003-11-09 | added a module for auto-generating the client calls. We can now go | Andrew Tridgell | 3 | -3/+90 |
2003-11-09 | - handle void functions | Andrew Tridgell | 4 | -46/+104 |
2003-11-09 | added support for arrays as function arguments and for unistr_noterm | Andrew Tridgell | 2 | -8/+17 |
2003-11-09 | added fixes for the pushing of arrays and handling non-ref pointers in | Andrew Tridgell | 2 | -9/+29 |
2003-11-08 | - include includes.h | Andrew Tridgell | 3 | -19/+73 |
2003-11-08 | - generate both the pull and push side | Andrew Tridgell | 3 | -98/+300 |
2003-11-06 | a bit of a tidy up before I add the ndr_pull_*() side of things | Andrew Tridgell | 1 | -47/+21 |
2003-11-06 | updated pidl to auto-generate the ndr_push_*() functions for the | Andrew Tridgell | 6 | -77/+340 |
2003-08-13 | This commit was generated by cvs2svn to compensate for changes in r30, | Andrew Tridgell | 12 | -0/+1495 |
2003-08-13 | first public release of samba4 code | Andrew Tridgell | 12 | -0/+1495 |
2001-12-10 | Added "return offset;" to end of generated function. | Tim Potter | 1 | -0/+1 |
2001-12-10 | Fix for pointers to structures in function args. | Tim Potter | 1 | -0/+9 |
2001-12-09 | Misc fixes: | Tim Potter | 1 | -9/+11 |
2001-12-09 | wchar_t is a scalar. | Tim Potter | 1 | -0/+1 |
2001-12-08 | Convert a bunch of "prs_foo()" to "offset = prs_foo()" | Tim Potter | 1 | -8/+8 |
2001-12-08 | Removed old commented-out code. | Tim Potter | 1 | -49/+30 |
2001-12-08 | Reinvented has_properties() function lost after HD crash. )-: | Tim Potter | 1 | -11/+26 |
2001-12-08 | Made hyper a simple type. | Tim Potter | 1 | -13/+14 |
2001-12-06 | Moved processing of function arguments and structure elements | Tim Potter | 1 | -41/+95 |
2001-12-06 | Don't pass down drep (data representation) arg from top level fn. | Tim Potter | 1 | -13/+31 |
2001-11-28 | Don't pass decorative name to policy handle or ntstatus dissectors. | Tim Potter | 1 | -12/+12 |
2001-11-28 | Decorate some of the parse functions with element names. This is starting | Tim Potter | 1 | -9/+9 |
2001-11-27 | Start generating some ethereal code that may actually compile with | Tim Potter | 1 | -21/+19 |
2001-11-26 | Start generating code for unions. | Tim Potter | 1 | -5/+22 |
2001-11-26 | Ignore *.pidl | Tim Potter | 1 | -0/+1 |
2001-11-24 | Renamed functions from Dump* to Parse* | Tim Potter | 1 | -32/+32 |
2001-11-24 | Initial version of ethereal parser generator. Works with test.idl | Tim Potter | 1 | -0/+216 |
2001-11-24 | Added --eparser to call ethereal parser generator. | Tim Potter | 1 | -1/+12 |
2001-11-24 | forgot a file | Andrew Tridgell | 1 | -0/+145 |
2000-12-14 | changed auto-generated comment for headers | Andrew Tridgell | 1 | -1/+1 |
2000-12-14 | beginnings of the C parser generator | Andrew Tridgell | 1 | -3/+16 |
2000-12-14 | added header generation | Andrew Tridgell | 1 | -0/+134 |
2000-12-14 | fixed help | Andrew Tridgell | 1 | -5/+16 |
2000-12-14 | added a comment | Andrew Tridgell | 1 | -0/+5 |
2000-12-14 | - fixed FlattenHash bug | Andrew Tridgell | 1 | -2/+2 |
2000-12-14 | first version | Andrew Tridgell | 4 | -0/+524 |