summaryrefslogtreecommitdiffstats
path: root/pidl
Commit message (Expand)AuthorAgeFilesLines
* Remove use of the "staticforward" macroPetr Viktorin2015-01-221-2/+2
* Clean up more whitespace.Guy Harris2014-11-223-7/+7
* 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: Strip trailing whitespace from pidl, for easier exchange of patches wit...Guy Harris2014-09-281-93/+93
* pidl/wscript: remove --with-perl-* optionsStefan Metzmacher2014-09-091-1/+1
* pidl: remove superfluous "use lib ...".Michael Adam2014-09-051-1/+0
* pidl: fix the perl module search path (use lib ...) when installing pidl.Michael Adam2014-09-051-1/+1
* pidl/wscript: don't check for perl again.Michael Adam2014-09-051-3/+0
* Various updates to the pidl README file.Jelmer Vernooij2014-08-311-8/+9
* Remove trailing whitespace.Jelmer Vernooij2014-08-311-13/+13
* pidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIRStefan Metzmacher2014-05-101-2/+2
* pidl:Samba4/Python: add interface.abstract_syntax() to each interfaceStefan Metzmacher2014-03-281-0/+39
* pidl-waf: Only install Yapp::Driver if it is not available.Andreas Schneider2014-03-061-1/+5
* pidl-waf: Check for system perl(Parse::Yapp::Driver).Andreas Schneider2014-03-061-0/+3
* pidl-waf: Add a function to check for a system perl module.Andreas Schneider2014-03-061-0/+22
* pidl-waf: Do not glob to install pidl modules.Andreas Schneider2014-03-061-1/+30
* pidl-waf: Install pidl modules to the perl vendorlib directory.Andreas Schneider2014-03-062-1/+3
* pidl-waf: Remove unused variable pidl_src.Andreas Schneider2014-03-061-3/+0
* Revert "pidl: Install pidl files corrently."Andreas Schneider2014-03-062-30/+4
* Revert "waf: Add option to specify perl vendor dir."Andreas Schneider2014-03-062-3/+1
* Revert "pidl: Make perl(Parse:Yapp:Driver) installation optional."Andreas Schneider2014-03-062-29/+2
* pidl: Make perl(Parse:Yapp:Driver) installation optional.Andreas Schneider2014-02-272-2/+29
* waf: Add option to specify perl vendor dir.Andreas Schneider2014-02-272-1/+3
* pidl: Install pidl files corrently.Andreas Schneider2014-02-262-4/+30
* 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-092-2/+2
* 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-252-2/+2