s3:printing: Avoid compiler warning about unused label
[garming/samba-autobuild/.git] / pidl /
2014-11-22 Guy HarrisClean up more whitespace.
2014-11-19 Guy Harrispidl: White space cleanups in Conformance.pm and NDR.pm
2014-10-23 Matthieu Patoupidl-wireshark: SWITCH_TYPE is not always defined,...
2014-10-23 Matthieu Patoupidl-wireshark: generate ALIGN_TO_x_BYTES instructions...
2014-10-23 Matthieu Patoupidl-wireshark: if the structure has the flag no_align...
2014-10-23 Matthieu Patoupidl-wireshark: handle 8 bits enum and change the signa...
2014-10-23 Matthieu Patoupidl-wireshark: add definition for IPV4/IPV6 types
2014-10-23 Matthieu Patoupidl-wireshark: adapt to the new comments in the header...
2014-10-09 Matthieu Patoupidl-wireshark: insure that we have an entire match...
2014-10-09 Matthieu Patoupidl-wireshark: generate an error for the new Pipe...
2014-10-09 Matthieu Patoupidl-wireshark: add the type dom_sid28 and call ad...
2014-10-09 Matthieu Patoupidl-wireshark: add a function to change the type of...
2014-10-09 Matthieu Patoupidl-wireshark: cosmetic reformat
2014-10-09 Matthieu Patoupidl-wireshark: Handle the case when the DATA_TYPE...
2014-10-09 Matthieu Patoupidl: Improve string delection in function ContainsString
2014-10-09 Matthieu Patoupidl: Make the compilation of PIDL producing the same...
2014-09-28 Guy Harrispidl: Strip trailing whitespace from pidl, for easier...
2014-09-08 Stefan Metzmacherpidl/wscript: remove --with-perl-* options
2014-09-05 Michael Adampidl: remove superfluous "use lib ...".
2014-09-05 Michael Adampidl: fix the perl module search path (use lib ......
2014-09-05 Michael Adampidl/wscript: don't check for perl again.
2014-08-31 Jelmer VernooijVarious updates to the pidl README file.
2014-08-31 Jelmer VernooijRemove trailing whitespace.
2014-05-09 Stefan Metzmacherpidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIR
2014-03-28 Stefan Metzmacherpidl:Samba4/Python: add interface.abstract_syntax(...
2014-03-06 Andreas Schneiderpidl-waf: Only install Yapp::Driver if it is not available.
2014-03-06 Andreas Schneiderpidl-waf: Check for system perl(Parse::Yapp::Driver).
2014-03-06 Andreas Schneiderpidl-waf: Add a function to check for a system perl...
2014-03-06 Andreas Schneiderpidl-waf: Do not glob to install pidl modules.
2014-03-06 Andreas Schneiderpidl-waf: Install pidl modules to the perl vendorlib...
2014-03-06 Andreas Schneiderpidl-waf: Remove unused variable pidl_src.
2014-03-06 Andreas SchneiderRevert "pidl: Install pidl files corrently."
2014-03-06 Andreas SchneiderRevert "waf: Add option to specify perl vendor dir."
2014-03-06 Andreas SchneiderRevert "pidl: Make perl(Parse:Yapp:Driver) installation...
2014-02-27 Andreas Schneiderpidl: Make perl(Parse:Yapp:Driver) installation optional.
2014-02-27 Andreas Schneiderwaf: Add option to specify perl vendor dir.
2014-02-26 Andreas Schneiderpidl: Install pidl files corrently.
2014-01-07 Stefan Metzmacherpidl:NDR/Client: avoid useless memcpy()
2014-01-07 Stefan Metzmacherpidl:NDR/Client: fix dcerpc_function() with [out,ref...
2014-01-07 Stefan Metzmacherpidl:NDR/Client: simplify tevent_req_nterror() usage
2014-01-07 Stefan Metzmacherpidl:NDR/Client: add missing TALLOC_FREE(subreq) after...
2014-01-07 Stefan Metzmacherpidl:Samba3/ServerNDR: skip DCERPC pipe elements and...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-11 Volker Lendeckepidl: fix an error message typo
2013-10-09 Matthieu Patoupidl-wireshark: fix the trailling white space in the...
2013-10-09 Matthieu Patoupidl-wireshark: fix trailing white space in the HF...
2013-10-07 Matthieu PatouRemove check_col from generated DCE/RPC dissectors.
2013-09-24 Matthieu Patoupidl: Generate wireshark that conforms to the rules...
2013-09-23 Matthieu Patoupidl: Generate NDR64/NDR32 aware code for the wireshark...
2013-05-25 Vadim Zhukovpidl: Recent Perl warns about "defined(@var)" constructs.
2013-05-16 Karolin SeegerWireshark/Conformance.pm: Fix typo.
2013-05-16 Karolin Seegerpidl/TODO: Fix typo.
2013-05-08 Stefan Metzmacherpidl:NDR/Parser: correctly set $ndr->[relative_highest_...
2013-05-08 Stefan MetzmacherRevert "Remove a bunch of "unused variable _relative_sa...
2013-05-08 Jeremy AllisonRemove a bunch of "unused variable _relative_save_offse...
2013-03-15 Andreas Schneiderpidl: Add skip option to elements.
2013-02-28 Andrew Bartlettbuild: Do not force a specific perl from ${PERL} when...
2013-02-06 Alexander BokovoyPIDL: fix parsing linemarkers in preprocessor output
2012-12-10 Michael Adampidl: change strange spelling __donnot_use_enum_* to...
2012-08-15 Andrew Bartlettpidl: Add mode_t as an alias so we can marshall posix...
2012-07-06 Andreas Schneiders3-rpc_server: Make it possible to use more rpc exceptions.
2012-06-12 Michael Adampidl/tests: fix use of a non-existent word (existant)
2012-05-15 Guy HarrisUse ENC_ values for proto_tree_add_item() calls.
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: also do range checks on the array...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: do array range validation in ParseArra...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: use helper variables for array size...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: remember if we already know the array...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: use ParseArrayPullGetLength() to get...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: split off ParseArrayPullGetSize()...
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: simplify logic in DeclareArrayVariables*()
2012-04-10 Stefan Metzmacherpidl/NDR/Parser: declare all union helper variables...
2012-02-08 Andrew Tridgellpidl: add more mapped types
2012-01-13 David Disseldorpidl: add to_null property
2012-01-13 David Disseldorpidl: add parser for the to_null property
2012-01-09 Stefan Metzmacherpidl:Samba4/Python: add an optional 'allow_remaining...
2011-11-24 Stefan Metzmacherpidl:Samba4/NDR/Parser: don't generate code for [ignore...
2011-09-08 Andrew Tridgellpidl: adjust expected output for new flag checking
2011-09-08 Andrew Tridgellpidl: added checking of NDR flags in generated code
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-08 Stefan Metzmacherpidl:Samba4/Python: PyArg_ParseTuple with "s#" returns...
2011-08-05 Matthieu Patoupidl: for wireshark use only the major of the version
2011-08-05 Matthieu Patoupidl: For wireshark check also LIBNDR_FLAG_NOALIGN...
2011-08-05 Matthieu Patoupidl: handle union when the switch variable is outside...
2011-08-05 Matthieu Patoupidl: add subcontext handling for wireshark
2011-08-05 Matthieu Patoupidl: If STR_NULLTERM we concider it's a string as...
2011-08-05 Matthieu Patoupidl: handle hyper attribute for wireshark
2011-08-05 Matthieu Patoupidl: handle datablob for wireshark generator
2011-08-05 Matthieu Patoupidl: rpc version is a 32 bit
2011-08-05 Matthieu Patoupidl: generate code for dissecting null terminated...
2011-08-05 Matthieu Patoupidl: don't expect to have quote when creating import...
2011-08-01 Stefan Metzmacherpidl:NDR/Parser: allow [string,size_of()] together
2011-08-01 Stefan Metzmacherpidl:NDR/Server: use interface->{UUID} and {NAME} inste...
2011-08-01 Stefan Metzmacherpidl:NDR/Parser: use interface->{UUID} and {NAME} inste...
2011-08-01 Stefan Metzmacherpidl:NDR/Parser: use '0' instead of 'NULL' for an uint3...
2011-04-05 Andrew Bartlettpidl: Add support for the [ignore] property
2011-03-29 Günther Deschnerpidl: add an include for "ntdomain.h" for s3 server...
2011-03-19 Jelmer Vernooijpidl: Fix prototype for server init functions.
2011-03-11 Stefan Metzmacherpidl:Samba4/NDR/Client: fix arguments to warning()
2011-03-11 Stefan Metzmacherpidl:Samba4/NDR/Parser: fix compiler warnings in 'pipe...
2011-03-10 Stefan Metzmacherpidl: add support for 'pipe' at the NDR layer
next