summaryrefslogtreecommitdiffstats
path: root/pidl/lib/Parse/Pidl
Commit message (Expand)AuthorAgeFilesLines
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-2/+2
* Clean up more whitespace.Guy Harris2014-11-221-5/+5
* pidl: White space cleanups in Conformance.pm and NDR.pmGuy Harris2014-11-192-98/+98
* pidl-wireshark: SWITCH_TYPE is not always defined, SwitchType() will try to f...Matthieu Patou2014-10-241-21/+38
* pidl-wireshark: generate ALIGN_TO_x_BYTES instructions if the element has the...Matthieu Patou2014-10-231-0/+6
* pidl-wireshark: if the structure has the flag no_align then set also no_align...Matthieu Patou2014-10-231-5/+24
* pidl-wireshark: handle 8 bits enum and change the signature of enum function ...Matthieu Patou2014-10-231-6/+6
* pidl-wireshark: add definition for IPV4/IPV6 typesMatthieu Patou2014-10-231-0/+2
* pidl-wireshark: adapt to the new comments in the headers of wireshark dissectorsMatthieu Patou2014-10-231-3/+1
* pidl-wireshark: insure that we have an entire match for the variable nameMatthieu Patou2014-10-101-1/+1
* pidl-wireshark: generate an error for the new Pipe type in typedefMatthieu Patou2014-10-091-2/+11
* pidl-wireshark: add the type dom_sid28 and call ad-hoc dissectorMatthieu Patou2014-10-091-2/+8
* pidl-wireshark: add a function to change the type of a hf_fieldMatthieu Patou2014-10-091-0/+17
* pidl-wireshark: cosmetic reformatMatthieu Patou2014-10-091-4/+5
* pidl-wireshark: Handle the case when the DATA_TYPE is not a simple typeMatthieu Patou2014-10-091-1/+8
* pidl: Improve string delection in function ContainsStringMatthieu Patou2014-10-091-0/+10
* pidl: Make the compilation of PIDL producing the same results if the content ...Matthieu Patou2014-10-097-26/+39
* pidl:Samba4/Python: add interface.abstract_syntax() to each interfaceStefan Metzmacher2014-03-281-0/+39
* pidl:NDR/Client: avoid useless memcpy()Stefan Metzmacher2014-01-071-3/+8
* pidl:NDR/Client: fix dcerpc_function() with [out,ref] pointersStefan Metzmacher2014-01-071-0/+14
* pidl:NDR/Client: simplify tevent_req_nterror() usageStefan Metzmacher2014-01-071-4/+2
* pidl:NDR/Client: add missing TALLOC_FREE(subreq) after dcerpc_binding_handle_...Stefan Metzmacher2014-01-071-0/+1
* pidl:Samba3/ServerNDR: skip DCERPC pipe elements and leave NULL pointers.Stefan Metzmacher2014-01-071-1/+2
* pidl: fix an error message typoVolker Lendecke2013-10-111-1/+1
* pidl-wireshark: fix the trailling white space in the generated headersMatthieu Patou2013-10-091-2/+2
* pidl-wireshark: fix trailing white space in the HF definitionMatthieu Patou2013-10-091-1/+1
* Remove check_col from generated DCE/RPC dissectors.Matthieu Patou2013-10-071-4/+4
* pidl: Generate wireshark that conforms to the rules of Wireshark projectMatthieu Patou2013-09-241-4/+4
* pidl: Generate NDR64/NDR32 aware code for the wireshark dissectorsMatthieu Patou2013-09-241-0/+8
* pidl: Recent Perl warns about "defined(@var)" constructs.Vadim Zhukov2013-05-251-1/+1
* Wireshark/Conformance.pm: Fix typo.Karolin Seeger2013-05-151-1/+1
* pidl:NDR/Parser: correctly set $ndr->[relative_highest_]offset for relative_s...Stefan Metzmacher2013-05-081-1/+1
* Revert "Remove a bunch of "unused variable _relative_save_offset" warnings."Stefan Metzmacher2013-05-081-4/+2
* Remove a bunch of "unused variable _relative_save_offset" warnings.Jeremy Allison2013-05-081-2/+4
* pidl: Add skip option to elements.Andreas Schneider2013-03-152-2/+11
* PIDL: fix parsing linemarkers in preprocessor outputAlexander Bokovoy2013-02-061-1/+3
* pidl: change strange spelling __donnot_use_enum_* to __do_not_use_enum_*Michael Adam2012-12-101-1/+1
* pidl: Add mode_t as an alias so we can marshall posix ACL structuresAndrew Bartlett2012-08-151-0/+1
* s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider2012-07-061-1/+1
* Use ENC_ values for proto_tree_add_item() calls.Guy Harris2012-05-151-2/+2
* pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher2012-04-101-5/+20
* pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-28/+14
* pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher2012-04-101-7/+15
* pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher2012-04-101-1/+7
* pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher2012-04-101-5/+1
* pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-13/+42
* pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher2012-04-101-8/+6
* pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher2012-04-101-2/+2
* pidl: add more mapped typesAndrew Tridgell2012-02-081-1/+7
* idl: add to_null propertyDavid Disseldorp2012-01-141-1/+8