Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejs | Andrew Tridgell | 1 | -3/+19 |
2007-10-10 | r9337: defer the checking of array sizes until the end of the | Andrew Tridgell | 1 | -4/+53 |
2007-10-10 | r9335: only copy the in side of an array to the out side of an array when the | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r9298: pull non-array elements before array elements to overcome the problem | Andrew Tridgell | 1 | -0/+12 |
2007-10-10 | r9279: In Samba3 debuglevel 10 used to print RPC debugs. I think this should | Tim Potter | 1 | -2/+2 |
2007-10-10 | r9168: Fix subcontext handling | Jelmer Vernooij | 2 | -22/+43 |
2007-10-10 | r9164: Fix subcontext handling | Jelmer Vernooij | 1 | -23/+43 |
2007-10-10 | r9161: More etheral parser generator fixes | Jelmer Vernooij | 3 | -95/+137 |
2007-10-10 | r9150: The ethereal parser generators work now. Thanks to Ronnie Sahlberg for | Jelmer Vernooij | 4 | -107/+237 |
2007-10-10 | r9146: - enable winreg pipe from ejs | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r9128: More ethereal parser generator updates. String handling is still broke... | Jelmer Vernooij | 2 | -16/+61 |
2007-10-10 | r9104: Finish ethereal parser generator. Still a couple of minor issues | Jelmer Vernooij | 2 | -14/+30 |
2007-10-10 | r9101: Check in file generated by Parse::YAPP. | Tim Potter | 1 | -142/+214 |
2007-10-10 | r9094: More ethereal parser updates, only header fields left to fix + actual ... | Jelmer Vernooij | 2 | -43/+77 |
2007-10-10 | r9088: More ethereal parser generator updates | Jelmer Vernooij | 2 | -63/+107 |
2007-10-10 | r9081: Work on new ethereal parser generator, partially based on | Jelmer Vernooij | 5 | -1443/+704 |
2007-10-10 | r9055: fix header generation for string_array and some other scalar types | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8953: Move a few utility functions | Jelmer Vernooij | 2 | -52/+46 |
2007-10-10 | r8940: Add TDR (Trivial Data Representation). The aim is to use this later for | Jelmer Vernooij | 2 | -0/+270 |
2007-10-10 | r8932: Handle non-anonymous unions and structures better. | Tim Potter | 1 | -4/+4 |
2007-10-10 | r8920: Make NAME hash entry for struct elements a list. | Tim Potter | 1 | -4/+5 |
2007-10-10 | r8919: Return references to structs and unions in parse tree. Fill in type | Tim Potter | 1 | -6/+17 |
2007-10-10 | r8918: Handle const elements in structures or unions. This is a bit yucky but | Tim Potter | 1 | -0/+6 |
2007-10-10 | r8910: An initial parser to parse structures in smb_interfaces.h. This will be | Tim Potter | 2 | -0/+1415 |
2007-10-10 | r8878: Spelling fixes. (-: | Tim Potter | 1 | -2/+2 |
2007-10-10 | r8821: continue the trend to move to a more OO style of interface for our js | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8809: Merge validator with NDR.pm (validator is NDR-specific) | Jelmer Vernooij | 3 | -374/+355 |
2007-10-10 | r8806: Move data representation-independent data into seperate header | Jelmer Vernooij | 5 | -292/+377 |
2007-10-10 | r8803: Rename --header to --ndr-header and --parser to --ndr-parser | Jelmer Vernooij | 1 | -12/+12 |
2007-10-10 | r8801: Change --output to --outputdir and make pidl add a data representation... | Jelmer Vernooij | 2 | -46/+21 |
2007-10-10 | r8690: Code cleanups, improvements necessary for dependencies (not added yet) | Jelmer Vernooij | 2 | -8/+4 |
2007-10-10 | r8635: make object inheritance with the builtin objects easy by allowing | Andrew Tridgell | 1 | -5/+4 |
2007-10-10 | r8623: Fix warnings in ODL-generated code. | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r8622: Support parsing new structs/unions/enums/bitmaps without typedef in | Jelmer Vernooij | 2 | -646/+757 |
2007-10-10 | r8621: Simplify code. Add support for nested structures back into the header ... | Jelmer Vernooij | 6 | -165/+80 |
2007-10-10 | r8614: Add COMRESULT/HRESULT scalar type | Jelmer Vernooij | 1 | -1/+7 |
2007-10-10 | r8613: Remove a couple of empty loops. | Jelmer Vernooij | 1 | -2/+5 |
2007-10-10 | r8612: Parse::Pidl::NDR: | Jelmer Vernooij | 2 | -9/+11 |
2007-10-10 | r8566: Couple of code cleanups | Jelmer Vernooij | 1 | -88/+74 |
2007-10-10 | r8559: Couple of (D)COM updates: | Jelmer Vernooij | 3 | -4/+9 |
2007-10-10 | r8483: switched our generated ejs rpc code over to the new OO interface. This | Andrew Tridgell | 1 | -11/+9 |
2007-10-10 | r8471: --ejs taking an optional arguments interferes with the pidl extra args | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r8399: move the ejs and esp code closer to the directory layout used by the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8283: make sure we build constant variables for both pull and push side of e... | Andrew Tridgell | 1 | -12/+20 |
2007-10-10 | r8281: pass the callnum and rpc interface table directly from the generated | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r8275: possibly a more portable way to export symbols in perl? | Andrew Tridgell | 3 | -6/+9 |
2007-10-10 | r8274: Export some more symbols. | Jelmer Vernooij | 11 | -145/+184 |
2007-10-10 | r8270: Export some symbols, making the code more readable. | Jelmer Vernooij | 12 | -103/+117 |
2007-10-10 | r8268: added the 'needed' logic to ehs generation, so we don't generate | Andrew Tridgell | 1 | -13/+73 |
2007-10-10 | r8267: re-generated the yapp parser with correct paths | Andrew Tridgell | 1 | -59/+59 |