summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
Commit message (Expand)AuthorAgeFilesLines
* pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher2012-04-071-5/+20
* pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher2012-04-071-28/+14
* pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher2012-04-071-7/+15
* pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher2012-04-071-1/+7
* pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher2012-04-071-5/+1
* pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher2012-04-071-13/+42
* pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher2012-04-071-8/+6
* pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher2012-04-071-2/+2
* pidl:NDR/Parser: fix range() for arraysStefan Metzmacher2012-04-071-1/+32
* pidl: allow foo being on the wire after [length_is(foo)] uint8 *bufferStefan Metzmacher2012-04-071-0/+4
* pidl: add support for [string] on fixed size arrays.Stefan Metzmacher2012-04-071-1/+1
* pidl: use ndr_push_relative_ptr2_start and ndr_push_relative_ptr2_end.Günther Deschner2010-02-221-1/+5
* pidl:NDR/Parser: $size can be 'foo / 2' so we need to add '(' and ')'Stefan Metzmacher2009-12-231-1/+1
* pidl: Don't generate variables declarations for pointless array counters.Tim Prouty2009-03-041-1/+19
* Don't generate array iterators when the length of the array is always 0.Jelmer Vernooij2009-03-011-2/+8
* Don't define _GNU_SOURCE if it's already defined on the command-line.Jelmer Vernooij2009-02-251-0/+2
* pidl:NDR/Parser: don't call [noopnum] function when creating the ndr_interfac...Stefan Metzmacher2009-02-191-3/+3
* Remove an invalid discard_const_p() - it masks an actualJelmer Vernooij2009-02-091-1/+1
* Use discard_const_p rather than CONST_DISCARD.Jelmer Vernooij2009-02-091-1/+1
* pidl: Remove "max" and make "range" smarter about unsigned typesTim Prouty2009-01-171-7/+9
* pidl: Add max property to be used instead of range for unsigned types.Tim Prouty2009-01-151-0/+6
* Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-4/+4
* pidl: Fix a const build warning in the samba3 merged buildTim Prouty2008-12-301-1/+1
* Add convenience function for determining if an array should be allocated with...Jelmer Vernooij2008-12-121-3/+3
* Move pidl to top-level directory.Jelmer Vernooij2008-09-171-0/+2695