summaryrefslogtreecommitdiff
path: root/pidl
AgeCommit message (Expand)AuthorFilesLines
2013-10-11pidl: fix an error message typoVolker Lendecke1-1/+1
2013-10-09pidl-wireshark: fix the trailling white space in the generated headersMatthieu Patou1-2/+2
2013-10-09pidl-wireshark: fix trailing white space in the HF definitionMatthieu Patou2-2/+2
2013-10-07Remove check_col from generated DCE/RPC dissectors.Matthieu Patou1-4/+4
2013-09-24pidl: Generate wireshark that conforms to the rules of Wireshark projectMatthieu Patou1-4/+4
2013-09-24pidl: Generate NDR64/NDR32 aware code for the wireshark dissectorsMatthieu Patou1-0/+8
2013-05-25pidl: Recent Perl warns about "defined(@var)" constructs.Vadim Zhukov2-2/+2
2013-05-15Wireshark/Conformance.pm: Fix typo.Karolin Seeger1-1/+1
2013-05-15pidl/TODO: Fix typo.Karolin Seeger1-1/+1
2013-05-08pidl:NDR/Parser: correctly set $ndr->[relative_highest_]offset for relative_s...Stefan Metzmacher1-1/+1
2013-05-08Revert "Remove a bunch of "unused variable _relative_save_offset" warnings."Stefan Metzmacher1-4/+2
2013-05-08Remove a bunch of "unused variable _relative_save_offset" warnings.Jeremy Allison1-2/+4
2013-03-15pidl: Add skip option to elements.Andreas Schneider2-2/+11
2013-02-28build: Do not force a specific perl from ${PERL} when running pod2manAndrew Bartlett1-1/+1
2013-02-06PIDL: fix parsing linemarkers in preprocessor outputAlexander Bokovoy2-2/+6
2012-12-10pidl: change strange spelling __donnot_use_enum_* to __do_not_use_enum_*Michael Adam1-1/+1
2012-08-15pidl: Add mode_t as an alias so we can marshall posix ACL structuresAndrew Bartlett1-0/+1
2012-07-06s3-rpc_server: Make it possible to use more rpc exceptions.Andreas Schneider1-1/+1
2012-06-12pidl/tests: fix use of a non-existent word (existant)Michael Adam1-2/+2
2012-05-15Use ENC_ values for proto_tree_add_item() calls.Guy Harris1-2/+2
2012-04-10pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher1-5/+20
2012-04-10pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher1-28/+14
2012-04-10pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher1-7/+15
2012-04-10pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher1-1/+7
2012-04-10pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher1-5/+1
2012-04-10pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher1-13/+42
2012-04-10pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher1-8/+6
2012-04-10pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher1-2/+2
2012-02-08pidl: add more mapped typesAndrew Tridgell1-1/+7
2012-01-14idl: add to_null propertyDavid Disseldorp1-1/+8
2012-01-13idl: add parser for the to_null propertyDavid Disseldorp1-1/+5
2012-01-09pidl:Samba4/Python: add an optional 'allow_remaining' argument to __ndr_unpac...Stefan Metzmacher1-3/+26
2011-11-24pidl:Samba4/NDR/Parser: don't generate code for [ignore] pointersStefan Metzmacher1-2/+35
2011-09-08pidl: adjust expected output for new flag checkingAndrew Tridgell1-2/+4
2011-09-08pidl: added checking of NDR flags in generated codeAndrew Tridgell1-0/+8
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-18/+18
2011-08-08pidl:Samba4/Python: PyArg_ParseTuple with "s#" returns 'int' instead of 'size_t'Stefan Metzmacher1-2/+7
2011-08-06pidl: for wireshark use only the major of the versionMatthieu Patou1-3/+2
2011-08-06pidl: For wireshark check also LIBNDR_FLAG_NOALIGN for not aligningMatthieu Patou1-1/+1
2011-08-06pidl: handle union when the switch variable is outside of the union for wires...Matthieu Patou1-19/+96
2011-08-06pidl: add subcontext handling for wiresharkMatthieu Patou1-3/+10
2011-08-06pidl: If STR_NULLTERM we concider it's a string as wellMatthieu Patou1-0/+3
2011-08-06pidl: handle hyper attribute for wiresharkMatthieu Patou1-0/+1
2011-08-06pidl: handle datablob for wireshark generatorMatthieu Patou1-0/+4
2011-08-06pidl: rpc version is a 32 bitMatthieu Patou1-1/+1
2011-08-06pidl: generate code for dissecting null terminated stringsMatthieu Patou1-0/+6
2011-08-06pidl: don't expect to have quote when creating import headersMatthieu Patou1-1/+1
2011-08-01pidl:NDR/Parser: allow [string,size_of()] togetherStefan Metzmacher1-3/+12
2011-08-01pidl:NDR/Server: use interface->{UUID} and {NAME} instead of the raw {PROPERT...Stefan Metzmacher1-2/+2
2011-08-01pidl:NDR/Parser: use interface->{UUID} and {NAME} instead of the raw {PROPERT...Stefan Metzmacher1-3/+2