summaryrefslogtreecommitdiffstats
path: root/pidl/lib
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/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: 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-061-1/+1
* Revert "pidl: Install pidl files corrently."Andreas Schneider2014-03-061-30/+1
* Revert "waf: Add option to specify perl vendor dir."Andreas Schneider2014-03-061-1/+1
* Revert "pidl: Make perl(Parse:Yapp:Driver) installation optional."Andreas Schneider2014-03-061-5/+1
* pidl: Make perl(Parse:Yapp:Driver) installation optional.Andreas Schneider2014-02-271-1/+5
* waf: Add option to specify perl vendor dir.Andreas Schneider2014-02-271-1/+1
* pidl: Install pidl files corrently.Andreas Schneider2014-02-261-1/+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-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